Project

General

Profile

  • svn:keywords: Id

# Date Author Comment
471 2007-06-05 22:35 Matthias

Added changeset [470] also to the branches

467 2007-06-05 00:35 Matthias

Added changeset [466] also to the branches

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)

374 2006-12-20 21:36 Matthias

Fixed various php notices (#334)

310 2006-02-19 06:31 ryan

Updated all copyright notices to include 2006

286 2006-01-23 22:15 stefan

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

280 2006-01-15 10:07 stefan

Fixed another typo in class.frontend.php. Ticket #100.

279 2006-01-14 23:21 stefan

Fixed ticket #100 - 'contruction' typo

278 2006-01-14 23:18 stefan

Fixed some notices and warnings.

269 2005-12-12 01:11 ryan

fixed bug with page description not being set

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.

242 2005-11-23 17:24 stefan

Moved page_link function to class wb and changed page_link() in functions.php to use the wb class method

239 2005-11-22 12:50 stefan

Fixed more inconsistencies regarding line endings and end-of-file newlines

232 2005-11-20 12:48 ryan

Added support for mailto: links in the menu link mod

220 2005-11-18 15:51 stefan

Some changes and fixes to menu code

219 2005-11-16 23:32 stefan

Fixed bug #61 - typo regarding standard menu_footer.

108 2005-09-15 21:28 stefan

Minor cleanup.

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

95 2005-09-13 01:08 stefan

Moved settings from config.php into database.
NOT FULLY WORKING!!!

58 2005-09-09 23:41 stefan
55 2005-09-09 23:01 stefan

Removed initialize.php, moved initialization code to class wb constructor. Changed attribute no_default_content to default_block_content and changed behavior.

51 2005-09-08 17:19 stefan

Added new frontend class attribute no_default_content which controls what is shown in other blocks on pages like search, login,... and corrected implementation

50 2005-09-08 16:37 stefan

Fixed typo

49 2005-09-08 16:23 stefan

When PAGE_CONTENT is defined, other blocks are still shown

43 2005-09-08 00:20 stefan

Added automatic frontend redirection on login.

42 2005-09-07 23:10 stefan

Changed most occurrences of strip_slashes to new dummy method strip_slashes_dummy.

40 2005-09-07 21:22 stefan

Change addslashes,stripslashes to (wb class) method calls add_slashes,strip_slashes

36 2005-09-07 01:31 stefan

Created new stripslashes method in class wb. Changed stripslashes() calls to method calls.

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.

16 2005-09-04 17:17 stefan

Reduced redundant initialization code, removed further 'CVS' occurrences. Made $admin accessible in page_content function.

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