Posted by dmitrig01 on November 30, 2009 at 7:40am
| Download | Size | md5 hash |
|---|---|---|
| drush_make-6.x-2.0-beta3.tar.gz | 23.53 KB | 27639481e394922e4615fb5b229d4c16 |
| drush_make-6.x-2.0-beta3.zip | 29.13 KB | ddc765c44d045b15a558bf7b21727d51 |
Last updated: December 24, 2010 - 22:51
Changes since DRUPAL-6--2-0-BETA2:
- Use file_get_contents to avoid brokenness for systems which don't support simplexml_load_file from a remote source.
- Better error handling
- #644812 by adrian and dmitrig01: Recursion should not execute all makefiles found in a project.
- #639158 by hunmonk: Download translations.
- Allow for some variation in core compatibility.
- #638512 by hunmonk: Added drush_make() should leverage drush command API.
- Don't force core with use of a special option, --no-core
- Using chdir instead of php cd
- #627012 by mfer: Add mercurial (hg) support and update bzr support.
- #634458 by dmitrig01: Couldnt apply a patch to Drupal core .htaccess file.
- Provide version best for project check in generate.inc.
- You can now make into the current directory
- Make 'convert makefile' properly use the drush command API.
- #633140 by dmitrig01: Fixed --prepare-install should copy settings file.
- Ensure core project
- Move converter to drush_make_d_o.
- #639186 by dmitrig01: Make recursion happen for modules (and themes).
- #626534 by dmitrig01: ensure proper Drush version
- #567000 by acrollet with modifications by dmitrig01: drush generate makefile.
- Renaming --destination to --contrib-destination for clarity's sake.
- #638046 by hunmonk: Fixed --tar option broken.
- #634180 by dmitrig01: Worked around odd tar -tf.
- Cleanup of core attribute validation. build some standard functions to use for loading data from differnt sources, including STDIN, and use with loading in .make files
- #637354 by alex_b: Add cvs export to README.
- #627012 by mfer: Clean up .hg and .git files.
- #585668 - better error handling and added --force-build option. thanks hunmonk
- Additional validation to all the paths that can be entered into a makefile, ensuring they contain no previous directories (..) and are relative. Also silently remove the install_path which is an internally protected variable and should not be set. thanks hunmonk
- #645746 by hunmonk: provide a switch for default download url and 'best' versioning method.
- #639250 by hunmonk: Fixed DrushMakeDownload_CVS can't do local checkouts
- #644254 by dmitrig01: Add option to write out makefile with specific version info.