Update of /cvs/scoop/scoop/struct/patch-files/current
In directory lithium.sabren.com:/tmp/cvs-serv16346/struct/patch-files/current

Modified Files:
	README 
Added Files:
	patch-03-AllTags.sql 
Log Message:
Committing rusty's formkey fix, along with the "All Tags" page control 
stuff. -ct


Index: README
===================================================================
RCS file: /cvs/scoop/scoop/struct/patch-files/current/README,v
retrieving revision 1.122
retrieving revision 1.123
diff -C2 -d -r1.122 -r1.123
*** README	5 Apr 2006 05:37:25 -0000	1.122
--- README	16 Aug 2006 23:44:08 -0000	1.123
***************
*** 31,32 ****
--- 31,37 ----
  		rate comments with.
  
+ Aug 16 17:34 patch-03-AllTags.sql
+ 		Adds the option to control the minimum number of instances a
+ 		tag must have to be listed on the "All Tags" page, and the
+ 		maximum number of tags that can be listed on the "All Tags"
+ 		page.

--- NEW FILE: patch-03-AllTags.sql ---
INSERT INTO `vars` (`name`, `value`, `description`, `type`, `category`) VALUES ('all_tags_cutoff','0','If this is set, then the \"All Tags\" page will only show tags that have been used at least <i>x</i> number of times.','num','Tags'),('all_tags_limit','0','Controls the maximum number of tags to show on the \"All Tags\" page. The default, 0, is unlimited.','num','Tags');