Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
#562164 by jonhattan - add conditional to _init functions to check command being run is provision
#559404 do not display mysql credentials on the commandline
tell the user about GRANT the same way we mention REVOKE
include the output of the mysql command when loading the database dump to ease debugging
remove a warning by properly quoting PROVISION_DB_* constants
style: clarify control flow in grant guessing routine
add forgotten argument to the mysql grant guessing routines
remove last instances of dbclient
#458386 - use localhost grant whenever possible, and get rid of the db_client misnomer.
Refactor the algorigthms to guess the proper 'host' part of the MySQL user names Completely remove the user when revoking his privileges. Closes: #455954
in suggest_db_name(), strip out the leading _N suffixes when using the dbname so that the algorithm still works when based on a preconfigured arbitrary dbname
use the dbname if the site_id is not provided
factor out the routines to guess database names on a single base no functional change
use the webserver ip, if available or the webserver hostname to create the grants Closes: #337485
handle more gracefully the case when all the 100 potential database names are not availale
Move to drush_invoke instead of provision_invoke
follow the error API changes, see #411822
#411822 - refactor to use drush_bootstrap. This also should fix #408810.
#407334 - Refactor to use the drush_context API instead of passing a reference to the $args global
#374797 - move to drush_log and drush_set_error
Revert to using % and localhost variants for the db credentials
Fix some issues with backups, and add deploy command to re-deploy backups as new sites.
Synched head with d6 branch. Works with drush 2.x and no longer needs to be enabled on a site, as it is no longer a module. Hosting has not been updated to point to the right place per server, so you have to create the symlink to the central drush.php yourself. I have not sorted out the version specific stuff yet either.
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 |