[cvs] commit: whups admin.php create.php details.php query.phpreports.php search.php whups/docs CHANGES whups/lib Admin.php Create.php Forms.php Query.php Search.php Whups.php WhupsVars.php base.php whups/lib/Driver sql.php whups/lib/Reports sql.php ...

Chuck Hagenbuch chuck@horde.org
Tue, 16 Jul 2002 11:54:46 -0700 (PDT)


chuck       2002/07/16 11:54:46 PDT

  Modified files:
    .                    admin.php create.php details.php 
                         query.php reports.php search.php 
    docs                 CHANGES 
    lib                  Admin.php Create.php Query.php Search.php 
                         Whups.php base.php 
    lib/Driver           sql.php 
    lib/Reports          sql.php 
    templates            comment.inc queryrenderer.inc 
                         searchresults.inc 
  Removed files:
    lib                  Forms.php WhupsVars.php 
    templates            formrenderer.inc 
  Log:
  Whups now uses the FormSprocket:: API for all form handling.
  
  Revision  Changes    Path
  1.11      +133 -143  whups/admin.php
  1.16      +7 -13     whups/create.php
  1.18      +27 -37    whups/details.php
  1.30      +1 -0      whups/docs/CHANGES
  1.14      +245 -324  whups/lib/Admin.php
  1.21      +0 -426    whups/lib/Attic/Forms.php (dead)
  1.8       +0 -145    whups/lib/Attic/WhupsVars.php (dead)
  1.20      +26 -38    whups/lib/Create.php
  1.46      +7 -43     whups/lib/Driver/sql.php
  1.6       +41 -67    whups/lib/Query.php
  1.4       +14 -47    whups/lib/Reports/sql.php
  1.23      +78 -119   whups/lib/Search.php
  1.27      +16 -101   whups/lib/Whups.php
  1.19      +13 -4     whups/lib/base.php
  1.9       +17 -22    whups/query.php
  1.5       +3 -16     whups/reports.php
  1.21      +6 -12     whups/search.php
  1.17      +0 -284    whups/templates/Attic/formrenderer.inc (dead)
  1.11      +2 -2      whups/templates/comment.inc
  1.6       +5 -15     whups/templates/queryrenderer.inc
  1.12      +2 -2      whups/templates/searchresults.inc

  Chora Links:
  http://cvs.horde.org/diff.php/whups/admin.php?r1=1.10&r2=1.11&ty=u
  http://cvs.horde.org/diff.php/whups/create.php?r1=1.15&r2=1.16&ty=u
  http://cvs.horde.org/diff.php/whups/details.php?r1=1.17&r2=1.18&ty=u
  http://cvs.horde.org/diff.php/whups/docs/CHANGES?r1=1.29&r2=1.30&ty=u
  http://cvs.horde.org/diff.php/whups/lib/Admin.php?r1=1.13&r2=1.14&ty=u
  http://cvs.horde.org/co.php/whups/lib/Attic/Forms.php?r=1.20
  http://cvs.horde.org/co.php/whups/lib/Attic/WhupsVars.php?r=1.7
  http://cvs.horde.org/diff.php/whups/lib/Create.php?r1=1.19&r2=1.20&ty=u
  http://cvs.horde.org/diff.php/whups/lib/Driver/sql.php?r1=1.45&r2=1.46&ty=u
  http://cvs.horde.org/diff.php/whups/lib/Query.php?r1=1.5&r2=1.6&ty=u
  http://cvs.horde.org/diff.php/whups/lib/Reports/sql.php?r1=1.3&r2=1.4&ty=u
  http://cvs.horde.org/diff.php/whups/lib/Search.php?r1=1.22&r2=1.23&ty=u
  http://cvs.horde.org/diff.php/whups/lib/Whups.php?r1=1.26&r2=1.27&ty=u
  http://cvs.horde.org/diff.php/whups/lib/base.php?r1=1.18&r2=1.19&ty=u
  http://cvs.horde.org/diff.php/whups/query.php?r1=1.8&r2=1.9&ty=u
  http://cvs.horde.org/diff.php/whups/reports.php?r1=1.4&r2=1.5&ty=u
  http://cvs.horde.org/diff.php/whups/search.php?r1=1.20&r2=1.21&ty=u
  http://cvs.horde.org/co.php/whups/templates/Attic/formrenderer.inc?r=1.16
  http://cvs.horde.org/diff.php/whups/templates/comment.inc?r1=1.10&r2=1.11&ty=u
  http://cvs.horde.org/diff.php/whups/templates/queryrenderer.inc?r1=1.5&r2=1.6&ty=u
  http://cvs.horde.org/diff.php/whups/templates/searchresults.inc?r1=1.11&r2=1.12&ty=u