Update of /cvsroot/comoblog/comoblog/_install/upgrades
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv991/_install/upgrades
Modified Files:
0.5.1_to_1.0.xml
Log Message:
1327274 - Updating with existing modules fails
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.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- 0.5.1_to_1.0.xml 13 Nov 2005 12:35:27 -0000 1.2
+++ 0.5.1_to_1.0.xml 18 Nov 2005 08:24:50 -0000 1.3
@@ -36,12 +36,6 @@
update comoblog_preferences SET pref_display_order=3 where pref_name='CFG_BG_IMG';
</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_CALENDAR_BUTTON_CONFIG','Skip One Day', 'When pressing the next/prev buttons the function should be', 0, 'N', 'select', 'Skip One Day|Skip One Month|Skip to Next Posted Day', 'N', 'Y', 0, 'mod_calendar');
- </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_CALENDAR_DAY_OFFSET','Sunday', 'Option to choose the first day of the week in the calendar', 0, 'N', 'select', 'Saturday|Sunday|Monday|Tuesday|Wednesday|Thursday|Friday', 'N', 'Y', 0, 'mod_calendar');
- </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_ALLOW_HTML','yes', 'Allow HTML from posts to be displayed', 1, 'N', 'select', 'yes|no', 'N', 'Y', 0, '');
</dbquery>
<dbquery>
|