aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/search
Commit message (Expand)AuthorAgeFilesLines
* cleanup, related to bug #19195Meik Sievertsen2008-09-181-2/+0
* Fix native full text search on postgresql while using excluding keyword match...Meik Sievertsen2008-09-181-3/+6
* Ok, story real database server info, as well as caching itMeik Sievertsen2008-09-041-2/+2
* The same way we allow defining a custom template/style path we now allow this...Meik Sievertsen2008-08-231-4/+4
* Topic searches by author no longer return invalid results [Bug #11777]Nils Adermann2008-06-042-5/+5
* removed executable props [Bug #6464]Nils Adermann2008-06-042-0/+0
* #15524David M2007-11-291-2/+1
* dumdidum... sorry. ;)Meik Sievertsen2007-10-053-7/+10
* err, forgot to commitMeik Sievertsen2007-07-271-4/+4
* a little commentHenry Sudhof2007-07-231-0/+1
* #13579Henry Sudhof2007-07-232-5/+15
* - a better way of checking PCRE property supportDavid M2007-07-231-1/+5
* tweak the sql_like_expression feature a little bit to allow correct escapingMeik Sievertsen2007-06-241-1/+1
* new wrapper for LIKE expressions to streamline the fixes. We actually need to...Meik Sievertsen2007-06-231-1/+1
* ok, mess around with the templates + fixing some bugs + adjusting headers for...Meik Sievertsen2007-06-091-3/+3
* #11637David M2007-05-251-1/+1
* label changes, language fixes...Meik Sievertsen2007-05-161-1/+1
* - correctly transfer the search query across search result pagesNils Adermann2007-05-131-0/+1
* Better support for nested transactions...Meik Sievertsen2007-05-051-4/+4
* - magic urls should have class="postlink", added class="postlink-local" for r...Nils Adermann2007-04-281-6/+3
* - removed unneeded code from fulltext_mysql [Bug #9947]Nils Adermann2007-04-221-93/+113
* can't be negativeDavid M2007-04-211-3/+6
* forgot to make the actual change :PDavid M2007-04-181-2/+2
* #9904David M2007-04-181-0/+8
* - correctly initialise $words in fulltext_native [Bug #347]Nils Adermann2007-04-091-2/+9
* - urlencoded usernames don't need htmlspecialchars [Bug #8794]Nils Adermann2007-04-011-28/+0
* #5401David M2007-03-311-0/+1
* debug code :-(David M2007-03-311-1/+1
* the mysql search backend now tries to use mbstring's regex engine if PCRE doe...David M2007-03-311-10/+82
* quick fixNils Adermann2007-03-141-1/+1
* *** empty log message ***David M2007-03-141-8/+15
* - improvements to search indexing performance, espacially tidy() by adding a ...Nils Adermann2007-03-131-22/+68
* - added a UNIQUE index on the wordmatch tableNils Adermann2007-03-041-2/+4
* #8074David M2007-02-231-1/+1
* #8244David M2007-02-221-22/+2
* - should fix some Firebird issues ( can't believe that nobody found this unti...David M2007-02-011-3/+35
* - ignore too short/too long search words [Bug #7438]Nils Adermann2007-01-281-9/+34
* Display a note, that UTF-8 support in fulltext_mysql is not available with ce...Nils Adermann2007-01-271-0/+22
* fixing some bugs, most being submitted grammatical/spelling errors.Meik Sievertsen2007-01-211-1/+1
* - solved a problem with magic urls inside brackets, and with bbcodes being tr...Nils Adermann2007-01-131-8/+11
* - use constants no weird numbers ;-)Nils Adermann2007-01-051-4/+10
* - display search type as page title for premade searches [Bug #6508]Nils Adermann2006-12-271-5/+10
* #6414David M2006-12-231-3/+2
* #6520David M2006-12-231-2/+2
* - Optimize acl_getf_global a bitNils Adermann2006-12-161-4/+26
* - finally correctly calculate current time for birthday calculation [Bug #6030]Nils Adermann2006-12-101-10/+1
* - author search should use clean names for searching [Bug #5752]Nils Adermann2006-12-031-1/+7
* #5610Meik Sievertsen2006-11-272-3/+3
* adjust some comments to work with phpdocumentor. :)Meik Sievertsen2006-11-173-30/+30
* - fixes for the following bugs:Meik Sievertsen2006-11-151-4/+4