Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
#586466 by anarcat. Drush.php is no longer directly executable
#460924 by greg.1.anderson. remote aliases bug fix - backend_invoke(), small refactor.
Minor coding standards fixes and one bug fix in includes/sitealias.inc
#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.
#613348 by mig5. Various spelling/grammar corrections.
#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().
#459652 - stronger error catching for remote server connections. Do not accept password authentication and read stderr to find connection errors
#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.
#462234 - catch php fatal errors and ssh connection failures
#449090 by Grugnog2. Major improvements in error messaging around: The command 'drush.php ... could not be executed.
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
Prepending instead of appending. doc fix
Remove the special handling on uri. You can now set it to null if you need to avoid it being set
Added the additional parameters to drush_backend_fork to allow calls to other servers
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()
#421106 - fix command generation when empty strings are passed in $data. thanks anarcat. This also fixes POST method.
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.
#414058 - Simplify error handling code by removing bitmasks
#387214 by adrian. Finish up command bootstrap levels and intelligent command listing. Great work.
#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
#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.
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |