Dhruv
1ee4702ec5
[ticket/11179] remove extra & in function call
...
PHPBB3-11179
2013-02-19 00:52:56 +05:30
Dhruv
38bb7dca31
[ticket/11179] correct start parameter in sphinx search
...
PHPBB3-11179
2013-02-19 00:52:55 +05:30
Dhruv
2ff874fe93
[ticket/11179] correct start parameter in native author search
...
PHPBB3-11179
2013-02-19 00:52:54 +05:30
Dhruv
a0ae223ef4
[ticket/11179] correct start parameter in native keyword search
...
PHPBB3-11179
2013-02-19 00:52:53 +05:30
Dhruv
8b7f306897
[ticket/11179] fix success query path for postgres
...
Additional query to check start parameter executed only incase of no
results.
PHPBB3-11179
2013-02-19 00:52:52 +05:30
Dhruv
f0d63594e6
[ticket/11179] fix success query path for mysql
...
Additional query to check start parameter executed only incase of no
results.
PHPBB3-11179
2013-02-19 00:52:51 +05:30
Dhruv
16bbdf4a52
[ticket/11179] minor fixes
...
Amends comments to start with capitals. Reinsert blank lines which were
not supposed to be removed
PHPBB3-11179
2013-02-19 00:52:50 +05:30
Dhruv
bc77ca4d4e
[ticket/11179] pass start param by reference in postgres
...
PHPBB3-11179
2013-02-19 00:52:49 +05:30
Dhruv
ef88edbcf6
[ticket/11179] correct start param in author search of postgres
...
PHPBB3-11179
2013-02-19 00:52:48 +05:30
Dhruv
2cb48f0341
[ticket/11179] correct start parameter in psql keyword search
...
PHPBB3-11179
2013-02-19 00:52:47 +05:30
Dhruv
80f8e3abce
[ticket/11179] pass start param by reference in author search
...
PHPBB3-11179
2013-02-19 00:52:46 +05:30
Dhruv
2601411a9c
[ticket/11179] correct start parameter for author search
...
PHPBB3-11179
2013-02-19 00:52:45 +05:30
Dhruv
1c9c666ef1
[ticket/11179] use FOUND_ROWS query to re-search with changed start param
...
PHPBB3-11179
2013-02-19 00:52:44 +05:30
Dhruv
3e5ef8ab2c
[ticket/11179] pass start parameter by reference
...
start parameter is passed by reference so that in case it is not in bounds
the changes made to it are reflected back to the phpBB/search.php file
PHPBB3-11179
2013-02-19 00:52:43 +05:30
Dhruv
00d34617cc
[ticket/11179] correct the start parameter while retrieving from cache
...
Start parameter if not between 0 and the total result count of the cached
search results is changed accordingly
PHPBB3-11179
2013-02-19 00:52:42 +05:30
Dhruv
737b99966d
[ticket/11179] add search query in case initial one fails
...
changes the start parameter according to the total search results and
executes the search query again to get the results.
PHPBB3-11179
2013-02-19 00:52:41 +05:30
Dhruv
38360c71f2
[ticket/11359] html escape sphinx config data
...
PHPBB3-11359
2013-02-18 14:13:31 +05:30
Dhruv
3c6256b3e7
[ticket/11359] add id attribute to textarea
...
PHPBB3-11359
2013-02-18 14:05:25 +05:30
Dhruv
5b99f0c113
[ticket/11359] close span
...
PHPBB3-11359
2013-02-18 14:01:46 +05:30
Oleg Pudeyev
3d27ed13f5
[ticket/11188] Reduce waste.
...
PHPBB3-11188
2012-12-30 18:50:09 -05:00
Dhruv
763f2929ba
[ticket/11188] add result count query for author search
...
PHPBB3-11188
2012-12-30 18:50:09 -05:00
Dhruv
979edc4113
[ticket/11188] add count query to postgres search
...
PHPBB3-11188
2012-12-30 18:50:05 -05:00
Andreas Fischer
0666499468
[ticket/11273] Add space before MiB to Sphinx "Indexer memory limit" input box.
...
PHPBB3-11273
2012-12-15 23:54:49 +01:00
Oleg Pudeyev
26fd70d9cd
Merge remote-tracking branch 'upstream/develop' into ticket/11015
...
* upstream/develop: (196 commits)
[ticket/11219] Coding guidelines and naming consistency changes
[ticket/10841] Revert more whitespace changes.
[ticket/10841] Revert whitespace changes.
[ticket/10841] adding space after if
[ticket/10841] removing unnecessary spacing
[ticket/10841] changing affectedrows check to COUNT in sql
[ticket/10841] Modifying style and language selectors in UCP
[ticket/11247] Fix wrong property reference in flock class.
[ticket/10602] Avoid a race condition.
[ticket/10602] Use last_queue_run for its intended purpose.
[ticket/10716] Collect standard error from executed php process.
[ticket/10716] Skip test if php is not in PATH.
[ticket/10716] Exclude our dependencies from linting.
[ticket/10103] New and improved wording.
[ticket/10716] Only lint on php 5.3+.
[ticket/10103] Assert with messages.
[ticket/10103] assertLessThan/assertGreaterThan.
[ticket/10103] Inline assignment is bad?
[ticket/10103] $rv had too few characters.
[ticket/10103] Correct flock class documentation.
...
Conflicts:
phpBB/includes/functions.php
tests/cache/cache_test.php
2012-12-06 21:49:24 -05:00
Oleg Pudeyev
3687febdac
[ticket/11015] Change more docblocks.
...
PHPBB3-11015
2012-12-04 04:29:31 -05:00
Dhruv
c725b02df8
[ticket/11174] include utf_tools in postgres search backend
...
PHPBB3-11174
2012-11-27 08:49:06 -05:00
Dhruv
6e8f142d39
[ticket/11174] removes unnecessary space from word
...
PHPBB3-11174
2012-11-27 08:48:15 -05:00
Dhruv
764da97772
[ticket/11174] include utf_tools in mysql backend
...
when running tests include utf_tools file in the mysql search backend
PHPBB3-11174
2012-11-27 08:48:06 -05:00
Andreas Fischer
f5b3adb296
[ticket/10780] Use L_COLON on search backend ACP pages.
...
PHPBB3-10780
2012-11-10 00:38:25 +01:00
Oleg Pudeyev
36da105a33
Merge PR #1043 branch 'dhruvgoel92/ticket/11177' into develop
...
* dhruvgoel92/ticket/11177:
[ticket/11177] return no results when query has only negation
2012-11-09 14:23:25 -05:00
Dhruv
a509a8ed2d
[ticket/11050] make all properties protected in all search backends
...
PHPBB-11050
2012-11-09 16:46:44 +01:00
Dhruv
c5c9bc5ada
[ticket/11050] get_common_words() returns empty array for sphinx
...
PHPBB-11050
2012-11-09 16:46:37 +01:00
Dhruv
72245e41d0
[ticket/11050] fix tidied search query docblock language
...
PHPBB3-11050
2012-11-09 15:54:41 +01:00
Dhruv
0556959a6a
[ticket/11050] fix min/max length docblock language
...
PHPBB3-11050
2012-11-09 15:54:40 +01:00
Dhruv
7c3cbc07cf
[ticket/11050] multi sentences separated by period in docblocks
...
Starting of each sentence should be capitalized.
PHPBB3-11050
2012-11-09 15:54:39 +01:00
Dhruv
5a2cbc2417
[ticket/11050] fix separated spelling in docblock
...
PHPBB3-11050
2012-11-09 15:54:38 +01:00
Dhruv
6ae64f1c1e
[ticket/11050] fix split words doc block language
...
PHPBB3-11050
2012-11-09 15:54:38 +01:00
Dhruv
b7dae379d5
[ticket/11050] remove class word from docblocks
...
PHPBB3-11050
2012-11-09 15:54:37 +01:00
Dhruv
1ded6d94ac
[ticket/11050] add missing @var in native search
...
PHPBB3-11050
2012-11-09 15:54:36 +01:00
Dhruv
8eed3591a9
[ticket/11050] replace user by phpbb_user
...
PHPBB3-11050
2012-11-09 15:54:35 +01:00
Dhruv
56395ea359
[ticket/11050] fix minor comment/docblocks issues
...
No comments should end with a period. All occurences like PostgreSQL
should have proper case.
PHPBB3-11050
2012-11-09 15:54:34 +01:00
Dhruv
5a7ed3c567
[ticket/11050] add access specifiers to native search properties
...
PHPBB3-11050
2012-11-09 15:54:33 +01:00
Dhruv
3dc42c67d3
[ticket/11050] fix docblocks with description before @var
...
PHPBB3-11050
2012-11-09 15:54:32 +01:00
Dhruv
4172a9d797
[ticket/11050] add missing @var
...
PHPBB3-11050
2012-11-09 15:54:31 +01:00
Dhruv
fd20e73b74
[ticket/11050] remove common_words property from sphinx
...
common_words property is never used in sphinx class hence removed.
PHPBB3-11050
2012-11-09 15:54:30 +01:00
Dhruv
505a713349
[ticket/11050] add access specifiers to sphinx search properties
...
PHPBB3-11050
2012-11-09 15:54:29 +01:00
Dhruv
db9351d0f6
[ticket/11050] add access specifiers to mysql search properties
...
PHPBB3-11050
2012-11-09 15:54:28 +01:00
Dhruv
26a9ccab59
[ticket/11050] add access specifiers to pgsql search properties
...
PHPBB3-11050
2012-11-09 15:54:27 +01:00
Dhruv
01eebd6511
[ticket/11177] return no results when query has only negation
...
If search query has only -foo then instead of displaying all results that
do not have foo, should display no results found.
PHPBB3-11177
2012-11-09 13:37:01 +01:00
Oleg Pudeyev
18a922c036
[ticket/11174] Started on search tests - keyword splitting.
...
PHPBB3-11174
2012-11-08 10:14:29 -05:00