[Comoblog-commit] comoblog/_install/upgrades 0.5.1_to_1.0.xml,1.4,1.5
Status: Inactive
Brought to you by:
markwallis
|
From: iamdecal <iam...@us...> - 2005-12-01 14:58:08
|
Update of /cvsroot/comoblog/comoblog/_install/upgrades In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9398/comoblog/_install/upgrades Modified Files: 0.5.1_to_1.0.xml Log Message: REASON added the option to allow html in comments this is turned off by default for security reasons POSSIBLE UPDATES add filter to only allow certain tags TODO still needs translations in all other languages works on a fresh install, not tested with a web based updgrade ---------------------------------------------------------------------- Enter Log. Lines beginning with `CVS:' are removed automatically Committing in . Modified Files: comoblog/add_comment.php comoblog/_install/comoblog_preferences.xml comoblog/include/libraries.inc.php comoblog/lang/english.inc.php comoblog/templates/add_comment.tpl.htm ---------------------------------------------------------------------- Index: 0.5.1_to_1.0.xml =================================================================== RCS file: /cvsroot/comoblog/comoblog/_install/upgrades/0.5.1_to_1.0.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- 0.5.1_to_1.0.xml 18 Nov 2005 09:12:20 -0000 1.4 +++ 0.5.1_to_1.0.xml 1 Dec 2005 14:57:55 -0000 1.5 @@ -56,5 +56,9 @@ <dbquery> insert into comoblog_preferences (pref_name, pref_value, pref_description, pref_topic_id, pref_encrypt, pref_type, pref_restrict_values, pref_accept_null, pref_editable, pref_display_order, mod_name) VALUES ('CFG_MAIL_APOP', 'no', 'POP3 enable APOP protocol', 4, 'N', 'select', 'no|yes', 'N', 'Y', 4, ''); </dbquery> + <dbquery> + insert into comoblog_preferences (pref_name, pref_value, pref_description, pref_topic_id, pref_encrypt, pref_type, pref_restrict_values, pref_accept_null, pref_editable, pref_display_order, mod_name) VALUES ('CFG_INTERACTION_HTML_COMMENTS', 'no', 'Allow HTML Comments', 4, 'N', 'select', 'no|yes', 'N', 'Y', 5, ''); + </dbquery> + </comoblog_upgrade> |