rosedu / wouso

World of USO - the Official Repository
http://wouso.rosedu.org
Other
122 stars 103 forks source link

Refactor Customization/Switchboard/GamesSwitchboard #891

Closed iulianR closed 8 years ago

iulianR commented 8 years ago

Everything related to these modules is really convoluted. Get rid of the "disable-" prefix so by checking a box in the Control Panel, we save a "True" boolean value in the database instead of "False".

e.g. Checking Statistics checkbox should set the "statistics" key to "True" instead of setting "disable-statistics" to "False"