Page 1 of 1

Developer mode Admin panel

Posted: Mon May 19, 2014 9:03 am
by Rolf
Some features in the CMSMS Admin panel are only needed for module developers and not for regular users. We have hidden these features.
You can make them visible by adding in the config.php file:

Code: Select all

$config['developer_mode'] = 'true';

Re: Developer mode Admin panel

Posted: Mon Sep 01, 2014 9:03 pm
by chandra
Is anywhere a summary available which features are hidden?

Re: Developer mode Admin panel

Posted: Mon Sep 01, 2014 9:45 pm
by calguy1000
Currently (subject to change) developer mode is only used in ModuleManager

Developer mode enables:
- Exporting a module to XML
- changing the module repository URL
- a couple of other minor things related to testing a remote module repository.

Re: Developer mode Admin panel

Posted: Tue Sep 02, 2014 7:25 am
by chandra
Thx for your fast reply - thought there were a lot more hidden options ;).