commit: turba add.php browse.php contact.php data.php delete.php deletefile.php edit.php minisearch.php search.php test.php vcard.php view.php turba/addressbooks create.php delete.php edit.php turba/lib Driver.php List.php ListView.php Object.php ...

"Michael M Slusarz" <[email protected]>
Newsgroups gmane.comp.horde.cvs
Message-ID <[email protected]>
slusarz     2009-06-09 19:24:49 EDT

  Modified files:
    .                    add.php browse.php contact.php data.php 
                         delete.php deletefile.php edit.php 
                         minisearch.php search.php test.php 
                         vcard.php view.php 
    addressbooks         create.php delete.php edit.php 
    lib                  Driver.php List.php ListView.php 
                         Object.php Turba.php api.php base.php 
                         prefs.php 
    lib/Block            minisearch.php tree_menu.php 
    lib/Driver           ldap.php sql.php 
    lib/Forms            CreateAddressBook.php 
                         DeleteAddressBook.php EditAddressBook.php 
                         EditContact.php 
    lib/Object           Group.php 
    lib/Views            Contact.php DeleteContact.php 
    lib/tests            BrowsePageTest.php KolabTest.php 
                         ListViewTest.php ViewBrowseTest.php 
    scripts/upgrades     2.1_to_2.2_sql_schema.php 
    templates            addressbook_list.php common-header.inc 
                         menu.inc 
    templates/block      minisearch.inc 
    templates/browse     actions.inc column_footers.inc 
                         column_headers.inc row.inc search.inc 
    templates/data       export.inc import.inc 
    templates/list       alphaPager.inc 
  Log:
  Convert to new Horde_Util package.
  
  Revision  Changes    Path
  1.82      +2 -3      turba/add.php
  1.4       +2 -2      turba/addressbooks/create.php
  1.4       +3 -3      turba/addressbooks/delete.php
  1.4       +2 -2      turba/addressbooks/edit.php
  1.128     +2 -3      turba/browse.php
  1.16      +5 -6      turba/contact.php
  1.112     +11 -11    turba/data.php
  1.43      +4 -4      turba/delete.php
  1.9       +4 -4      turba/deletefile.php
  1.111     +4 -5      turba/edit.php
  1.26      +2 -2      turba/lib/Block/minisearch.php
  1.16      +3 -3      turba/lib/Block/tree_menu.php
  1.233     +23 -23    turba/lib/Driver.php
  1.91      +22 -22    turba/lib/Driver/ldap.php
  1.125     +3 -3      turba/lib/Driver/sql.php
  1.3       +1 -4      turba/lib/Forms/CreateAddressBook.php
  1.3       +2 -5      turba/lib/Forms/DeleteAddressBook.php
  1.2       +1 -4      turba/lib/Forms/EditAddressBook.php
  1.11      +8 -8      turba/lib/Forms/EditContact.php
  1.63      +3 -3      turba/lib/List.php
  1.73      +18 -20    turba/lib/ListView.php
  1.48      +5 -5      turba/lib/Object.php
  1.16      +2 -2      turba/lib/Object/Group.php
  1.170     +8 -8      turba/lib/Turba.php
  1.18      +2 -2      turba/lib/Views/Contact.php
  1.4       +2 -2      turba/lib/Views/DeleteContact.php
  1.273     +6 -6      turba/lib/api.php
  1.100     +3 -3      turba/lib/base.php
  1.20      +3 -3      turba/lib/prefs.php
  1.4       +3 -4      turba/lib/tests/BrowsePageTest.php
  1.3       +4 -4      turba/lib/tests/KolabTest.php
  1.3       +2 -2      turba/lib/tests/ListViewTest.php
  1.4       +3 -4      turba/lib/tests/ViewBrowseTest.php
  1.45      +3 -3      turba/minisearch.php
  1.28      +4 -4      turba/scripts/upgrades/2.1_to_2.2_sql_schema.php
  1.139     +13 -14    turba/search.php
  1.4       +5 -5      turba/templates/addressbook_list.php
  1.29      +1 -1      turba/templates/block/minisearch.inc
  1.48      +3 -3      turba/templates/browse/actions.inc
  1.13      +2 -2      turba/templates/browse/column_footers.inc
  1.48      +6 -6      turba/templates/browse/column_headers.inc
  1.22      +2 -2      turba/templates/browse/row.inc
  1.35      +2 -3      turba/templates/browse/search.inc
  1.39      +1 -1      turba/templates/common-header.inc
  1.27      +3 -3      turba/templates/data/export.inc
  1.29      +1 -1      turba/templates/data/import.inc
  1.2       +4 -4      turba/templates/list/alphaPager.inc
  1.13      +1 -1      turba/templates/menu.inc
  1.26      +3 -3      turba/test.php
  1.23      +3 -3      turba/vcard.php
  1.18      +6 -6      turba/view.php

  Chora Links:
  http://cvs.horde.org/diff.php/turba/add.php?rt=horde&r1=1.81&r2=1.82&ty=u
  http://cvs.horde.org/diff.php/turba/addressbooks/create.php?rt=horde&r1=1.3&r2=1.4&ty=u
  http://cvs.horde.org/diff.php/turba/addressbooks/delete.php?rt=horde&r1=1.3&r2=1.4&ty=u
  http://cvs.horde.org/diff.php/turba/addressbooks/edit.php?rt=horde&r1=1.3&r2=1.4&ty=u
  http://cvs.horde.org/diff.php/turba/browse.php?rt=horde&r1=1.127&r2=1.128&ty=u
  http://cvs.horde.org/diff.php/turba/contact.php?rt=horde&r1=1.15&r2=1.16&ty=u
  http://cvs.horde.org/diff.php/turba/data.php?rt=horde&r1=1.111&r2=1.112&ty=u
  http://cvs.horde.org/diff.php/turba/delete.php?rt=horde&r1=1.42&r2=1.43&ty=u
  http://cvs.horde.org/diff.php/turba/deletefile.php?rt=horde&r1=1.8&r2=1.9&ty=u
  http://cvs.horde.org/diff.php/turba/edit.php?rt=horde&r1=1.110&r2=1.111&ty=u
  http://cvs.horde.org/diff.php/turba/lib/Block/minisearch.php?rt=horde&r1=1.25&r2=1.26&ty=u
  http://cvs.horde.org/diff.php/turba/lib/Block/tree_menu.php?rt=horde&r1=1.15&r2=1.16&ty=u
  http://cvs.horde.org/diff.php/turba/lib/Driver.php?rt=horde&r1=1.232&r2=1.233&ty=u
  http://cvs.horde.org/diff.php/turba/lib/Driver/ldap.php?rt=horde&r1=1.90&r2=1.91&ty=u
  http://cvs.horde.org/diff.php/turba/lib/Driver/sql.php?rt=horde&r1=1.124&r2=1.125&ty=u
  http://cvs.horde.org/diff.php/turba/lib/Forms/CreateAddressBook.php?rt=horde&r1=1.2&r2=1.3&ty=u
  http://cvs.horde.org/diff.php/turba/lib/Forms/DeleteAddressBook.php?rt=horde&r1=1.2&r2=1.3&ty=u
  http://cvs.horde.org/diff.php/turba/lib/Forms/EditAddressBook.php?rt=horde&r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/diff.php/turba/lib/Forms/EditContact.php?rt=horde&r1=1.10&r2=1.11&ty=u
  http://cvs.horde.org/diff.php/turba/lib/List.php?rt=horde&r1=1.62&r2=1.63&ty=u
  http://cvs.horde.org/diff.php/turba/lib/ListView.php?rt=horde&r1=1.72&r2=1.73&ty=u
  http://cvs.horde.org/diff.php/turba/lib/Object.php?rt=horde&r1=1.47&r2=1.48&ty=u
  http://cvs.horde.org/diff.php/turba/lib/Object/Group.php?rt=horde&r1=1.15&r2=1.16&ty=u
  http://cvs.horde.org/diff.php/turba/lib/Turba.php?rt=horde&r1=1.169&r2=1.170&ty=u
  http://cvs.horde.org/diff.php/turba/lib/Views/Contact.php?rt=horde&r1=1.17&r2=1.18&ty=u
  http://cvs.horde.org/diff.php/turba/lib/Views/DeleteContact.php?rt=horde&r1=1.3&r2=1.4&ty=u
  http://cvs.horde.org/diff.php/turba/lib/api.php?rt=horde&r1=1.272&r2=1.273&ty=u
  http://cvs.horde.org/diff.php/turba/lib/base.php?rt=horde&r1=1.99&r2=1.100&ty=u
  http://cvs.horde.org/diff.php/turba/lib/prefs.php?rt=horde&r1=1.19&r2=1.20&ty=u
  http://cvs.horde.org/diff.php/turba/lib/tests/BrowsePageTest.php?rt=horde&r1=1.3&r2=1.4&ty=u
  http://cvs.horde.org/diff.php/turba/lib/tests/KolabTest.php?rt=horde&r1=1.2&r2=1.3&ty=u
  http://cvs.horde.org/diff.php/turba/lib/tests/ListViewTest.php?rt=horde&r1=1.2&r2=1.3&ty=u
  http://cvs.horde.org/diff.php/turba/lib/tests/ViewBrowseTest.php?rt=horde&r1=1.3&r2=1.4&ty=u
  http://cvs.horde.org/diff.php/turba/minisearch.php?rt=horde&r1=1.44&r2=1.45&ty=u
  http://cvs.horde.org/diff.php/turba/scripts/upgrades/2.1_to_2.2_sql_schema.php?rt=horde&r1=1.27&r2=1.28&ty=u
  http://cvs.horde.org/diff.php/turba/search.php?rt=horde&r1=1.138&r2=1.139&ty=u
  http://cvs.horde.org/diff.php/turba/templates/addressbook_list.php?rt=horde&r1=1.3&r2=1.4&ty=u
  http://cvs.horde.org/diff.php/turba/templates/block/minisearch.inc?rt=horde&r1=1.28&r2=1.29&ty=u
  http://cvs.horde.org/diff.php/turba/templates/browse/actions.inc?rt=horde&r1=1.47&r2=1.48&ty=u
  http://cvs.horde.org/diff.php/turba/templates/browse/column_footers.inc?rt=horde&r1=1.12&r2=1.13&ty=u
  http://cvs.horde.org/diff.php/turba/templates/browse/column_headers.inc?rt=horde&r1=1.47&r2=1.48&ty=u
  http://cvs.horde.org/diff.php/turba/templates/browse/row.inc?rt=horde&r1=1.21&r2=1.22&ty=u
  http://cvs.horde.org/diff.php/turba/templates/browse/search.inc?rt=horde&r1=1.34&r2=1.35&ty=u
  http://cvs.horde.org/diff.php/turba/templates/common-header.inc?rt=horde&r1=1.38&r2=1.39&ty=u
  http://cvs.horde.org/diff.php/turba/templates/data/export.inc?rt=horde&r1=1.26&r2=1.27&ty=u
  http://cvs.horde.org/diff.php/turba/templates/data/import.inc?rt=horde&r1=1.28&r2=1.29&ty=u
  http://cvs.horde.org/diff.php/turba/templates/list/alphaPager.inc?rt=horde&r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/diff.php/turba/templates/menu.inc?rt=horde&r1=1.12&r2=1.13&ty=u
  http://cvs.horde.org/diff.php/turba/test.php?rt=horde&r1=1.25&r2=1.26&ty=u
  http://cvs.horde.org/diff.php/turba/vcard.php?rt=horde&r1=1.22&r2=1.23&ty=u
  http://cvs.horde.org/diff.php/turba/view.php?rt=horde&r1=1.17&r2=1.18&ty=u

--
To unsubscribe, mail: [email protected]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.