[cvs] commit: imp/docs CHANGES imp mailbox.php message.php imp/lib Message.php imp/templates/message navbar.inc navbar_aux_to p.inc

Michael M Slusarz slusarz@bigworm.colorado.edu
Tue, 18 Jun 2002 16:18:30 -0700 (PDT)


slusarz     2002/06/18 16:18:30 PDT

  Modified files:
    docs                 CHANGES 
    .                    mailbox.php message.php 
    lib                  Message.php 
    templates/message    navbar.inc navbar_aux_top.inc 
  Log:
  OK - moved all the message indexing logic out of message.php (and to a
  lesser extent, mailbox.php) and put it in IMP_Message::, which is now an
  OO-class. This should result in much less duplication of code and better
  handling of these indexes. In the future, it would be great to build on
  this work and move all the paging code out of mailbox.php into IMP_Message
  also. This is a pretty big, nasty commit but I have been running it on my
  machine for a few days and have many of the bugs worked out - it's time to
  open it up to find the rest.
  
  Revision  Changes    Path
  1.504     +2 -0      imp/docs/CHANGES
  1.56      +559 -106  imp/lib/Message.php
  2.373     +233 -265  imp/mailbox.php
  2.355     +93 -178   imp/message.php
  2.75      +6 -6      imp/templates/message/navbar.inc
  2.37      +5 -5      imp/templates/message/navbar_aux_top.inc

  Chora Links:
  http://cvs.horde.org/diff.php/imp/docs/CHANGES?r1=1.503&r2=1.504&ty=u
  http://cvs.horde.org/diff.php/imp/lib/Message.php?r1=1.55&r2=1.56&ty=u
  http://cvs.horde.org/diff.php/imp/mailbox.php?r1=2.372&r2=2.373&ty=u
  http://cvs.horde.org/diff.php/imp/message.php?r1=2.354&r2=2.355&ty=u
  http://cvs.horde.org/diff.php/imp/templates/message/navbar.inc?r1=2.74&r2=2.75&ty=u
  http://cvs.horde.org/diff.php/imp/templates/message/navbar_aux_top.inc?r1=2.36&r2=2.37&ty=u