cvs commit: whups create.php details.php query.php search.php whups/config prefs.php.dist whups/lib Create.php Driver.php Forms.php Query.php Search.php Whups.php whups/lib/Driver sql.php whups/locale/de_DE/LC_MESSAGES whups.mo whups/po .cvsignore ...

Jan Schneider jan@ammma.de
Wed, 2 Jan 2002 10:05:20 -0800 (PST)


jan         2002/01/02 10:05:20 PST

  Modified files:
    .                    create.php details.php query.php 
                         search.php 
    lib                  Create.php Driver.php Forms.php Query.php 
                         Search.php Whups.php 
    lib/Driver           sql.php 
    templates            actionresult.inc formrenderer.inc 
                         queryrenderer.inc 
  Added files:
    config               prefs.php.dist 
    locale/de_DE/LC_MESSAGES whups.mo 
    po                   .cvsignore Makefile README de_DE.po 
                         extract.pl shtool xgettext.sh 
  Log:
  Add basic gettext framework. Far from complete as is Whups.
  
  Revision  Changes    Path
  1.1       +19 -0     whups/config/prefs.php.dist (new)
  1.11      +6 -7      whups/create.php
  1.13      +13 -14    whups/details.php
  1.12      +8 -8      whups/lib/Create.php
  1.15      +22 -23    whups/lib/Driver.php
  1.19      +7 -7      whups/lib/Driver/sql.php
  1.11      +11 -11    whups/lib/Forms.php
  1.2       +37 -37    whups/lib/Query.php
  1.10      +39 -39    whups/lib/Search.php
  1.11      +13 -13    whups/lib/Whups.php
  1.1       +43 -0     whups/locale/de_DE/LC_MESSAGES/whups.mo (new)
  1.1       +1 -0      whups/po/.cvsignore (new)
  1.1       +41 -0     whups/po/Makefile (new)
  1.1       +1 -0      whups/po/README (new)
  1.1       +476 -0    whups/po/de_DE.po (new)
  1.1       +32 -0     whups/po/extract.pl (new)
  1.1       +716 -0    whups/po/shtool (new)
  1.1       +3 -0      whups/po/xgettext.sh (new)
  1.3       +25 -25    whups/query.php
  1.14      +13 -13    whups/search.php
  1.2       +2 -2      whups/templates/actionresult.inc
  1.6       +5 -2      whups/templates/formrenderer.inc
  1.2       +26 -26    whups/templates/queryrenderer.inc

  Chora Links:
  http://cvs.horde.org/co.php/whups/config/prefs.php.dist?r=1.1
  http://cvs.horde.org/diff.php/whups/create.php?r1=1.10&r2=1.11&ty=u
  http://cvs.horde.org/diff.php/whups/details.php?r1=1.12&r2=1.13&ty=u
  http://cvs.horde.org/diff.php/whups/lib/Create.php?r1=1.11&r2=1.12&ty=u
  http://cvs.horde.org/diff.php/whups/lib/Driver.php?r1=1.14&r2=1.15&ty=u
  http://cvs.horde.org/diff.php/whups/lib/Driver/sql.php?r1=1.18&r2=1.19&ty=u
  http://cvs.horde.org/diff.php/whups/lib/Forms.php?r1=1.10&r2=1.11&ty=u
  http://cvs.horde.org/diff.php/whups/lib/Query.php?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/diff.php/whups/lib/Search.php?r1=1.9&r2=1.10&ty=u
  http://cvs.horde.org/diff.php/whups/lib/Whups.php?r1=1.10&r2=1.11&ty=u
  http://cvs.horde.org/co.php/whups/locale/de_DE/LC_MESSAGES/whups.mo?r=1.1
  http://cvs.horde.org/co.php/whups/po/.cvsignore?r=1.1
  http://cvs.horde.org/co.php/whups/po/Makefile?r=1.1
  http://cvs.horde.org/co.php/whups/po/README?r=1.1
  http://cvs.horde.org/co.php/whups/po/de_DE.po?r=1.1
  http://cvs.horde.org/co.php/whups/po/extract.pl?r=1.1
  http://cvs.horde.org/co.php/whups/po/shtool?r=1.1
  http://cvs.horde.org/co.php/whups/po/xgettext.sh?r=1.1
  http://cvs.horde.org/diff.php/whups/query.php?r1=1.2&r2=1.3&ty=u
  http://cvs.horde.org/diff.php/whups/search.php?r1=1.13&r2=1.14&ty=u
  http://cvs.horde.org/diff.php/whups/templates/actionresult.inc?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/diff.php/whups/templates/formrenderer.inc?r1=1.5&r2=1.6&ty=u
  http://cvs.horde.org/diff.php/whups/templates/queryrenderer.inc?r1=1.1&r2=1.2&ty=u