Revision 1185
Added by Luisehahne almost 16 years ago
| CHANGELOG | ||
|---|---|---|
| 11 | 11 |
! = Update/Change |
| 12 | 12 |
|
| 13 | 13 |
------------------------------------- 2.8.1 ------------------------------------- |
| 14 |
25-Nov-2009 Dietmar Woellbrink (Luisehahne) |
|
| 15 |
! fix show_menu2 include.php, page crashes, if php error_log is disabled |
|
| 16 |
25-Nov-2009 Dietmar Woellbrink (Luisehahne) |
|
| 17 |
! fixes language files HU.php and SK.php |
|
| 14 | 18 |
24-Nov-2009 Dietmar Woellbrink (Luisehahne) |
| 15 |
+ add to constants in /framework/initialize.php for later feature in database settings |
|
| 19 |
! fixed php 5.3 depricated function in show_menu2 |
|
| 20 |
24-Nov-2009 Dietmar Woellbrink (Luisehahne) |
|
| 21 |
+ add two constants in /framework/initialize.php for later feature in database settings |
|
| 16 | 22 |
+ define('EDIT_ONE_SECTION', true) to edit only one section with editor in manage sections
|
| 17 | 23 |
modify page will be loading all sections with editor |
| 18 | 24 |
+ define('EDITOR_WIDTH', 900) set min width for editor
|
| ... | ... | |
| 31 | 37 |
+ added forgotten jquery-fancybox.js Version 1.0 |
| 32 | 38 |
13-Oct-2009 Dietrich Roland Pehlke (Aldus) |
| 33 | 39 |
# Fixed typo in the finnish language file (ticket #814). |
| 34 |
>>>>>>> .r1169 |
|
| 35 | 40 |
12-Oct-2009 Dietmar Woellbrink |
| 36 | 41 |
! security update FCKeditor (tks to Ruebenwurzel) |
| 37 | 42 |
12-Oct-2009 Dietmar Woellbrink |
| ... | ... | |
| 3180 | 3185 |
+ Added search functionality, with three different "methods": |
| 3181 | 3186 |
1. Using all words 2. Using any words 3. Exact match |
| 3182 | 3187 |
+ Added native MySQL database support |
| 3183 |
>>>>>>> .r1147 |
|
| 3188 |
|
|
Also available in: Unified diff
fix show_menu2 include.php, page crashes, if php error_log is disabled