commit: whups LICENSE help.php index.php t_create.php t_details.php t_search.php whups/config conf.php.dist whups/docs CHANGES db_defs.sql db_sample.sql whups/graphics home.gif whups/lib Backend-sql.php Backend.php Create.php Forms.php ...

chuck@horde.org chuck@horde.org
22 Mar 2001 19:16:36 -0000


chuck       2001/03/22 11:16:36 PST

  Modified files:
    .                    help.php index.php t_create.php 
                         t_details.php t_search.php 
    config               conf.php.dist 
    docs                 db_defs.sql db_sample.sql 
    lib                  Backend-sql.php Backend.php Create.php 
                         Forms.php Search.php Whups.php 
                         WhupsVars.php base.php 
    templates            comment.inc formrenderer.inc 
                         headerbar.inc page.inc searchresults.inc 
                         useractions.inc 
  Added files:
    .                    LICENSE 
    docs                 CHANGES 
    templates            common-footer.inc common-header.inc 
  Removed files:
    graphics             home.gif 
  Log:
  - Fix errors caused by having error_reporting set to E_ALL.
  
  - Fix license to be BSD, as intended/requested by original contributor
  
  - Fix short tags (<?) - change to <?php
  
  Revision  Changes    Path
  1.3       +4 -4      whups/help.php
  1.3       +5 -5      whups/index.php
  1.3       +4 -4      whups/t_create.php
  1.3       +4 -4      whups/t_details.php
  1.3       +4 -4      whups/t_search.php
  1.3       +4 -4      whups/config/conf.php.dist
  1.3       +3 -3      whups/docs/db_defs.sql
  1.2       +3 -3      whups/docs/db_sample.sql
  1.2       +29 -25    whups/lib/Backend-sql.php
  1.2       +4 -5      whups/lib/Backend.php
  1.2       +4 -4      whups/lib/Create.php
  1.2       +19 -11    whups/lib/Forms.php
  1.2       +4 -4      whups/lib/Search.php
  1.2       +5 -4      whups/lib/Whups.php
  1.2       +5 -15     whups/lib/WhupsVars.php
  1.2       +3 -3      whups/lib/base.php
  1.3       +7 -7      whups/templates/comment.inc
  1.3       +8 -8      whups/templates/formrenderer.inc
  1.3       +8 -8      whups/templates/headerbar.inc
  1.3       +6 -6      whups/templates/page.inc
  1.3       +8 -7      whups/templates/searchresults.inc
  1.3       +6 -5      whups/templates/useractions.inc