[cvs] commit: scry conclude.php delete.php edit.php export.php polls.php view.php vote.php scry/docs CHANGES SECURITY scry/lib Driver.php Scry.php scry/lib/Driver sql.php scry/scripts/sql scry.mssql.sql scry.sql scry/scripts/upgrades 2006-11-16_drop_group_column.sql

Ben Klang ben at alkaloid.net
Thu Nov 16 22:22:39 PST 2006


bklang      2006-11-16 22:22:39 PST

  Modified files:
    .                    conclude.php delete.php edit.php 
                         export.php polls.php view.php vote.php 
    docs                 CHANGES 
    lib                  Driver.php Scry.php 
    lib/Driver           sql.php 
    scripts/sql          scry.mssql.sql scry.sql 
  Added files:
    docs                 SECURITY 
    scripts/upgrades     2006-11-16_drop_group_column.sql 
  Log:
  * Implement per-poll permissions
  * Scry::isEditable() no longer returns true if the poll is closed
  * Drop storage of the poll group in the SQL driver
  
  ToDo: Allow existing polls' permissions to be edited by users with PERMS_EDIT.  Probably will reuse Perms_UI if possible.
  
  Revision  Changes    Path
  1.14      +11 -7     scry/conclude.php
  1.28      +10 -6     scry/delete.php
  1.13      +1 -0      scry/docs/CHANGES
  1.1       +17 -0     scry/docs/SECURITY (new)
  1.44      +13 -11    scry/edit.php
  1.28      +8 -3      scry/export.php
  1.36      +29 -2     scry/lib/Driver.php
  1.63      +15 -5     scry/lib/Driver/sql.php
  1.66      +36 -52    scry/lib/Scry.php
  1.43      +4 -4      scry/polls.php
  1.3       +1 -3      scry/scripts/sql/scry.mssql.sql
  1.4       +1 -3      scry/scripts/sql/scry.sql
  1.1       +5 -0      scry/scripts/upgrades/2006-11-16_drop_group_column.sql (new)
  1.36      +14 -3     scry/view.php
  1.35      +10 -1     scry/vote.php

  Chora Links:
  http://cvs.horde.org/diff.php/scry/conclude.php?r1=1.13&r2=1.14&ty=u
  http://cvs.horde.org/diff.php/scry/delete.php?r1=1.27&r2=1.28&ty=u
  http://cvs.horde.org/diff.php/scry/docs/CHANGES?r1=1.12&r2=1.13&ty=u
  http://cvs.horde.org/co.php/scry/docs/SECURITY?r=1.1
  http://cvs.horde.org/diff.php/scry/edit.php?r1=1.43&r2=1.44&ty=u
  http://cvs.horde.org/diff.php/scry/export.php?r1=1.27&r2=1.28&ty=u
  http://cvs.horde.org/diff.php/scry/lib/Driver.php?r1=1.35&r2=1.36&ty=u
  http://cvs.horde.org/diff.php/scry/lib/Driver/sql.php?r1=1.62&r2=1.63&ty=u
  http://cvs.horde.org/diff.php/scry/lib/Scry.php?r1=1.65&r2=1.66&ty=u
  http://cvs.horde.org/diff.php/scry/polls.php?r1=1.42&r2=1.43&ty=u
  http://cvs.horde.org/diff.php/scry/scripts/sql/scry.mssql.sql?r1=1.2&r2=1.3&ty=u
  http://cvs.horde.org/diff.php/scry/scripts/sql/scry.sql?r1=1.3&r2=1.4&ty=u
  http://cvs.horde.org/co.php/scry/scripts/upgrades/2006-11-16_drop_group_column.sql?r=1.1
  http://cvs.horde.org/diff.php/scry/view.php?r1=1.35&r2=1.36&ty=u
  http://cvs.horde.org/diff.php/scry/vote.php?r1=1.34&r2=1.35&ty=u


More information about the cvs mailing list