Project

General

Profile

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

# Date Author Comment
1181 2009-11-24 19:42 Dietmar
1171 2009-10-13 20:10 Ruud

fixed breaking droplets by highlighting search-words in search result pages.

1166 2009-10-12 18:54 Dietmar

Fix Bugs headersend errors in some core files
delete whitespaces after ?>

1165 2009-10-12 06:52 Dietmar

update function show_bread_crumb in framework/frontend.functions.php,
replace separator with entities char, add title for multilingual,
set breakcrumb in div container class="breadcrumb",
set separator in span tag class="separator",

1136 2009-08-15 11:19 kweitzel

Created 2.8.x branch

1107 2009-08-06 18:39 Matthias

Fixed bug that frontend.js, frontend.css and frontend_body.js are not used from snippets (ticket #764) (Thanks to Luisehahne)

1105 2009-08-06 17:36 Matthias

Added option to use a frontend_body.js in modules to include javascript from modules in the body of the frontend (Thanks to Luisehahne)

1061 2009-07-14 14:15 aldus

changes in frontend.functions.php, line 323: 'date' to 'gmdate' to avoid E_STRICT warnings. Also "wb-setup.php' inside the jscalendar folder.

992 2009-06-15 18:22 Matthias

Fixed small bug introduced in changeset [989]

989 2009-06-15 15:12 aldus

Add Droplets Modul to the project and the modificated files (index, seach and frontendfunctions)

915 2009-01-21 20:27 Matthias

Copyright notices now includes 2009

886 2008-12-26 18:45 thorn

fixed two issues with searchresult-highlighting: do not highlight in

/-tags, do not convert < to < anymore.

881 2008-11-22 16:51 thorn

search: replaced most of $string_ul_umlauts (from search_convert.php) through use of preg's u-switch. Replaced strtr() by str_replace() (it's just faster). Changed ' to '

871 2008-11-01 00:27 thorn

added config for section anchor.
ATTN: add "INSERT INTO TABLE_PREFIX.'settings' (name,value,extra) VALUES ('sec_anchor', 'wb_', '')" to upgrade-script.

869 2008-10-29 20:05 thorn

search: added search_lang for use in search-form. Using DE, the search will search รค=ae,... (alternate spelling of german umlauts)
removed undocumented word-boundary search
search_path is now anchored to the beginning of link ("link LIKE '$path%'" instead of "link LIKE '%$path%'")...

776 2008-03-27 18:00 thorn

fixed issue with highlighting while charset != utf-8

761 2008-03-24 15:54 thorn

search: great speed-up with large pages - requires PHP >= 4.3.3; small speed-up for PHP < 4.3.3.
FCK-Editor: loads large pages faster

740 2008-03-03 19:57 thorn

fixed an issue with highlighting

697 2008-02-13 19:51 thorn

fixed an highlighting-issue: highlighting a page with more than one sections mangled umlauts in the second to last section

696 2008-02-10 23:04 doc

fixed E_NOTICE warning with already defined module frontend constants

673 2008-02-08 19:59 doc

Removed module mail_filter and added revised version under new module name output filter. Bugs with regular expression fixed.

663 2008-02-03 10:08 thorn

out-of-date default page isn't shown anymore, instead shows next public page

661 2008-02-02 21:52 thorn

search will show email-addresses, even if email-filter is activated (on page with highlighting). Fixed.

576 2008-01-20 16:38 doc

Added the new admin tool email output filter which allows to transform emails before displaying them on the frontend

552 2008-01-18 02:56 thorn

added new module-based search-function and publish-by-date code

526 2008-01-11 16:48 doc

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.

519 2007-12-23 15:37 Matthias

Changed all copyright notices to include now 2008

516 2007-09-21 18:17 Matthias

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

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