Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
'could not connect to the master database server' as opposed to just 'could not connect to the master database' which doesn't make sense here
Refactor the algorigthms to guess the proper 'host' part of the MySQL user names Completely remove the user when revoking his privileges. Closes: #455954
#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
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.
#354050 - Create localhost user so default user account creation works correctly. Also remove the drushrc path
#354050 - Create localhost user so default user account creation works correctly
#364974 - create db user _0, and client_email field is optional for install.php
#364974 - create db user _0, and client_email field is optional for install.php
Flush priviliges is not needed. Reverting last patch
Flush priviliges is not needed. Reverting last patch
#345449 - flush privileges on mysql after creating and dropping databases
#345449 - flush privileges on mysql after creating and dropping databases
First import of the basis of the 0.2 release of provision. This version has a much cleaner api, through the dynamic inclusion of <command>.provision.inc files , which any module can overload. Each of these files has the exact same structure, and thus it is much clearer what happens when, and much much simpler to document / extend. I also removed all the drupal dependencies i could find, in preperation for moving to a version agnostic drush, for all buy provision_drupal (which is going to be spun off into a different project). This also includes a working update command, and keeps track of the modules installed on a site after every verify / upgrade process. This information is not being tracked in hosting, yet
Merge all differences between d5 and d6 branches of provision
revoke grants only once (ported from d5 branch)
remoke only one user See: #336431
Remove old_password for mysql 3.x.
Remove old_password for mysql 3.x.
do not create duplicate GRANT, use only % for now Related to: #336431 Ported from D5 branch
do not create duplicate GRANT, use only % for now Related to: #336431
Didn't mean to commit the changes to provision.mysql.inc. Rolling back
Initialize languages for each profile on platform verify
fix parse error
fix parse error
backport error checking fixes from head Closes: #264775
fix error checking everywhere in the mysql module. we use non-blocking warnings most of the time. Closes: #264775
Use the correct mysql/mysqli driver when importing existing sites
Use the correct mysql/mysqli driver when importing existing sites.
#321942 (primarily) - working config file generation and synch command. Also cleaned up variables passed to the system so the site_ prefix is no longer used.
#308255 - cleaned up a bunch of coder warnings
fix for #319299. Now detects language and install profile correctly. Also fixed a missing variable_set when installing new sites using aegir.
Attempt to capture drupal error messages and integrate them with provision errors, to keep them in the correct order
Do checking to see that the tarball has been correctly extracted. Remove db password from log info returned to hosting.
Not generating an error when db dump not found
fix grant revoke queries quoting, again
Missing return to db create function. Added additional error checking. Become more stringent about regenerating the config files. Wrong path to database.sql
Added restore functionality for #237555. Implement rollback as well, if something goes wrong it rolls back to the initial system status
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 |