commit: horde/config horde.php.dist horde/docs CHANGES imp prefs.php imp/config conf.php.dist prefs.php.dist imp/docs CHANGES imp/lib IMP.php imp/templates/prefs folderselect.inc begin.inc end.inc overview.inc server.inc buttons.inc compose.inc ...

chuck@horde.org chuck@horde.org
14 Feb 2001 23:32:09 -0000


chuck       2001/02/14 15:32:09 PST

  Modified files:
    config               horde.php.dist 
    docs                 CHANGES 
    .                    prefs.php 
    config               conf.php.dist prefs.php.dist 
    docs                 CHANGES 
    lib                  IMP.php 
    templates/prefs      begin.inc end.inc overview.inc server.inc 
    lib                  Prefs.php 
    lib/Prefs            SQL.php 
  Added files:
    templates/prefs      folderselect.inc 
    templates/prefs      checkbox.inc enum.inc link.inc number.inc 
                         select.inc text.inc textarea.inc 
  Removed files:
    templates/prefs      buttons.inc compose.inc display.inc 
                         newmail.inc personal.inc viewing.inc 
  Log:
  Here ya go: update your imp/config/prefs.php, edit away, and see prefs
  appear and disappear, change from numbers to textareas to text boxes to...
  
  Yeah. It all works. I need to put change_password back in somehow, but
  that's minor. Have fun.
  
  Revision  Changes    Path
  1.27      +7 -8      horde/config/horde.php.dist
  1.118     +1 -0      horde/docs/CHANGES
  2.123     +161 -329  imp/prefs.php
  1.108     +1 -10     imp/config/conf.php.dist
  1.22      +261 -83   imp/config/prefs.php.dist
  1.273     +2 -0      imp/docs/CHANGES
  1.146     +3 -4      imp/lib/IMP.php
  2.16      +4 -0      imp/templates/prefs/begin.inc
  2.12      +8 -0      imp/templates/prefs/end.inc
  2.4       +14 -80    imp/templates/prefs/overview.inc
  2.15      +0 -39     imp/templates/prefs/server.inc
  1.29      +46 -47    horde/lib/Prefs.php
  1.21      +13 -11    horde/lib/Prefs/SQL.php