add two constants in /framework/initialize.php for later feature in database settingsdefine('EDIT_ONE_SECTION', true) to edit only one section with editor in manage sectionsmodify page will be loading all sections with editordefine('EDITOR_WIDTH', 900) set min width for editor...
Bugfix for #791: group-restrictions and sections.Add "order by position" inside the wbmodule.php in the FCK-Editor to display the page-tree correct.
Created 2.8.x branch
some code cleaning of admin/pages/sections.php
Added some missing variables to backend_themes (Thanks to Stefek)
Fixed some display issues in argos_theme (Thanks to Argos)
Fixed bug introduced in changeset [1092]
fixed bug with page not showing if 2 sections active (ticket #751) (Thanks to Pumpi)
Replaced in some alt tags hardcoded signs with language variables (Thanks to argos)
Fixed bug with sections are only editable in new backend-themes if blocks are enabled (Thanks to Luisehahne)
Fixed invalid output of page_sections Page in Backend (Thanks to Luisehahne)
- Added PageID and SectionID to all backend themes (Thanks to Luiseshahne)
- Fixed some display issues in all backend themes (Thanks to Luisehahne)
-Moved styles from admin/pages/sections.php to sections.htt in backend themes (Thanks to Luisehahne)
- Moved javascript files from admin/pages/index.php to external js files (Thanks to Luisehahne)
- Major improovements and changes to all backend files to get more valide Code output (Thanks to Luisehahne)
added skinable Admin Interface
Copyright notices now includes 2009
Added output of block number to section admin if no block name is specified
adapted color for onmouseover effect
modified some colors and CSS definitions of pages, media and section interface
sections: fixed layout-issue with IE7 (hopefully, can't check this)
Added missing text in languages files for jscalendar
Added some missing add_slashes(), get_post_escaped(), and strip_tags() for $_POST, $_GET and $_REQUEST-data. Also for $_SERVER['PHP_SELF'].
Had to fix some strtotime()-related issues in admin/pages/sections and module news to use with PHP4.
added second icon to calendar-fields in manage-sections to empty date-fields. Changed calendar-icon to clock-icon. Added new icon (clock_del_16.png) to images.
updated admin/pages/sections.php to changed jscalendar-api from changeset 571
added new module-based search-function and publish-by-date code
added the "users in multiple groups" feature (closes parts of ticket #546)
Changed all copyright notices to include now 2008
Fixed issues with some languages when UTF8 is used.Removed all htmlentites from the code (revoked changeset [396]) and added new functions instead.Adapted the search and the highlighting to use the new functions.With this changes WB can now be used with charset UTF8 for all languages.
Added 2007 to all copyright noticesAdded missing ID KeywordsRemoved not Unix conform line endings
Fixed problem with Page Title has to be escaped (#287)
Added List sorting in admin area (thanks to rsmith)
Fixed problem with pre-2.6.0 modules not appearing in section list
Updated all copyright notices to include 2006
Added an exit call after every heading("Location:...") redirector to prevent unwanted execution of code.
Fixed more inconsistencies regarding line endings and end-of-file newlines
Fixed inconsistent line ending styles
Fixed addon listing in numerous places so it now use's DB for info
Removed strip_slashes_dummy.
Changed most occurrences of strip_slashes to new dummy method strip_slashes_dummy.
Change addslashes,stripslashes to (wb class) method calls add_slashes,strip_slashes
Created new stripslashes method in class wb. Changed stripslashes() calls to method calls.
Added the Id keyword for all files
All occurrences of "CVS" in the code are replace by ".svn"
Initial import from CVS to Subversion of Website Baker 2.5.2