aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Expand)AuthorAgeFilesLines
* [ticket/11048] add access specifiers to phpbb native searchDhruv2012-08-101-13/+13
* [ticket/11048] add access specifiers to mysql searchDhruv2012-08-101-44/+14
* [ticket/11048] add access specifiers to pgsql searchDhruv2012-08-101-46/+14
* Merge PR #916 branch 'dhruvgoel92/ticket/11011' into developOleg Pudeyev2012-08-085-317/+313
|\
| * [ticket/11011] rename property phpEx to php_extDhruv2012-08-082-9/+9
| * [ticket/11011] pass $auth to search backend constructorDhruv2012-08-085-6/+6
| * [ticket/11011] remove global keyword from sphinxDhruv2012-07-281-7/+6
| * [ticket/11011] pass global variables in constructDhruv2012-07-281-6/+7
| * [ticket/11011] passing global variablesDhruv2012-07-282-6/+2
| * [ticket/11011] remove global keyword in native searchDhruv2012-07-281-142/+132
| * [ticket/11011] remove global keyword in pgsql searchDhruv2012-07-281-77/+57
| * [ticket/11011] global variables as constructor parametersDhruv2012-07-281-77/+58
| * [ticket/11011] add access specifiers and docblocksDhruv2012-07-281-6/+55
* | Merge PR #933 branch 'dhruvgoel92/ticket/11032' into developOleg Pudeyev2012-08-081-1/+6
|\ \
| * | [ticket/11032] use method GetLastError to get errorDhruv2012-08-011-1/+1
| * | [ticket/11032] add sphinx errors to error logDhruv2012-08-011-0/+5
* | | Merge remote-tracking branch 'Noxwizard/ticket/11043' into developAndreas Fischer2012-08-071-5/+6
|\ \ \
| * | | [ticket/11043] Allow call_hook() to be called from more than one location.Andreas Fischer2012-08-031-5/+6
| |/ /
* | | Merge remote-tracking branch 'Fyorl/ticket/11044' into developAndreas Fischer2012-08-061-0/+37
|\ \ \
| * | | [ticket/11044] Added comment explaining filename splittingFyorl2012-08-061-1/+4
| * | | [ticket/11044] Preserve the file extension in unique filenamesFyorl2012-08-051-1/+9
| * | | [ticket/11044] Minor adjustments as per PR commentsFyorl2012-08-051-6/+7
| * | | [ticket/11044] Compress class now deals with file conflictsFyorl2012-08-041-0/+25
| |/ /
* | | Merge remote-tracking branch 'bantu/ticket/11041' into developIgor Wiedler2012-08-062-5/+5
|\ \ \
| * | | [ticket/11041] Correctly import PHP file extension from global space.Andreas Fischer2012-08-022-5/+5
| |/ /
* | | Merge remote-tracking branch 'EXreaction/ticket/10885' into developAndreas Fischer2012-08-061-9/+8
|\ \ \
| * | | [ticket/10885] Fix UCP Main Error if no forums existNathan Guse2012-08-061-9/+8
| | |/ | |/|
* | | Merge remote-tracking branch 'EXreaction/ticket/11029' into developAndreas Fischer2012-08-061-8/+3
|\ \ \ | |_|/ |/| |
| * | [ticket/11029] Remove $reparse variableNathan Guse2012-08-061-7/+2
| * | [ticket/11029] Return $parsed_array (may have loaded from the cache)Nathan Guse2012-08-061-1/+1
| * | [ticket/11029] Cache obtain_cfg_items should return empty array on failureNathan Guse2012-07-301-1/+1
| |/
* | [ticket/10875] method_exists check is not required, interface declares themNathan Guse2012-07-3010-20/+19
* | [ticket/10875] Changes to Cache Driver caused method_exists checks to failNathan Guse2012-07-3010-19/+19
|/
* Merge PR #865 branch 'dhruvgoel92/feature/sphinx-fulltext-search' into developOleg Pudeyev2012-07-279-2/+3097
|\
| * [feature/sphinx-fulltext-search] add sphinxapi.php fileDhruv2012-07-271-0/+1712
| * [feature/sphinx-fulltext-search] fix auth bugDhruv2012-07-271-1/+1
| * [feature/sphinx-fulltext-search] remove unused propertyDhruv2012-07-271-1/+0
| * [feature/sphinx-fulltext-search] use 9312 as default portDhruv2012-07-271-4/+4
| * [feature/sphinx-fulltext-search] fix sphinx for arbitary hostDhruv2012-07-261-4/+4
| * [feature/sphinx-fulltext-search] coding changes acc to phbb conventionsDhruv2012-07-261-2/+12
| * [feature/sphinx-fulltext-search] fixing commentsDhruv2012-07-262-18/+18
| * [feature/sphinx-fulltext-search] improve port optionDhruv2012-07-221-4/+3
| * [feature/sphinx-fulltext-search] remove stopwords and config pathDhruv2012-07-221-12/+2
| * [feature/sphinx-fulltext-search] makes sql host configurableDhruv2012-07-221-2/+7
| * [feature/sphinx-fulltext-search] use readonly instead of disabledDhruv2012-07-221-1/+1
| * [feature/sphinx-fulltext-search] remove note from db_toolsDhruv2012-07-211-1/+0
| * [feature/sphinx-fulltext-search] add support for postgresDhruv2012-07-191-3/+20
| * [feature/sphinx-fulltext-search] add pgsql functionalityDhruv2012-07-191-1/+1
| * [feature/sphinx-fulltext-search] use Update in sphinx queryDhruv2012-07-191-2/+9
| * [feature/sphinx-fulltext-search] use CASE instead of IFDhruv2012-07-191-2/+2