/[drupal]/contributions/modules/drush/drush.php
ViewVC logotype

Log of /contributions/modules/drush/drush.php

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.77 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 10 02:50:25 2009 UTC (2 weeks ago) by weitzman
Branch: MAIN
CVS Tags: HEAD
Changes since 1.76: +4 -2 lines
Diff to previous 1.76
#586466 by anarcat. Drush.php is no longer directly executable

Revision 1.76 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 4 22:29:52 2009 UTC (2 weeks, 5 days ago) by weitzman
Branch: MAIN
Changes since 1.75: +8 -9 lines
Diff to previous 1.75
#460924 by greg.1.anderson. remote aliases bug fix - backend_invoke(), small refactor.

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.73 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 26 02:26:36 2009 UTC (4 weeks, 1 day ago) by weitzman
Branch: MAIN
CVS Tags: DRUPAL-6--2-1
Changes since 1.72: +2 -2 lines
Diff to previous 1.72
#613348 by mig5. Various spelling/grammar corrections.

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.68 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 4 19:48:55 2009 UTC (5 months, 2 weeks ago) by weitzman
Branch: MAIN
CVS Tags: DRUPAL-6--2-0
Changes since 1.67: +3 -1 lines
Diff to previous 1.67
#481592 by adrian. php 5.2.9 and --debug gives session cookie notice

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.66 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 26 06:50:41 2009 UTC (5 months, 4 weeks ago) by grugnog
Branch: MAIN
Changes since 1.65: +7 -3 lines
Diff to previous 1.65
Better error messages when Drush fails the initial validation step.

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.63 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 6 16:29:22 2009 UTC (6 months, 2 weeks ago) by adrian
Branch: MAIN
Changes since 1.62: +4 -1 lines
Diff to previous 1.62
Fix --quiet by flushing the buffer

Revision 1.62 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 5 20:06:54 2009 UTC (6 months, 2 weeks ago) by weitzman
Branch: MAIN
Changes since 1.61: +2 -1 lines
Diff to previous 1.61
Append timer to verbose log output.

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.60 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 16 02:48:43 2009 UTC (7 months, 1 week ago) by weitzman
Branch: MAIN
CVS Tags: DRUPAL-5--2-0-ALPHA2, DRUPAL-6--2-0-ALPHA2, DRUPAL-7--2-0-ALPHA2
Changes since 1.59: +7 -2 lines
Diff to previous 1.59
D7 user_load() changed for the better. Support it.

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.55 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 7 22:25:22 2009 UTC (7 months, 2 weeks ago) by adrian
Branch: MAIN
Changes since 1.54: +7 -6 lines
Diff to previous 1.54
#415108 - conditional include api for engines. Thanks grugnog2

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.53 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 5 22:32:59 2009 UTC (7 months, 2 weeks ago) by adrian
Branch: MAIN
Changes since 1.52: +1 -3 lines
Diff to previous 1.52
Remove drush_site_uri which is no longer needed

Revision 1.52 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 3 21:18:56 2009 UTC (7 months, 3 weeks ago) by weitzman
Branch: MAIN
Changes since 1.51: +4 -1 lines
Diff to previous 1.51
fix a NOTICE on D7 during sess_write().

Revision 1.51 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 26 01:41:21 2009 UTC (8 months ago) by adrian
Branch: MAIN
Changes since 1.50: +5 -7 lines
Diff to previous 1.50
#414058 - Simplify error handling code by removing bitmasks

Revision 1.50 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 24 15:22:43 2009 UTC (8 months ago) by weitzman
Branch: MAIN
Changes since 1.49: +36 -179 lines
Diff to previous 1.49
#387214 by adrian. Finish up command bootstrap levels and intelligent command listing. Great work.

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.47 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 12 17:23:11 2009 UTC (8 months, 1 week ago) by grugnog
Branch: MAIN
Changes since 1.46: +2 -2 lines
Diff to previous 1.46
Registering shutdown function should still happen even if there is no drupal root

