commit: whups css.php cvs.php diff.php whups/config html.php.dist .cvsignore conf.php.dist whups/graphics deleted.gif whups/templates diff_header.inc diff_request.inc diff_rev.inc dir_back.inc dir_directory.inc dir_file.inc dir_header.inc ...

avsm@horde.org avsm@horde.org
20 Dec 2000 23:54:23 -0000


avsm        2000/12/20 15:54:23 PST

  Modified files:
    .                    cvs.php diff.php 
    config               .cvsignore conf.php.dist 
    templates            diff_header.inc diff_request.inc 
                         diff_rev.inc dir_back.inc 
                         dir_directory.inc dir_file.inc 
                         dir_header.inc hr_diff_add.inc 
                         hr_diff_change.inc hr_diff_empty.inc 
                         hr_diff_footer.inc hr_diff_header.inc 
                         hr_diff_nochange.inc hr_diff_remove.inc 
                         hr_diff_row.inc page_footer.inc 
                         page_header.inc 
  Added files:
    .                    css.php 
    config               html.php.dist 
    graphics             deleted.gif 
  Log:
  Convert the whole of whups to use CSS.  Some duplication from Horde
  here (I gratuitously ripped css.php), but it doesn't have any need to
  have Horde installed, and the format used is the same, so we can fall
  back easily if needed.
  
  Also a new look.  It's still a bit rough, but I think an improvement
  on what was there before (especially the directory browsing).  People
  I've shown it to have had varying opinions on the diff/hr-diff views,
  so that probably needs some more work.
  
  And fix a number of little buglets while doing this ;)
  
  (ps: dont forget to copy html.php.dist to html.php)
  
  Revision  Changes    Path
  1.64      +3 -3      whups/cvs.php
  1.4       +4 -14     whups/diff.php
  1.4       +1 -0      whups/config/.cvsignore
  1.10      +7 -1      whups/config/conf.php.dist
  1.8       +0 -2      whups/templates/diff_header.inc
  1.9       +37 -24    whups/templates/diff_request.inc
  1.7       +15 -14    whups/templates/diff_rev.inc
  1.8       +1 -1      whups/templates/dir_back.inc
  1.9       +1 -1      whups/templates/dir_directory.inc
  1.11      +6 -1      whups/templates/dir_file.inc
  1.10      +7 -13     whups/templates/dir_header.inc
  1.7       +2 -2      whups/templates/hr_diff_add.inc
  1.7       +6 -6      whups/templates/hr_diff_change.inc
  1.7       +3 -3      whups/templates/hr_diff_empty.inc
  1.6       +8 -9      whups/templates/hr_diff_footer.inc
  1.8       +5 -12     whups/templates/hr_diff_header.inc
  1.3       +3 -3      whups/templates/hr_diff_nochange.inc
  1.7       +3 -3      whups/templates/hr_diff_remove.inc
  1.7       +5 -13     whups/templates/hr_diff_row.inc
  1.4       +1 -5      whups/templates/page_footer.inc
  1.9       +24 -9     whups/templates/page_header.inc