[CS-Project-svn_notify] SF.net SVN: cs-project: [844] trunk/1.2
Brought to you by:
crazedsanity
From: <cra...@us...> - 2008-02-17 22:44:54
|
Revision: 844 http://cs-project.svn.sourceforge.net/cs-project/?rev=844&view=rev Author: crazedsanity Date: 2008-02-17 14:44:48 -0800 (Sun, 17 Feb 2008) Log Message: ----------- Remove "stop_logins_on_global_alert" (unused). Modified Paths: -------------- trunk/1.2/docs/samples/sample_config.xml trunk/1.2/templates/setup/4.content.tmpl Modified: trunk/1.2/docs/samples/sample_config.xml =================================================================== --- trunk/1.2/docs/samples/sample_config.xml 2008-02-17 22:11:12 UTC (rev 843) +++ trunk/1.2/docs/samples/sample_config.xml 2008-02-17 22:44:48 UTC (rev 844) @@ -47,12 +47,6 @@ unless you really know what you're doing." type="locked" disabled="1">1.0.0-ALPHA1</version_string> - <stop_logins_on_global_alert - title="Stop Logins on Global Alert" - description="(<font color=red><b>Currently unimplemented</b></font>) Stop users from logging in if a global alert has been created." - type="select" - options="0=No (0)|1=Yes (1)" - default="0">0</stop_logins_on_global_alert> <debugprintopt title="Debug Printing?" description="Generally, this should only be turned on if you're running a development site for cs-project..." Modified: trunk/1.2/templates/setup/4.content.tmpl =================================================================== --- trunk/1.2/templates/setup/4.content.tmpl 2008-02-17 22:11:12 UTC (rev 843) +++ trunk/1.2/templates/setup/4.content.tmpl 2008-02-17 22:44:48 UTC (rev 844) @@ -68,16 +68,6 @@ <tr> - <th>Stop Logins on Global Alert</th> - <td><SELECT name="fields[stop_logins_on_global_alert]"> - <option value="0" {stop_logins_on_global_alert__0__checked}>0 (off)</option> - <option value="1" {stop_logins_on_global_alert__1__checked}>1 (on)</option> - </SELECT></td> - <td>(<font color="red"><b>Currently unimplemented</b></font>) Stop users from logging in if a global alert has been created.</td> - </tr> - - - <tr> <th>Debug Printing?</th> <td><SELECT name="fields[debugprintopt]"> <option value="0" {debugprintopt__0__checked}>0 (off)</option> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |