[cvs] commit: horde README test.php horde/config horde.php.dist html.php.dist lang.php.dist mime_mapping.php.dist re gistry.php.dist horde/docs CHANGES CODING_STANDARDS HACKING INSTALL horde/graphics/mime text.gif horde/lib Browser.php ...

Jan Schneider jan@ammma.de
Tue, 25 Jun 2002 16:53:50 -0700 (PDT)


jan         2002/06/25 16:53:50 PDT

  Modified files:        (Branch: RELENG_2)
    .                    README test.php 
    config               horde.php.dist html.php.dist 
                         lang.php.dist mime_mapping.php.dist 
                         registry.php.dist 
    docs                 CHANGES CODING_STANDARDS HACKING INSTALL 
    graphics/mime        text.gif 
    lib                  Browser.php Cache.php Category.php 
                         CategoryTree.php Data.php Help.php 
                         Horde.php Prefs.php PrefsUI.php 
                         Registry.php Secret.php Serialize.php 
                         Text.php Token.php base.php 
    lib/Prefs            ldap.php sql.php 
    scripts/mime_mapping convert.pl mime.types 
    templates            common-footer.inc common-header.inc 
    templates/categorytree rowend.inc 
    templates/data       csvmap.inc datemap.inc 
    templates/help       index.inc menu.inc 
    templates/horde      modules.inc 
    templates/index      frames_index.inc notconfigured.inc 
                         wap.inc 
    templates/login      login.inc user.inc 
    templates/maintenance confirm_bottom.inc confirm_middle.inc 
                          confirm_top.inc 
    templates/prefs      begin.inc checkbox.inc end.inc enum.inc 
                         link.inc number.inc overview.inc 
                         select.inc text.inc textarea.inc 
    templates/problem    javascript.inc problem.inc 
    templates/wml/login  login.inc user.inc 
  Log:
  MFH:
  * Add Horde::createTempDir().
  * Add Horde::usingSSLConnection().
  * Replace <?= with <?php echo to remove the short_open_tags requirement.
  * Add Text::toHTML(), Text::highlightQuotes() and Text::dimSignature().
  * Add Registry::listApps().
  * Add Prefs::getPref() for getting preferences for someone other than the
    logged-in user.
  * Add the ability to load identities for someone other than the logged-in
    user.
  * Add Horde::removeParameter().
  * Add Browser::downloadHeaders().
  * Add detection for UTF capability to Browser class.
  
  Revision    Changes    Path
  2.4.2.3     +11 -2     horde/README
  1.19.2.27   +7 -6      horde/config/Attic/lang.php.dist
  1.47.2.21   +3 -3      horde/config/horde.php.dist
  1.20.2.6    +12 -1     horde/config/html.php.dist
  1.5.2.2     +144 -135  horde/config/mime_mapping.php.dist
  1.52.2.18   +2 -2      horde/config/registry.php.dist
  1.207.2.46  +12 -0     horde/docs/CHANGES
  1.32.2.11   +16 -15    horde/docs/CODING_STANDARDS
  1.1.2.5     +8 -9      horde/docs/HACKING
  1.28.2.16   +68 -4     horde/docs/INSTALL
  1.1.2.1     +2 -2      horde/graphics/mime/text.gif
  1.21.2.9    +165 -41   horde/lib/Browser.php
  1.2.2.2     +3 -3      horde/lib/Cache.php
  1.8.2.7     +7 -4      horde/lib/Category.php
  1.4.2.4     +6 -1      horde/lib/CategoryTree.php
  1.10.2.5    +97 -13    horde/lib/Data.php
  1.26.2.5    +3 -3      horde/lib/Help.php
  1.118.2.22  +158 -58   horde/lib/Horde.php
  1.57.2.6    +48 -10    horde/lib/Prefs.php
  1.14.2.11   +28 -0     horde/lib/Prefs/ldap.php
  1.27.2.10   +41 -6     horde/lib/Prefs/sql.php
  1.2.2.5     +2 -0      horde/lib/PrefsUI.php
  1.59.2.13   +47 -20    horde/lib/Registry.php
  1.12.2.6    +3 -3      horde/lib/Secret.php
  1.1.2.5     +3 -1      horde/lib/Serialize.php
  1.6.2.6     +176 -22   horde/lib/Text.php
  1.6.2.3     +3 -3      horde/lib/Token.php
  1.3.2.4     +0 -6      horde/lib/base.php
  1.4.2.1     +4 -6      horde/scripts/mime_mapping/convert.pl
  1.3.2.1     +46 -3     horde/scripts/mime_mapping/mime.types
  1.1.2.2     +1 -1      horde/templates/categorytree/rowend.inc
  2.1.2.4     +1 -1      horde/templates/common-footer.inc
  2.6.2.3     +4 -4      horde/templates/common-header.inc
  1.7.2.2     +17 -17    horde/templates/data/csvmap.inc
  1.4.2.2     +29 -29    horde/templates/data/datemap.inc
  1.9.2.2     +3 -3      horde/templates/help/index.inc
  1.10.2.2    +2 -2      horde/templates/help/menu.inc
  1.6.2.1     +1 -1      horde/templates/horde/modules.inc
  2.17.2.3    +4 -4      horde/templates/index/frames_index.inc
  1.2.2.3     +7 -7      horde/templates/index/notconfigured.inc
  1.3.2.1     +2 -2      horde/templates/index/wap.inc
  2.19.2.5    +9 -9      horde/templates/login/login.inc
  2.15.2.8    +4 -4      horde/templates/login/user.inc
  1.1.2.3     +2 -2      horde/templates/maintenance/confirm_bottom.inc
  1.1.2.3     +2 -2      horde/templates/maintenance/confirm_middle.inc
  1.2.2.5     +2 -2      horde/templates/maintenance/confirm_top.inc
  1.1.2.3     +4 -4      horde/templates/prefs/begin.inc
  1.1.2.1     +2 -2      horde/templates/prefs/checkbox.inc
  1.1.2.2     +3 -3      horde/templates/prefs/end.inc
  1.1.2.1     +3 -3      horde/templates/prefs/enum.inc
  1.1.2.1     +1 -1      horde/templates/prefs/link.inc
  1.1.2.1     +2 -2      horde/templates/prefs/number.inc
  1.1.2.2     +9 -5      horde/templates/prefs/overview.inc
  1.6.2.2     +4 -4      horde/templates/prefs/select.inc
  1.1.2.1     +2 -2      horde/templates/prefs/text.inc
  1.1.2.1     +2 -2      horde/templates/prefs/textarea.inc
  2.2.2.3     +3 -3      horde/templates/problem/javascript.inc
  2.10.2.2    +13 -13    horde/templates/problem/problem.inc
  1.3.2.1     +2 -2      horde/templates/wml/login/login.inc
  1.2.2.1     +1 -1      horde/templates/wml/login/user.inc
  1.44.2.11   +20 -12    horde/test.php

  Chora Links:
  http://cvs.horde.org/diff.php/horde/README?r1=2.4.2.2&r2=2.4.2.3&ty=u
  http://cvs.horde.org/diff.php/horde/config/Attic/lang.php.dist?r1=1.19.2.26&r2=1.19.2.27&ty=u
  http://cvs.horde.org/diff.php/horde/config/horde.php.dist?r1=1.47.2.20&r2=1.47.2.21&ty=u
  http://cvs.horde.org/diff.php/horde/config/html.php.dist?r1=1.20.2.5&r2=1.20.2.6&ty=u
  http://cvs.horde.org/diff.php/horde/config/mime_mapping.php.dist?r1=1.5.2.1&r2=1.5.2.2&ty=u
  http://cvs.horde.org/diff.php/horde/config/registry.php.dist?r1=1.52.2.17&r2=1.52.2.18&ty=u
  http://cvs.horde.org/diff.php/horde/docs/CHANGES?r1=1.207.2.45&r2=1.207.2.46&ty=u
  http://cvs.horde.org/diff.php/horde/docs/CODING_STANDARDS?r1=1.32.2.10&r2=1.32.2.11&ty=u
  http://cvs.horde.org/diff.php/horde/docs/HACKING?r1=1.1.2.4&r2=1.1.2.5&ty=u
  http://cvs.horde.org/diff.php/horde/docs/INSTALL?r1=1.28.2.15&r2=1.28.2.16&ty=u
  http://cvs.horde.org/diff.php/horde/graphics/mime/text.gif?r1=1.1&r2=1.1.2.1&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Browser.php?r1=1.21.2.8&r2=1.21.2.9&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Cache.php?r1=1.2.2.1&r2=1.2.2.2&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Category.php?r1=1.8.2.6&r2=1.8.2.7&ty=u
  http://cvs.horde.org/diff.php/horde/lib/CategoryTree.php?r1=1.4.2.3&r2=1.4.2.4&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Data.php?r1=1.10.2.4&r2=1.10.2.5&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Help.php?r1=1.26.2.4&r2=1.26.2.5&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Horde.php?r1=1.118.2.21&r2=1.118.2.22&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Prefs.php?r1=1.57.2.5&r2=1.57.2.6&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Prefs/ldap.php?r1=1.14.2.10&r2=1.14.2.11&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Prefs/sql.php?r1=1.27.2.9&r2=1.27.2.10&ty=u
  http://cvs.horde.org/diff.php/horde/lib/PrefsUI.php?r1=1.2.2.4&r2=1.2.2.5&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Registry.php?r1=1.59.2.12&r2=1.59.2.13&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Secret.php?r1=1.12.2.5&r2=1.12.2.6&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Serialize.php?r1=1.1.2.4&r2=1.1.2.5&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Text.php?r1=1.6.2.5&r2=1.6.2.6&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Token.php?r1=1.6.2.2&r2=1.6.2.3&ty=u
  http://cvs.horde.org/diff.php/horde/lib/base.php?r1=1.3.2.3&r2=1.3.2.4&ty=u
  http://cvs.horde.org/diff.php/horde/scripts/mime_mapping/convert.pl?r1=1.4&r2=1.4.2.1&ty=u
  http://cvs.horde.org/diff.php/horde/scripts/mime_mapping/mime.types?r1=1.3&r2=1.3.2.1&ty=u
  http://cvs.horde.org/diff.php/horde/templates/categorytree/rowend.inc?r1=1.1.2.1&r2=1.1.2.2&ty=u
  http://cvs.horde.org/diff.php/horde/templates/common-footer.inc?r1=2.1.2.3&r2=2.1.2.4&ty=u
  http://cvs.horde.org/diff.php/horde/templates/common-header.inc?r1=2.6.2.2&r2=2.6.2.3&ty=u
  http://cvs.horde.org/diff.php/horde/templates/data/csvmap.inc?r1=1.7.2.1&r2=1.7.2.2&ty=u
  http://cvs.horde.org/diff.php/horde/templates/data/datemap.inc?r1=1.4.2.1&r2=1.4.2.2&ty=u
  http://cvs.horde.org/diff.php/horde/templates/help/index.inc?r1=1.9.2.1&r2=1.9.2.2&ty=u
  http://cvs.horde.org/diff.php/horde/templates/help/menu.inc?r1=1.10.2.1&r2=1.10.2.2&ty=u
  http://cvs.horde.org/diff.php/horde/templates/horde/modules.inc?r1=1.6&r2=1.6.2.1&ty=u
  http://cvs.horde.org/diff.php/horde/templates/index/frames_index.inc?r1=2.17.2.2&r2=2.17.2.3&ty=u
  http://cvs.horde.org/diff.php/horde/templates/index/notconfigured.inc?r1=1.2.2.2&r2=1.2.2.3&ty=u
  http://cvs.horde.org/diff.php/horde/templates/index/wap.inc?r1=1.3&r2=1.3.2.1&ty=u
  http://cvs.horde.org/diff.php/horde/templates/login/login.inc?r1=2.19.2.4&r2=2.19.2.5&ty=u
  http://cvs.horde.org/diff.php/horde/templates/login/user.inc?r1=2.15.2.7&r2=2.15.2.8&ty=u
  http://cvs.horde.org/diff.php/horde/templates/maintenance/confirm_bottom.inc?r1=1.1.2.2&r2=1.1.2.3&ty=u
  http://cvs.horde.org/diff.php/horde/templates/maintenance/confirm_middle.inc?r1=1.1.2.2&r2=1.1.2.3&ty=u
  http://cvs.horde.org/diff.php/horde/templates/maintenance/confirm_top.inc?r1=1.2.2.4&r2=1.2.2.5&ty=u
  http://cvs.horde.org/diff.php/horde/templates/prefs/begin.inc?r1=1.1.2.2&r2=1.1.2.3&ty=u
  http://cvs.horde.org/diff.php/horde/templates/prefs/checkbox.inc?r1=1.1&r2=1.1.2.1&ty=u
  http://cvs.horde.org/diff.php/horde/templates/prefs/end.inc?r1=1.1.2.1&r2=1.1.2.2&ty=u
  http://cvs.horde.org/diff.php/horde/templates/prefs/enum.inc?r1=1.1&r2=1.1.2.1&ty=u
  http://cvs.horde.org/diff.php/horde/templates/prefs/link.inc?r1=1.1&r2=1.1.2.1&ty=u
  http://cvs.horde.org/diff.php/horde/templates/prefs/number.inc?r1=1.1&r2=1.1.2.1&ty=u
  http://cvs.horde.org/diff.php/horde/templates/prefs/overview.inc?r1=1.1.2.1&r2=1.1.2.2&ty=u
  http://cvs.horde.org/diff.php/horde/templates/prefs/select.inc?r1=1.6.2.1&r2=1.6.2.2&ty=u
  http://cvs.horde.org/diff.php/horde/templates/prefs/text.inc?r1=1.1&r2=1.1.2.1&ty=u
  http://cvs.horde.org/diff.php/horde/templates/prefs/textarea.inc?r1=1.1&r2=1.1.2.1&ty=u
  http://cvs.horde.org/diff.php/horde/templates/problem/javascript.inc?r1=2.2.2.2&r2=2.2.2.3&ty=u
  http://cvs.horde.org/diff.php/horde/templates/problem/problem.inc?r1=2.10.2.1&r2=2.10.2.2&ty=u
  http://cvs.horde.org/diff.php/horde/templates/wml/login/login.inc?r1=1.3&r2=1.3.2.1&ty=u
  http://cvs.horde.org/diff.php/horde/templates/wml/login/user.inc?r1=1.2&r2=1.2.2.1&ty=u
  http://cvs.horde.org/diff.php/horde/test.php?r1=1.44.2.10&r2=1.44.2.11&ty=u