Project

General

Profile

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

# Date Author Comment
493 2007-06-23 17:50 Matthias

Fixed search issue if single quotes and double quotes are not stored as entities (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)

468 2007-06-05 00:55 Matthias

Fixed bug in search with some html tags (Thanks to thorn)

464 2007-05-19 10:31 Matthias

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

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.

455 2007-05-08 22:14 Matthias

Added wrapper to functions.php if mb_string is not available

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.

436 2007-02-22 19:24 doc

Fixed bug in changeset 428 (page files were not removed from the /pages folder when deleting files from the backend due to a typo in wb/framework/function.php).

428 2007-02-02 21:51 Matthias

Fixed ticket #380 (Thanks to pcwacht)

400 2006-12-24 10:10 Matthias

Fixed root_parent doesn't get updated when moving item in menu (#305)

399 2006-12-24 08:50 Matthias

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

373 2006-12-20 21:31 Matthias

Fixed addons table isn't updated when a modul is updated (#332)
Added new upgrade_function (thanks to kozmoz)

325 2006-03-09 19:06 stefan

Fixed ticket #141 - admin now sees all folders in media

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.

249 2005-11-26 09:33 stefan

Fixed a problem with the install script that occur when non-stock modules are already present and use $admin->print_error().

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

238 2005-11-21 11:43 stefan

Fixed inconsistent line ending styles

232 2005-11-20 12:48 ryan

Added support for mailto: links in the menu link mod

194 2005-09-29 04:11 ryan

Added module_function-lowercasing

185 2005-09-28 11:09 ryan

Updated functions file

167 2005-09-27 05:28 ryan

Removed load_addons and replaced with load_module, load_template, and load_language

165 2005-09-27 04:17 ryan

Added load_addons functions

116 2005-09-16 23:20 stefan

Removed strip_slashes_dummy.

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.

19 2005-09-05 01:18 stefan

Removed direct access path disclosure occurrences.

10 2005-09-04 10:59 ryan

Added the Id keyword for all files

8 2005-09-04 10:28 stefan

All occurrences of "CVS" in the code are replace by ".svn"

5 2005-09-04 09:42 stefan

Restructured frontend code and fixed various bugs

4 2005-09-01 08:49 ryan

Initial import from CVS to Subversion of Website Baker 2.5.2