aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/search
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | [ticket/11050] fix tidied search query docblock languageDhruv2012-11-094-4/+8
| | | | | | | | | | | | | | | | PHPBB3-11050
| * | | [ticket/11050] fix min/max length docblock languageDhruv2012-11-093-3/+3
| | | | | | | | | | | | | | | | PHPBB3-11050
| * | | [ticket/11050] multi sentences separated by period in docblocksDhruv2012-11-093-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | Starting of each sentence should be capitalized. PHPBB3-11050
| * | | [ticket/11050] fix separated spelling in docblockDhruv2012-11-091-1/+1
| | | | | | | | | | | | | | | | PHPBB3-11050
| * | | [ticket/11050] fix split words doc block languageDhruv2012-11-093-3/+3
| | | | | | | | | | | | | | | | PHPBB3-11050
| * | | [ticket/11050] remove class word from docblocksDhruv2012-11-094-15/+15
| | | | | | | | | | | | | | | | PHPBB3-11050
| * | | [ticket/11050] add missing @var in native searchDhruv2012-11-091-0/+3
| | | | | | | | | | | | | | | | PHPBB3-11050
| * | | [ticket/11050] replace user by phpbb_userDhruv2012-11-094-4/+4
| | | | | | | | | | | | | | | | PHPBB3-11050
| * | | [ticket/11050] fix minor comment/docblocks issuesDhruv2012-11-094-22/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | No comments should end with a period. All occurences like PostgreSQL should have proper case. PHPBB3-11050
| * | | [ticket/11050] add access specifiers to native search propertiesDhruv2012-11-091-3/+58
| | | | | | | | | | | | | | | | PHPBB3-11050
| * | | [ticket/11050] fix docblocks with description before @varDhruv2012-11-093-13/+26
| | | | | | | | | | | | | | | | PHPBB3-11050
| * | | [ticket/11050] add missing @varDhruv2012-11-091-0/+1
| | | | | | | | | | | | | | | | PHPBB3-11050
| * | | [ticket/11050] remove common_words property from sphinxDhruv2012-11-091-7/+0
| | | | | | | | | | | | | | | | | | | | | | | | common_words property is never used in sphinx class hence removed. PHPBB3-11050
| * | | [ticket/11050] add access specifiers to sphinx search propertiesDhruv2012-11-091-2/+75
| | | | | | | | | | | | | | | | PHPBB3-11050
| * | | [ticket/11050] add access specifiers to mysql search propertiesDhruv2012-11-091-3/+40
| | | | | | | | | | | | | | | | PHPBB3-11050
| * | | [ticket/11050] add access specifiers to pgsql search propertiesDhruv2012-11-091-3/+61
| | | | | | | | | | | | | | | | PHPBB3-11050
| * | | [ticket/11174] Started on search tests - keyword splitting.Oleg Pudeyev2012-11-081-0/+4
| |/ / | | | | | | | | | PHPBB3-11174
| * | Merge PR #956 branch 'dhruvgoel92/ticket/11051' into developOleg Pudeyev2012-10-104-12/+132
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * dhruvgoel92/ticket/11051: [ticket/11051] fix spaces [ticket/11051] add common_words variable [ticket/11051] remove unnecessary comment [ticket/11051] add get_word_len() in sphinx search [ticket/11051] use get_word_length in search backend [ticket/11051] use get_common_words in search backend [ticket/11051] function instead of accessing property in search [ticket/11051] add public functions for public properties
| | * | [ticket/11051] fix spacesDhruv2012-10-081-3/+3
| | | | | | | | | | | | | | | | PHPBB3-11051
| | * | [ticket/11051] add get_word_len() in sphinx searchDhruv2012-10-041-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | get_word_len() for sphinx search backend returns false always and triggers proper error. PHPBB3-11051
| | * | [ticket/11051] add public functions for public propertiesDhruv2012-08-154-12/+122
| | | | | | | | | | | | | | | | | | | | | | | | | | | | public retrieval functions for all public properties and change the properties to protected in all search backends. PHPBB3-11051
* | | | [feature/soft-delete] Fix SQL error in searchJoas Schilling2012-10-052-1/+2
| | | | | | | | | | | | | | | | PHPBB3-9567
* | | | [feature/soft-delete] Update search to use $post_visibilityJoas Schilling2012-08-304-83/+26
| | | | | | | | | | | | | | | | | | | | | | | | Todo: Sphinx currently does not respect this setting at all. PHPBB3-9657
* | | | [feature/soft-delete] Try to fix search.phpJoas Schilling2012-08-301-20/+6
| | | | | | | | | | | | | | | | | | | | | | | | at least it's running now, but the performance is not very good. PHPBB3-9657
* | | | [feature/soft-delete] Lay the groundwork for a soft-delete featureJosh Woody2012-08-292-12/+17
|/ / / | | | | | | | | | | | | | | | So far, I've added no new functionality. The biggest change here is adjusting the DB column names to "visibility" rather than "approved". Some things here are pretty likely to change, for example the name and location of the topic_visibility class. Happy birthday phpBB :) PHPBB3-9657
* | | Merge PR #954 branch 'dhruvgoel92/ticket/11032' into developOleg Pudeyev2012-08-181-1/+1
|\ \ \ | |/ / |/| | | | | | | | * dhruvgoel92/ticket/11032: [ticket/11032] fix language of error displayed
| * | [ticket/11032] fix language of error displayedDhruv2012-08-151-1/+1
| | | | | | | | | | | | | | | | | | Language of the error displayed is modified. PHPBB3-11032
* | | Merge remote-tracking branch 'dhruvgoel92/ticket/11048' into developAndreas Fischer2012-08-144-197/+95
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * dhruvgoel92/ticket/11048: [ticket/11048] use protected instead of private in pgsql fulltext [ticket/11048] use protected instead of private in native search [ticket/11048] remove @access from all docblocks [ticket/11048] use protected instead of private in mysql fulltext [ticket/11048] use protected instead of private in sphinx [ticket/11048] add access specifiers to phpbb native search properties [ticket/11048] add access specifiers to sphinx search [ticket/11048] add access specifiers to phpbb native search [ticket/11048] add access specifiers to mysql search [ticket/11048] add access specifiers to pgsql search
| * | [ticket/11048] use protected instead of private in pgsql fulltextDhruv2012-08-141-10/+10
| | | | | | | | | | | | PHPBB3-11048
| * | [ticket/11048] use protected instead of private in native searchDhruv2012-08-141-11/+11
| | | | | | | | | | | | PHPBB3-11048
| * | [ticket/11048] remove @access from all docblocksDhruv2012-08-141-10/+0
| | | | | | | | | | | | PHPBB3-11048
| * | [ticket/11048] use protected instead of private in mysql fulltextDhruv2012-08-141-6/+6
| | | | | | | | | | | | PHPBB3-11048
| * | [ticket/11048] use protected instead of private in sphinxDhruv2012-08-141-16/+16
| | | | | | | | | | | | PHPBB3-11048
| * | [ticket/11048] add access specifiers to phpbb native search propertiesDhruv2012-08-101-8/+8
| | | | | | | | | | | | PHPBB3-11048
| * | [ticket/11048] add access specifiers to sphinx searchDhruv2012-08-101-44/+14
| | | | | | | | | | | | PHPBB3-11048
| * | [ticket/11048] add access specifiers to phpbb native searchDhruv2012-08-101-13/+13
| | | | | | | | | | | | PHPBB3-11048
| * | [ticket/11048] add access specifiers to mysql searchDhruv2012-08-101-44/+14
| | | | | | | | | | | | PHPBB3-11048
| * | [ticket/11048] add access specifiers to pgsql searchDhruv2012-08-101-46/+14
| | | | | | | | | | | | PHPBB3-11048
* | | [ticket/11032] sphinx retries before triggering errorDhruv2012-08-111-9/+9
| | | | | | | | | | | | | | | | | | Sphinx connection retries should be done before error is triggered. PHPBB3-11032
* | | [ticket/11032] trigger error in case search failsDhruv2012-08-101-0/+8
|/ / | | | | | | | | | | | | Admins are shown actual error while users are shown a search failed error in case sphinx search fails. PHPBB3-11032
* | Merge PR #916 branch 'dhruvgoel92/ticket/11011' into developOleg Pudeyev2012-08-084-315/+311
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * dhruvgoel92/ticket/11011: [ticket/11011] rename property phpEx to php_ext [ticket/11011] pass $auth to search backend constructor [ticket/11011] remove global keyword from sphinx [ticket/11011] pass global variables in construct [ticket/11011] passing global variables [ticket/11011] remove global keyword in native search [ticket/11011] remove global keyword in pgsql search [ticket/11011] global variables as constructor parameters [ticket/11011] add access specifiers and docblocks
| * | [ticket/11011] rename property phpEx to php_extDhruv2012-08-082-9/+9
| | | | | | | | | | | | PHPBB3-11011
| * | [ticket/11011] pass $auth to search backend constructorDhruv2012-08-084-4/+4
| | | | | | | | | | | | | | | | | | | | | $auth global var is passed to search backend constructor, as it is used by sphinx backend. PHPBB3-11011
| * | [ticket/11011] remove global keyword from sphinxDhruv2012-07-281-7/+6
| | | | | | | | | | | | PHPBB3-11011
| * | [ticket/11011] pass global variables in constructDhruv2012-07-281-6/+7
| | | | | | | | | | | | | | | | | | | | | Use global variables passed through constructor instead of using global keyword in sphinx search backend. PHPBB3-11011
| * | [ticket/11011] passing global variablesDhruv2012-07-281-4/+0
| | | | | | | | | | | | | | | | | | Pass global variables to class constructor when making a new object. PHPBB3-11011
| * | [ticket/11011] remove global keyword in native searchDhruv2012-07-281-142/+132
| | | | | | | | | | | | | | | | | | Pass global variables into the search backend class constructor. PHPBB3-11011
| * | [ticket/11011] remove global keyword in pgsql searchDhruv2012-07-281-77/+57
| | | | | | | | | | | | | | | | | | Pass global variables into the search backend class constructor. PHPBB3-11011
| * | [ticket/11011] global variables as constructor parametersDhruv2012-07-281-77/+58
| | | | | | | | | | | | | | | | | | Pass global variables into the search backend class constructor. PHPBB3-11011
| * | [ticket/11011] add access specifiers and docblocksDhruv2012-07-281-6/+55
| | | | | | | | | | | | | | | | | | Add access specifiers and docblocks to mysql search backend. PHPBB3-11011