cvs commit: imp/lib Maintenance.php imp/lib/Maintenance delete_sentmail_monthly.php purge_trash.php rename_sentmail_monthly.php

Jan Schneider jan@ammma.de
Thu, 25 Oct 2001 02:37:02 -0700 (PDT)


jan         2001/10/25 02:37:02 PDT

  Modified files:
    lib                  Maintenance.php 
  Added files:
    lib/Maintenance      delete_sentmail_monthly.php 
                         purge_trash.php 
                         rename_sentmail_monthly.php 
  Log:
  From Michaels mail:
  
  1.) makes it more like the other Horde classes (i.e. Auth, MIME_Viewer)
  2.) makes it a bit faster - I think - since it only loads the maintenance
  functions when it actually needs to do the maintenance instead of every login
  3.) Makes a couple of helper functions deprecated (namely the studlyCaps
  function or whatever it was called, and the lowercase first function) - nice
  because these really weren't necessary to the actual goals of the module
  4.) makes it easier in the future to develop new maintenance functions - the
  steps to produce new functions are less obtuse than they used to be
  
  Submitted by: Michael M Slusarz <slusarz@bigworm.colorado.edu>
  
  1.14      +60 -278   imp/lib/Maintenance.php
  1.1       +75 -0     imp/lib/Maintenance/delete_sentmail_monthly.php (new)
  1.1       +98 -0     imp/lib/Maintenance/purge_trash.php (new)
  1.1       +108 -0    imp/lib/Maintenance/rename_sentmail_monthly.php (new)

  Chora Links:
  http://cvs.horde.org/diff.php/imp/lib/Maintenance.php?r1=1.13&r2=1.14
  http://cvs.horde.org/co.php/imp/lib/Maintenance/delete_sentmail_monthly.php?r=1.1
  http://cvs.horde.org/co.php/imp/lib/Maintenance/purge_trash.php?r=1.1
  http://cvs.horde.org/co.php/imp/lib/Maintenance/rename_sentmail_monthly.php?r=1.1