Project

General

Profile

  • svn:executable: *
  • svn:keywords: Id

# Date Author Comment
504 2007-07-01 08:33 Matthias

Fixed converting issue with some ISO-charsets and speeded up converting on large pages (thanks to Thorn)

490 2007-06-23 10:13 Matthias

Fixed issue with escaped single and double quotes in search result (Thanks to thorn)

482 2007-06-14 22:38 Matthias

Again fixed some issues with search results page on some php4 servers (Thanks to thorn)

478 2007-06-11 18:22 Matthias

speeded up highlighting on big WYSIWYG pages;
fixed: '>' wasn't shown in highlighting result;
Thanks to thorn

476 2007-06-09 08:28 Matthias

Added function wich replaces mbstring cause this seems not to work properly on some php4 versions (Thanks to thorn)

461 2007-05-14 22:17 Matthias

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.

458 2007-05-12 20:14 doc

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.

445 2007-04-10 20:04 Matthias

Optimized search and highlighting funktions

442 2007-04-01 15:09 Matthias

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.

438 2007-03-04 10:07 Matthias

Fixed some issues in search highlighting function (Thanks to thorn)

437 2007-03-03 14:24 Matthias

Added new function for highlighting search results in the content area; Fixed some issues in search with special chars; (Special thanks to "thorn" and "Funky_MF")

435 2007-02-18 09:30 doc

Added functions page_css() and page_javascript() to frontend.functions.php. Function include link references in the head section to the optional module.css and module.js files.

412 2007-01-02 23:15 Matthias

Added Id keywords to all missing files

399 2006-12-24 08:50 Matthias

Added 2007 to all copyright notices
Added missing ID Keywords
Removed not Unix conform line endings

396 2006-12-23 20:23 Matthias

Fixed problem with Page Title has to be escaped (#287)

381 2006-12-20 22:09 Matthias

Fixed large space between menupoints in IE (#349)

380 2006-12-20 21:58 Matthias

Fixed Website description is not displayed when no page description is available (#348)

320 2006-03-02 22:08 stefan

Due to compatibility reasons, removed support for MEMORY_USAGE again. Updated CHANGELOG.

316 2006-03-01 15:04 stefan

Added support for tag [MEMORY_USAGE] in page footer. Renamed tag [PROCESSTIME] to [PROCESS_TIME]

310 2006-02-19 06:31 ryan

Updated all copyright notices to include 2006

294 2006-02-03 22:32 stefan

Added parameter depth to show_breadcrumbs function to set the number of levels to be show.

289 2006-01-28 21:32 stefan

Fixed: Breadcrumbs showed incorrectly when using the level feature.

286 2006-01-23 22:15 stefan

Added an exit call after every heading("Location:...") redirector to prevent unwanted execution of code.

246 2005-11-25 16:16 stefan

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.

220 2005-11-18 15:51 stefan

Some changes and fixes to menu code

217 2005-10-30 20:44 stefan

Frontend functions page_keywords() and page_description() now display page specific entries if present, otherwise website settings.

151 2005-09-19 04:46 ryan

Update for new addons table

120 2005-09-17 12:26 stefan

Minor fix.

115 2005-09-16 23:13 stefan

Fixed ticket #19 (addon link not shown). Corrected breadcrumbs code.

112 2005-09-16 00:44 stefan

Implemented hook for new module type "snippet".

106 2005-09-15 21:15 stefan

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).

58 2005-09-09 23:41 stefan
48 2005-09-08 16:05 stefan

Fixed minor compatibility bug

27 2005-09-06 01:34 stefan

Reworked visibility and menu code (frontend login problem)

20 2005-09-05 02:16 stefan

Rewrote menu function. Parameters are now given as attributes to frontend class.

18 2005-09-04 18:11 stefan

Added direct access redirection in framework files.

11 2005-09-04 11:20 ryan

Added the Id keyword into the top of each file that was missing it

10 2005-09-04 10:59 ryan

Added the Id keyword for all files

5 2005-09-04 09:42 stefan

Restructured frontend code and fixed various bugs