[cvs] commit: whups admin.php details.php graph.php reports.php search.php whups/config conf.xml prefs.php.dist templates.php.dist whups/docs CHANGES INFO INSTALL TODO whups/lib Admin.php Create.php Driver.php Mail.php Query.php Reports.php Search.php ...

Chuck Hagenbuch chuck at horde.org
Thu Mar 11 13:01:29 PST 2004


chuck       2004/03/11 13:01:29 PST

  Modified files:
    .                    admin.php details.php graph.php 
                         reports.php search.php 
    config               conf.xml prefs.php.dist 
                         templates.php.dist 
    docs                 CHANGES INFO INSTALL TODO 
    lib                  Admin.php Create.php Driver.php Mail.php 
                         Query.php Reports.php Search.php 
                         Whups.php api.php 
    lib/Driver           sql.php 
    locale/bg_BG/LC_MESSAGES whups.mo 
    locale/cs_CZ/LC_MESSAGES whups.mo 
    locale/de_DE/LC_MESSAGES whups.mo 
    locale/fr_FR/LC_MESSAGES whups.mo 
    locale/it_IT/LC_MESSAGES whups.mo 
    locale/nl_NL/LC_MESSAGES whups.mo 
    locale/ro_RO/LC_MESSAGES whups.mo 
    locale/zh_TW/LC_MESSAGES whups.mo 
    po                   bg_BG.po cs_CZ.po de_DE.po fr_FR.po 
                         it_IT.po nl_NL.po ro_RO.po whups.pot 
                         zh_TW.po 
    scripts              mail-filter.php 
    scripts/drivers      whups.sql 
    templates            comment.inc queryrenderer.inc 
    templates/admin      mtmatrix.inc 
  Log:
  Use Queue instead of Module. Database fields have not been
  touched. I've tested this, but it's also possible that some forms may
  need to be tweaked to work, and that the UI may still say "module" in
  some places.
  
  Revision  Changes    Path
  1.63      +44 -44    whups/admin.php
  1.15      +2 -2      whups/config/conf.xml
  1.19      +2 -2      whups/config/prefs.php.dist
  1.8       +2 -2      whups/config/templates.php.dist
  1.75      +28 -27    whups/details.php
  1.61      +4 -4      whups/docs/CHANGES
  1.3       +4 -4      whups/docs/INFO
  1.10      +2 -2      whups/docs/INSTALL
  1.7       +2 -2      whups/docs/TODO
  1.25      +3 -3      whups/graph.php
  1.51      +58 -58    whups/lib/Admin.php
  1.48      +17 -17    whups/lib/Create.php
  1.93      +14 -14    whups/lib/Driver.php
  1.149     +94 -94    whups/lib/Driver/sql.php
  1.4       +3 -3      whups/lib/Mail.php
  1.25      +2 -2      whups/lib/Query.php
  1.18      +4 -4      whups/lib/Reports.php
  1.74      +24 -24    whups/lib/Search.php
  1.91      +12 -12    whups/lib/Whups.php
  1.55      +33 -33    whups/lib/api.php
  1.3       +5 -5      whups/locale/bg_BG/LC_MESSAGES/whups.mo
  1.4       +4 -4      whups/locale/cs_CZ/LC_MESSAGES/whups.mo
  1.18      +11 -11    whups/locale/de_DE/LC_MESSAGES/whups.mo
  1.10      +8 -8      whups/locale/fr_FR/LC_MESSAGES/whups.mo
  1.2       +1 -1      whups/locale/it_IT/LC_MESSAGES/whups.mo
  1.3       +4 -4      whups/locale/nl_NL/LC_MESSAGES/whups.mo
  1.2       +3 -3      whups/locale/ro_RO/LC_MESSAGES/whups.mo
  1.11      +5 -5      whups/locale/zh_TW/LC_MESSAGES/whups.mo
  1.3       +29 -29    whups/po/bg_BG.po
  1.3       +25 -25    whups/po/cs_CZ.po
  1.15      +51 -51    whups/po/de_DE.po
  1.5       +46 -46    whups/po/fr_FR.po
  1.2       +31 -31    whups/po/it_IT.po
  1.2       +79 -79    whups/po/nl_NL.po
  1.2       +33 -33    whups/po/ro_RO.po
  1.20      +41 -41    whups/po/whups.pot
  1.5       +29 -29    whups/po/zh_TW.po
  1.31      +4 -4      whups/reports.php
  1.36      +2 -2      whups/scripts/drivers/whups.sql
  1.5       +8 -8      whups/scripts/mail-filter.php
  1.60      +7 -7      whups/search.php
  1.4       +4 -4      whups/templates/admin/mtmatrix.inc
  1.36      +12 -12    whups/templates/comment.inc
  1.26      +2 -2      whups/templates/queryrenderer.inc

  Chora Links:
  http://cvs.horde.org/diff.php/whups/admin.php?r1=1.62&r2=1.63&ty=u
  http://cvs.horde.org/diff.php/whups/config/conf.xml?r1=1.14&r2=1.15&ty=u
  http://cvs.horde.org/diff.php/whups/config/prefs.php.dist?r1=1.18&r2=1.19&ty=u
  http://cvs.horde.org/diff.php/whups/config/templates.php.dist?r1=1.7&r2=1.8&ty=u
  http://cvs.horde.org/diff.php/whups/details.php?r1=1.74&r2=1.75&ty=u
  http://cvs.horde.org/diff.php/whups/docs/CHANGES?r1=1.60&r2=1.61&ty=u
  http://cvs.horde.org/diff.php/whups/docs/INFO?r1=1.2&r2=1.3&ty=u
  http://cvs.horde.org/diff.php/whups/docs/INSTALL?r1=1.9&r2=1.10&ty=u
  http://cvs.horde.org/diff.php/whups/docs/TODO?r1=1.6&r2=1.7&ty=u
  http://cvs.horde.org/diff.php/whups/graph.php?r1=1.24&r2=1.25&ty=u
  http://cvs.horde.org/diff.php/whups/lib/Admin.php?r1=1.50&r2=1.51&ty=u
  http://cvs.horde.org/diff.php/whups/lib/Create.php?r1=1.47&r2=1.48&ty=u
  http://cvs.horde.org/diff.php/whups/lib/Driver.php?r1=1.92&r2=1.93&ty=u
  http://cvs.horde.org/diff.php/whups/lib/Driver/sql.php?r1=1.148&r2=1.149&ty=u
  http://cvs.horde.org/diff.php/whups/lib/Mail.php?r1=1.3&r2=1.4&ty=u
  http://cvs.horde.org/diff.php/whups/lib/Query.php?r1=1.24&r2=1.25&ty=u
  http://cvs.horde.org/diff.php/whups/lib/Reports.php?r1=1.17&r2=1.18&ty=u
  http://cvs.horde.org/diff.php/whups/lib/Search.php?r1=1.73&r2=1.74&ty=u
  http://cvs.horde.org/diff.php/whups/lib/Whups.php?r1=1.90&r2=1.91&ty=u
  http://cvs.horde.org/diff.php/whups/lib/api.php?r1=1.54&r2=1.55&ty=u
  http://cvs.horde.org/diff.php/whups/locale/bg_BG/LC_MESSAGES/whups.mo?r1=1.2&r2=1.3&ty=u
  http://cvs.horde.org/diff.php/whups/locale/cs_CZ/LC_MESSAGES/whups.mo?r1=1.3&r2=1.4&ty=u
  http://cvs.horde.org/diff.php/whups/locale/de_DE/LC_MESSAGES/whups.mo?r1=1.17&r2=1.18&ty=u
  http://cvs.horde.org/diff.php/whups/locale/fr_FR/LC_MESSAGES/whups.mo?r1=1.9&r2=1.10&ty=u
  http://cvs.horde.org/diff.php/whups/locale/it_IT/LC_MESSAGES/whups.mo?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/diff.php/whups/locale/nl_NL/LC_MESSAGES/whups.mo?r1=1.2&r2=1.3&ty=u
  http://cvs.horde.org/diff.php/whups/locale/ro_RO/LC_MESSAGES/whups.mo?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/diff.php/whups/locale/zh_TW/LC_MESSAGES/whups.mo?r1=1.10&r2=1.11&ty=u
  http://cvs.horde.org/diff.php/whups/po/bg_BG.po?r1=1.2&r2=1.3&ty=u
  http://cvs.horde.org/diff.php/whups/po/cs_CZ.po?r1=1.2&r2=1.3&ty=u
  http://cvs.horde.org/diff.php/whups/po/de_DE.po?r1=1.14&r2=1.15&ty=u
  http://cvs.horde.org/diff.php/whups/po/fr_FR.po?r1=1.4&r2=1.5&ty=u
  http://cvs.horde.org/diff.php/whups/po/it_IT.po?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/diff.php/whups/po/nl_NL.po?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/diff.php/whups/po/ro_RO.po?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/diff.php/whups/po/whups.pot?r1=1.19&r2=1.20&ty=u
  http://cvs.horde.org/diff.php/whups/po/zh_TW.po?r1=1.4&r2=1.5&ty=u
  http://cvs.horde.org/diff.php/whups/reports.php?r1=1.30&r2=1.31&ty=u
  http://cvs.horde.org/diff.php/whups/scripts/drivers/whups.sql?r1=1.35&r2=1.36&ty=u
  http://cvs.horde.org/diff.php/whups/scripts/mail-filter.php?r1=1.4&r2=1.5&ty=u
  http://cvs.horde.org/diff.php/whups/search.php?r1=1.59&r2=1.60&ty=u
  http://cvs.horde.org/diff.php/whups/templates/admin/mtmatrix.inc?r1=1.3&r2=1.4&ty=u
  http://cvs.horde.org/diff.php/whups/templates/comment.inc?r1=1.35&r2=1.36&ty=u
  http://cvs.horde.org/diff.php/whups/templates/queryrenderer.inc?r1=1.25&r2=1.26&ty=u


More information about the cvs mailing list