Project

General

Profile

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

# Date Author Comment
1136 2009-08-15 11:19 kweitzel

Created 2.8.x branch

915 2009-01-21 20:27 Matthias

Copyright notices now includes 2009

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 '

820 2008-04-13 13:56 thorn

ASP: off per default. CAPTCHA: removed unneeded $admin. Filename: just convert chars like quote, doublequote, < > & to empty string.

782 2008-03-31 18:35 thorn

fixed charset names (uppercase)

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

758 2008-03-18 19:44 thorn

fixed another issue with utf8_isASCII() (too slow with many ~100KB pages)

757 2008-03-17 20:34 thorn

fixed an issue with utf8_check() (too slow with many ~100KB pages)

731 2008-02-29 22:04 thorn

fixed issue in pagename generation if AddDefaultCharset is set (as work-around).

554 2008-01-18 13:26 Matthias

Added keywords to new files

552 2008-01-18 02:56 thorn

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