[cvs] commit: trean add.php browse.php data.php edit.php search.php trean/lib Bookmark.php Bookmarks.php Trean.php base.php trean/templates/add add.inc trean/templates/bookmark 1line.inc 2line.inc standard.inc trean/templates/browse bookmarks.inc ...

Ben Chavet ben at chavet.net
Tue Dec 14 14:51:22 PST 2004


ben         2004-12-14 14:51:22 PST

  Modified files:
    .                    add.php browse.php data.php edit.php 
                         search.php 
    lib                  Bookmarks.php Trean.php base.php 
    templates/add        add.inc 
    templates/bookmark   1line.inc 2line.inc standard.inc 
    templates/browse     bookmarks.inc javascript.inc 
    templates/data       import.inc 
    templates/edit       edit.inc 
    templates/search     results.inc search.inc 
  Removed files:
    lib                  Bookmark.php 
    templates/browse     categories.inc 
  Log:
  Restructured the bookmark storage to take better advantage of the natural
  parent/child relationships that the datatree structure provides.
  
  The most notable advantage of this is the ability to have bookmarks in
  the root category (No more "You must have at least one category..."
  messages).
  
  Minor UI updates, more to come.
  
  Revision  Changes    Path
  1.25      +33 -44    trean/add.php
  1.34      +11 -10    trean/browse.php
  1.30      +37 -42    trean/data.php
  1.19      +52 -56    trean/edit.php
  1.9       +0 -144    trean/lib/Attic/Bookmark.php (dead)
  1.34      +325 -241  trean/lib/Bookmarks.php
  1.34      +20 -38    trean/lib/Trean.php
  1.25      +2 -3      trean/lib/base.php
  1.13      +42 -28    trean/search.php
  1.14      +4 -4      trean/templates/add/add.inc
  1.13      +14 -15    trean/templates/bookmark/1line.inc
  1.12      +9 -12     trean/templates/bookmark/2line.inc
  1.17      +25 -36    trean/templates/bookmark/standard.inc
  1.22      +0 -48     trean/templates/browse/Attic/categories.inc (dead)
  1.20      +11 -10    trean/templates/browse/bookmarks.inc
  1.11      +4 -4      trean/templates/browse/javascript.inc
  1.7       +1 -5      trean/templates/data/import.inc
  1.5       +11 -15    trean/templates/edit/edit.inc
  1.5       +5 -2      trean/templates/search/results.inc
  1.5       +7 -7      trean/templates/search/search.inc

  Chora Links:
  http://cvs.horde.org/diff.php/trean/add.php?r1=1.24&r2=1.25&ty=u
  http://cvs.horde.org/diff.php/trean/browse.php?r1=1.33&r2=1.34&ty=u
  http://cvs.horde.org/diff.php/trean/data.php?r1=1.29&r2=1.30&ty=u
  http://cvs.horde.org/diff.php/trean/edit.php?r1=1.18&r2=1.19&ty=u
  http://cvs.horde.org/co.php/trean/lib/Attic/Bookmark.php?r=1.8
  http://cvs.horde.org/diff.php/trean/lib/Bookmarks.php?r1=1.33&r2=1.34&ty=u
  http://cvs.horde.org/diff.php/trean/lib/Trean.php?r1=1.33&r2=1.34&ty=u
  http://cvs.horde.org/diff.php/trean/lib/base.php?r1=1.24&r2=1.25&ty=u
  http://cvs.horde.org/diff.php/trean/search.php?r1=1.12&r2=1.13&ty=u
  http://cvs.horde.org/diff.php/trean/templates/add/add.inc?r1=1.13&r2=1.14&ty=u
  http://cvs.horde.org/diff.php/trean/templates/bookmark/1line.inc?r1=1.12&r2=1.13&ty=u
  http://cvs.horde.org/diff.php/trean/templates/bookmark/2line.inc?r1=1.11&r2=1.12&ty=u
  http://cvs.horde.org/diff.php/trean/templates/bookmark/standard.inc?r1=1.16&r2=1.17&ty=u
  http://cvs.horde.org/co.php/trean/templates/browse/Attic/categories.inc?r=1.21
  http://cvs.horde.org/diff.php/trean/templates/browse/bookmarks.inc?r1=1.19&r2=1.20&ty=u
  http://cvs.horde.org/diff.php/trean/templates/browse/javascript.inc?r1=1.10&r2=1.11&ty=u
  http://cvs.horde.org/diff.php/trean/templates/data/import.inc?r1=1.6&r2=1.7&ty=u
  http://cvs.horde.org/diff.php/trean/templates/edit/edit.inc?r1=1.4&r2=1.5&ty=u
  http://cvs.horde.org/diff.php/trean/templates/search/results.inc?r1=1.4&r2=1.5&ty=u
  http://cvs.horde.org/diff.php/trean/templates/search/search.inc?r1=1.4&r2=1.5&ty=u


More information about the cvs mailing list