introduced the enhanced pages admin dialogue developed by icouto
Changed all copyright notices to include now 2008
Fixed bug with settings2.php and page extensions
Fixed bug introduced in [484]
Fixed issue with escaped single quotes in pagenames generation (thanks to thorn)
Fixes an issue with changing the menu_title also changes the page name in the /pages dir;Now page name only changes if page_title is changed and menu_title is independent from page_title and page name.
fixed ticket #402 Thanks to Thorn
Fixed ticket #392; root_parent not being set correctly (Thanks to eggsurplus)
Fixed a bug in menulink; if you deleted a menulink page the linked page was also deleted in the pages directory (Special thanks to "Funky_MF" for the fix)
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 typo in changeset [428]
Fixed ticket #380 (Thanks to pcwacht)
Added Id keywords to all missing files
Fixed issue with Permissions for pages sections
Added 2007 to all copyright noticesAdded missing ID KeywordsRemoved not Unix conform line endings
Fixed IE allows to set a page as parent of itself (#320)
Fixed a small IE layout issue in adminActualized CHANGELOG
Fixed problem with Page Title has to be escaped (#287)
Fixed missing message when adding a site without page title (#300)
Added Remember-expanded-pages-in-admin (thanks to ephraimt)
Added List sorting in admin area (thanks to rsmith)
Fixed intro page doesn't save correct. See #71.
Removed superfluous lines from admin/pages/index.php
Removed use of variable module_function in sections_save.php
Fixed problem with pre-2.6.0 modules not appearing in section list
Fixed ticket #146 - problems removing groups from private, registered viewer lists of page.
Changed link target selection. Now: self, top, new. Ticket #145
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
Fixed a bug where access settings of registered and private pages were displayed incorrectly.
Added an exit call after every heading("Location:...") redirector to prevent unwanted execution of code.
Moved page_link function to class wb and changed page_link() in functions.php to use the wb class method
Applied aportale's patch to use label instead of javascript toggle code
Fixed more inconsistencies regarding line endings and end-of-file newlines
Fixed inconsistent line ending styles
Fixed bug #71 - added $admin->strip_slashes() to intro2.php
Fixed addon listing in numerous places so it now use's DB for info
Empty_trash now also works with sub-pages in the trash.
Deleted pages cannot be chosen as parents anymore. Pages that have only deleted children do not get the plus sign if page trash is separate.
Removed strip_slashes_dummy.
Fixed path bugs concerning the htmlarea module transition.
Removed support for internal HTMLArea editor.
Fixed missing parent option 'none' - ticket #12 - and a minor scope bug.
Fixed bug #2 - Issue when changing page parent
Added htmlspecialchars when saving intro page
Fixed minor bugs
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
Removed debugging line...
Created new stripslashes method in class wb. Changed stripslashes() calls to method calls.
Cleaned up code concerning deleting/restoring pages.
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