[cvs] commit: trean add.php browse.php data.php edit.php favicon.php redirect.php trean/config prefs.php.dist trean/docs CHANGES trean/lib Bookmarks.php Trean.php api.php base.php trean/lib/Block bookmarks.php trean/scripts check_links.php trean/scripts/sql ...

Chuck Hagenbuch chuck at horde.org
Sun Dec 31 13:24:29 PST 2006


chuck       2006-12-31 13:24:29 PST

  Modified files:
    .                    add.php browse.php data.php edit.php 
                         favicon.php redirect.php 
    config               prefs.php.dist 
    docs                 CHANGES 
    lib                  Bookmarks.php Trean.php api.php base.php 
    lib/Block            bookmarks.php 
    scripts              check_links.php 
    scripts/sql          trean.sql 
    templates            menu.inc 
    templates/add        add.inc 
    templates/block      1line.inc 2line.inc standard.inc 
    templates/bookmark   1line.inc 2line.inc standard.inc 
    templates/browse     bookmarks.inc 
    templates/edit       bookmark.inc folder.inc header.inc 
    templates/reports    clicks.inc http-status.inc rating.inc 
    templates/search     results.inc 
    themes               screen.css 
  Removed files:
    templates/browse     tree.inc 
  Log:
  [cjh] Move bookmarks from DataTree storage to a SQL table.
  
  Probably still a few kinks to work out, but it works.
  
  Revision  Changes    Path
  1.37      +12 -21    trean/add.php
  1.56      +7 -66     trean/browse.php
  1.16      +2 -3      trean/config/prefs.php.dist
  1.48      +5 -4      trean/data.php
  1.38      +1 -0      trean/docs/CHANGES
  1.43      +29 -35    trean/edit.php
  1.5       +2 -2      trean/favicon.php
  1.32      +11 -15    trean/lib/Block/bookmarks.php
  1.74      +203 -448  trean/lib/Bookmarks.php
  1.70      +24 -106   trean/lib/Trean.php
  1.16      +2 -26     trean/lib/api.php
  1.35      +7 -2      trean/lib/base.php
  1.6       +4 -3      trean/redirect.php
  1.24      +19 -17    trean/scripts/check_links.php
  1.4       +3 -3      trean/scripts/sql/trean.sql
  1.32      +1 -1      trean/templates/add/add.inc
  1.11      +9 -16     trean/templates/block/1line.inc
  1.11      +8 -14     trean/templates/block/2line.inc
  1.11      +9 -14     trean/templates/block/standard.inc
  1.32      +12 -19    trean/templates/bookmark/1line.inc
  1.32      +17 -22    trean/templates/bookmark/2line.inc
  1.42      +12 -17    trean/templates/bookmark/standard.inc
  1.2       +0 -2      trean/templates/browse/Attic/tree.inc (dead)
  1.43      +1 -1      trean/templates/browse/bookmarks.inc
  1.7       +36 -41    trean/templates/edit/bookmark.inc
  1.2       +10 -13    trean/templates/edit/folder.inc
  1.6       +3 -6      trean/templates/edit/header.inc
  1.9       +1 -1      trean/templates/menu.inc
  1.8       +12 -19    trean/templates/reports/clicks.inc
  1.6       +5 -5      trean/templates/reports/http-status.inc
  1.6       +9 -15     trean/templates/reports/rating.inc
  1.17      +10 -15    trean/templates/search/results.inc
  1.7       +2 -2      trean/themes/screen.css

  Chora Links:
  http://cvs.horde.org/diff.php/trean/add.php?r1=1.36&r2=1.37&ty=u
  http://cvs.horde.org/diff.php/trean/browse.php?r1=1.55&r2=1.56&ty=u
  http://cvs.horde.org/diff.php/trean/config/prefs.php.dist?r1=1.15&r2=1.16&ty=u
  http://cvs.horde.org/diff.php/trean/data.php?r1=1.47&r2=1.48&ty=u
  http://cvs.horde.org/diff.php/trean/docs/CHANGES?r1=1.37&r2=1.38&ty=u
  http://cvs.horde.org/diff.php/trean/edit.php?r1=1.42&r2=1.43&ty=u
  http://cvs.horde.org/diff.php/trean/favicon.php?r1=1.4&r2=1.5&ty=u
  http://cvs.horde.org/diff.php/trean/lib/Block/bookmarks.php?r1=1.31&r2=1.32&ty=u
  http://cvs.horde.org/diff.php/trean/lib/Bookmarks.php?r1=1.73&r2=1.74&ty=u
  http://cvs.horde.org/diff.php/trean/lib/Trean.php?r1=1.69&r2=1.70&ty=u
  http://cvs.horde.org/diff.php/trean/lib/api.php?r1=1.15&r2=1.16&ty=u
  http://cvs.horde.org/diff.php/trean/lib/base.php?r1=1.34&r2=1.35&ty=u
  http://cvs.horde.org/diff.php/trean/redirect.php?r1=1.5&r2=1.6&ty=u
  http://cvs.horde.org/diff.php/trean/scripts/check_links.php?r1=1.23&r2=1.24&ty=u
  http://cvs.horde.org/diff.php/trean/scripts/sql/trean.sql?r1=1.3&r2=1.4&ty=u
  http://cvs.horde.org/diff.php/trean/templates/add/add.inc?r1=1.31&r2=1.32&ty=u
  http://cvs.horde.org/diff.php/trean/templates/block/1line.inc?r1=1.10&r2=1.11&ty=u
  http://cvs.horde.org/diff.php/trean/templates/block/2line.inc?r1=1.10&r2=1.11&ty=u
  http://cvs.horde.org/diff.php/trean/templates/block/standard.inc?r1=1.10&r2=1.11&ty=u
  http://cvs.horde.org/diff.php/trean/templates/bookmark/1line.inc?r1=1.31&r2=1.32&ty=u
  http://cvs.horde.org/diff.php/trean/templates/bookmark/2line.inc?r1=1.31&r2=1.32&ty=u
  http://cvs.horde.org/diff.php/trean/templates/bookmark/standard.inc?r1=1.41&r2=1.42&ty=u
  http://cvs.horde.org/co.php/trean/templates/browse/Attic/tree.inc?r=1.1
  http://cvs.horde.org/diff.php/trean/templates/browse/bookmarks.inc?r1=1.42&r2=1.43&ty=u
  http://cvs.horde.org/diff.php/trean/templates/edit/bookmark.inc?r1=1.6&r2=1.7&ty=u
  http://cvs.horde.org/diff.php/trean/templates/edit/folder.inc?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/diff.php/trean/templates/edit/header.inc?r1=1.5&r2=1.6&ty=u
  http://cvs.horde.org/diff.php/trean/templates/menu.inc?r1=1.8&r2=1.9&ty=u
  http://cvs.horde.org/diff.php/trean/templates/reports/clicks.inc?r1=1.7&r2=1.8&ty=u
  http://cvs.horde.org/diff.php/trean/templates/reports/http-status.inc?r1=1.5&r2=1.6&ty=u
  http://cvs.horde.org/diff.php/trean/templates/reports/rating.inc?r1=1.5&r2=1.6&ty=u
  http://cvs.horde.org/diff.php/trean/templates/search/results.inc?r1=1.16&r2=1.17&ty=u
  http://cvs.horde.org/diff.php/trean/themes/screen.css?r1=1.6&r2=1.7&ty=u


More information about the cvs mailing list