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

capellic’s picture

Category: feature » bug
Priority: Normal » Minor

--- delete ---

voxpelli’s picture

Category: bug » feature
Priority: Minor » Normal

As 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.

capellic’s picture

Correcting category/priority mistake I made in #1.

Hugo Wetterberg’s picture

Status: Active » Fixed
Hugo Wetterberg’s picture

Version: 6.x-0.x-dev » 6.x-1.x-dev
Hugo Wetterberg’s picture

Assigned: Unassigned » Hugo Wetterberg
capellic’s picture

Status: Fixed » Active

I 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.

Hugo Wetterberg’s picture

Hi capellic, It sounds like you need to clear your cache :), the cobalt/clear-cache menuitem has probably not been registered.

Hugo Wetterberg’s picture

Status: Active » Fixed

Hi 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.

Hugo Wetterberg’s picture

The fix is now in the CVS repo

Status: Fixed » Closed (fixed)

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