Update of /cvs/scoop/scoop/struct In directory lithium.sabren.com:/tmp/cvs-serv4270/struct Modified Files: scoop.sql Log Message: Move story posting form into blocks. Also moves the part of the poll form where it makes sense into blocks, since it's part of story posting. Adds an "edit_own_stories" perm that you can enable for users if you want them to be able to edit their own stuff after posting. And finally changes admin tools semantics to allow multiple perms per admin tool. The admin tools box right now only respects the first perm listed when it makes the tools list, to preserve the traditional behavior of that box. In the long run, this will need to be fixed. Also, it may be advantageous eventually to add an "edit" perm category to sections, to enable editing of some sections but not others. --rusty Index: scoop.sql =================================================================== RCS file: /cvs/scoop/scoop/struct/scoop.sql,v retrieving revision 1.209 retrieving revision 1.210 diff -C2 -d -r1.209 -r1.210 *** scoop.sql 28 Jan 2005 22:01:57 -0000 1.209 --- scoop.sql 3 Feb 2005 15:48:30 -0000 1.210 *************** *** 1,11 **** ! # MySQL dump 8.14 ! # ! # Host: localhost Database: scoop ! #-------------------------------------------------------- ! # Server version 3.23.39-log ! # ! # Table structure for table 'ad_info' ! # [...1695 lines suppressed...] ! -- CREATE TABLE whos_online ( *************** *** 2034,2040 **** ) TYPE=MyISAM; ! # ! # Dumping data for table 'whos_online' ! # --- 2056,2062 ---- ) TYPE=MyISAM; ! -- ! -- Dumping data for table `whos_online` ! --