Revision 1.46 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 12 15:39:05 2009 UTC (8 months, 1 week ago) by grugnog
Branch: MAIN
Changes since 1.45: +73 -96 lines
Diff to previous 1.45
#387214 - Finish up command bootstrap levels and intelligent command listing

Revision 1.45 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 5 07:53:20 2009 UTC (8 months, 3 weeks ago) by grugnog
Branch: MAIN
Changes since 1.44: +24 -4 lines
Diff to previous 1.44
#387214 - minimal fix to prevent unneeded bootstrap errors.

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.41 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 16 02:14:44 2009 UTC (9 months, 1 week ago) by weitzman
Branch: MAIN
Changes since 1.40: +4 -9 lines
Diff to previous 1.40
#212323 by adrian. Drush error handling API.

Revision 1.40 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 5 20:38:35 2009 UTC (9 months, 2 weeks ago) by weitzman
Branch: MAIN
Changes since 1.39: +4 -4 lines
Diff to previous 1.39
rollback of http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/drush/drush.php?r1=1.36&r2=1.37. the drush_extras commands were not being listed properly nor could they be executed. will discuss with adrian how to proceed.

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.36 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 6 04:48:51 2009 UTC (10 months, 2 weeks ago) by weitzman
Branch: MAIN
CVS Tags: DRUPAL-5--2-0-ALPHA1, DRUPAL-6--2-0-ALPHA1, DRUPAL-7--2-0-ALPHA1
Changes since 1.35: +15 -15 lines
Diff to previous 1.35
Let commands declare bootstrap=-1 which avoids the bootstrap completely. The dl command uses this. You can now download drupal without any pre-existing site. The 'sql load' command in drush_extras also uses this; it provides database migrations between drupal sites.

Revision 1.35 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 22 15:31:37 2008 UTC (11 months ago) by weitzman
Branch: MAIN
Changes since 1.34: +5 -1 lines
Diff to previous 1.34
#349966 by adrian. DRUSH HEAD not loading drush_extras on D7.

Revision 1.34 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 7 03:29:15 2008 UTC (11 months, 2 weeks ago) by weitzman
Branch: MAIN
Changes since 1.33: +1 -3 lines
Diff to previous 1.33
Misc minor cleanup.

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.22.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 6 14:57:19 2008 UTC (11 months, 2 weeks ago) by weitzman
Branch: DRUPAL-5
Changes since 1.22.2.3: +2 -2 lines
Diff to previous 1.22.2.3 , to branch point 1.22 , to next main 1.77
#338801 by Steve Dondley. How do you use the -c switch?

Revision 1.24.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 6 14:56:28 2008 UTC (11 months, 2 weeks ago) by weitzman
Branch: DRUPAL-6--1
Changes since 1.24.2.4: +2 -2 lines
Diff to previous 1.24.2.4 , to branch point 1.24 , to next main 1.77
#338801 by Steve Dondley. How do you use the -c switch?

Revision 1.32 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 6 14:55:50 2008 UTC (11 months, 2 weeks ago) by weitzman
Branch: MAIN
Branch point for: DRUPAL-7--1
Changes since 1.31: +2 -2 lines
Diff to previous 1.31
#338801 by Steve Dondley. How do you use the -c switch?

Revision 1.31 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 28 17:18:46 2008 UTC (11 months, 3 weeks ago) by adrian
Branch: MAIN
Changes since 1.30: +2 -2 lines
Diff to previous 1.30
#340076 - drushrc overrides commandline, should be the opposite. patch by anarcat

Revision 1.24.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 28 17:18:20 2008 UTC (11 months, 3 weeks ago) by adrian
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-2
Changes since 1.24.2.3: +2 -2 lines
Diff to previous 1.24.2.3 , to branch point 1.24
#340076 - drushrc overrides commandline, should be the opposite. patch by anarcat

Revision 1.22.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 28 17:16:34 2008 UTC (11 months, 3 weeks ago) by adrian
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-4
Changes since 1.22.2.2: +2 -2 lines
Diff to previous 1.22.2.2 , to branch point 1.22
#340076 - drushrc overrides commandline, should be the opposite. patch by anarcat

