! WbDatabase added method fetchObject()! WbAdaptor little typofixes! /index.php added one more update of WbAdaptor
added $page_id compatibility to /index.phpsolved escaping problems on save to database in modules/droplets
fixed reinitialisation of class frontend in /index.php
+ add maintance modus in backend
move extra handling of menu links in index.php to the view.php of module menu links {Tks to NorHei)
+ Installer add const DEBUG to config.php! move const DEBUG and var $starttime from index.php to initialize.php
started rebuild and reorganize the OutputFilter-System
! update correct_theme_source and fixed the call in all files
/modules/output_filter completely recoded+ new filter for relative-URL added+ some small fixes /admin/admintools/tool.php completely recoded/wb/index.php output_filter request changed to adopt new output_filter
local sync
remove auto including YUI Framework in backend for modules, enable with >print_footer(true)>print_error and ->print_success too accept a message as arrayauto validate in frontend if style block inside body tagcaptcha now XHTML valide
sync
fixed bug : Call to undefined method wb::preprocess()
update headerinfos
add ini_set('display_errors', 1) (Tks to Thorn)update headerinfos
insert $wb->preprocess($output), preprocess no longer needed in moduleslittle modifaction in upgrade-script.php in function check_wb_tablesupdated module wysiwyg, set to module version 2.8
Fixed bug in droplets. Multiple droplets with the same parameter did not extract the new parameter. (problem introduced by code optimisations for WB2.8) Fixed usage of the depriciated (PHP 5.3.0) split() function in class.wb. (ticket #772)Fixed notice ob_end_clean..failed to delete buffer. (ticket #779)
Created 2.8.x branch
Add Droplets Modul to the project and the modificated files (index, seach and frontendfunctions)
Copyright notices now includes 2009
added redirect-type (301/302) to menu_link
fixed an issues related to search, changed one SQL inner join (to use USING instead of WHERE, added $database = new Database(); in front of output-filter
fixed some layout issues with Form module (combination with Output-filter)
menulink-module: fixed an issue with extern links
allow external links in menulink-module
Removed module mail_filter and added revised version under new module name output filter. Bugs with regular expression fixed.
Added the new admin tool email output filter which allows to transform emails before displaying them on the frontend
Module menu_link: added dropdown-listbox to select anchor
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...
module menu_link: fixed page-deleteing-bug and some odd behavior, added table mod_menu_link
Changed all copyright notices to include now 2008
Added 2007 to all copyright noticesAdded missing ID KeywordsRemoved not Unix conform line endings
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 an exit call after every heading("Location:...") redirector to prevent unwanted execution of code.
Fixed more inconsistencies regarding line endings and end-of-file newlines
Fixed inconsistent line ending styles
Small change regarding process time.
Minor cleanup.
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 a php peculiarity bug ;-)
Removed initialize.php, moved initialization code to class wb constructor. Changed attribute no_default_content to default_block_content and changed behavior.
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
Initial import from CVS to Subversion of Website Baker 2.5.2