fixed some language bugs in search.php (Thanks to Thorn)
Add Droplets Modul to the project and the modificated files (index, seach and frontendfunctions)
Copyright notices now includes 2009
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 '
fixed some typos in DE language-file, added missing tab in search.php
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 searchsearch_path is now anchored to the beginning of link ("link LIKE '$path%'" instead of "link LIKE '%$path%'")...
fixed sorting order of search-results
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
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')
revert back to pagename-creation from $page_menu, instead of $page_title
Some cleanup in search.php
search: added missing vars to $search_func_vars[] for external search
fixed E_NOTICE-messasges in Changeset770
search: added missing code to allow query of external data and to process the search data itself
search: added search_time_limit in settings (mainly for sites with PHP < 4.3.3 and slow search)
removed some debugging-code
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
XSS-prevention in search.php: changed blacklist to whitelist.
fixed possible(?) XSS-attack in search.php.
Removed unused function is_access_denied() from search
Added some missing add_slashes(), get_post_escaped(), and strip_tags() for $_POST, $_GET and $_REQUEST-data. Also for $_SERVER['PHP_SELF'].
Fixed possible XSS-vulnerability in wb/search/search.php
changeset 627: menu_link and search/search.php needs some minor changes, too.
added new module-based search-function and publish-by-date code
Changed all copyright notices to include now 2008
Fixed issue with escaped single and double quotes in search result (Thanks to thorn)
Fixed bug in search wich displays not all hits
Fixed ticket #396;search result displays private and registered pages to not logged in users.Thanks to thorn
Added function wich replaces mbstring cause this seems not to work properly on some php4 versions (Thanks to thorn)
Fixed again bug in search with some html tags (Thanks to thorn)
Optimized search and highlighting funktions
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.
Added multilingual support to the search;Fixed ticket #385;
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")
Added 2007 to all copyright noticesAdded missing ID KeywordsRemoved not Unix conform line endings
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)
Updated all copyright notices to include 2006
Added an exit call after every heading("Location:...") redirector to prevent unwanted execution of code.
Applied aportale's patch to use label instead of javascript toggle code
Fixed more inconsistencies regarding line endings and end-of-file newlines
Fixed inconsistent line ending styles
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).
Changed most occurrences of strip_slashes to new dummy method strip_slashes_dummy.
Change addslashes,stripslashes to (wb class) method calls add_slashes,strip_slashes
Reworked search.php, fixed typo in media/browse.html.
Created new stripslashes method in class wb. Changed stripslashes() calls to method calls.
Added the Id keyword for all files
Initial import from CVS to Subversion of Website Baker 2.5.2