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
*
[ticket/11010] Fixes for number input in acp
Vjacheslav Trushkin
2013-05-20
1
-2
/
+2
*
[ticket/11179] correct start parameter in native author search
Dhruv
2013-02-19
1
-5
/
+18
*
[ticket/11179] correct start parameter in native keyword search
Dhruv
2013-02-19
1
-9
/
+19
*
[ticket/11015] Change more docblocks.
Oleg Pudeyev
2012-12-04
1
-2
/
+2
*
[ticket/10780] Use L_COLON on search backend ACP pages.
Andreas Fischer
2012-11-10
1
-4
/
+4
*
[ticket/11050] make all properties protected in all search backends
Dhruv
2012-11-09
1
-3
/
+3
*
[ticket/11050] fix tidied search query docblock language
Dhruv
2012-11-09
1
-1
/
+2
*
[ticket/11050] fix min/max length docblock language
Dhruv
2012-11-09
1
-1
/
+1
*
[ticket/11050] multi sentences separated by period in docblocks
Dhruv
2012-11-09
1
-2
/
+2
*
[ticket/11050] remove class word from docblocks
Dhruv
2012-11-09
1
-3
/
+3
*
[ticket/11050] add missing @var in native search
Dhruv
2012-11-09
1
-0
/
+3
*
[ticket/11050] replace user by phpbb_user
Dhruv
2012-11-09
1
-1
/
+1
*
[ticket/11050] fix minor comment/docblocks issues
Dhruv
2012-11-09
1
-7
/
+7
*
[ticket/11050] add access specifiers to native search properties
Dhruv
2012-11-09
1
-3
/
+58
*
[ticket/11174] Started on search tests - keyword splitting.
Oleg Pudeyev
2012-11-08
1
-0
/
+4
*
[ticket/11051] fix spaces
Dhruv
2012-10-08
1
-3
/
+3
*
[ticket/11051] add public functions for public properties
Dhruv
2012-08-15
1
-3
/
+33
*
[ticket/11048] use protected instead of private in native search
Dhruv
2012-08-14
1
-11
/
+11
*
[ticket/11048] remove @access from all docblocks
Dhruv
2012-08-14
1
-10
/
+0
*
[ticket/11048] add access specifiers to phpbb native search properties
Dhruv
2012-08-10
1
-8
/
+8
*
[ticket/11048] add access specifiers to phpbb native search
Dhruv
2012-08-10
1
-13
/
+13
*
[ticket/11011] rename property phpEx to php_ext
Dhruv
2012-08-08
1
-4
/
+4
*
[ticket/11011] pass $auth to search backend constructor
Dhruv
2012-08-08
1
-1
/
+1
*
[ticket/11011] passing global variables
Dhruv
2012-07-28
1
-4
/
+0
*
[ticket/11011] remove global keyword in native search
Dhruv
2012-07-28
1
-142
/
+132
*
[ticket/10990] Changes for develop
Nathan Guse
2012-07-22
1
-1
/
+1
*
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
[next]