Revision 1684
Added by Dietmar over 12 years ago
CHANGELOG | ||
---|---|---|
11 | 11 |
! = Update/Change |
12 | 12 |
=============================================================================== |
13 | 13 |
|
14 |
03 May-2012 Build 1682 Werner v.d.Decken(DarkViper) |
|
14 |
03 May-2012 Build 1684 Dietmar Woellbrink (Luisehahne) |
|
15 |
! update upgrade-script, now don't overwrite existings values in settings |
|
16 |
+ add field tooltip to table pages in installer |
|
17 |
! change some module tool_icon.png (Tks to Stefek) |
|
18 |
! add date_time string to backup_droplets.zip |
|
19 |
- search and comment out founded require_once(WB_PATH."/framework/class.database.php"); |
|
20 |
- this will be never needed anymore and produce errors |
|
21 |
! rename class.msg_queue.php in msgQueue.php to work with autokoader |
|
22 |
+ add function format_message to class.wb.php |
|
23 |
03 May-2012 Build 1683 Werner v.d.Decken(DarkViper) |
|
15 | 24 |
! changed class Database into a Singleton-Class |
16 | 25 |
# added forgotten 'static' keyword in ModLanguage |
17 | 26 |
# removed version control from sm2 - include.php |
Also available in: Unified diff
! update upgrade-script, now don't overwrite existings values in settings
+ add field tooltip to table pages in installer
! change some module tool_icon.png (Tks to Stefek)
! add date_time string to backup_droplets.zip
- search and comment out founded require_once(WB_PATH."/framework/class.database.php");
- this will be never needed anymore and produce errors
! rename class.msg_queue.php in msgQueue.php to work with autokoader
+ add function format_message to class.wb.php