Fixed path bugs concerning the htmlarea module transition.
Removed support for internal HTMLArea editor.
Fixed bug in new module installation routine. Added language string "Upgraded successfully".
Implemented Installation of modules on top of an older version. This is done via checking $module_version. Instead of install.php, upgrade.php is then called if it exists in the module package. For module developers: $module_version and $new_module_version are accessible in upgrade.php to find out what upgrade steps need to be taken.
Fixed missing parent option 'none' - ticket #12 - and a minor scope bug.
Fixed bug #2 - Issue when changing page parent
Changed language string name 'EDITOR' to 'WYSIWYG_EDITOR'
Added htmlspecialchars when saving intro page
Fixed minor bugs
Implemented choice of WYSIWYG editor
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
Reworked search.php, fixed typo in media/browse.html.
Removed debugging line...
Created new stripslashes method in class wb. Changed stripslashes() calls to method calls.
Cleaned up code concerning deleting/restoring pages.
Resubmitting changeset 23.
Undoing changes from r21 on
Fixed bug where group with existing name can be added.
Removed direct access path disclosure occurrences.
Reduced redundant initialization code, removed further 'CVS' occurrences. Made $admin accessible in page_content function.
Added directory check to browse.php to prevent xss exploit by trusted users.
Changed 2.5.2 to 2.6.0
Added the Id keyword for all files
All occurrences of "CVS" in the code are replace by ".svn"
Restructured frontend code and fixed various bugs
Initial import from CVS to Subversion of Website Baker 2.5.2