Changeset 2938 for trunk/CHANGELOG


Ignore:
Timestamp:
05/29/10 01:28:03 (2 years ago)
Author:
nuxwin
Message:
  • [GUI] Added a method in Database class to be able to get a raw PDO instance
  • [GUI] Added IspCP_ConfigHandler class to handle config parameters from an array
  • [GUI] Added IspCP_ConfigHandler adapter class to handle config parameterfrom a database
  • [GUI] Changed admin/setting.php to use new IspCP_ConfigHandler interface
  • [GUI] Changed include/ispcp-lib.php to use new IspCP_ConfigHandler interface
  • [GUI] Fixed gen_def_language(): Initial language string should not be passed by reference
  • [GUI] Improved autoloader funct. to be able to retrieve class files in the new namespace
  • [GUI] Rewrited classes for config parameters manipulation
  • [GUI] The setConfig_Value() funct. in admin-function.php is now deprecated
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/CHANGELOG

    r2937 r2938  
    11ispCP ω 1.0.6 ChangeLog 
    22~~~~~~~~~~~~~~~~~~~~~~~~~~ 
     3 
     42010-05-28 Laurent Declercq 
     5        - GUI: 
     6                * Added a method in Database class to be able to get a raw PDO instance 
     7                * Added IspCP_ConfigHandler class to handle config parameters from an 
     8                        array 
     9                * Added IspCP_ConfigHandler adapter class to handle config parameter 
     10                        from a database 
     11                * Changed admin/setting.php to use new IspCP_ConfigHandler interface 
     12                * Changed include/ispcp-lib.php to use new IspCP_ConfigHandler interface 
     13                * Fixed gen_def_language(): Initial language string should not be passed 
     14                        by reference 
     15                * Improved autoloader funct. to be able to retrieve class files in the 
     16                        new namespace 
     17                * Rewrited classes config parameters manipulation 
     18                * The `setConfig_Value()` funct. in admin-function.php is now deprecated 
    319 
    4202010-05-26 Benedikt Heintel 
Note: See TracChangeset for help on using the changeset viewer.