[cvs] commit: chora README annotate.php co.php cvs.php index.php chora/config cvsroots.php.dist chora/docs CHANGES c hora/graphics/mime text.gif chora/lib Chora.php base.php chora/lib/CVSLib Annotate.php File.php chora/templates ...

Jan Schneider jan@ammma.de
Sun, 23 Jun 2002 06:45:43 -0700 (PDT)


jan         2002/06/23 06:45:43 PDT

  Modified files:        (Branch: RELENG_1)
    .                    README annotate.php co.php cvs.php 
                         index.php 
    config               cvsroots.php.dist 
    docs                 CHANGES 
    graphics/mime        text.gif 
    lib                  Chora.php base.php 
    lib/CVSLib           Annotate.php File.php 
    templates            common-footer.inc common-header.inc 
                         error_page.inc 
    templates/annotate   header.inc line.inc 
    templates/checkout   header.inc 
    templates/diff/hr    add.inc change.inc empty.inc footer.inc 
                         header.inc nochange.inc remove.inc 
                         row.inc 
    templates/directory  back.inc dir.inc file.inc header.inc 
    templates/history    blank.inc branch_cell.inc rev.inc 
    templates/index      notconfigured.inc 
    templates/log        request.inc rev.inc 
  Log:
  MFH:
  * Use 'rb' with filesystem calls in case of windows.
  * Show line numbers in the annotate view.
  * Show links to view, annotate and download files in the annotate and view
    pages.
  * Replace <?= with <?php echo to remove the short_open_tags requirement.
  * Several bugfixes.
  * Move some code from lib/base.php to lib/Chora.php.
  
  Revision   Changes    Path
  1.8.2.1    +25 -12    chora/README
  1.19.2.4   +6 -2      chora/annotate.php
  1.9.2.4    +4 -1      chora/co.php
  1.4.2.3    +1 -3      chora/config/cvsroots.php.dist
  1.116.2.4  +4 -1      chora/cvs.php
  1.45.2.12  +7 -1      chora/docs/CHANGES
  1.3.2.1    +2 -2      chora/graphics/mime/text.gif
  1.11.2.3   +2 -2      chora/index.php
  1.7.2.2    +8 -6      chora/lib/CVSLib/Annotate.php
  1.22.2.1   +11 -5     chora/lib/CVSLib/File.php
  1.15.2.3   +139 -4    chora/lib/Chora.php
  1.66.2.2   +19 -145   chora/lib/base.php
  1.3.2.1    +4 -3      chora/templates/annotate/header.inc
  1.7.2.1    +7 -4      chora/templates/annotate/line.inc
  1.4.2.1    +2 -2      chora/templates/checkout/header.inc
  1.5.2.4    +1 -1      chora/templates/common-footer.inc
  1.19.2.3   +12 -12    chora/templates/common-header.inc
  1.2.2.1    +1 -1      chora/templates/diff/hr/add.inc
  1.1.2.1    +2 -2      chora/templates/diff/hr/change.inc
  1.1.2.1    +2 -2      chora/templates/diff/hr/empty.inc
  1.3.2.1    +3 -3      chora/templates/diff/hr/footer.inc
  1.6.2.1    +4 -4      chora/templates/diff/hr/header.inc
  1.3.2.1    +1 -1      chora/templates/diff/hr/nochange.inc
  1.1.2.1    +1 -1      chora/templates/diff/hr/remove.inc
  1.3.2.1    +4 -4      chora/templates/diff/hr/row.inc
  1.7.2.2    +2 -2      chora/templates/directory/back.inc
  1.7.2.2    +4 -4      chora/templates/directory/dir.inc
  1.9.2.2    +13 -13    chora/templates/directory/file.inc
  1.6.2.2    +13 -13    chora/templates/directory/header.inc
  1.6.2.1    +5 -5      chora/templates/error_page.inc
  1.1.2.1    +1 -1      chora/templates/history/blank.inc
  1.6.2.1    +5 -5      chora/templates/history/branch_cell.inc
  1.5.2.1    +6 -6      chora/templates/history/rev.inc
  1.8.2.3    +7 -7      chora/templates/index/notconfigured.inc
  1.7.2.2    +24 -24    chora/templates/log/request.inc
  1.10.2.1   +24 -24    chora/templates/log/rev.inc

  Chora Links:
  http://cvs.horde.org/diff.php/chora/README?r1=1.8&r2=1.8.2.1&ty=u
  http://cvs.horde.org/diff.php/chora/annotate.php?r1=1.19.2.3&r2=1.19.2.4&ty=u
  http://cvs.horde.org/diff.php/chora/co.php?r1=1.9.2.3&r2=1.9.2.4&ty=u
  http://cvs.horde.org/diff.php/chora/config/cvsroots.php.dist?r1=1.4.2.2&r2=1.4.2.3&ty=u
  http://cvs.horde.org/diff.php/chora/cvs.php?r1=1.116.2.3&r2=1.116.2.4&ty=u
  http://cvs.horde.org/diff.php/chora/docs/CHANGES?r1=1.45.2.11&r2=1.45.2.12&ty=u
  http://cvs.horde.org/diff.php/chora/graphics/mime/text.gif?r1=1.3&r2=1.3.2.1&ty=u
  http://cvs.horde.org/diff.php/chora/index.php?r1=1.11.2.2&r2=1.11.2.3&ty=u
  http://cvs.horde.org/diff.php/chora/lib/CVSLib/Annotate.php?r1=1.7.2.1&r2=1.7.2.2&ty=u
  http://cvs.horde.org/diff.php/chora/lib/CVSLib/File.php?r1=1.22&r2=1.22.2.1&ty=u
  http://cvs.horde.org/diff.php/chora/lib/Chora.php?r1=1.15.2.2&r2=1.15.2.3&ty=u
  http://cvs.horde.org/diff.php/chora/lib/base.php?r1=1.66.2.1&r2=1.66.2.2&ty=u
  http://cvs.horde.org/diff.php/chora/templates/annotate/header.inc?r1=1.3&r2=1.3.2.1&ty=u
  http://cvs.horde.org/diff.php/chora/templates/annotate/line.inc?r1=1.7&r2=1.7.2.1&ty=u
  http://cvs.horde.org/diff.php/chora/templates/checkout/header.inc?r1=1.4&r2=1.4.2.1&ty=u
  http://cvs.horde.org/diff.php/chora/templates/common-footer.inc?r1=1.5.2.3&r2=1.5.2.4&ty=u
  http://cvs.horde.org/diff.php/chora/templates/common-header.inc?r1=1.19.2.2&r2=1.19.2.3&ty=u
  http://cvs.horde.org/diff.php/chora/templates/diff/hr/add.inc?r1=1.2&r2=1.2.2.1&ty=u
  http://cvs.horde.org/diff.php/chora/templates/diff/hr/change.inc?r1=1.1&r2=1.1.2.1&ty=u
  http://cvs.horde.org/diff.php/chora/templates/diff/hr/empty.inc?r1=1.1&r2=1.1.2.1&ty=u
  http://cvs.horde.org/diff.php/chora/templates/diff/hr/footer.inc?r1=1.3&r2=1.3.2.1&ty=u
  http://cvs.horde.org/diff.php/chora/templates/diff/hr/header.inc?r1=1.6&r2=1.6.2.1&ty=u
  http://cvs.horde.org/diff.php/chora/templates/diff/hr/nochange.inc?r1=1.3&r2=1.3.2.1&ty=u
  http://cvs.horde.org/diff.php/chora/templates/diff/hr/remove.inc?r1=1.1&r2=1.1.2.1&ty=u
  http://cvs.horde.org/diff.php/chora/templates/diff/hr/row.inc?r1=1.3&r2=1.3.2.1&ty=u
  http://cvs.horde.org/diff.php/chora/templates/directory/back.inc?r1=1.7.2.1&r2=1.7.2.2&ty=u
  http://cvs.horde.org/diff.php/chora/templates/directory/dir.inc?r1=1.7.2.1&r2=1.7.2.2&ty=u
  http://cvs.horde.org/diff.php/chora/templates/directory/file.inc?r1=1.9.2.1&r2=1.9.2.2&ty=u
  http://cvs.horde.org/diff.php/chora/templates/directory/header.inc?r1=1.6.2.1&r2=1.6.2.2&ty=u
  http://cvs.horde.org/diff.php/chora/templates/error_page.inc?r1=1.6&r2=1.6.2.1&ty=u
  http://cvs.horde.org/diff.php/chora/templates/history/blank.inc?r1=1.1&r2=1.1.2.1&ty=u
  http://cvs.horde.org/diff.php/chora/templates/history/branch_cell.inc?r1=1.6&r2=1.6.2.1&ty=u
  http://cvs.horde.org/diff.php/chora/templates/history/rev.inc?r1=1.5&r2=1.5.2.1&ty=u
  http://cvs.horde.org/diff.php/chora/templates/index/notconfigured.inc?r1=1.8.2.2&r2=1.8.2.3&ty=u
  http://cvs.horde.org/diff.php/chora/templates/log/request.inc?r1=1.7.2.1&r2=1.7.2.2&ty=u
  http://cvs.horde.org/diff.php/chora/templates/log/rev.inc?r1=1.10&r2=1.10.2.1&ty=u