The Features module has become the staple way that sites under version control have configuration information exported and moved from development to staging and then live. While it is useful that this module has an import/export feature, it is not compatible with Features and thus is excluded from this workflow. It'd be great if the module could be made Features compatible, so new or modified toolbars could be tested on a development site and then staged to live through version control.

Comments

univate’s picture

Yep agree, would really like to be able to export the shortcuts into a feature.

barraponto’s picture

Issue tags: +Features integration

i am working on this.
but it currently requires a hook_defaults which exposes the default toolbars defined by modules... i will work on it first, then i'll see the features api.

dankh’s picture

barraponto do you have any progress ? Please check out ASAP #1076140: Toolbar 3. I'm working on this as well but for version 3 which is completely different. If you have any code it can stil be included in 2.4 which is coming out soon.

Just let me know, thank you.

barraponto’s picture

dankh, i'm studying a hook_toolbar_defaults which would on its own call the hook_toolbar_create you have already developed.
but i am short on time, i hope i can get this done by 2.4

dankh’s picture

Status: Active » Fixed

Implementation committed :

http://drupalcode.org/project/toolbar.git/commit/105c672

Please test the latest development verstion and let me know if it works as expected. Thank you !

Status: Fixed » Closed (fixed)
Issue tags: -Features integration

Automatically closed -- issue fixed for 2 weeks with no activity.