Project

General

Profile

  • svn:keywords: Id

# Date Author Comment
460 2007-05-14 19:58 Matthias

Added Changeset [458] and [459] to branches 2.6.x

452 2007-04-30 14:40 Matthias

again copied all changes for WB 2.6.6 from trunk to branches

419 2007-01-29 10:38 ryan

Created up-to-date 2.6.x branch (based off 2.6.5 tag)

408 2006-12-25 05:01 ryan

Creating 2.6.5 tag

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