I've been using Cobalt for about a month now and find it absolutely critical to making admining a Drupal site pleasurable. Thank you!
I have some requests.
I have permissions to do the following as my role implies, but I am unable to (or don't know how to) access these activities from Cobalt:
Clearing Cache
Running Cron
Rebuilding Permissions
I understand that if I had the Devel module, I would probably have access to these, but I typically only enable the Devel module while in development or troubleshooting something on a Dev server - not in production.
Comments
Comment #1
capellic--- delete ---
Comment #2
voxpelli commentedAs you say - with the Devel module you will get menu items to enable you to do this. A quick solution for you would be to add menu items for this in a module of your own - although it might perhaps be useful with a cobalt specific extension for development functionality on a live site.
Comment #3
capellicCorrecting category/priority mistake I made in #1.
Comment #4
Hugo Wetterberg commentedComment #5
Hugo Wetterberg commentedComment #6
Hugo Wetterberg commentedComment #7
capellicI get a 404 when trying to use the clear cache command. Cobalt takes me to this path(/cobalt/clear-cache) and I don't get any sort of feedback to know if the cache was cleared.
When typing "cron" into Cobalt, I get no result.
I also get no result when typing in "rebuild".
Thanks for your work on this.
Comment #8
Hugo Wetterberg commentedHi capellic, It sounds like you need to clear your cache :), the cobalt/clear-cache menuitem has probably not been registered.
Comment #9
Hugo Wetterberg commentedHi capellic, sorry about the "clear your cache"-reply. There was indeed a bug in the form of a copy paste typo and a omission, I registered the clear cache and rebuild permissions menu-items to the same path, and I forgot to register the rebuild permissions callback on hook_cobalt_menu_alter().
The fix is in the git repo and I will mirror it to the CVS repo later.
Comment #10
Hugo Wetterberg commentedThe fix is now in the CVS repo