[cvs] commit: horde/admin groups.php horde/admin/perms addchild.php agora/lib Forums.php Messages.php base.php ansel view.php ansel/lib Gallery.php ansel/scripts migrate_galleries.php horde/config conf.php.dist horde/docs CHANGES framework/DataTree ...

Chuck Hagenbuch chuck at horde.org
Tue Jan 13 17:36:21 PST 2004


chuck       2004/01/13 17:36:21 PST

  Modified files:
    admin                groups.php 
    admin/perms          addchild.php 
    lib                  Forums.php Messages.php base.php 
    .                    view.php 
    lib                  Gallery.php 
    scripts              migrate_galleries.php 
    config               conf.php.dist 
    docs                 CHANGES 
    DataTree             DataTree.php package.xml 
    DataTree/DataTree    null.php sql.php 
    SQL/SQL              Attributes.php 
    Share                Share.php 
    .                    item.php prefs.php 
    lib                  Genie.php 
    .                    admin.php blockmove.php delete.php 
                         edit.php layout.php modified.php move.php 
    lib                  Bookmarks.php Giapeto.php Page.php 
                         Stats.php api.php base.php 
    lib                  Maillog.php 
    lib                  Books.php Juno.php Lists.php base.php 
    lib/Lists            accounts.php 
    .                    prefs.php 
    lib                  Kronolith.php api.php 
    lib                  Group.php History.php Links.php Perms.php 
                         Signup.php 
    lib/Perms            UI.php 
    .                    memo.php prefs.php 
    lib                  Mnemo.php api.php 
    .                    prefs.php task.php 
    lib                  Nag.php api.php 
    lib/Driver           category.php 
    scripts              migrate_to_category_driver.php 
    scripts              migrate_categories.php migrate_links.php 
    lib                  Project.php Thor.php 
    lib/Driver           category.php 
    .                    add.php browse.php data.php edit.php 
    lib                  Bookmark.php Bookmarks.php Trean.php 
    lib                  api.php 
  Removed files:
    lib                  Category.php Category.xml 
    lib/Category         null.php sql.php 
  Log:
  - Move Category into the framework.
  - At the same time, rename the API to DataTree.
  - shorten some method names while we're at it.
  
  Revision  Changes    Path
  1.31      +23 -23    agora/lib/Forums.php
  1.51      +19 -19    agora/lib/Messages.php
  1.26      +3 -3      agora/lib/base.php
  1.37      +13 -13    ansel/lib/Gallery.php
  1.8       +2 -2      ansel/scripts/migrate_galleries.php
  1.32      +2 -2      ansel/view.php
  1.103     +280 -348  framework/DataTree/DataTree.php
  1.10      +49 -49    framework/DataTree/DataTree/null.php
  1.107     +160 -158  framework/DataTree/DataTree/sql.php
  1.9       +8 -10     framework/DataTree/package.xml
  1.11      +3 -3      framework/SQL/SQL/Attributes.php
  1.75      +61 -62    framework/Share/Share.php
  1.17      +2 -2      genie/item.php
  1.19      +4 -4      genie/lib/Genie.php
  1.9       +3 -3      genie/prefs.php
  1.27      +3 -3      giapeto/admin.php
  1.5       +3 -3      giapeto/blockmove.php
  1.17      +4 -4      giapeto/delete.php
  1.40      +4 -4      giapeto/edit.php
  1.19      +3 -3      giapeto/layout.php
  1.15      +3 -3      giapeto/lib/Bookmarks.php
  1.179     +41 -41    giapeto/lib/Giapeto.php
  1.60      +12 -12    giapeto/lib/Page.php
  1.8       +3 -3      giapeto/lib/Stats.php
  1.7       +4 -4      giapeto/lib/api.php
  1.50      +2 -2      giapeto/lib/base.php
  1.6       +4 -4      giapeto/modified.php
  1.14      +3 -3      giapeto/move.php
  1.34      +6 -6      horde/admin/groups.php
  1.11      +2 -2      horde/admin/perms/addchild.php
  1.78      +11 -11    horde/config/conf.php.dist
  1.438     +2 -0      horde/docs/CHANGES
  1.103     +0 -1148   horde/lib/Attic/Category.php (dead)
  1.9       +0 -46     horde/lib/Attic/Category.xml (dead)
  1.10      +0 -203    horde/lib/Category/Attic/null.php (dead)
  1.107     +0 -1036   horde/lib/Category/Attic/sql.php (dead)
  1.61      +56 -56    horde/lib/Group.php
  1.14      +37 -37    horde/lib/History.php
  1.31      +40 -39    horde/lib/Links.php
  1.64      +45 -45    horde/lib/Perms.php
  1.7       +6 -6      horde/lib/Perms/UI.php
  1.28      +33 -35    horde/lib/Signup.php
  1.7       +9 -9      horde/scripts/migrate_categories.php
  1.3       +3 -3      horde/scripts/migrate_links.php
  1.9       +3 -3      imp/lib/Maillog.php
  1.11      +25 -28    juno/lib/Books.php
  1.15      +2 -2      juno/lib/Juno.php
  1.8       +12 -12    juno/lib/Lists.php
  1.5       +3 -3      juno/lib/Lists/accounts.php
  1.23      +3 -3      juno/lib/base.php
  1.170     +4 -4      kronolith/lib/Kronolith.php
  1.90      +2 -2      kronolith/lib/api.php
  1.33      +3 -3      kronolith/prefs.php
  1.31      +4 -4      mnemo/lib/Mnemo.php
  1.28      +2 -2      mnemo/lib/api.php
  1.24      +2 -2      mnemo/memo.php
  1.18      +3 -3      mnemo/prefs.php
  1.6       +17 -17    nag/lib/Driver/category.php
  1.100     +4 -4      nag/lib/Nag.php
  1.65      +2 -2      nag/lib/api.php
  1.33      +3 -3      nag/prefs.php
  1.7       +6 -5      nag/scripts/migrate_to_category_driver.php
  1.64      +2 -2      nag/task.php
  1.8       +15 -17    thor/lib/Driver/category.php
  1.2       +8 -8      thor/lib/Project.php
  1.15      +7 -7      thor/lib/Thor.php
  1.17      +3 -3      trean/add.php
  1.23      +2 -2      trean/browse.php
  1.19      +3 -3      trean/data.php
  1.13      +4 -4      trean/edit.php
  1.6       +6 -4      trean/lib/Bookmark.php
  1.20      +43 -43    trean/lib/Bookmarks.php
  1.24      +7 -7      trean/lib/Trean.php
  1.75      +2 -2      turba/lib/api.php

  Chora Links:
  http://cvs.horde.org/diff.php/agora/lib/Forums.php?r1=1.30&r2=1.31&ty=u
  http://cvs.horde.org/diff.php/agora/lib/Messages.php?r1=1.50&r2=1.51&ty=u
  http://cvs.horde.org/diff.php/agora/lib/base.php?r1=1.25&r2=1.26&ty=u
  http://cvs.horde.org/diff.php/ansel/lib/Gallery.php?r1=1.36&r2=1.37&ty=u
  http://cvs.horde.org/diff.php/ansel/scripts/migrate_galleries.php?r1=1.7&r2=1.8&ty=u
  http://cvs.horde.org/diff.php/ansel/view.php?r1=1.31&r2=1.32&ty=u
  http://cvs.horde.org/diff.php/framework/DataTree/DataTree.php?r1=1.102&r2=1.103&ty=u
  http://cvs.horde.org/diff.php/framework/DataTree/DataTree/null.php?r1=1.9&r2=1.10&ty=u
  http://cvs.horde.org/diff.php/framework/DataTree/DataTree/sql.php?r1=1.106&r2=1.107&ty=u
  http://cvs.horde.org/diff.php/framework/DataTree/package.xml?r1=1.8&r2=1.9&ty=u
  http://cvs.horde.org/diff.php/framework/SQL/SQL/Attributes.php?r1=1.10&r2=1.11&ty=u
  http://cvs.horde.org/diff.php/framework/Share/Share.php?r1=1.74&r2=1.75&ty=u
  http://cvs.horde.org/diff.php/genie/item.php?r1=1.16&r2=1.17&ty=u
  http://cvs.horde.org/diff.php/genie/lib/Genie.php?r1=1.18&r2=1.19&ty=u
  http://cvs.horde.org/diff.php/genie/prefs.php?r1=1.8&r2=1.9&ty=u
  http://cvs.horde.org/diff.php/giapeto/admin.php?r1=1.26&r2=1.27&ty=u
  http://cvs.horde.org/diff.php/giapeto/blockmove.php?r1=1.4&r2=1.5&ty=u
  http://cvs.horde.org/diff.php/giapeto/delete.php?r1=1.16&r2=1.17&ty=u
  http://cvs.horde.org/diff.php/giapeto/edit.php?r1=1.39&r2=1.40&ty=u
  http://cvs.horde.org/diff.php/giapeto/layout.php?r1=1.18&r2=1.19&ty=u
  http://cvs.horde.org/diff.php/giapeto/lib/Bookmarks.php?r1=1.14&r2=1.15&ty=u
  http://cvs.horde.org/diff.php/giapeto/lib/Giapeto.php?r1=1.178&r2=1.179&ty=u
  http://cvs.horde.org/diff.php/giapeto/lib/Page.php?r1=1.59&r2=1.60&ty=u
  http://cvs.horde.org/diff.php/giapeto/lib/Stats.php?r1=1.7&r2=1.8&ty=u
  http://cvs.horde.org/diff.php/giapeto/lib/api.php?r1=1.6&r2=1.7&ty=u
  http://cvs.horde.org/diff.php/giapeto/lib/base.php?r1=1.49&r2=1.50&ty=u
  http://cvs.horde.org/diff.php/giapeto/modified.php?r1=1.5&r2=1.6&ty=u
  http://cvs.horde.org/diff.php/giapeto/move.php?r1=1.13&r2=1.14&ty=u
  http://cvs.horde.org/diff.php/horde/admin/groups.php?r1=1.33&r2=1.34&ty=u
  http://cvs.horde.org/diff.php/horde/admin/perms/addchild.php?r1=1.10&r2=1.11&ty=u
  http://cvs.horde.org/diff.php/horde/config/conf.php.dist?r1=1.77&r2=1.78&ty=u
  http://cvs.horde.org/diff.php/horde/docs/CHANGES?r1=1.437&r2=1.438&ty=u
  http://cvs.horde.org/co.php/horde/lib/Attic/Category.php?r=1.102
  http://cvs.horde.org/co.php/horde/lib/Attic/Category.xml?r=1.8
  http://cvs.horde.org/co.php/horde/lib/Category/Attic/null.php?r=1.9
  http://cvs.horde.org/co.php/horde/lib/Category/Attic/sql.php?r=1.106
  http://cvs.horde.org/diff.php/horde/lib/Group.php?r1=1.60&r2=1.61&ty=u
  http://cvs.horde.org/diff.php/horde/lib/History.php?r1=1.13&r2=1.14&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Links.php?r1=1.30&r2=1.31&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Perms.php?r1=1.63&r2=1.64&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Perms/UI.php?r1=1.6&r2=1.7&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Signup.php?r1=1.27&r2=1.28&ty=u
  http://cvs.horde.org/diff.php/horde/scripts/migrate_categories.php?r1=1.6&r2=1.7&ty=u
  http://cvs.horde.org/diff.php/horde/scripts/migrate_links.php?r1=1.2&r2=1.3&ty=u
  http://cvs.horde.org/diff.php/imp/lib/Maillog.php?r1=1.8&r2=1.9&ty=u
  http://cvs.horde.org/diff.php/juno/lib/Books.php?r1=1.10&r2=1.11&ty=u
  http://cvs.horde.org/diff.php/juno/lib/Juno.php?r1=1.14&r2=1.15&ty=u
  http://cvs.horde.org/diff.php/juno/lib/Lists.php?r1=1.7&r2=1.8&ty=u
  http://cvs.horde.org/diff.php/juno/lib/Lists/accounts.php?r1=1.4&r2=1.5&ty=u
  http://cvs.horde.org/diff.php/juno/lib/base.php?r1=1.22&r2=1.23&ty=u
  http://cvs.horde.org/diff.php/kronolith/lib/Kronolith.php?r1=1.169&r2=1.170&ty=u
  http://cvs.horde.org/diff.php/kronolith/lib/api.php?r1=1.89&r2=1.90&ty=u
  http://cvs.horde.org/diff.php/kronolith/prefs.php?r1=1.32&r2=1.33&ty=u
  http://cvs.horde.org/diff.php/mnemo/lib/Mnemo.php?r1=1.30&r2=1.31&ty=u
  http://cvs.horde.org/diff.php/mnemo/lib/api.php?r1=1.27&r2=1.28&ty=u
  http://cvs.horde.org/diff.php/mnemo/memo.php?r1=1.23&r2=1.24&ty=u
  http://cvs.horde.org/diff.php/mnemo/prefs.php?r1=1.17&r2=1.18&ty=u
  http://cvs.horde.org/diff.php/nag/lib/Driver/category.php?r1=1.5&r2=1.6&ty=u
  http://cvs.horde.org/diff.php/nag/lib/Nag.php?r1=1.99&r2=1.100&ty=u
  http://cvs.horde.org/diff.php/nag/lib/api.php?r1=1.64&r2=1.65&ty=u
  http://cvs.horde.org/diff.php/nag/prefs.php?r1=1.32&r2=1.33&ty=u
  http://cvs.horde.org/diff.php/nag/scripts/migrate_to_category_driver.php?r1=1.6&r2=1.7&ty=u
  http://cvs.horde.org/diff.php/nag/task.php?r1=1.63&r2=1.64&ty=u
  http://cvs.horde.org/diff.php/thor/lib/Driver/category.php?r1=1.7&r2=1.8&ty=u
  http://cvs.horde.org/diff.php/thor/lib/Project.php?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/diff.php/thor/lib/Thor.php?r1=1.14&r2=1.15&ty=u
  http://cvs.horde.org/diff.php/trean/add.php?r1=1.16&r2=1.17&ty=u
  http://cvs.horde.org/diff.php/trean/browse.php?r1=1.22&r2=1.23&ty=u
  http://cvs.horde.org/diff.php/trean/data.php?r1=1.18&r2=1.19&ty=u
  http://cvs.horde.org/diff.php/trean/edit.php?r1=1.12&r2=1.13&ty=u
  http://cvs.horde.org/diff.php/trean/lib/Bookmark.php?r1=1.5&r2=1.6&ty=u
  http://cvs.horde.org/diff.php/trean/lib/Bookmarks.php?r1=1.19&r2=1.20&ty=u
  http://cvs.horde.org/diff.php/trean/lib/Trean.php?r1=1.23&r2=1.24&ty=u
  http://cvs.horde.org/diff.php/turba/lib/api.php?r1=1.74&r2=1.75&ty=u


More information about the cvs mailing list