commit: horde help.php problem.php horde/config horde.php.dist horde/ducttape parser.php gollem prefs.php gollem/config conf.php.dist gollem/lib base.php imp compose.php folders.php mailbox.php message.php prefs.php search.php view.php imp/config ...

chuck@horde.org chuck@horde.org
12 Jan 2001 17:46:39 -0000


chuck       2001/01/12 09:46:39 PST

  Modified files:
    .                    help.php problem.php 
    config               horde.php.dist 
    ducttape             parser.php 
    .                    prefs.php 
    config               conf.php.dist 
    lib                  base.php 
    .                    compose.php folders.php mailbox.php 
                         message.php prefs.php search.php view.php 
    config               conf.php.dist 
    lib                  IMP.php base.php mimetypes.php 
    lib                  base.php 
    lib                  Auth.php Browser.php Connection.php 
                         Help.php Horde.php MIME.php Perms.php 
                         Prefs.php Registry.php User.php 
    lib/Auth             IMAP.php SQL.php 
    lib/Connection       File.php Mysql.php Pgsql.php SQL.php 
    lib/MIME             Message.php Structure.php 
    lib/Perms            SQL.php 
    lib/Prefs            LDAP.php Mysql.php Pgsql.php SQL.php 
                         Session.php 
    lib/User             SQL.php 
    .                    newsgroups.php 
    lib                  base.php 
  Added files:
    lib                  Lang.php ObjectStore.php Secret.php 
                         Text.php 
    lib/MIME             Part.php 
  Log:
  Woof:
  
  - break core Horde classes (Lang, Secret, ObjectStore (renamed from
    SessionCache), etc. out into their own files.
  - include them where necessary, usually in an app's lib/base.php file.
  - core package names are all now lowercase.
  - a bit more documentation work, but that's mostly to come.
  - classes all now follow a convention of capitalizing words and acronyms
  - documentation is updated accordingly
  - logic is built in to the factory() methods to account for case in driver
    names.
  
  Revision  Changes    Path
  2.31      +2 -1      horde/help.php
  2.54      +3 -1      horde/problem.php
  1.19      +3 -3      horde/config/horde.php.dist
  1.4       +2 -2      horde/ducttape/parser.php
  1.2       +4 -3      gollem/prefs.php
  1.2       +5 -4      gollem/config/conf.php.dist
  1.2       +4 -2      gollem/lib/base.php
  2.253     +3 -2      imp/compose.php
  2.100     +4 -3      imp/folders.php
  2.238     +5 -3      imp/mailbox.php
  2.192     +6 -4      imp/message.php
  2.113     +4 -3      imp/prefs.php
  2.61      +4 -3      imp/search.php
  2.86      +3 -2      imp/view.php
  1.105     +7 -6      imp/config/conf.php.dist
  1.123     +7 -4      imp/lib/IMP.php
  1.7       +4 -2      imp/lib/base.php
  1.45      +2 -1      imp/lib/mimetypes.php
  1.2       +3 -2      kronolith/lib/base.php
  1.7       +15 -8     horde/lib/Auth.php
  1.13      +3 -3      horde/lib/Browser.php
  1.5       +14 -7     horde/lib/Connection.php
  1.13      +3 -3      horde/lib/Help.php
  1.80      +3 -365    horde/lib/Horde.php
  1.53      +3 -3      horde/lib/MIME.php
  1.6       +15 -8     horde/lib/Perms.php
  1.21      +20 -13    horde/lib/Prefs.php
  1.15      +3 -3      horde/lib/Registry.php
  1.3       +15 -8     horde/lib/User.php
  1.5       +6 -6      horde/lib/Auth/IMAP.php
  1.4       +6 -6      horde/lib/Auth/SQL.php
  1.4       +5 -5      horde/lib/Connection/File.php
  1.4       +5 -5      horde/lib/Connection/Mysql.php
  1.4       +5 -5      horde/lib/Connection/Pgsql.php
  1.4       +5 -5      horde/lib/Connection/SQL.php
  1.3       +5 -105    horde/lib/MIME/Message.php
  1.3       +2 -2      horde/lib/MIME/Structure.php
  1.6       +6 -6      horde/lib/Perms/SQL.php
  1.11      +5 -5      horde/lib/Prefs/LDAP.php
  1.11      +5 -5      horde/lib/Prefs/Mysql.php
  1.15      +5 -5      horde/lib/Prefs/Pgsql.php
  1.14      +5 -5      horde/lib/Prefs/SQL.php
  1.3       +3 -3      horde/lib/Prefs/Session.php
  1.3       +6 -6      horde/lib/User/SQL.php
  1.3       +4 -3      troll/newsgroups.php
  1.2       +3 -2      troll/lib/base.php