Revision 55
Added by stefan about 19 years ago
CHANGELOG | ||
---|---|---|
11 | 11 |
! = Update/Change |
12 | 12 |
|
13 | 13 |
------------------------------------- 2.6.0 ------------------------------------- |
14 |
09-Sep-2005 Stefan Braunewell |
|
15 |
# Fixed bug when changing a page's parent |
|
16 |
! Changed the way blocks are treated. Added new frontend class attribute |
|
17 |
default_block_content that controls what is shown on pages such as |
|
18 |
search, login, etc. (Ticket #16) |
|
19 |
+ Added support for WYSIWYG editor modules (wysiwygmod) |
|
20 |
+ When trying to access a registered page, user is automatically redirected |
|
21 |
there on successful login. |
|
22 |
# Fixed various issues with system search (mainly related to stripslashes() |
|
23 |
# Removed stripslashes() in many places in the code. Added check for |
|
24 |
magic_quotes_gpc to new wb class method add_slashes(). Now database contest |
|
25 |
is independent of magic_quotes setting.. |
|
14 | 26 |
05-Sep-2005 Stefan Braunewell |
15 | 27 |
# Fixed bug concerning direct access of preferences page. |
16 |
# Reworked page visibility and menu item visibility code (frontend login problem). |
|
28 |
# Reworked page visibility and menu item visibility code (frontend login |
|
29 |
problem). |
|
17 | 30 |
# Pages in link list in htmlarea popup are now correctly ordered. |
18 | 31 |
# Fixed bug where group with existing name can be added. |
19 | 32 |
04-Sep-2005 Ryan Djurovich |
Also available in: Unified diff
Removed initialize.php, moved initialization code to class wb constructor. Changed attribute no_default_content to default_block_content and changed behavior.