Commited "stringoverrides-list" to 7.x branch. Any other commands that would be happy fun times?

CommentFileSizeAuthor
stringoverrides-drush.png124.17 KBrobloach

Comments

robloach’s picture

Version: 7.x-1.x-dev » 6.x-1.x-dev
Status: Active » Postponed

Won't be adding String Overrides 6.x Drush support unless it's desired.

robloach’s picture

Status: Postponed » Postponed (maintainer needs more info)
Michael-IDA’s picture

Hi Rob,

Uhm, yeah, not seeing the love:

$ drush stringoverrides-list
The drush command 'stringoverrides-list' could not be found.     [error]

I'm also not seeing stringoverrides.drush.inc in sites/all/modules/stringoverrides for:

$ drush status
Drupal version                :  7.9
 Default theme                 :  danblog
 Administration theme          :  seven
 Drush version                 :  4.5

$cat stringoverrides.info
; Information added by drupal.org packaging script on 2011-05-03
version = "7.x-1.8"
core = "7.x"
project = "stringoverrides"
datestamp = "1304446316"

Export (under String Overrides Migrate, /admin/config/regional/stringoverrides/export ) is also spitting "Fatal error: Call to undefined function stringoverrides_admin_export_submit() in includes/form.inc on line 1430" Even after several cache clears.

I'd rather have a drush vget/vset working though, much easier to manage.

Have these changes not been rolled out to a "Recommended release?"

Can I just drop in the stringoverrides.drush.inc from http://api.drupalhelp.net/api/stringoverrides/files/7 into the sites/all/modules/stringoverrides directory?

Working on production sites, so can't really install "Development releases" willy-nilly.

What do?

Best,
Sam

Michael-IDA’s picture

Version: 6.x-1.x-dev » 7.x-1.8
robloach’s picture

I'm also not seeing stringoverrides.drush.inc in sites/all/modules/stringoverrides for:

Yeah, the drush support is only in the -dev at this point.

Can I just drop in the stringoverrides.drush.inc from http://api.drupalhelp.net/api/stringoverrides/files/7 into the sites/all/modules/stringoverrides directory?

Yup, that would do it :-) .

Export (under String Overrides Migrate, /admin/config/regional/stringoverrides/export ) is also spitting "Fatal error: Call to undefined function stringoverrides_admin_export_submit() in includes/form.inc on line 1430" Even after several cache clears.

The export stuff is kind of in flux at the moment, you might want to check out #1210180: Can't export.. You might also enjoy #1185284: Features Support if you use Features.