Log of /contributions/modules/drush/drush.php
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.75 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Oct 27 23:59:37 2009 UTC
(3 weeks, 6 days ago)
by
weitzman
Branch:
MAIN
Changes since
1.74: +1 -1 lines
Diff to
previous 1.74
#460924 by greg.1.anderson. remove prepare-script and slave database features from new sql sync command.
Revision
1.74 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Oct 27 16:26:36 2009 UTC
(3 weeks, 6 days ago)
by
weitzman
Branch:
MAIN
Changes since
1.73: +68 -1 lines
Diff to
previous 1.73
#460924 by greg.1.anderson. Site aliases may be defined in drushrc.php or on command line. These are used to run any drush command on a remote server via ssh. The improved rsync and new sql sync commands are fine examples. sql sync dumps a local or remote db, gzips, rsyncs, and then imports. We now have fast, database migration from prod => dev or vice versa.
Revision
1.72 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Sep 30 15:27:46 2009 UTC
(7 weeks, 6 days ago)
by
weitzman
Branch:
MAIN
Changes since
1.71: +1 -2 lines
Diff to
previous 1.71
#586466. Remove shebang from drush.php. You should use the drush scell script, or call 'php drush.php' instead.
Revision
1.71 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Sep 22 00:25:23 2009 UTC
(2 months ago)
by
weitzman
Branch:
MAIN
Changes since
1.70: +2 -2 lines
Diff to
previous 1.70
#581870 by moshe weitzman. 'Your command line PHP installation is too old. Drush requires at least PHP ' . DRUSH_MINIMUM_PHP
Revision
1.70 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Sep 10 04:17:54 2009 UTC
(2 months, 2 weeks ago)
by
weitzman
Branch:
MAIN
Changes since
1.69: +3 -1 lines
Diff to
previous 1.69
Automatically log values for all timers at end of command. Requires --debug to see them. useful for commands like migrate that use drupal's timer API.
Revision
1.69 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jun 30 01:01:59 2009 UTC
(4 months, 3 weeks ago)
by
adrian
Branch:
MAIN
Changes since
1.68: +7 -1 lines
Diff to
previous 1.68
#503328 - fix drush cron due to drush shutdown exiting. register exit helper in drush_shutdown. Thanks david goode
Revision
1.67 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Jun 4 03:56:07 2009 UTC
(5 months, 3 weeks ago)
by
grugnog
Branch:
MAIN
Changes since
1.66: +8 -2 lines
Diff to
previous 1.66
#453948 - Moved PHP version check to drush.php, since environment.inc try/catch doesn't parse in php4. At some point we could move this to an engine, if we find enough cases to make it worthwhile.
Revision
1.65 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed May 20 20:58:37 2009 UTC
(6 months ago)
by
adrian
Branch:
MAIN
Changes since
1.64: +36 -15 lines
Diff to
previous 1.64
#434772 - drush return codes are the opposite of expected unix command return codes. drush now returns 0 on success. If the shutdown handler is triggered before drush has completed, it now triggers an error.
Revision
1.64 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed May 6 19:35:59 2009 UTC
(6 months, 2 weeks ago)
by
weitzman
Branch:
MAIN
CVS Tags:
DRUPAL-6--2-0-RC1
Changes since
1.63: +7 -2 lines
Diff to
previous 1.63
Add new global option, --pipe, which send back output intended to be used in a script. Implemented by statusmodules command in order to send back a space delimited list of enabled modules.
Revision
1.61 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun May 3 03:45:34 2009 UTC
(6 months, 3 weeks ago)
by
weitzman
Branch:
MAIN
Changes since
1.60: +17 -5 lines
Diff to
previous 1.60
#449090 by Grugnog2. Major improvements in error messaging around: The command 'drush.php ... could not be executed.
Revision
1.59 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Apr 16 00:37:38 2009 UTC
(7 months, 1 week ago)
by
weitzman
Branch:
MAIN
Changes since
1.58: +2 -6 lines
Diff to
previous 1.58
#413502 by aexl_konzepto.net and fgm. cli test fails: drush.php is designed to run via the command line
Revision
1.58 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Apr 14 04:49:01 2009 UTC
(7 months, 1 week ago)
by
adrian
Branch:
MAIN
Changes since
1.57: +2 -2 lines
Diff to
previous 1.57
Nicer status command, using an improved _core_site_credentials. Refactor pm slightly to use the new drush_bootstrap_max which bootstraps to the highest possible phase without generating any errors. This is also used by the status command now
Revision
1.57 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Apr 14 03:36:18 2009 UTC
(7 months, 1 week ago)
by
adrian
Branch:
MAIN
Changes since
1.56: +16 -12 lines
Diff to
previous 1.56
#430556 - split bootstrap into separate steps for validation and the actual bootstrap. This allows scripts to determine wether they can bootstrap to a specific level before actually attempting it. Also added a special case to avoid logging the "output already started" warning, which is unavoidable during DRUPAL_BOOTSTRAP_FULL
Revision
1.56 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Apr 14 00:37:47 2009 UTC
(7 months, 1 week ago)
by
weitzman
Branch:
MAIN
Changes since
1.55: +2 -5 lines
Diff to
previous 1.55
feature #426958 by Adrian. Stricter pre-validation on drush bootstrap to allow for easier recovery from errors.
Revision
1.54 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Apr 7 00:27:47 2009 UTC
(7 months, 2 weeks ago)
by
adrian
Branch:
MAIN
Changes since
1.53: +2 -1 lines
Diff to
previous 1.53
Various fixes to logging : output buffering during bootstrap is only used when bootstrapping drupal or the db. The drush_context now takes a default value parameter and drush_log can be redirected to a function of your choosing instead of drush_print_log()
Revision
1.49 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Mar 20 16:10:54 2009 UTC
(8 months ago)
by
adrian
Branch:
MAIN
Changes since
1.48: +42 -42 lines
Diff to
previous 1.48
#385898 - Drush context API. Generalized static variable cache to allow for introspection of state, and a clean layered separation of options passed to the script
Revision
1.48 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Mar 13 10:13:47 2009 UTC
(8 months, 1 week ago)
by
adrian
Branch:
MAIN
Changes since
1.47: +96 -73 lines
Diff to
previous 1.47
Reverting #387214. This broke provision (and proved that it is not sufficient to install sites), the patch on the issue was also not the patch that was committed, so this was reverted with "cvs diff -u -D 2009-03-11 | patch -p0 -R".
Revision
1.44 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Feb 28 18:46:46 2009 UTC
(8 months, 3 weeks ago)
by
grugnog
Branch:
MAIN
Changes since
1.43: +10 -9 lines
Diff to
previous 1.43
Various debugging/cleanup for the bootstrap process:
* drush_locate_root() no longer has a static cache, because this was caching FALSE from the call in drush_load_config() when drush is called from outside the Drupal root, and then fails to find a valid Drupal root when provided by a drushrc.php.
* Standardized on global $var as much as possible, rather than $GLOBALS['var'], in line with the majority of core.
* Improved error handling when specifying a config file, and when printing the Drupal root on bootstrap fail message.
Revision
1.43 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Feb 25 16:51:00 2009 UTC
(8 months, 4 weeks ago)
by
adrian
Branch:
MAIN
Changes since
1.42: +28 -15 lines
Diff to
previous 1.42
#380688 - RESTful API for drush commands. Implements a standard output format (JSON) that allows Drush commands to call other Drush commands, and integrate their output
Revision
1.42 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Feb 16 04:59:19 2009 UTC
(9 months, 1 week ago)
by
adrian
Branch:
MAIN
Changes since
1.41: +32 -4 lines
Diff to
previous 1.41
#374765 - handle database errors gracefully. Made both the bootstrap and db errors clearer and more useful and right align the logging message on the first line of the error.
#374785 - Integrate drupal_get_messages with drush log. Only runs on exit for now
Revision
1.39 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Feb 4 16:38:31 2009 UTC
(9 months, 2 weeks ago)
by
adrian
Branch:
MAIN
Changes since
1.38: +6 -6 lines
Diff to
previous 1.38
--root option was being ignored if the PWD is a drupal dir. --root now takes precedence over the PWD, and when --root is not avavailable the PWD is stil used.
Revision
1.38 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Feb 3 04:49:22 2009 UTC
(9 months, 2 weeks ago)
by
weitzman
Branch:
MAIN
Changes since
1.37: +9 -3 lines
Diff to
previous 1.37
Bug fix when bootstrapping to a non-full phase and add two new constants for drupal version (if applicable).
Revision
1.37 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Feb 3 01:34:00 2009 UTC
(9 months, 2 weeks ago)
by
adrian
Branch:
MAIN
Changes since
1.36: +2 -2 lines
Diff to
previous 1.36
Check for a command before attempting to bootstrap. If no command is entered, it will now display command help.
Revision
1.33 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Dec 6 21:34:56 2008 UTC
(11 months, 2 weeks ago)
by
weitzman
Branch:
MAIN
Changes since
1.32: +118 -290 lines
Diff to
previous 1.32
#335360 by vingborg. A heroic patch. Drush is no longer a module and does not require a functional drupal site in order to do work. That means it will soon be able to install drupal locally or on remote servers, or run unit test suites, and so on. Drush commands are just include files, and not whole modules unto themselves ... Core drush is identical for all core Drupal versions. many of the commands that shipped with Drush are now removed in favor of a new 'Drush Extras' project which I will soon publish. Thanks for all the hard work and reviews on this patch.
Revision
1.25 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Jun 27 04:32:15 2008 UTC
(16 months, 4 weeks ago)
by
weitzman
Branch:
MAIN
Changes since
1.24: +2 -2 lines
Diff to
previous 1.24
port drush core and drush simpletest to 7.x. simpletest can list tests but not run them since we have no solution at the moment for non batch results reporting.
Revision
1.15 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Jan 17 05:41:36 2008 UTC
(22 months, 1 week ago)
by
weitzman
Branch:
MAIN
CVS Tags:
DRUPAL-5--1-0-RC1
Changes since
1.14: +28 -2 lines
Diff to
previous 1.14
#198195 Allow drush to load an ini file during initialisation, to pre-configure options (such as path and site). patch by adrian. note that after this commit i am issueing a release candidate for this module.
Revision
1.9 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Jun 13 11:21:14 2007 UTC
(2 years, 5 months ago)
by
frando
Branch:
MAIN
Changes since
1.8: +13 -13 lines
Diff to
previous 1.8
- drush_pm.module: Added a command to refresh the update status cache.\n- code style issues resolved
Revision
1.7 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Jun 11 13:56:00 2007 UTC
(2 years, 5 months ago)
by
frando
Branch:
MAIN
CVS Tags:
DRUPAL-5--1-0-beta1
Changes since
1.6: +159 -94 lines
Diff to
previous 1.6
Initial commit of the new drush.module ('The Drupal Shell') for Drupal 5 featuring a new command-line API, several tools and the 'Drush Packet Manager' to install and update modules from the command line.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.