Revision 1680
Added by darkviper over 13 years ago
| CHANGELOG | ||
|---|---|---|
| 11 | 11 |
! = Update/Change |
| 12 | 12 |
=============================================================================== |
| 13 | 13 |
|
| 14 |
|
|
| 14 |
03 May-2012 Build 1680 Werner v.d.Decken(DarkViper) |
|
| 15 |
! renamed file class.database.php to Database.php |
|
| 16 |
! renamed class database into Database |
|
| 17 |
+ classes SecurityException and SecDirectoryTraversalException added in globalExceptionHandler.php |
|
| 18 |
+ CoreAutoloader() added in initialize.php |
|
| 19 |
+ new Constants 'WB_REL' and 'DOCUMENT_ROOT' in initialize.php |
|
| 20 |
! class Database is able now to create multiple connections at same time |
|
| 21 |
+ class ModLanguage added for easy handle of languages from modules |
|
| 15 | 22 |
28 Apr-2012 Build 1679 Dietmar Woellbrink (Luisehahne) |
| 16 | 23 |
+ add tool_icon.png to admintools |
| 17 | 24 |
27 Apr-2012 Build 1678 Dietmar Woellbrink (Luisehahne) |
Also available in: Unified diff
renamed file class.database.php to Database.php
renamed class database into Database
classes SecurityException and SecDirectoryTraversalException added in globalExceptionHandler.php
CoreAutoloader() added in initialize.php
new Constants 'WB_REL' and 'DOCUMENT_ROOT' in initialize.php
class Database is able now to create multiple connections at same time
class ModLanguage added for easy handle of languages from modules