Revision 1.30 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 18 01:11:38 2008 UTC (12 months ago) by grugnog
Branch: MAIN
Changes since 1.29: +77 -18 lines
Diff to previous 1.29
#334596 Improve root and uri detection logic and messages in drush.php

Revision 1.24.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 18 01:07:49 2008 UTC (12 months ago) by grugnog
Branch: DRUPAL-6--1
Changes since 1.24.2.2: +77 -18 lines
Diff to previous 1.24.2.2 , to branch point 1.24
#334596 Improve root and uri detection logic and messages in drush.php

Revision 1.29 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 15 04:07:35 2008 UTC (12 months, 1 week ago) by weitzman
Branch: MAIN
Changes since 1.28: +2 -1 lines
Diff to previous 1.28
Set HTTP_USER_AGENT to NULL to avoid warning.

Revision 1.22.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 15 00:52:09 2008 UTC (12 months, 1 week ago) by grugnog
Branch: DRUPAL-5
Changes since 1.22.2.1: +11 -5 lines
Diff to previous 1.22.2.1 , to branch point 1.22
#239524 webchick - make uri argument optional for 'default' site - backport to Drupal 5

Revision 1.24.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 10 15:30:40 2008 UTC (13 months, 2 weeks ago) by weitzman
Branch: DRUPAL-6--1
Changes since 1.24.2.1: +10 -4 lines
Diff to previous 1.24.2.1 , to branch point 1.24
#310742 by scor, webchick. E_ALL notice fix - Undefined index: host

Revision 1.28 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 10 15:30:05 2008 UTC (13 months, 2 weeks ago) by weitzman
Branch: MAIN
Changes since 1.27: +10 -4 lines
Diff to previous 1.27
#310742 by scor, webchick. E_ALL notice fix - Undefined index: host

Revision 1.27 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 23 21:07:26 2008 UTC (14 months ago) by weitzman
Branch: MAIN
Changes since 1.26: +4 -1 lines
Diff to previous 1.26
#312421 by Kevin Hankens. define DRUPAL_ROOT

Revision 1.24.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 4 16:26:16 2008 UTC (14 months, 2 weeks ago) by weitzman
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-1
Changes since 1.24: +2 -2 lines
Diff to previous 1.24
fix watchdog errors. backported from head.

