update admin/pages/modify.php now you can send page_id with GET and POST
add new backend theme handling (Tks to Stefek)
Preparing 2.8.2 stable, last tests
secure peparing and beginning fix admin/pages
update headerinfos
validation fixes in pages backend theme
Security fixes
add ini_set('display_errors', 1) (Tks to Thorn)update headerinfos
start recoding without style display:none
continue update headertextTicket #930 disabled SyntaxHighlighter from default WB Installationchange help url to www.websitebaker2.org
continue update header info
Ticket #911 3. continue to fix CSS-errors in WB backend
next step to validate backend themes
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...
shows more details in wysiwyg editor
Created 2.8.x branch
Added some missing variables to backend_themes (Thanks to Stefek)
added skinable Admin Interface
Copyright notices now includes 2009
Added output of block names to modify pages dialogue if blocks are enabled
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.
Fixed issue with Permissions for pages sections
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 permission check to admin/pages/add.php to fix ticket #68. Also used get_page_permission, get_user_details, get_page_details in some places.
Updated all copyright notices to include 2006
Added an exit call after every heading("Location:...") redirector to prevent unwanted execution of code.
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
Initial import from CVS to Subversion of Website Baker 2.5.2