Project

General

Profile

Statistics
| Revision:
Name Size Revision Age Author Comment
index.php 1.81 KB 656 over 16 years thorn Added some missing add_slashes(), get_post_esca...
search.php 27.4 KB 881 over 15 years thorn search: replaced most of $string_ul_umlauts (fr...
search_convert.php 3.22 KB 881 over 15 years thorn search: replaced most of $string_ul_umlauts (fr...
search_modext.php 15.4 KB 881 over 15 years thorn search: replaced most of $string_ul_umlauts (fr...

Latest revisions

# Date Author Comment
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 '

874 2008-11-06 22:35 thorn

fixed some typos in DE language-file, added missing tab in search.php

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

855 2008-08-02 13:29 thorn

fixed sorting order of search-results

854 2008-07-25 19:06 thorn

fixed an issues related to search, changed one SQL inner join (to use USING instead of WHERE, added $database = new Database(); in front of output-filter

848 2008-06-22 16:17 thorn

fixed issue with captcha (mt_rand() instead of rand()); fixed bug in search (link to http://.../search/index.php performs a search with string 'unset')

833 2008-04-20 23:35 thorn

fix: allow external urls for search-results

View revisions

Also available in: Atom