Revision 1.26 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 28 09:16:57 2008 UTC (14 months, 3 weeks ago) by weitzman
Branch: MAIN
Changes since 1.25: +2 -2 lines
Diff to previous 1.25
fix remote_addr for new PDO layer. set to empty instead of null.

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.22.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 6 01:17:30 2008 UTC (17 months, 2 weeks ago) by weitzman
Branch: DRUPAL-5
Changes since 1.22: +5 -1 lines
Diff to previous 1.22
#236545 by Steven Merrill. 1and1 and drush.php - Fails CLI test wen using cgi php

Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 6 01:16:40 2008 UTC (17 months, 2 weeks ago) by weitzman
Branch: MAIN
CVS Tags: DRUPAL-6--1-0
Branch point for: DRUPAL-6--1
Changes since 1.23: +5 -1 lines
Diff to previous 1.23
#236545 by Steven Merrill. 1and1 and drush.php - Fails CLI test wen using cgi php

Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 26 03:03:56 2008 UTC (20 months ago) by weitzman
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-RC1, DRUPAL-6--1-0-RC11, DRUPAL-6--1-0-RC2
Changes since 1.22: +2 -2 lines
Diff to previous 1.22
#228044 by webchick. a mostly working D6 version of drush. pm update not quite working and minor tweak needed to watchdog command.

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 26 01:40:05 2008 UTC (20 months ago) by weitzman
Branch: MAIN
CVS Tags: DRUPAL-5--1-1, DRUPAL-5--1-2, DRUPAL-5--1-3
Branch point for: DRUPAL-5
Changes since 1.21: +7 -2 lines
Diff to previous 1.21
#237612 by jjeff. Protect me from myself.

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 11 20:48:31 2008 UTC (21 months, 1 week ago) by weitzman
Branch: MAIN
CVS Tags: DRUPAL-5--1-0
Changes since 1.20: +2 -2 lines
Diff to previous 1.20
actually let  variables override when specified.

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 1 21:52:40 2008 UTC (21 months, 3 weeks ago) by weitzman
Branch: MAIN
CVS Tags: DRUPAL-5--1-0-RC3
Changes since 1.19: +4 -2 lines
Diff to previous 1.19
avoid mysterious error in the merging of . folks who actually use  might still be affected.

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 1 21:26:48 2008 UTC (21 months, 3 weeks ago) by weitzman
Branch: MAIN
Changes since 1.18: +4 -2 lines
Diff to previous 1.18
#216408 Empty .drushrc.php causes many warnings. patch by mechfish. modified by moshe weitzman.

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 23 14:57:39 2008 UTC (22 months ago) by weitzman
Branch: MAIN
CVS Tags: DRUPAL-5--1-0-RC2
Changes since 1.17: +12 -4 lines
Diff to previous 1.17
#212148 Provide a mechanism to override the global  array using drushrc.php. patch by adrian.

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 23 12:39:36 2008 UTC (22 months ago) by weitzman
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16
wrong functon name

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 23 12:26:56 2008 UTC (22 months ago) by weitzman
Branch: MAIN
Changes since 1.15: +18 -3 lines
Diff to previous 1.15
#212156 by adrian. more robust check for CLI PHP

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.14 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 6 17:00:58 2007 UTC (23 months, 2 weeks ago) by weitzman
Branch: MAIN
Changes since 1.13: +3 -2 lines
Diff to previous 1.13
#186144 drush_die is called before drush.inc is included. patch by clemens.tolboom.

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 1 15:10:24 2007 UTC (2 years ago) by weitzman
Branch: MAIN
Changes since 1.12: +12 -5 lines
Diff to previous 1.12
give error message in case the bootstrap fails silently

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 28 17:40:26 2007 UTC (2 years, 2 months ago) by weitzman
Branch: MAIN
CVS Tags: DRUPAL-5--1-0-beta4
Changes since 1.11: +2 -2 lines
Diff to previous 1.11
#157569 make shebang more flexible. suggestion by chiggsy

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 22 16:41:57 2007 UTC (2 years, 5 months ago) by frando
Branch: MAIN
CVS Tags: DRUPAL-5--1-0-beta3
Changes since 1.10: +3 -3 lines
Diff to previous 1.10
#153681, #153702: drupal_get_path was called before Drupal was bootstrapped

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 13 13:50:02 2007 UTC (2 years, 5 months ago) by frando
Branch: MAIN
CVS Tags: DRUPAL-5--1-0-beta2
Changes since 1.9: +43 -28 lines
Diff to previous 1.9
code style, E_ALL notices

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.8 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 13 10:55:51 2007 UTC (2 years, 5 months ago) by frando
Branch: MAIN
Changes since 1.7: +40 -30 lines
Diff to previous 1.7
Code style cleanup.

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.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 14 21:31:25 2006 UTC (3 years ago) by arto
Branch: MAIN
Branch point for: DRUPAL-4-7
Changes since 1.5: +26 -9 lines
Diff to previous 1.5
Implemented -u option for faking user login with a user ID or account name.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 14 13:13:22 2006 UTC (3 years ago) by arto
Branch: MAIN
Changes since 1.4: +13 -4 lines
Diff to previous 1.4
Added error output for when command dispatch fails.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 14 11:58:19 2006 UTC (3 years ago) by arto
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3
Added built-in watchdog commands to README.txt.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 14 10:12:50 2006 UTC (3 years ago) by arto
Branch: MAIN
Changes since 1.2: +41 -16 lines
Diff to previous 1.2
Implemented exhaustive depth-first search for Drupal root directory and added explicit -r option to specify it.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 13 23:19:48 2006 UTC (3 years ago) by arto
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1
Added option listing to help screen.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 12 23:48:37 2006 UTC (3 years ago) by arto
Branch: MAIN
Imported initial version of drush module.

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.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2