[Comoblog-commit] comoblog/docs/upgrades easymoblog-0.5.1_to_comoblog-0.1.sql,1.2,1.3
Status: Inactive
Brought to you by:
markwallis
|
From: Mark W. \(a. serialmonkey\) <mar...@us...> - 2005-10-05 00:45:47
|
Update of /cvsroot/comoblog/comoblog/docs/upgrades In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14199/docs/upgrades Modified Files: easymoblog-0.5.1_to_comoblog-0.1.sql Log Message: Added functionality to allow pre and post database save post filtering. This is prework for the mod_search module Index: easymoblog-0.5.1_to_comoblog-0.1.sql =================================================================== RCS file: /cvsroot/comoblog/comoblog/docs/upgrades/easymoblog-0.5.1_to_comoblog-0.1.sql,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- easymoblog-0.5.1_to_comoblog-0.1.sql 4 Oct 2005 06:14:35 -0000 1.2 +++ easymoblog-0.5.1_to_comoblog-0.1.sql 5 Oct 2005 00:45:34 -0000 1.3 @@ -1,3 +1,4 @@ +alter table comoblog_modules modify column mod_filter_posts enum('N','Y','O') NOT NULL default 'N'; update comoblog_preferences SET pref_value='0.1' where pref_name='CFG_VERSION'; update comoblog_preferences SET pref_description='Max width (in pixels) for post images (requires GD library)' where pref_name='CFG_IMG_MAX_W'; update comoblog_preferences SET pref_description='Max height (in pixels) for post images (requirets GD library)' where pref_name='CFG_IMG_MAX_H'; |