[cvs] commit: turba advanced.php browse.php deleteobject.php editobjectaction.php search.php turba/config prefs.php.dist sources.php.dist turba/docs CHANGES LDAP UPDATE turba/graphics checkbox.gif turba/lib Group.php List.php Source.php Turba.php ...

Jan Schneider jan@ammma.de
Wed, 11 Sep 2002 04:32:39 -0700 (PDT)


jan         2002/09/11 04:32:39 PDT

  Modified files:        (Branch: RELENG_1)
    .                    advanced.php browse.php deleteobject.php 
                         editobjectaction.php search.php 
    config               prefs.php.dist sources.php.dist 
    docs                 CHANGES 
    lib                  Group.php List.php Source.php Turba.php 
                         api.php 
    scripts/drivers      turba.sql 
  Added files:           (Branch: RELENG_1)
    docs                 LDAP UPDATE 
    graphics             checkbox.gif 
    scripts              Turba.reg 
    scripts/drivers      mysql_create.sql pgsql_create.sql 
    scripts/ldap         addou addou.pl core.schema.patch 
    templates/browse     actions.inc column_footers.inc 
                         column_headers.inc contactrow.inc 
                         footer.inc header.inc javascript.inc 
                         search.inc select.inc 
  Removed files:         (Branch: RELENG_1)
    templates/browse     foot.inc head.inc 
  Log:
  Add UPDATE instructions. This was a quick hack to have at least a start.
  Please take a look at it, complete it and turn it into correct English.
  
  MFH:
  * Add Turba_List::remove()
  * Add Turba_Object::fromvCard()
  * Add a registry script for Turba (Michael Cochrane
    <mike@graftonhall.co.nz>).
  * Add distribution list support (Michael Cochrane <mike@graftonhall.co.nz>).
  * Add personal LDAP address book HOWTO and example
  * Add generic add, delete, get, list API functions for specific fields
  * More addressbook -> address book, ?> and url generation cleanups.
  
  Revision   Changes    Path
  1.15.2.11  +13 -18    turba/advanced.php
  1.3.2.5    +216 -44   turba/browse.php
  1.3.2.7    +21 -1     turba/config/prefs.php.dist
  1.22.2.15  +86 -13    turba/config/sources.php.dist
  1.3.2.8    +13 -4     turba/deleteobject.php
  1.1.2.1    +11 -0     turba/docs/Attic/UPDATE (new)
  1.61.2.45  +6 -0      turba/docs/CHANGES
  1.1.2.1    +54 -0     turba/docs/LDAP (new)
  1.7.2.4    +9 -4      turba/editobjectaction.php
  1.1.2.1    +1 -0      turba/graphics/checkbox.gif (new)
  1.9.2.2    +107 -5    turba/lib/Group.php
  1.13.2.4   +42 -16    turba/lib/List.php
  1.36.2.7   +27 -9     turba/lib/Source.php
  1.15.2.8   +4 -2      turba/lib/Turba.php
  1.14.2.8   +298 -23   turba/lib/api.php
  1.1.2.1    +15 -0     turba/scripts/Turba.reg (new)
  1.5.2.1    +33 -0     turba/scripts/drivers/mysql_create.sql (new)
  1.5.2.1    +33 -0     turba/scripts/drivers/pgsql_create.sql (new)
  1.4.2.4    +21 -23    turba/scripts/drivers/turba.sql
  1.1.2.1    +3 -0      turba/scripts/ldap/addou (new)
  1.1.2.1    +32 -0     turba/scripts/ldap/addou.pl (new)
  1.1.2.1    +21 -0     turba/scripts/ldap/core.schema.patch (new)
  1.47.2.12  +23 -73    turba/search.php
  1.1.2.2    +0 -3      turba/templates/browse/Attic/foot.inc (dead)
  1.2.2.4    +0 -47     turba/templates/browse/Attic/head.inc (dead)
  1.3.2.1    +51 -0     turba/templates/browse/actions.inc (new)
  1.1.2.1    +13 -0     turba/templates/browse/column_footers.inc (new)
  1.2.2.1    +18 -0     turba/templates/browse/column_headers.inc (new)
  1.6.2.1    +72 -0     turba/templates/browse/contactrow.inc (new)
  1.1.2.1    +1 -0      turba/templates/browse/footer.inc (new)
  1.1.2.1    +8 -0      turba/templates/browse/header.inc (new)
  1.1.2.1    +56 -0     turba/templates/browse/javascript.inc (new)
  1.1.2.1    +96 -0     turba/templates/browse/search.inc (new)
  1.1.2.1    +19 -0     turba/templates/browse/select.inc (new)

  Chora Links:
  http://cvs.horde.org/diff.php/turba/advanced.php?r1=1.15.2.10&r2=1.15.2.11&ty=u
  http://cvs.horde.org/diff.php/turba/browse.php?r1=1.3.2.4&r2=1.3.2.5&ty=u
  http://cvs.horde.org/diff.php/turba/config/prefs.php.dist?r1=1.3.2.6&r2=1.3.2.7&ty=u
  http://cvs.horde.org/diff.php/turba/config/sources.php.dist?r1=1.22.2.14&r2=1.22.2.15&ty=u
  http://cvs.horde.org/diff.php/turba/deleteobject.php?r1=1.3.2.7&r2=1.3.2.8&ty=u
  http://cvs.horde.org/co.php/turba/docs/Attic/UPDATE?r=1.1.2.1
  http://cvs.horde.org/diff.php/turba/docs/CHANGES?r1=1.61.2.44&r2=1.61.2.45&ty=u
  http://cvs.horde.org/co.php/turba/docs/LDAP?r=1.1.2.1
  http://cvs.horde.org/diff.php/turba/editobjectaction.php?r1=1.7.2.3&r2=1.7.2.4&ty=u
  http://cvs.horde.org/co.php/turba/graphics/checkbox.gif?r=1.1.2.1
  http://cvs.horde.org/diff.php/turba/lib/Group.php?r1=1.9.2.1&r2=1.9.2.2&ty=u
  http://cvs.horde.org/diff.php/turba/lib/List.php?r1=1.13.2.3&r2=1.13.2.4&ty=u
  http://cvs.horde.org/diff.php/turba/lib/Source.php?r1=1.36.2.6&r2=1.36.2.7&ty=u
  http://cvs.horde.org/diff.php/turba/lib/Turba.php?r1=1.15.2.7&r2=1.15.2.8&ty=u
  http://cvs.horde.org/diff.php/turba/lib/api.php?r1=1.14.2.7&r2=1.14.2.8&ty=u
  http://cvs.horde.org/co.php/turba/scripts/Turba.reg?r=1.1.2.1
  http://cvs.horde.org/co.php/turba/scripts/drivers/mysql_create.sql?r=1.5.2.1
  http://cvs.horde.org/co.php/turba/scripts/drivers/pgsql_create.sql?r=1.5.2.1
  http://cvs.horde.org/diff.php/turba/scripts/drivers/turba.sql?r1=1.4.2.3&r2=1.4.2.4&ty=u
  http://cvs.horde.org/co.php/turba/scripts/ldap/addou?r=1.1.2.1
  http://cvs.horde.org/co.php/turba/scripts/ldap/addou.pl?r=1.1.2.1
  http://cvs.horde.org/co.php/turba/scripts/ldap/core.schema.patch?r=1.1.2.1
  http://cvs.horde.org/diff.php/turba/search.php?r1=1.47.2.11&r2=1.47.2.12&ty=u
  http://cvs.horde.org/co.php/turba/templates/browse/Attic/foot.inc?r=1.1.2.1
  http://cvs.horde.org/co.php/turba/templates/browse/Attic/head.inc?r=1.2.2.3
  http://cvs.horde.org/co.php/turba/templates/browse/actions.inc?r=1.3.2.1
  http://cvs.horde.org/co.php/turba/templates/browse/column_footers.inc?r=1.1.2.1
  http://cvs.horde.org/co.php/turba/templates/browse/column_headers.inc?r=1.2.2.1
  http://cvs.horde.org/co.php/turba/templates/browse/contactrow.inc?r=1.6.2.1
  http://cvs.horde.org/co.php/turba/templates/browse/footer.inc?r=1.1.2.1
  http://cvs.horde.org/co.php/turba/templates/browse/header.inc?r=1.1.2.1
  http://cvs.horde.org/co.php/turba/templates/browse/javascript.inc?r=1.1.2.1
  http://cvs.horde.org/co.php/turba/templates/browse/search.inc?r=1.1.2.1
  http://cvs.horde.org/co.php/turba/templates/browse/select.inc?r=1.1.2.1