Added example .htaccess to parse .html files, fixed bug in changeset [555]
Revoked parts of changeset [547] and again introduced changeset [540]
Added keywords to new files
adjusted headings in admin/pages/index.php
added new module-based search-function and publish-by-date code
Reintroduced some more changes from changeset [520] and [540] which where overwritten by changeset [546]
removed the PAGE_EXTENSION added with changeset 549
fixed bug in frontend login and multiple groups (in conjunction with error_reporting = E_ALL)
Added keywords to new Admintools files
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)
fixed two issues with menu_link: adding a menu_link as first page did not worked; and an E_NOTICE-warning
changed admin/pages/save.php to allow hidden config-elements in table search
module menu_link: fixed page-deleteing-bug and some odd behavior, added table mod_menu_link
fixed #532 - PHP Error levels
Replaced hardcoded .php with the variable PAGE_EXTENSION for the use in pagenames. (!!Attention!! To get extenions other than .php working additional fixes are necessary!) Fixes ticket #370
Replaced the variable PAGE_EXTENSION with hardcoded .php on all places where the pathes points to WB Corefiles with the page extension .php
Added a missing </tr> tag in Changeset 536
Replaced hardcoded text in login.php with language variables (fixes #386)
re-introduced bugfix of Changeset 472 (fixes ticket 402) accidentally removed by Changeset 529 (enhanced pages admin)
Moved the admin tools from 'Settings' to the new section 'Admin-Tools'.
Bug fix for ticket 525. Prevents that installed modules with identical version are updated again.
corrected link in /admin/login/template.html and increased redirection timer for success messages
updated PHPMailer framework to version 2.0.0 (/include/phpmailer)
this bugfix closes ticket 412 (direct call of admin/settings/save.php clears database)
Fixed error with redirection to admin panel after installation due to already defined constant VERSION (redirection fails if PHP errors/warnings are displayed).
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)
introduced the enhanced pages admin dialogue developed by icouto
Added the FCKEditor module files missing in Changeset 527 (/modules/fckeditor)
Added FCKEditor as the new default WYSIWYG editor (htmlarea removed from the package)
Added constants MOD_FRONTEND_CSS_REGISTERED and MOD_FRONTEND_JAVASCRIPT_REGISTERED to function frontend.functions.php to allow modules to check if the register_frontend_modfiles function is invoked from the index.php of the current template.
Fixed Typo in CHANGELOG
Added new version again
Delete codepress because of SVN errors
- Update codepress to Version 0.9.6- Update phplib to Version 7.4a
Upgrade pclzip to the newer more php5 complaint version 2.6, see ticket #526
Fixed #542 (thanks to Thorn)
Changed all copyright notices to include now 2008
Edited CHANGELOG and set version to 2.6.7
Added changeset 516 to branches
Fixed a typo in /framework/frontend.functions.php cause that websites using the new register_frontend_modifles() functions implemented with v2.6.6 do not validate
Created 2.6.7 tag
Updated 2.6.x branch version number to 2.6.7
Added changeset [512] to 2.6.x branch
Updated CHANGELOG
Added changeset [510] to the branches
Added missing converting file for changeset [504]
Created 2.6.6 tag
Added changeset [507] to 2.6.x branch
Deleted 2.6.6 tag
Added changeset [504] to branches
Fixed converting issue with some ISO-charsets and speeded up converting on large pages (thanks to Thorn)
Added changeset [501] to 2.6.x branch
Fixed bug where error message not displayed when script fails to create a page
Added changeset [500] to 2.6.x branch
Fixed bug with settings2.php and page extensions
Added changeset [497] to 2.6.x branch
Fixed bug introduced in [484]
added changeset [495] to branches
fixed issue with special chars in news feed
Added changeset [493] to branches
Fixed search issue if single quotes and double quotes are not stored as entities (Thanks to thorn)
Added changeset [490] to the branches
Fixed issue with escaped single and double quotes in search result (Thanks to thorn)
Added changeset [488] to branches
Fixed issue with escaped single quotes in pagenames generation (thanks to thorn)
Added changeset [486] to branches
Fixed bug in search wich displays not all hits
Added changeset [484] to the branches
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.
Added changeset [482] to the branches
Again fixed some issues with search results page on some php4 servers (Thanks to thorn)
added changeset [480] to the branches
Fixed ticket #396;search result displays private and registered pages to not logged in users.Thanks to thorn
added changeset [478] to the branches
speeded up highlighting on big WYSIWYG pages;fixed: '>' wasn't shown in highlighting result;Thanks to thorn
Added changeset [476] also to branches
Added function wich replaces mbstring cause this seems not to work properly on some php4 versions (Thanks to thorn)
Added changeset [474] to the branches
Fixed again bug in search with some html tags (Thanks to thorn)
Added changeset [472] also to the branches
fixed ticket #402 Thanks to Thorn
Added changeset [470] also to the branches
Fixed ticket #390
Added changeset [468] also to the branches
Fixed bug in search with some html tags (Thanks to thorn)
Added changeset [466] also to the branches
fixed ticket #401
Added changeset [464] also to the branches
Fixed some possible page crashes wich are caused from php if strlen is used (see http://bugs.php.net/bug.php?id=24460 and http://bugs.php.net/bug.php?id=27070 and http://ilia.ws/archives/5-Top-10-ways-to-crash-PHP.html for this) Thanks to Thorn
Added changeset [460] and [461] to branches/2.6.x
fixed typo in CHANGELOG
Added support for ISO-8859-6. WB now fully supports UTF8 and all ISO charsets except ISO-2022-JP and ISO-2022-KR. This languages only can be used with UTF8.
Added Changeset [458] and [459] to branches 2.6.x
Added svn:executable to new files
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.
Added new functions page_css and page_javascript to the built in templates
Added search highlight class to css files of the built in templates