Update of /cvs/scoop/scoop/struct/patch-files/current In directory lithium.sabren.com:/tmp/cvs-serv24010/struct/patch-files/current Modified Files: README Added Files: patch-28-RequireTags.sql Log Message: Adding a var to enable requiring tags for story posting, if desired. -j Index: README =================================================================== RCS file: /cvs/scoop/scoop/struct/patch-files/current/README,v retrieving revision 1.115 retrieving revision 1.116 diff -C2 -d -r1.115 -r1.116 *** README 7 Jan 2006 01:05:16 -0000 1.115 --- README 13 Jan 2006 21:14:11 -0000 1.116 *************** *** 125,128 **** --- 125,131 ---- special pages as if the pageid were an op. + Jan 13 2006 13:38 patch-28-RequireTags.sql + Adds a var to enable requiring tags for story posting. + Any problems, email scoop-help at lists.kuro5hin.org (don't forget to join!) join here: http://lists.kuro5hin.org/mailman/listinfo/scoop-help --- NEW FILE: patch-28-RequireTags.sql --- INSERT INTO `vars` (`name`, `value`, `description`, `type`, `category`) VALUES ('require_tags','0','If this var is set, users <b>must</b> submit at least one tag when they submit a story.','bool','Tags');