commit: turba search.php turba/docs CHANGES turba.dia turba/lib AbstractObject.php Group.php List.php ListView.php Object.php Source.php Turba.php turba/templates/search search_row.inc search_row_old.inc turba/templates/wml/search search_foot.inc ...

chuck@lists.horde.org chuck@lists.horde.org
9 Oct 2000 21:59:43 -0000


chuck       2000/10/09 14:59:43 PDT

  Modified files:
    .                    search.php 
    docs                 CHANGES turba.dia 
    lib                  AbstractObject.php Group.php List.php 
                         ListView.php Object.php Source.php 
                         Turba.php 
    templates/search     search_row.inc search_row_old.inc 
    templates/wml/search search_foot.inc search_head.inc 
                         search_row.inc 
  Log:
  LOTS of updates. We now actually use most of the class hierarchy, as opposed
  to before where large portions of it (Turba_List, Turba_ListView,
  Turba_Object, etc...) were conveniently ignored. This changes the templates,
  among other things, and makes things more flexible in general, and much more
  organized and clean in general.
  
  I moved the sorting/filtering functions over into Turba_List this time,
  which is where I think they _really_ belong.
  
  The object model diagram is now somewhat more in sync with the tree, and
  lots of classes have had emacs folding macros and other ugliness removed
  from them. The OMD still needs some work, though.
  
  Revision  Changes    Path
  1.23      +12 -15    turba/search.php
  1.16      +5 -2      turba/docs/CHANGES
  1.6       +27 -22    turba/docs/turba.dia
  1.3       +20 -9     turba/lib/AbstractObject.php
  1.6       +5 -3      turba/lib/Group.php
  1.6       +149 -12   turba/lib/List.php
  1.4       +19 -21    turba/lib/ListView.php
  1.3       +5 -3      turba/lib/Object.php
  1.12      +21 -124   turba/lib/Source.php
  1.6       +2 -1      turba/lib/Turba.php
  1.8       +7 -7      turba/templates/search/search_row.inc
  1.7       +3 -3      turba/templates/search/search_row_old.inc
  1.2       +1 -1      turba/templates/wml/search/search_foot.inc
  1.2       +1 -1      turba/templates/wml/search/search_head.inc
  1.2       +8 -8      turba/templates/wml/search/search_row.inc