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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'dhruvgoel92/ticket/11288' into develop-olympus
Joas Schilling
2014-03-11
1
-0
/
+6
|
\
|
*
[ticket/11288] Handle +,- without preceeding whitespace characters
Dhruv
2013-10-05
1
-0
/
+6
*
|
[ticket/10945] Fix return values for split_keywords function
Dhruv
2014-03-08
1
-14
/
+8
*
|
[ticket/10945] Display search query when search fails in native search
Dhruv
2014-03-08
1
-18
/
+11
|
/
*
[ticket/11583] Use a new lang key instead of giving the old one a new meaning.
Andreas Fischer
2013-06-03
1
-1
/
+1
*
[ticket/11583] Allow FULLTEXT indexes on InnoDB when on MySQL 5.6.4 or higher.
Andreas Fischer
2013-06-01
1
-1
/
+8
*
[ticket/9551] uncomment line and change length to 255
Dhruv Goel
2012-06-19
1
-1
/
+1
*
[ticket/9813] Only get posts table row count if we detected a fulltext index.
Andreas Fischer
2012-03-08
1
-1
/
+1
*
[ticket/9813] Also use estimated row count of posts table for fulltext mysql.
Andreas Fischer
2012-03-05
1
-5
/
+1
*
[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
*
[ticket/10630] Use sql_like_expression() method instead of hardcoded LIKE '%x%'
Joas Schilling
2012-02-20
1
-1
/
+1
*
[ticket/10630] Perform array_unique on authors array before creating the query
Joas Schilling
2012-02-20
2
-2
/
+2
*
[ticket/9595] List min/max characters indexed by search for mysql_fulltext.
Andreas Fischer
2010-10-21
1
-0
/
+8
*
Merge branch 'ticket/cs278/9760' into develop-olympus
Andreas Fischer
2010-08-10
1
-1
/
+12
|
\
|
*
[ticket/9760] Remove unrestricted wildcards from search terms.
Chris Smith
2010-08-08
1
-1
/
+12
*
|
[ticket/9749] Fulltext mysql unexpected behavior on entering a dash in query
Josh Woody
2010-07-29
1
-1
/
+1
|
/
*
Safe us some more calls to $db->sql_escape().
Andreas Fischer
2010-01-11
2
-4
/
+4
*
Improved search query performance through sorting words by their occurance. [...
Nils Adermann
2009-12-23
1
-8
/
+13
*
Bug #54325 - Fulltext-MySQL search for keywords and username at the same time...
Joas Schilling
2009-11-26
1
-1
/
+1
*
correct method comment
Meik Sievertsen
2009-08-31
1
-4
/
+17
*
fix r9713 for #36565
Joas Schilling
2009-08-05
2
-8
/
+4
*
Fix bug #36565 - Search by authorname does not display posts of guests and de...
Joas Schilling
2009-07-02
2
-40
/
+87
*
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
2
-3
/
+16
*
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
*
Ok, story real database server info, as well as caching it
Meik Sievertsen
2008-09-04
1
-2
/
+2
*
The same way we allow defining a custom template/style path we now allow this...
Meik Sievertsen
2008-08-23
1
-4
/
+4
*
Topic searches by author no longer return invalid results [Bug #11777]
Nils Adermann
2008-06-04
2
-5
/
+5
*
removed executable props [Bug #6464]
Nils Adermann
2008-06-04
2
-0
/
+0
*
#15524
David M
2007-11-29
1
-2
/
+1
*
dumdidum... sorry. ;)
Meik Sievertsen
2007-10-05
3
-7
/
+10
*
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
2
-5
/
+15
*
- a better way of checking PCRE property support
David M
2007-07-23
1
-1
/
+5
*
tweak the sql_like_expression feature a little bit to allow correct escaping
Meik Sievertsen
2007-06-24
1
-1
/
+1
*
new wrapper for LIKE expressions to streamline the fixes. We actually need to...
Meik Sievertsen
2007-06-23
1
-1
/
+1
*
ok, mess around with the templates + fixing some bugs + adjusting headers for...
Meik Sievertsen
2007-06-09
1
-3
/
+3
*
#11637
David M
2007-05-25
1
-1
/
+1
*
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
[next]