updated edit module CSS functions to include backend.css into head if possible
Removed hardcoded /admin folder strings from WB core files where possible
fixed issue with WYSIWYG pages (appears if backend language and page frontend language differs)
fixed issue with smart view URL link
fixed language bug (backend language switched to the pages language viewed in frontend)
Added some missing add_slashes(), get_post_escaped(), and strip_tags() for $_POST, $_GET and $_REQUEST-data. Also for $_SERVER['PHP_SELF'].
introduced the WB 2.7 backend style developed by Michael Brinsteiner (escpro), thanks man
Added Javascript Admin module (developed by Stepan Riha, adapted for WB2.7 by Swen Uth)
Revoked parts of changeset [547] and again introduced changeset [540]
Reintroduced changes from changeset [520] and [540] wich where overwritten by changeset [546]
Revoked changeset [541] end removed all PAGE_EXTENSION variables and the related option in WB settings as this function only works on Apache Servers together with .htaccess and mod_rewrite...
added the "users in multiple groups" feature (closes parts of ticket #546)
Moved the admin tools from 'Settings' to the new section 'Admin-Tools'.
introduced smart URL detection for the 'View' menu in the WB backend (if page_id is set, redirect to this page instead of the root)
Changed all copyright notices to include now 2008
Added package which allows to integrate optional JS & CSS module files (frontend.css, frontend.js, backend.css, backend.js) into the <head> section of the HTML code. This allows developers to code modules which creates (X)HTML valid output.
Updated links to Website Baker website
Added 2007 to all copyright noticesAdded missing ID KeywordsRemoved not Unix conform line endings
Fixed a little typo error in class.admin.php (#364)
Fixed bugs in the new functions in class.admin.php.
Added methods get_user_details, get_page_details, get_page_permission to class admin.
Updated help links to use websitebaker.org/permalink
Updated all copyright notices to include 2006
Character encoding setting also affects admin backend. Mentioned in ticket #102.
Added an exit call after every heading("Location:...") redirector to prevent unwanted execution of code.
Replace 'admin' by 'wb' in all account pages. Moved print_success and print_error code to class.wb.php. Added correct parameters to these functions in account pages.
Fixed more inconsistencies regarding line endings and end-of-file newlines
Updated "Help" link
Renamed compatibility.php to frontend.functions.php.Moved frontend functions from class frontend to frontend.functions.php. Removed instances of strip_slashes_dummy. Replaced $this by $wb in a couple of places.Created file initialize.php, where all initializations now take place (moved from class wb constructor).
Moved settings from config.php into database.NOT FULLY WORKING!!!
Removed initialize.php, moved initialization code to class wb constructor. Changed attribute no_default_content to default_block_content and changed behavior.
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 direct access redirection in framework files.
Added the Id keyword for all files
Restructured frontend code and fixed various bugs
Initial import from CVS to Subversion of Website Baker 2.5.2