[cvs] commit: trean add.php bookmark.php browse.php data.php edit.php trean/docs CHANGES trean/js star_rating.js trean/js/src star_rating.js trean/lib Bookmarks.php trean/lib/Block bookmarks.php highestrated.php mostclicked.php tree_menu.php ...

Chuck Hagenbuch chuck at horde.org
Wed Jan 10 15:19:51 PST 2007


chuck       2007-01-10 15:19:51 PST

  Modified files:
    .                    add.php browse.php data.php edit.php 
    docs                 CHANGES 
    lib                  Bookmarks.php 
    lib/Block            bookmarks.php highestrated.php 
                         mostclicked.php tree_menu.php 
    templates            browse.php menu.inc search.php 
    templates/add        add.inc 
    templates/block      1line.inc 2line.inc standard.inc 
    templates/bookmark   1line.inc 2line.inc standard.inc 
    templates/edit       bookmark.inc folder.inc header.inc 
    themes               screen.css 
  Added files:
    .                    bookmark.php 
    js                   star_rating.js 
    js/src               star_rating.js 
    templates            star_rating_helper.php 
    themes/graphics      rating-star.gif 
  Removed files:
    themes/graphics      rating.png star.png 
  Log:
  [cjh] Bookmark ratings can now be changed via a dynamic, CSS-based
  star rater that saves new ratings but degrades to a real link
  without JavaScript.
  
  Will look better after some more work on the browse interface. Edit
  screen needs to be fixed for setting the rating, also.
  
  Revision  Changes    Path
  1.39      +9 -9      trean/add.php
  1.1       +48 -0     trean/bookmark.php (new)
  1.59      +4 -6      trean/browse.php
  1.51      +6 -6      trean/data.php
  1.41      +3 -0      trean/docs/CHANGES
  1.46      +13 -26    trean/edit.php
  1.1       +39 -0     trean/js/src/star_rating.js (new)
  1.1       +2 -0      trean/js/star_rating.js (new)
  1.34      +2 -1      trean/lib/Block/bookmarks.php
  1.2       +2 -1      trean/lib/Block/highestrated.php
  1.2       +2 -1      trean/lib/Block/mostclicked.php
  1.7       +2 -2      trean/lib/Block/tree_menu.php
  1.88      +13 -13    trean/lib/Bookmarks.php
  1.34      +4 -4      trean/templates/add/add.inc
  1.13      +1 -1      trean/templates/block/1line.inc
  1.13      +8 -8      trean/templates/block/2line.inc
  1.13      +1 -2      trean/templates/block/standard.inc
  1.34      +4 -11     trean/templates/bookmark/1line.inc
  1.35      +13 -20    trean/templates/bookmark/2line.inc
  1.45      +9 -18     trean/templates/bookmark/standard.inc
  1.3       +9 -7      trean/templates/browse.php
  1.8       +12 -13    trean/templates/edit/bookmark.inc
  1.4       +3 -3      trean/templates/edit/folder.inc
  1.7       +1 -1      trean/templates/edit/header.inc
  1.11      +4 -4      trean/templates/menu.inc
  1.5       +3 -2      trean/templates/search.php
  1.1       +32 -0     trean/templates/star_rating_helper.php (new)
  1.2       +0 -3      trean/themes/graphics/Attic/rating.png (dead)
  1.3       +0 -5      trean/themes/graphics/Attic/star.png (dead)
  1.1       +5 -0      trean/themes/graphics/rating-star.gif (new)
  1.10      +82 -31    trean/themes/screen.css

  Chora Links:
  http://cvs.horde.org/diff.php/trean/add.php?r1=1.38&r2=1.39&ty=u
  http://cvs.horde.org/co.php/trean/bookmark.php?r=1.1
  http://cvs.horde.org/diff.php/trean/browse.php?r1=1.58&r2=1.59&ty=u
  http://cvs.horde.org/diff.php/trean/data.php?r1=1.50&r2=1.51&ty=u
  http://cvs.horde.org/diff.php/trean/docs/CHANGES?r1=1.40&r2=1.41&ty=u
  http://cvs.horde.org/diff.php/trean/edit.php?r1=1.45&r2=1.46&ty=u
  http://cvs.horde.org/co.php/trean/js/src/star_rating.js?r=1.1
  http://cvs.horde.org/co.php/trean/js/star_rating.js?r=1.1
  http://cvs.horde.org/diff.php/trean/lib/Block/bookmarks.php?r1=1.33&r2=1.34&ty=u
  http://cvs.horde.org/diff.php/trean/lib/Block/highestrated.php?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/diff.php/trean/lib/Block/mostclicked.php?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/diff.php/trean/lib/Block/tree_menu.php?r1=1.6&r2=1.7&ty=u
  http://cvs.horde.org/diff.php/trean/lib/Bookmarks.php?r1=1.87&r2=1.88&ty=u
  http://cvs.horde.org/diff.php/trean/templates/add/add.inc?r1=1.33&r2=1.34&ty=u
  http://cvs.horde.org/diff.php/trean/templates/block/1line.inc?r1=1.12&r2=1.13&ty=u
  http://cvs.horde.org/diff.php/trean/templates/block/2line.inc?r1=1.12&r2=1.13&ty=u
  http://cvs.horde.org/diff.php/trean/templates/block/standard.inc?r1=1.12&r2=1.13&ty=u
  http://cvs.horde.org/diff.php/trean/templates/bookmark/1line.inc?r1=1.33&r2=1.34&ty=u
  http://cvs.horde.org/diff.php/trean/templates/bookmark/2line.inc?r1=1.34&r2=1.35&ty=u
  http://cvs.horde.org/diff.php/trean/templates/bookmark/standard.inc?r1=1.44&r2=1.45&ty=u
  http://cvs.horde.org/diff.php/trean/templates/browse.php?r1=1.2&r2=1.3&ty=u
  http://cvs.horde.org/diff.php/trean/templates/edit/bookmark.inc?r1=1.7&r2=1.8&ty=u
  http://cvs.horde.org/diff.php/trean/templates/edit/folder.inc?r1=1.3&r2=1.4&ty=u
  http://cvs.horde.org/diff.php/trean/templates/edit/header.inc?r1=1.6&r2=1.7&ty=u
  http://cvs.horde.org/diff.php/trean/templates/menu.inc?r1=1.10&r2=1.11&ty=u
  http://cvs.horde.org/diff.php/trean/templates/search.php?r1=1.4&r2=1.5&ty=u
  http://cvs.horde.org/co.php/trean/templates/star_rating_helper.php?r=1.1
  http://cvs.horde.org/co.php/trean/themes/graphics/Attic/rating.png?r=1.1
  http://cvs.horde.org/co.php/trean/themes/graphics/Attic/star.png?r=1.2
  http://cvs.horde.org/co.php/trean/themes/graphics/rating-star.gif?r=1.1
  http://cvs.horde.org/diff.php/trean/themes/screen.css?r1=1.9&r2=1.10&ty=u


More information about the cvs mailing list