commit: turba menu.php redirect.php status.php index.php login.php manage.php turba/config prefs.php.dist .cvsignore conf.php.dist turba/lib base.php Turba.php turba/templates common-header.inc turba/templates/index notconfigured.inc turba/templates/login ...

chuck@horde.org chuck@horde.org
24 Jan 2001 05:55:42 -0000


chuck       2001/01/23 21:55:42 PST

  Modified files:
    .                    index.php login.php 
    config               .cvsignore conf.php.dist 
    lib                  Turba.php 
    templates            common-header.inc 
    templates/index      notconfigured.inc 
    templates/login      login.inc 
    templates/search     head.inc 
  Added files:
    .                    menu.php redirect.php status.php 
    config               prefs.php.dist 
    lib                  base.php 
    templates/menu       menu.inc 
  Removed files:
    .                    manage.php 
    templates/manage     entry.inc footer.inc header.inc 
  Log:
  Modernize a large portion of Turba. Lots of work left to do, but this is a start
  on a bunch of things.
  
  Also, I nuked manage.php - it really didn't have a purpose, and I didn't see one for
  it any time soon.
  
  This _shouldn't_ have broken anything that was previously working (once you update
  your conf files), but let me know if it did.
  
  Revision  Changes    Path
  1.8       +24 -26    turba/index.php
  1.9       +34 -15    turba/login.php
  1.6       +1 -0      turba/config/.cvsignore
  1.3       +102 -5    turba/config/conf.php.dist
  1.9       +91 -30    turba/lib/Turba.php
  1.3       +10 -3     turba/templates/common-header.inc
  1.4       +7 -0      turba/templates/index/notconfigured.inc
  1.4       +104 -8    turba/templates/login/login.inc
  1.3       +7 -7      turba/templates/search/head.inc