Project

General

Profile

Statistics
| Revision:

# 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)

1154 2009-10-07 08:56 aldus

Missing contiue inside search.php to avoid access to an non-object if the query fails. (ticket #793)

1136 2009-08-15 11:19 kweitzel

Created 2.8.x branch

1094 2009-07-25 09:13 Matthias

fixed some language bugs in search.php (Thanks to Thorn)

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 '

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

830 2008-04-15 20:34 thorn

revert back to pagename-creation from $page_menu, instead of $page_title

779 2008-03-28 23:40 thorn

Some cleanup in search.php

777 2008-03-27 21:02 thorn

search: further speed improvment

773 2008-03-26 18:41 thorn

search: added missing vars to $search_func_vars[] for external search

772 2008-03-25 23:34 thorn

fixed E_NOTICE-messasges in Changeset770

771 2008-03-25 20:58 thorn

fixed issue with hidden files in list_files_dirs()

770 2008-03-25 20:51 thorn

search: added missing code to allow query of external data and to process the search data itself

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)

764 2008-03-24 16:51 thorn

removed some debugging-code

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

716 2008-02-20 19:20 thorn

XSS-prevention in search.php: changed blacklist to whitelist.

713 2008-02-19 18:23 thorn

fixed possible(?) XSS-attack in search.php.

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

656 2008-02-01 23:53 thorn

Added some missing add_slashes(), get_post_escaped(), and strip_tags() for $_POST, $_GET and $_REQUEST-data. Also for $_SERVER['PHP_SELF'].

654 2008-02-01 13:42 thorn

Fixed possible XSS-vulnerability in wb/search/search.php

631 2008-01-28 19:28 thorn

changeset 627: menu_link and search/search.php needs some minor changes, too.

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

519 2007-12-23 15:37 Matthias

Changed all copyright notices to include now 2008

490 2007-06-23 10:13 Matthias

Fixed issue with escaped single and double quotes in search result (Thanks to thorn)

486 2007-06-20 23:17 Matthias

Fixed bug in search wich displays not all hits

480 2007-06-11 18:35 Matthias

Fixed ticket #396;
search result displays private and registered pages to not logged in users.
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)

474 2007-06-05 23:57 Matthias

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

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.

440 2007-03-12 15:25 Matthias

Added multilingual support to the search;
Fixed ticket #385;

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")

399 2006-12-24 08:50 Matthias

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

369 2006-12-20 21:00 Matthias

Fixed search results generate invalid XHTML and notify warnings (#326)
Added support for getting page ID of page that referred search request (#327) (thanks to brofield)

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.

240 2005-11-23 16:17 stefan

Applied aportale's patch to use label instead of javascript toggle code

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

108 2005-09-15 21:28 stefan

Minor cleanup.

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).

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

38 2005-09-07 16:56 stefan

Reworked search.php, fixed typo in media/browse.html.

36 2005-09-07 01:31 stefan

Created new stripslashes method in class wb. Changed stripslashes() calls to method calls.

10 2005-09-04 10:59 ryan

Added the Id keyword for all files

4 2005-09-01 08:49 ryan

Initial import from CVS to Subversion of Website Baker 2.5.2