[cvs] commit: juno accounts.php addaccount.php index.php register.php juno/config conf.php.dist html.php.dist prefs.php.dist juno/graphics refresh.gif juno/lib Driver.php Juno.php base.php constants.php juno/lib/Driver sql.php juno/scripts/drivers ...

Jan Schneider jan@ammma.de
Fri, 23 Aug 2002 15:51:03 -0700 (PDT)


jan         2002/08/23 15:51:03 PDT

  Modified files:
    .                    index.php register.php 
    config               conf.php.dist prefs.php.dist 
    lib                  Juno.php base.php constants.php 
    scripts/drivers      juno.sql 
    templates/menu       menu.inc 
    templates/register   head.inc 
  Added files:
    .                    accounts.php addaccount.php 
    config               html.php.dist 
    graphics             refresh.gif 
    lib                  Driver.php 
    lib/Driver           sql.php 
    templates/accounts   account.inc account_footer.inc 
                         account_headers.inc account_summaries.inc 
                         empty.inc header.inc 
    templates/register   registerrow.inc 
  Log:
  Add account pages and more cleanup
  
  Submitted by: Mathieu Legare <legare@uqtr.ca>
  
  Revision  Changes    Path
  1.1       +71 -0     juno/accounts.php (new)
  1.1       +27 -0     juno/addaccount.php (new)
  1.3       +20 -1     juno/config/conf.php.dist
  1.3       +12 -0     juno/config/html.php.dist (new)
  1.3       +10 -3     juno/config/prefs.php.dist
  1.1       +2 -0      juno/graphics/refresh.gif (new)
  1.3       +3 -2      juno/index.php
  1.1       +220 -0    juno/lib/Driver.php (new)
  1.1       +258 -0    juno/lib/Driver/sql.php (new)
  1.2       +23 -3     juno/lib/Juno.php
  1.4       +3 -1      juno/lib/base.php
  1.2       +9 -1      juno/lib/constants.php
  1.4       +5 -1      juno/register.php
  1.4       +3 -3      juno/scripts/drivers/juno.sql
  1.1       +14 -0     juno/templates/accounts/account.inc (new)
  1.1       +6 -0      juno/templates/accounts/account_footer.inc (new)
  1.1       +10 -0     juno/templates/accounts/account_headers.inc (new)
  1.1       +7 -0      juno/templates/accounts/account_summaries.inc (new)
  1.1       +1 -0      juno/templates/accounts/empty.inc (new)
  1.1       +23 -0     juno/templates/accounts/header.inc (new)
  1.5       +0 -1      juno/templates/menu/menu.inc
  1.3       +29 -1     juno/templates/register/head.inc
  1.1       +10 -0     juno/templates/register/registerrow.inc (new)

  Chora Links:
  http://cvs.horde.org/co.php/juno/accounts.php?r=1.1
  http://cvs.horde.org/co.php/juno/addaccount.php?r=1.1
  http://cvs.horde.org/diff.php/juno/config/conf.php.dist?r1=1.2&r2=1.3&ty=u
  http://cvs.horde.org/co.php/juno/config/html.php.dist?r=1.3
  http://cvs.horde.org/diff.php/juno/config/prefs.php.dist?r1=1.2&r2=1.3&ty=u
  http://cvs.horde.org/co.php/juno/graphics/refresh.gif?r=1.1
  http://cvs.horde.org/diff.php/juno/index.php?r1=1.2&r2=1.3&ty=u
  http://cvs.horde.org/co.php/juno/lib/Driver.php?r=1.1
  http://cvs.horde.org/co.php/juno/lib/Driver/sql.php?r=1.1
  http://cvs.horde.org/diff.php/juno/lib/Juno.php?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/diff.php/juno/lib/base.php?r1=1.3&r2=1.4&ty=u
  http://cvs.horde.org/diff.php/juno/lib/constants.php?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/diff.php/juno/register.php?r1=1.3&r2=1.4&ty=u
  http://cvs.horde.org/diff.php/juno/scripts/drivers/juno.sql?r1=1.3&r2=1.4&ty=u
  http://cvs.horde.org/co.php/juno/templates/accounts/account.inc?r=1.1
  http://cvs.horde.org/co.php/juno/templates/accounts/account_footer.inc?r=1.1
  http://cvs.horde.org/co.php/juno/templates/accounts/account_headers.inc?r=1.1
  http://cvs.horde.org/co.php/juno/templates/accounts/account_summaries.inc?r=1.1
  http://cvs.horde.org/co.php/juno/templates/accounts/empty.inc?r=1.1
  http://cvs.horde.org/co.php/juno/templates/accounts/header.inc?r=1.1
  http://cvs.horde.org/diff.php/juno/templates/menu/menu.inc?r1=1.4&r2=1.5&ty=u
  http://cvs.horde.org/diff.php/juno/templates/register/head.inc?r1=1.2&r2=1.3&ty=u
  http://cvs.horde.org/co.php/juno/templates/register/registerrow.inc?r=1.1