[cvs] commit: hermes admin.php data.php edit.php submit.php time.php hermes/config conf.xml hermes/docs CHANGES hermes/graphics goto.gif today.gif hermes/lib Admin.php Driver.php Hermes.php TimeForm.php hermes/lib/Data iif.php hermes/lib/Driver sql.php ...

Chuck Hagenbuch chuck@horde.org
Tue, 20 Aug 2002 22:21:41 -0700 (PDT)


chuck       2002/08/20 22:21:41 PDT

  Modified files:
    .                    admin.php data.php edit.php time.php 
    config               conf.xml 
    docs                 CHANGES 
    lib                  Admin.php Driver.php Hermes.php 
                         TimeForm.php 
    lib/Data             iif.php 
    lib/Driver           sql.php 
    scripts/drivers      hermes.sql 
    templates/menu       menu.inc 
  Added files:
    .                    submit.php 
    graphics             goto.gif today.gif 
    templates/javascript goto.inc 
  Log:
  Herre's a metric ton of new code for Hermes, including submission of time,
  editing of entries, browsing to arbitrary weeks, etc.
  
  THERE ARE DATABASE CHANGES NECESSARY.
  
  This should round out the initial implementation of Hermes pretty nicely.
  
  Revision  Changes    Path
  1.3       +105 -27   hermes/admin.php
  1.2       +10 -3     hermes/config/conf.xml
  1.5       +8 -4      hermes/data.php
  1.5       +4 -0      hermes/docs/CHANGES
  1.2       +20 -18    hermes/edit.php
  1.1       +2 -0      hermes/graphics/goto.gif (new)
  1.1       +2 -0      hermes/graphics/today.gif (new)
  1.2       +65 -1     hermes/lib/Admin.php
  1.5       +5 -5      hermes/lib/Data/iif.php
  1.2       +2 -3      hermes/lib/Driver.php
  1.6       +120 -29   hermes/lib/Driver/sql.php
  1.3       +49 -5     hermes/lib/Hermes.php
  1.7       +205 -61   hermes/lib/TimeForm.php
  1.6       +25 -13    hermes/scripts/drivers/hermes.sql
  1.1       +78 -0     hermes/submit.php (new)
  1.1       +273 -0    hermes/templates/javascript/goto.inc (new)
  1.5       +27 -3     hermes/templates/menu/menu.inc
  1.6       +13 -18    hermes/time.php

  Chora Links:
  http://cvs.horde.org/diff.php/hermes/admin.php?r1=1.2&r2=1.3&ty=u
  http://cvs.horde.org/diff.php/hermes/config/conf.xml?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/diff.php/hermes/data.php?r1=1.4&r2=1.5&ty=u
  http://cvs.horde.org/diff.php/hermes/docs/CHANGES?r1=1.4&r2=1.5&ty=u
  http://cvs.horde.org/diff.php/hermes/edit.php?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/co.php/hermes/graphics/goto.gif?r=1.1
  http://cvs.horde.org/co.php/hermes/graphics/today.gif?r=1.1
  http://cvs.horde.org/diff.php/hermes/lib/Admin.php?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/diff.php/hermes/lib/Data/iif.php?r1=1.4&r2=1.5&ty=u
  http://cvs.horde.org/diff.php/hermes/lib/Driver.php?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/diff.php/hermes/lib/Driver/sql.php?r1=1.5&r2=1.6&ty=u
  http://cvs.horde.org/diff.php/hermes/lib/Hermes.php?r1=1.2&r2=1.3&ty=u
  http://cvs.horde.org/diff.php/hermes/lib/TimeForm.php?r1=1.6&r2=1.7&ty=u
  http://cvs.horde.org/diff.php/hermes/scripts/drivers/hermes.sql?r1=1.5&r2=1.6&ty=u
  http://cvs.horde.org/co.php/hermes/submit.php?r=1.1
  http://cvs.horde.org/co.php/hermes/templates/javascript/goto.inc?r=1.1
  http://cvs.horde.org/diff.php/hermes/templates/menu/menu.inc?r1=1.4&r2=1.5&ty=u
  http://cvs.horde.org/diff.php/hermes/time.php?r1=1.5&r2=1.6&ty=u