Add page for adding new system settings [5.2.0]
Imported From: http://groups.google.com/group/in-portal-dev/browse_thread/thread/5e347e14566b5ed3#
In-Portal has very powerful configuration system (more then 300 settings that can be changed). However for me, as developer, it is hard to create new settings because I need to access database directly and put all fields manually without a validation.
I'm proposing to add "Add" toolbar button in each configuration section that would not only allow adding new setting right to it, but also validate developer entered data for common mistakes, like system setting phrase isn't in "la_config_*" format.
Another good idea that I think will make things work faster for us.
I would say that it would be good to get ability to see SQL that was
exceutred so it can be added to project_upgrade.sql when needed.
DA