Revision 6
Added by stefan about 19 years ago
CHANGELOG | ||
---|---|---|
10 | 10 |
# = Bugfix |
11 | 11 |
! = Update/Change |
12 | 12 |
|
13 |
------------------------------------- 2.5.3 ------------------------------------- |
|
14 |
27-Aug-2005 Stefan Braunewell |
|
15 |
# Fixed bugs 4,5,6,8,9 in bug tracker |
|
16 |
! Removed 'USER_LANGUAGE' and 'GET_LANGUAGE' constants. |
|
17 |
A GET['lang'] now sets the session language variable. |
|
18 |
26-Aug-2005 Stefan Braunewell |
|
19 |
! Moved redundant code to files 'initialize.php' and into the new class |
|
20 |
functions. Created 'compatibility.php' for backward compatibility with |
|
21 |
modules and templates. Variables and functions can still be accessed |
|
22 |
in the old way. |
|
23 |
!/+ Reorganized core frontend files, added new base class 'wb' from |
|
24 |
which 'admin' and the new 'frontend' class inherit. Moved all frontend |
|
25 |
function into new class. Completely rewrote core index.php. |
|
26 |
Now all variables and functions that are available to templates and |
|
27 |
modules are attributes and methods of the frontend and the wb classes |
|
13 | 28 |
------------------------------------- 2.5.2 ------------------------------------- |
14 | 29 |
23-Jun-2005 Ryan Djurovich |
15 | 30 |
! create_access_file now creates all parent directories if needed |
... | ... | |
297 | 312 |
+ User can now select custom Language and Date & Time Formats |
298 | 313 |
+ Added search functionality, with three different "methods": |
299 | 314 |
1. Using all words 2. Using any words 3. Exact match |
300 |
+ Added native MySQL database support |
|
315 |
+ Added native MySQL database support |
Also available in: Unified diff
Updated CHANGELOG