index
:
forums
master
The forums.mageia.org Website
Maat [maat]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
phpBB
/
includes
/
search
/
fulltext_native.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'develop-olympus' into develop
Oleg Pudeyev
2012-03-08
1
-11
/
+2
|
\
|
*
[ticket/10653] Add ability to count table rows to database abstraction layer.
Andreas Fischer
2012-03-03
1
-44
/
+2
|
*
[ticket/9813] Use table status row count only if greater than 100000 or exact.
Andreas Fischer
2012-03-03
1
-26
/
+41
|
*
[ticket/9813] Use SHOW TABLE STATUS to get search stats for native on MySQL.
Andreas Fischer
2012-03-03
1
-10
/
+28
*
|
Merge branch 'develop-olympus' into develop
Andreas Fischer
2012-02-25
1
-1
/
+1
|
\
\
|
|
/
|
*
[ticket/10630] Perform array_unique on authors array before creating the query
Joas Schilling
2012-02-20
1
-1
/
+1
*
|
[ticket/9916] Updating header license and removing Version $Id$
Unknown
2011-12-31
1
-2
/
+1
*
|
[feature/extension-manager] Add docblocks to new search backend methods
Nils Adermann
2011-11-18
1
-1
/
+6
*
|
[feature/extension-manager] Make search backends loadable from extensions
Nils Adermann
2011-09-29
1
-10
/
+7
*
|
[ticket/9556] Drop php closing tags, add trailing newline
Igor Wiedler
2010-11-11
1
-2
/
+0
|
/
*
[ticket/9760] Remove unrestricted wildcards from search terms.
Chris Smith
2010-08-08
1
-1
/
+12
*
Safe us some more calls to $db->sql_escape().
Andreas Fischer
2010-01-11
1
-2
/
+2
*
Improved search query performance through sorting words by their occurance. [...
Nils Adermann
2009-12-23
1
-8
/
+13
*
fix r9713 for #36565
Joas Schilling
2009-08-05
1
-4
/
+2
*
Fix bug #36565 - Search by authorname does not display posts of guests and de...
Joas Schilling
2009-07-02
1
-24
/
+47
*
Search for 'topic title only' and 'first post' should work again for non-mysq...
Meik Sievertsen
2009-04-18
1
-0
/
+8
*
Fix topic title only and first post search option with the SQL_CALC_FOUND_ROW...
Meik Sievertsen
2009-04-18
1
-6
/
+6
*
erm, forgot to globalize $config. :/
Meik Sievertsen
2009-04-18
1
-1
/
+1
*
[Change] Performance improvements for native fulltext search (patch by Paul)
Meik Sievertsen
2009-04-11
1
-3
/
+19
*
New search option: Maximum number of words allowed to search for.
Meik Sievertsen
2009-04-11
1
-2
/
+9
*
not quite
Nils Adermann
2008-12-04
1
-1
/
+1
*
Use a left join for the topics table on search to avoid trouble with FROM syn...
Nils Adermann
2008-12-04
1
-11
/
+12
*
Tell users to recreate the search index after changing the common word thresh...
Nils Adermann
2008-11-26
1
-1
/
+1
*
cleanup, related to bug #19195
Meik Sievertsen
2008-09-18
1
-2
/
+0
*
Fix native full text search on postgresql while using excluding keyword match...
Meik Sievertsen
2008-09-18
1
-3
/
+6
*
Topic searches by author no longer return invalid results [Bug #11777]
Nils Adermann
2008-06-04
1
-3
/
+3
*
removed executable props [Bug #6464]
Nils Adermann
2008-06-04
1
-0
/
+0
*
dumdidum... sorry. ;)
Meik Sievertsen
2007-10-05
1
-3
/
+4
*
err, forgot to commit
Meik Sievertsen
2007-07-27
1
-4
/
+4
*
a little comment
Henry Sudhof
2007-07-23
1
-0
/
+1
*
#13579
Henry Sudhof
2007-07-23
1
-3
/
+9
*
label changes, language fixes...
Meik Sievertsen
2007-05-16
1
-1
/
+1
*
- correctly transfer the search query across search result pages
Nils Adermann
2007-05-13
1
-0
/
+1
*
Better support for nested transactions...
Meik Sievertsen
2007-05-05
1
-4
/
+4
*
can't be negative
David M
2007-04-21
1
-3
/
+6
*
- correctly initialise $words in fulltext_native [Bug #347]
Nils Adermann
2007-04-09
1
-2
/
+9
*
quick fix
Nils Adermann
2007-03-14
1
-1
/
+1
*
*** empty log message ***
David M
2007-03-14
1
-8
/
+15
*
- improvements to search indexing performance, espacially tidy() by adding a ...
Nils Adermann
2007-03-13
1
-22
/
+68
*
- added a UNIQUE index on the wordmatch table
Nils Adermann
2007-03-04
1
-2
/
+4
*
#8074
David M
2007-02-23
1
-1
/
+1
*
#8244
David M
2007-02-22
1
-22
/
+2
*
- should fix some Firebird issues ( can't believe that nobody found this unti...
David M
2007-02-01
1
-3
/
+35
*
- ignore too short/too long search words [Bug #7438]
Nils Adermann
2007-01-28
1
-9
/
+34
*
fixing some bugs, most being submitted grammatical/spelling errors.
Meik Sievertsen
2007-01-21
1
-1
/
+1
*
- solved a problem with magic urls inside brackets, and with bbcodes being tr...
Nils Adermann
2007-01-13
1
-8
/
+11
*
- display search type as page title for premade searches [Bug #6508]
Nils Adermann
2006-12-27
1
-5
/
+10
*
#6414
David M
2006-12-23
1
-3
/
+2
*
- author search should use clean names for searching [Bug #5752]
Nils Adermann
2006-12-03
1
-1
/
+7
*
#5610
Meik Sievertsen
2006-11-27
1
-2
/
+2
[next]