Project

General

Profile

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

# Date Author Comment
1211 2009-12-12 11:35 aldus

Bugfix inside "search_modext.php" to avoid warings if the search found a page last modified by a user witch has been deleted. (ticket #863)

1136 2009-08-15 11:19 kweitzel

Created 2.8.x branch

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

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 '

872 2008-11-01 18:28 thorn

updated menulink and search to use configureable section-anchor

870 2008-11-01 00:22 thorn

improved ext_charset to work with latin1,cp1252,cp1251,latin2,hebrew,greek,latin5,latin7,utf8

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%'")...

857 2008-09-16 20:33 thorn

search: fixed windows-related regex issue

833 2008-04-20 23:35 thorn

fix: allow external urls for search-results

779 2008-03-28 23:40 thorn

Some cleanup in search.php

777 2008-03-27 21:02 thorn

search: further speed improvment

771 2008-03-25 20:58 thorn

fixed issue with hidden files in list_files_dirs()

769 2008-03-25 20:10 thorn

search: added search_time_limit in settings (mainly for sites with PHP < 4.3.3 and slow search)

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

743 2008-03-08 14:12 thorn

changed & to & in URL-string for nohighlight-feature and added a value

670 2008-02-08 17:47 thorn

Removed unused function is_access_denied() from search

668 2008-02-04 19:45 thorn

email-addresses are excluded from search-results page

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