/[drupal]/contributions/modules/drush/includes/backend.inc
ViewVC logotype

Log of /contributions/modules/drush/includes/backend.inc

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.21 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 10 02:50:25 2009 UTC (2 weeks, 2 days ago) by weitzman
Branch: MAIN
CVS Tags: HEAD
Changes since 1.20: +2 -6 lines
Diff to previous 1.20
#586466 by anarcat. Drush.php is no longer directly executable

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

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 28 11:57:56 2009 UTC (4 weeks ago) by weitzman
Branch: MAIN
Changes since 1.18: +1 -2 lines
Diff to previous 1.18
Minor coding standards fixes and one bug fix in includes/sitealias.inc

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 27 16:26:37 2009 UTC (4 weeks, 1 day ago) by weitzman
Branch: MAIN
Changes since 1.17: +49 -20 lines
Diff to previous 1.17
#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.17 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 26 02:26:37 2009 UTC (4 weeks, 3 days ago) by weitzman
Branch: MAIN
CVS Tags: DRUPAL-6--2-1
Changes since 1.16: +5 -5 lines
Diff to previous 1.16
#613348 by mig5. Various spelling/grammar corrections.

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 22 00:22:42 2009 UTC (2 months ago) by weitzman
Branch: MAIN
Changes since 1.15: +3 -2 lines
Diff to previous 1.15
#559512 by moshe weitzman. Add drush_find_php() helper function and use it is simpletest and update commands. In the future this function might become a utility and instead on gets its value with drush_get_context().

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 20 21:26:55 2009 UTC (6 months ago) by adrian
Branch: MAIN
CVS Tags: DRUPAL-6--2-0
Changes since 1.14: +17 -2 lines
Diff to previous 1.14
#459652 - stronger error catching for remote server connections. Do not accept password authentication and read stderr to find connection errors

Revision 1.14 - (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.13: +9 -8 lines
Diff to previous 1.13
#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.13 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 20 19:23:58 2009 UTC (6 months ago) by adrian
Branch: MAIN
Changes since 1.12: +12 -2 lines
Diff to previous 1.12
#462234 - catch php fatal errors and ssh connection failures

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 3 03:45:35 2009 UTC (6 months, 3 weeks ago) by weitzman
Branch: MAIN
CVS Tags: DRUPAL-6--2-0-RC1
Changes since 1.11: +2 -3 lines
Diff to previous 1.11
#449090 by Grugnog2. Major improvements in error messaging around: The command 'drush.php ... could not be executed.

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 21 16:55:55 2009 UTC (7 months ago) by adrian
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10
Use a pipe instead of a file for STDERR in child processes. This was causing drush_backend calls to fail for some users due to permission errors

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 16 02:25:52 2009 UTC (7 months, 1 week ago) by adrian
Branch: MAIN
CVS Tags: DRUPAL-5--2-0-ALPHA2, DRUPAL-6--2-0-ALPHA2, DRUPAL-7--2-0-ALPHA2
Changes since 1.9: +2 -2 lines
Diff to previous 1.9
Prepending instead of appending. doc fix

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 16 01:44:37 2009 UTC (7 months, 1 week ago) by adrian
Branch: MAIN
Changes since 1.8: +2 -4 lines
Diff to previous 1.8
Remove the special handling on uri. You can now set it to null if you need to avoid it being set

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 15 20:55:16 2009 UTC (7 months, 1 week ago) by adrian
Branch: MAIN
Changes since 1.7: +3 -3 lines
Diff to previous 1.7
Added the additional parameters to drush_backend_fork to allow calls to other servers

Revision 1.7 - (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.6: +7 -2 lines
Diff to previous 1.6
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.6 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 1 23:12:14 2009 UTC (7 months, 3 weeks ago) by adrian
Branch: MAIN
Changes since 1.5: +6 -3 lines
Diff to previous 1.5
#421106 - fix command generation when empty strings are passed in $data. thanks anarcat. This also fixes POST method.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 1 13:17:17 2009 UTC (7 months, 3 weeks ago) by adrian
Branch: MAIN
Changes since 1.4: +22 -12 lines
Diff to previous 1.4
Make the parameter order of the generated commands prettier and add a new drush_backend_fork() function which calls the command with & and ignores any output.

Revision 1.4 - (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.3: +3 -14 lines
Diff to previous 1.3
#414058 - Simplify error handling code by removing bitmasks

Revision 1.3 - (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.2: +7 -5 lines
Diff to previous 1.2
#387214 by adrian. Finish up command bootstrap levels and intelligent command listing. Great work.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 20 16:10:54 2009 UTC (8 months, 1 week ago) by adrian
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1
#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.1 - (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
#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

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