Closed (fixed)
Project:
Drush
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
28 Feb 2008 at 17:37 UTC
Updated:
18 Dec 2008 at 21:23 UTC
Jump to comment: Most recent file
It's a very good module, thanks for that! Ready for drupal 6?
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | drush-6.x-228044-8.patch | 8.7 KB | webchick |
| #7 | drush-6.x-228044-7.patch | 8.36 KB | webchick |
| #4 | drush-6.x-228044-4.patch | 7.38 KB | webchick |
Comments
Comment #1
robloachSubscribing.
Comment #2
jacauc commentedsubscribing
Comment #3
moshe weitzman commentedI just did some initial eperiments and drush module itself works just by adding to the .info file for core = 6.x. The various submodules need minor updates. This is going to be an easy port. I'll do it soon if noone else does.
Comment #4
webchickI haven't tested this extensively, but it was enough to get drush pm install working. Update Status module's naming schemes have changed some since its inclusion into core.
Comment #5
webchickTested SimpleTest integration and that appears to also be working, except it'll constantly report a failure thanks to http://drupal.org/node/87310#comment-778899.
Comment #6
webchickOops. Didn't mean to set back to active.
Comment #7
webchickMissed a couple of function renames in drush_pm.module.
Comment #8
webchickRegarding comment #5, Moshe suggested faking the variable in drush.php, as we do for other bootstrap.inc variables it expects. I did so, and now this is no longer barking unrelated errors while running SimpleTest.
Comment #9
moshe weitzman commentedI committed this. Thanks webchick.
A couple flaws we still need to fix
- pm update not listing all projects and likely not working
- watchdog show command does not account for variables system in watchdog(). ideally we rename these commands to dblog.
Setting to active for those.
Comment #10
moshe weitzman commentedi fixed pm update. only watchdog is outstanding now.
Comment #11
theemstra commentedIs it fixed yet?
Comment #12
moshe weitzman commentedYes - fixed