Revision 111
Added by stefan about 19 years ago
CHANGELOG | ||
---|---|---|
11 | 11 |
! = Update/Change |
12 | 12 |
|
13 | 13 |
------------------------------------- 2.6.0 ------------------------------------- |
14 |
15-Sep-2005 Stefan Braunewell |
|
15 |
+ Added table module with columns 'name','type' and 'directory' as an |
|
16 |
index. |
|
17 |
+ Added entry to settings table 'wb_version' which holds the version |
|
18 |
number and can be utilized in future upgrade scripts. |
|
19 |
! Added upgrade functionality also for templates and languages. |
|
20 |
#/! Template/modules installation now respects paths. |
|
21 |
! Moved updates from config.php to database. |
|
22 |
Created initialize.php (required by config.php) to read settings. |
|
14 | 23 |
11-Sep-2005 Stefan Braunewell |
15 | 24 |
! HTMLArea is now a module instead of a core component. Files moved |
16 | 25 |
from "include" to "modules". |
... | ... | |
29 | 38 |
# Fixed missing parent option 'none' - ticket #12 - and a minor scope bug. |
30 | 39 |
+ Added breadcrumbs code. Call using $wb->breadcrumbs(). |
31 | 40 |
+ Added utf-8 character encoding meta tag into all stock templates. |
32 |
-/! Removed initialize.php again, initialization now takes place in |
|
33 |
class wb constructor. |
|
34 | 41 |
# Fixed bug when changing a page's parent |
35 | 42 |
! Changed the way blocks are treated. Added new frontend class attribute |
36 | 43 |
default_block_content that controls what is shown on pages such as |
... | ... | |
60 | 67 |
! Removed 'USER_LANGUAGE' and 'GET_LANGUAGE' constants. |
61 | 68 |
A GET['lang'] now sets the session language variable. |
62 | 69 |
26-Aug-2005 Stefan Braunewell |
63 |
! Moved redundant code to files 'initialize.php' and into the new class
|
|
64 |
functions. Created 'compatibility.php' for backward compatibility with
|
|
70 |
! Moved redundant code into the new class functions. Created
|
|
71 |
'compatibility.php' for backward compatibility with |
|
65 | 72 |
modules and templates. Variables and functions can still be accessed |
66 | 73 |
in the old way. |
67 | 74 |
!/+ Reorganized core frontend files, added new base class 'wb' from |
Also available in: Unified diff
Updated Changelog.