Giter Club home page Giter Club logo

drush_make_generator's People

Contributors

rupl avatar skwashd avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

drush_make_generator's Issues

jquery ui library location

For Drupal 6, the jQuery UI library was installed in sites/all/libraries/jqueryui/, but I think this needs to be sites/all/libraries/jquery.ui/ (the '.' is missing).

Module Requests for http://drushmake.me

Please post in this issue to request modules or themes you'd like to see on http://drushmake.me

Original Issue:

I think Display Suite is getting more and more popular - can you add a section to it on the list? References (D7) and Fieldgroup (field_group) could be other candidates. Boxes is also missing, though I can understand that it might not be that popular. nowadays.

Feature: Custom source

It would be great to be able to define a source of the module, library or drupal installation.

It could be a custom option in the select box that'll let you type in the source type and destination and branch if needed.

Feature: suggested makefiles

High-level list of common websites, like e-commerce, social features, gallery, portfolio.

Picking an option should populate the generate form and allow for further tweaking.

Feature: text-based searching for modules

Could work two ways:

  1. Typing in a text box filters the list of modules until you find the one you want. Clicking on it wipes the text box to re-populate the list.
  2. text box gets auto-completed from the existing list, and when you hit enter it checks that module's box

Please update drushmake_gen.sql with latest db dump

I feel drushmake is a little bit raw for everyday use (saving your module choices is the main stopper, i suppose). But I also know that sent patches is better then sent feature requests.
So... please update your drushmake_gen.sql to hold latest db dump with modules info, so I can add functionality and sent back patches

Update Nodewords to only list 6.x-1.13

Please stop promoting use of the horrible v6.x-1.12-rc1 release, please replace it with 6.x-1.13. Also, please remove all v2 versions, they are currently unsupported and will probably be scrapped entirely.

Pressflow location in make file

I chose Pressflow for the Drupal version and tried to make my custom installation however the URL for Pressflow was incorrect.

In the make file text it had git://github.com/pressflow/7.git however this didn't work properly so I changed the url to https://github.com/pressflow/7.git and all worked perfectly.

Feature: output options

Currently only supports the basic makefile. A zip file option seems useful, for example when you request the zip it should execute the makefile on the server and deliver the zip after a few moments.

notices errors

Hi rupl,

Great idea with a drush make generator. But you've got a bunch of notice errors in your code. Try enabling notice errors in your php.ini. Especially when your requesting variables through $_get or $_post that doesnt exits. You can use if(isset($_POST['foobar'])) { } to check if they exits. I can make a patch for you if you like.

Also i really dislike the use of globals, but that might just be me :)

Select all options in a fieldset

would be handy to be able to check all and then de-select modules

I know thats overkill for production, but I am finding your tool to be useful education and time saver

Drupal 6 errors: ckeditor & blueprint

gday rupl

I tried to select everything and make but the ckeditor module and the blueprint theme choke Drush Make

commented these out and it works !

THANKS AGAIN

-N

Update drushmake_gen.sql

Can you update the SQL script in your github project with the current one you use on the site. I tried implementing this project with the current one and I had to add a type column to the version table just to get it from throwing errors. I suspect you're using something more current that you've posted.

Thanks so much.

Feature: Add a new section for Patches

Would it be possible to add a new section for patches? Something like the Library section perhaps?

Here's an example of how we incorporate patches now:

; Patches
; ------------
projects[drupal][patch][shibboleth][url] = "http://MYSITE/files/htaccessshibboleth.patch"

The URL could be anything; d.o., a blog, github...

Syntax from http://drupalcode.org/project/drush.git/blob?f=docs/make.txt

84 - `patch`
85
86   One or more patches to apply to this project. An array of URLs from which
87   each patch should be retrieved.
88
89         projects[calendar][patch][rfc-fixes][url] = "http://drupal.org/files/issues/cal-760316-rfc-fixes-2.diff"
90         projects[calendar][patch][rfc-fixes][md5] = "e4876228f449cb0c37ffa0f2142"
91
92         ; shorthand syntax if no md5 checksum is specified
93         projects[adminrole][patch][] = "http://drupal.org/files/issues/adminrole_exceptions.patch" 

It would be pretty awesome to keep track of patches this way.

Thanks for your consideration.

Feature: Save form inputs for reuse

This is a great tool. Thanks.

I'd like to be able to re-generate make files with the same selections but with the latest recommended versions of modules, themes, etc...

Being able to return to a pre-populated form would be very useful.

In my use-case I just inherited a drupal 7.14 site and I've updated the modules with Drush. Next I'll make a new Drupal 7.15 platform (in Aegir) and migrate the site to the new platform.
It would be great if I could 'freshen up' the original make file before creating the platform. It's a good opportunity to add or remove modules, themes, etc...

Possible solutions may include leveraging what's saved in the database for each tokenized make file. Though; I don't know if that would translate to populating the form or not.
Or perhaps URL encoding the submitted form values to create a link might work too.
I'm curious to know what direction you'd like to go in.

In any case, the form would have to be updated to accommodate this.

I'd be happy to pull down a branch and contribute to a solution too.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.