commit: turba advanced.php editobject.php search.php turba/lib Source.php Turba.php turba/lib/Driver ldap.php sql.php turba/templates/advanced row.inc oldrow.inc turba/templates/edit display.inc turba/templates/search head.inc oldrow.inc row.inc

christian@horde.org christian@horde.org
5 Dec 2000 17:08:20 -0000


christian    2000/12/05 09:08:20 PST

  Modified files:
    .                    advanced.php editobject.php search.php 
    lib                  Source.php Turba.php 
    lib/Driver           ldap.php sql.php 
    templates/advanced   oldrow.inc 
    templates/search     head.inc oldrow.inc row.inc 
  Added files:
    templates/advanced   row.inc 
    templates/edit       display.inc 
  Log:
  A new page displayobject.php has just been commited.
  The display.inc file is just a template for it.
  Now in the search pages, when you click on a search item,
  you go to the displayobject page. From there you can
  eventually edit the object.
  
  In /lib/Turba.php a DISPLAY_OBJECT constant has been
  defined.
  
  In the search.php page I added improvements that I had
  made to the advanced.php page, so that when Turba is
  not configured to use an IMP, the default mailer is
  used to send messages. I added to change some files
  in /templates/search/ to do this.
  
  In the sql.php and ldap.php page I added a read function
  to the driver's classes. It should be faster than
  the search function (especially for LDAP).
  
  I also factorised some stuff in the ldap.php page, and
  I fixed a bug there because the 'dn' was not properly
  retrieved from results.
  
  I added the file /templates/advanced/row.inc because
  it was used by the advanced.php page but was taken from
  /templates/search/row.inc
  
  Submitted by: Christian Couder <christian@alcove.fr>
  
  Revision  Changes    Path
  1.3       +3 -3      turba/advanced.php
  1.3       +12 -5     turba/editobject.php
  1.27      +8 -2      turba/search.php
  1.16      +23 -2     turba/lib/Source.php
  1.7       +2 -1      turba/lib/Turba.php
  1.11      +74 -18    turba/lib/Driver/ldap.php
  1.12      +39 -2     turba/lib/Driver/sql.php
  1.2       +3 -3      turba/templates/advanced/oldrow.inc
  1.2       +29 -1     turba/templates/search/head.inc
  1.2       +3 -3      turba/templates/search/oldrow.inc
  1.2       +6 -6      turba/templates/search/row.inc