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
*
[ticket/11438] Add spaces after # comment start and before \ line breaks
Joas Schilling
2013-03-16
2
-4
/
+4
*
[ticket/11438] Add helpful comments from sample config to ACP output
Joas Schilling
2013-03-15
1
-3
/
+3
*
[ticket/11179] remove extra & in function call
Dhruv
2013-02-19
1
-1
/
+1
*
[ticket/11179] correct start parameter in sphinx search
Dhruv
2013-02-19
1
-3
/
+20
*
[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/11179] fix success query path for postgres
Dhruv
2013-02-19
1
-16
/
+16
*
[ticket/11179] fix success query path for mysql
Dhruv
2013-02-19
1
-16
/
+16
*
[ticket/11179] minor fixes
Dhruv
2013-02-19
2
-1
/
+3
*
[ticket/11179] pass start param by reference in postgres
Dhruv
2013-02-19
1
-2
/
+2
*
[ticket/11179] correct start param in author search of postgres
Dhruv
2013-02-19
1
-0
/
+19
*
[ticket/11179] correct start parameter in psql keyword search
Dhruv
2013-02-19
1
-5
/
+20
*
[ticket/11179] pass start param by reference in author search
Dhruv
2013-02-19
1
-2
/
+2
*
[ticket/11179] correct start parameter for author search
Dhruv
2013-02-19
1
-2
/
+21
*
[ticket/11179] use FOUND_ROWS query to re-search with changed start param
Dhruv
2013-02-19
1
-38
/
+22
*
[ticket/11179] pass start parameter by reference
Dhruv
2013-02-19
2
-2
/
+2
*
[ticket/11179] correct the start parameter while retrieving from cache
Dhruv
2013-02-19
1
-1
/
+13
*
[ticket/11179] add search query in case initial one fails
Dhruv
2013-02-19
1
-2
/
+32
*
[ticket/11359] html escape sphinx config data
Dhruv
2013-02-18
1
-1
/
+1
*
[ticket/11359] add id attribute to textarea
Dhruv
2013-02-18
1
-1
/
+1
*
[ticket/11359] close span
Dhruv
2013-02-18
1
-1
/
+1
*
[ticket/11188] Reduce waste.
Oleg Pudeyev
2012-12-30
1
-6
/
+8
*
[ticket/11188] add result count query for author search
Dhruv
2012-12-30
1
-1
/
+33
*
[ticket/11188] add count query to postgres search
Dhruv
2012-12-30
1
-1
/
+10
*
[ticket/11273] Add space before MiB to Sphinx "Indexer memory limit" input box.
Andreas Fischer
2012-12-15
1
-1
/
+1
*
Merge remote-tracking branch 'upstream/develop' into ticket/11015
Oleg Pudeyev
2012-12-06
2
-1
/
+17
|
\
|
*
[ticket/11174] include utf_tools in postgres search backend
Dhruv
2012-11-27
1
-0
/
+8
|
*
[ticket/11174] removes unnecessary space from word
Dhruv
2012-11-27
1
-1
/
+1
|
*
[ticket/11174] include utf_tools in mysql backend
Dhruv
2012-11-27
1
-0
/
+8
*
|
[ticket/11015] Change more docblocks.
Oleg Pudeyev
2012-12-04
4
-8
/
+8
|
/
*
[ticket/10780] Use L_COLON on search backend ACP pages.
Andreas Fischer
2012-11-10
4
-13
/
+13
*
Merge PR #1043 branch 'dhruvgoel92/ticket/11177' into develop
Oleg Pudeyev
2012-11-09
1
-0
/
+6
|
\
|
*
[ticket/11177] return no results when query has only negation
Dhruv
2012-11-09
1
-0
/
+6
*
|
[ticket/11050] make all properties protected in all search backends
Dhruv
2012-11-09
4
-10
/
+10
*
|
[ticket/11050] get_common_words() returns empty array for sphinx
Dhruv
2012-11-09
1
-2
/
+2
*
|
[ticket/11050] fix tidied search query docblock language
Dhruv
2012-11-09
4
-4
/
+8
*
|
[ticket/11050] fix min/max length docblock language
Dhruv
2012-11-09
3
-3
/
+3
*
|
[ticket/11050] multi sentences separated by period in docblocks
Dhruv
2012-11-09
3
-7
/
+7
*
|
[ticket/11050] fix separated spelling in docblock
Dhruv
2012-11-09
1
-1
/
+1
*
|
[ticket/11050] fix split words doc block language
Dhruv
2012-11-09
3
-3
/
+3
*
|
[ticket/11050] remove class word from docblocks
Dhruv
2012-11-09
4
-15
/
+15
*
|
[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
4
-4
/
+4
*
|
[ticket/11050] fix minor comment/docblocks issues
Dhruv
2012-11-09
4
-22
/
+22
*
|
[ticket/11050] add access specifiers to native search properties
Dhruv
2012-11-09
1
-3
/
+58
*
|
[ticket/11050] fix docblocks with description before @var
Dhruv
2012-11-09
3
-13
/
+26
*
|
[ticket/11050] add missing @var
Dhruv
2012-11-09
1
-0
/
+1
*
|
[ticket/11050] remove common_words property from sphinx
Dhruv
2012-11-09
1
-7
/
+0
*
|
[ticket/11050] add access specifiers to sphinx search properties
Dhruv
2012-11-09
1
-2
/
+75
*
|
[ticket/11050] add access specifiers to mysql search properties
Dhruv
2012-11-09
1
-3
/
+40
[next]