cvs commit: horde/lib Auth.php Browser.php Cache.php Category.php CategoryTree.php Data.php Group.php Help.php Horde.php Identity.php Lang.php MIME.php Maintenance.php Menu.php Notification.php Perms.php Prefs.php RPC.php Registry.php ...

Jon Parise jon@horde.org
Thu, 21 Mar 2002 08:41:25 -0800 (PST)


jon         2002/03/21 08:41:25 PST

  Modified files:
    lib                  Auth.php Browser.php Cache.php 
                         Category.php CategoryTree.php Data.php 
                         Group.php Help.php Horde.php Identity.php 
                         Lang.php MIME.php Maintenance.php 
                         Menu.php Notification.php Perms.php 
                         Prefs.php RPC.php Registry.php Secret.php 
                         Serialize.php SessionCache.php Text.php 
                         Token.php 
    lib/Cache            file.php 
    lib/Category         sql.php 
    lib/MIME             Magic.php Message.php Part.php 
                         Structure.php Viewer.php 
    lib/MIME/Viewer      enscript.php msword.php php.php vcard.php 
    lib/Notification     status.php 
    lib/Prefs            ldap.php sql.php 
    lib/Token            file.php sql.php 
  Log:
  Kill trailing whitespace.
  
  Revision  Changes    Path
  1.35      +18 -18    horde/lib/Auth.php
  1.29      +32 -33    horde/lib/Browser.php
  1.3       +4 -4      horde/lib/Cache.php
  1.7       +6 -6      horde/lib/Cache/file.php
  1.19      +45 -45    horde/lib/Category.php
  1.15      +43 -43    horde/lib/Category/sql.php
  1.7       +13 -13    horde/lib/CategoryTree.php
  1.15      +50 -50    horde/lib/Data.php
  1.19      +27 -27    horde/lib/Group.php
  1.30      +4 -4      horde/lib/Help.php
  1.149     +35 -35    horde/lib/Horde.php
  1.8       +30 -30    horde/lib/Identity.php
  1.31      +11 -11    horde/lib/Lang.php
  1.65      +25 -25    horde/lib/MIME.php
  1.10      +3 -3      horde/lib/MIME/Magic.php
  1.12      +15 -15    horde/lib/MIME/Message.php
  1.14      +31 -31    horde/lib/MIME/Part.php
  1.20      +16 -16    horde/lib/MIME/Structure.php
  1.15      +9 -9      horde/lib/MIME/Viewer.php
  1.13      +3 -3      horde/lib/MIME/Viewer/enscript.php
  1.11      +3 -3      horde/lib/MIME/Viewer/msword.php
  1.10      +3 -3      horde/lib/MIME/Viewer/php.php
  1.5       +21 -21    horde/lib/MIME/Viewer/vcard.php
  1.7       +11 -11    horde/lib/Maintenance.php
  1.15      +9 -9      horde/lib/Menu.php
  1.9       +9 -9      horde/lib/Notification.php
  1.8       +4 -4      horde/lib/Notification/status.php
  1.19      +19 -19    horde/lib/Perms.php
  1.63      +20 -20    horde/lib/Prefs.php
  1.22      +7 -7      horde/lib/Prefs/ldap.php
  1.34      +10 -10    horde/lib/Prefs/sql.php
  1.2       +22 -22    horde/lib/RPC.php
  1.83      +32 -32    horde/lib/Registry.php
  1.16      +16 -16    horde/lib/Secret.php
  1.6       +12 -12    horde/lib/Serialize.php
  1.8       +6 -6      horde/lib/SessionCache.php
  1.13      +4 -4      horde/lib/Text.php
  1.7       +7 -7      horde/lib/Token.php
  1.5       +26 -26    horde/lib/Token/file.php
  1.7       +3 -3      horde/lib/Token/sql.php

  Chora Links:
  http://cvs.horde.org/diff.php/horde/lib/Auth.php?r1=1.34&r2=1.35&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Browser.php?r1=1.28&r2=1.29&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Cache.php?r1=1.2&r2=1.3&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Cache/file.php?r1=1.6&r2=1.7&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Category.php?r1=1.18&r2=1.19&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Category/sql.php?r1=1.14&r2=1.15&ty=u
  http://cvs.horde.org/diff.php/horde/lib/CategoryTree.php?r1=1.6&r2=1.7&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Data.php?r1=1.14&r2=1.15&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Group.php?r1=1.18&r2=1.19&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Help.php?r1=1.29&r2=1.30&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Horde.php?r1=1.148&r2=1.149&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Identity.php?r1=1.7&r2=1.8&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Lang.php?r1=1.30&r2=1.31&ty=u
  http://cvs.horde.org/diff.php/horde/lib/MIME.php?r1=1.64&r2=1.65&ty=u
  http://cvs.horde.org/diff.php/horde/lib/MIME/Magic.php?r1=1.9&r2=1.10&ty=u
  http://cvs.horde.org/diff.php/horde/lib/MIME/Message.php?r1=1.11&r2=1.12&ty=u
  http://cvs.horde.org/diff.php/horde/lib/MIME/Part.php?r1=1.13&r2=1.14&ty=u
  http://cvs.horde.org/diff.php/horde/lib/MIME/Structure.php?r1=1.19&r2=1.20&ty=u
  http://cvs.horde.org/diff.php/horde/lib/MIME/Viewer.php?r1=1.14&r2=1.15&ty=u
  http://cvs.horde.org/diff.php/horde/lib/MIME/Viewer/enscript.php?r1=1.12&r2=1.13&ty=u
  http://cvs.horde.org/diff.php/horde/lib/MIME/Viewer/msword.php?r1=1.10&r2=1.11&ty=u
  http://cvs.horde.org/diff.php/horde/lib/MIME/Viewer/php.php?r1=1.9&r2=1.10&ty=u
  http://cvs.horde.org/diff.php/horde/lib/MIME/Viewer/vcard.php?r1=1.4&r2=1.5&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Maintenance.php?r1=1.6&r2=1.7&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Menu.php?r1=1.14&r2=1.15&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Notification.php?r1=1.8&r2=1.9&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Notification/status.php?r1=1.7&r2=1.8&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Perms.php?r1=1.18&r2=1.19&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Prefs.php?r1=1.62&r2=1.63&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Prefs/ldap.php?r1=1.21&r2=1.22&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Prefs/sql.php?r1=1.33&r2=1.34&ty=u
  http://cvs.horde.org/diff.php/horde/lib/RPC.php?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Registry.php?r1=1.82&r2=1.83&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Secret.php?r1=1.15&r2=1.16&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Serialize.php?r1=1.5&r2=1.6&ty=u
  http://cvs.horde.org/diff.php/horde/lib/SessionCache.php?r1=1.7&r2=1.8&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Text.php?r1=1.12&r2=1.13&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Token.php?r1=1.6&r2=1.7&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Token/file.php?r1=1.4&r2=1.5&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Token/sql.php?r1=1.6&r2=1.7&ty=u