cvs commit: whups create.php details.php help.php newuser.php query.php search.php useradmin.php whups/config html.php.dist whups/docs CHANGES whups/graphics continue.gif last.gif middle.gif spacer.gif whups/lib Backend.php Create.php Forms.php Query.php ...

rec@horde.org rec@horde.org
Thu, 22 Nov 2001 20:35:07 -0500


rec         2001/11/22 16:27:10 PST

  Modified files:
    .                    create.php details.php help.php 
                         newuser.php search.php useradmin.php 
    config               html.php.dist 
    docs                 CHANGES 
    lib                  Backend.php Create.php Forms.php 
                         Search.php Whups.php WhupsPublic.php 
                         WhupsVars.php base.php 
    lib/Backend          sql.php 
    scripts/backend      whups.sql 
    templates            comment.inc formrenderer.inc 
                         headerbar.inc page.inc searchresults.inc 
  Added files:
    .                    query.php 
    graphics             continue.gif last.gif middle.gif 
                         spacer.gif 
    lib                  Query.php 
    templates            actionresult.inc actions.inc common.inc 
                         queryrenderer.inc 
  Log:
  Ok, this is a bit of a big commit, I'll be more incremental in future.
  
  Changes to the look - it's a bit more horde like now.
  Changes to the forms, as much html as possible has moved out of the forms
   and into the renderer.  Forms also know how to execute themselves, which
   is a better design.
  Changes to the ui, especially the details page.  The four edit ticket forms
   have moved to links at the bottom and the forms only appear when you
   actually want to perform that action.
  
  Biggest addition - the Advanced Query Builder.  This is more complex - I'll
   describe it in a mail to the whups list in a bit.
  
  Revision  Changes    Path
  1.3       +12 -5     whups/config/html.php.dist
  1.9       +29 -27    whups/create.php
  1.11      +102 -190  whups/details.php
  1.5       +2 -1      whups/docs/CHANGES
  1.1       +1 -0      whups/graphics/continue.gif (new)
  1.1       +1 -0      whups/graphics/last.gif (new)
  1.1       +1 -0      whups/graphics/middle.gif (new)
  1.1       +1 -0      whups/graphics/spacer.gif (new)
  1.5       +7 -9      whups/help.php
  1.10      +8 -6      whups/lib/Backend.php
  1.14      +217 -38   whups/lib/Backend/sql.php
  1.10      +8 -4      whups/lib/Create.php
  1.9       +162 -232  whups/lib/Forms.php
  1.1       +542 -0    whups/lib/Query.php (new)
  1.8       +70 -68    whups/lib/Search.php
  1.9       +33 -2     whups/lib/Whups.php
  1.2       +12 -3     whups/lib/WhupsPublic.php
  1.4       +8 -2      whups/lib/WhupsVars.php
  1.13      +16 -11    whups/lib/base.php
  1.2       +8 -9      whups/newuser.php
  1.1       +226 -0    whups/query.php (new)
  1.10      +7 -1      whups/scripts/backend/whups.sql
  1.11      +20 -17    whups/search.php
  1.1       +39 -0     whups/templates/actionresult.inc (new)
  1.1       +75 -0     whups/templates/actions.inc (new)
  1.6       +4 -4      whups/templates/comment.inc
  1.1       +39 -0     whups/templates/common.inc (new)
  1.4       +193 -51   whups/templates/formrenderer.inc
  1.5       +12 -5     whups/templates/headerbar.inc
  1.5       +4 -1      whups/templates/page.inc
  1.1       +168 -0    whups/templates/queryrenderer.inc (new)
  1.7       +2 -2      whups/templates/searchresults.inc
  1.2       +10 -11    whups/useradmin.php

  Chora Links:
  http://cvs.horde.org/diff.php/whups/config/html.php.dist?r1=1.2&r2=1.3&ty=u
  http://cvs.horde.org/diff.php/whups/create.php?r1=1.8&r2=1.9&ty=u
  http://cvs.horde.org/diff.php/whups/details.php?r1=1.10&r2=1.11&ty=u
  http://cvs.horde.org/diff.php/whups/docs/CHANGES?r1=1.4&r2=1.5&ty=u
  http://cvs.horde.org/co.php/whups/graphics/continue.gif?r=1.1
  http://cvs.horde.org/co.php/whups/graphics/last.gif?r=1.1
  http://cvs.horde.org/co.php/whups/graphics/middle.gif?r=1.1
  http://cvs.horde.org/co.php/whups/graphics/spacer.gif?r=1.1
  http://cvs.horde.org/diff.php/whups/help.php?r1=1.4&r2=1.5&ty=u
  http://cvs.horde.org/diff.php/whups/lib/Backend.php?r1=1.9&r2=1.10&ty=u
  http://cvs.horde.org/diff.php/whups/lib/Backend/sql.php?r1=1.13&r2=1.14&ty=u
  http://cvs.horde.org/diff.php/whups/lib/Create.php?r1=1.9&r2=1.10&ty=u
  http://cvs.horde.org/diff.php/whups/lib/Forms.php?r1=1.8&r2=1.9&ty=u
  http://cvs.horde.org/co.php/whups/lib/Query.php?r=1.1
  http://cvs.horde.org/diff.php/whups/lib/Search.php?r1=1.7&r2=1.8&ty=u
  http://cvs.horde.org/diff.php/whups/lib/Whups.php?r1=1.8&r2=1.9&ty=u
  http://cvs.horde.org/diff.php/whups/lib/WhupsPublic.php?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/diff.php/whups/lib/WhupsVars.php?r1=1.3&r2=1.4&ty=u
  http://cvs.horde.org/diff.php/whups/lib/base.php?r1=1.12&r2=1.13&ty=u
  http://cvs.horde.org/diff.php/whups/newuser.php?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/co.php/whups/query.php?r=1.1
  http://cvs.horde.org/diff.php/whups/scripts/backend/whups.sql?r1=1.9&r2=1.10&ty=u
  http://cvs.horde.org/diff.php/whups/search.php?r1=1.10&r2=1.11&ty=u
  http://cvs.horde.org/co.php/whups/templates/actionresult.inc?r=1.1
  http://cvs.horde.org/co.php/whups/templates/actions.inc?r=1.1
  http://cvs.horde.org/diff.php/whups/templates/comment.inc?r1=1.5&r2=1.6&ty=u
  http://cvs.horde.org/co.php/whups/templates/common.inc?r=1.1
  http://cvs.horde.org/diff.php/whups/templates/formrenderer.inc?r1=1.3&r2=1.4&ty=u
  http://cvs.horde.org/diff.php/whups/templates/headerbar.inc?r1=1.4&r2=1.5&ty=u
  http://cvs.horde.org/diff.php/whups/templates/page.inc?r1=1.4&r2=1.5&ty=u
  http://cvs.horde.org/co.php/whups/templates/queryrenderer.inc?r=1.1
  http://cvs.horde.org/diff.php/whups/templates/searchresults.inc?r1=1.6&r2=1.7&ty=u
  http://cvs.horde.org/diff.php/whups/useradmin.php?r1=1.1&r2=1.2&ty=u