Added changeset 516 to branches
Added changeset [504] to branches
Added changeset [490] to the branches
Added changeset [482] to the branches
added changeset [478] to the branches
Added changeset [476] also to branches
Added changeset [460] and [461] to branches/2.6.x
Added Changeset [458] and [459] to branches 2.6.x
again copied all changes for WB 2.6.6 from trunk to branches
Created up-to-date 2.6.x branch (based off 2.6.5 tag)
Creating 2.6.5 tag
Added 2007 to all copyright noticesAdded missing ID KeywordsRemoved not Unix conform line endings
Fixed problem with Page Title has to be escaped (#287)
Fixed large space between menupoints in IE (#349)
Fixed Website description is not displayed when no page description is available (#348)
Due to compatibility reasons, removed support for MEMORY_USAGE again. Updated CHANGELOG.
Added support for tag [MEMORY_USAGE] in page footer. Renamed tag [PROCESSTIME] to [PROCESS_TIME]
Updated all copyright notices to include 2006
Added parameter depth to show_breadcrumbs function to set the number of levels to be show.
Fixed: Breadcrumbs showed incorrectly when using the level feature.
Added an exit call after every heading("Location:...") redirector to prevent unwanted execution of code.
Improved default block content feature. Usage: If a template is used with multiple blocks and a page does not have content in one of the blocks, the content of this block is taken from the default (start) page instead. This behavior can be deactivated by setting ->default_block_content='none' or a specific page can be set using ->default_block_content=%page_id% where page_id stands for the page id of the page to use. This variable can be changed before every page_content call for the specific blocks to allow for complete flexibility.
Some changes and fixes to menu code
Frontend functions page_keywords() and page_description() now display page specific entries if present, otherwise website settings.
Update for new addons table
Minor fix.
Fixed ticket #19 (addon link not shown). Corrected breadcrumbs code.
Implemented hook for new module type "snippet".
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).
Fixed minor compatibility bug
Reworked visibility and menu code (frontend login problem)
Rewrote menu function. Parameters are now given as attributes to frontend class.
Added direct access redirection in framework files.
Added the Id keyword into the top of each file that was missing it
Added the Id keyword for all files
Restructured frontend code and fixed various bugs