aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | [ticket/11054] The user class is phpbb_userDavid King2012-08-141-1/+1
| * | | | | | | [ticket/11054] Fixed documentation syntax for @var in extension/controller.phpDavid King2012-08-141-7/+14
|/ / / / / / /
* | | | | | | Merge remote-tracking branch 'dhruvgoel92/ticket/11048' into developAndreas Fischer2012-08-144-197/+95
|\ \ \ \ \ \ \
| * | | | | | | [ticket/11048] use protected instead of private in pgsql fulltextDhruv2012-08-141-10/+10
| * | | | | | | [ticket/11048] use protected instead of private in native searchDhruv2012-08-141-11/+11
| * | | | | | | [ticket/11048] remove @access from all docblocksDhruv2012-08-141-10/+0
| * | | | | | | [ticket/11048] use protected instead of private in mysql fulltextDhruv2012-08-141-6/+6
| * | | | | | | [ticket/11048] use protected instead of private in sphinxDhruv2012-08-141-16/+16
| * | | | | | | [ticket/11048] add access specifiers to phpbb native search propertiesDhruv2012-08-101-8/+8
| * | | | | | | [ticket/11048] add access specifiers to sphinx searchDhruv2012-08-101-44/+14
| * | | | | | | [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 pull request #932 from EXreaction/ticket/10875Nils Adermann2012-08-1418-42/+103
|\ \ \ \ \ \ \ \
| * | | | | | | | [ticket/10875] Fix cache testNathan Guse2012-08-061-1/+1
| * | | | | | | | [ticket/10875] Break queries onto separate lines and use double quotesNathan Guse2012-08-061-3/+6
| * | | | | | | | [ticket/10875] Close $db connection at end of testNathan Guse2012-08-061-0/+2
| * | | | | | | | [ticket/10875] Use fixtures for sql cache testNathan Guse2012-08-062-12/+34
| * | | | | | | | [ticket/10875] Return $query_id from sql_saveNathan Guse2012-08-0613-11/+45
| * | | | | | | | [ticket/10875] Fix SQL CachingNathan Guse2012-07-3015-31/+31
* | | | | | | | | Merge remote-tracking branch 'dhruvgoel92/ticket/11032' into developAndreas Fischer2012-08-141-9/+9
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| * | | | | | | | [ticket/11032] sphinx retries before triggering errorDhruv2012-08-111-9/+9
|/ / / / / / / /
* | | | | | | | Merge PR #944 branch 'dhruvgoel92/ticket/11032' into developOleg Pudeyev2012-08-102-0/+10
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | [ticket/11032] trigger error in case search failsDhruv2012-08-102-0/+10
|/ / / / / / /
* | | | | | | Merge remote-tracking branch 'mvinny/ticket/11046' into developAndreas Fischer2012-08-081-1/+2
|\ \ \ \ \ \ \
| * | | | | | | [ticket/11046] Add border-radius for UCP message colours blockVinny2012-08-071-1/+2
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge remote-tracking branch 'mvinny/ticket/11047' into developAndreas Fischer2012-08-081-1/+1
|\ \ \ \ \ \ \
| * | | | | | | [ticket/11047] Close TOTAL_MESSAGES at ucp_pm_viewfolder.htmlVinny2012-08-071-1/+1
| |/ / / / / /
* | | | | | | Merge PR #916 branch 'dhruvgoel92/ticket/11011' into developOleg Pudeyev2012-08-086-318/+314
|\ \ \ \ \ \ \
| * | | | | | | [ticket/11011] rename property phpEx to php_extDhruv2012-08-082-9/+9
| * | | | | | | [ticket/11011] pass $auth to search backend constructorDhruv2012-08-086-7/+7
| * | | | | | | [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-283-7/+3
| * | | | | | | [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-082-1/+7
|\ \ \ \ \ \ \ \
| * | | | | | | | [ticket/11032] use method GetLastError to get errorDhruv2012-08-011-1/+1
| * | | | | | | | [ticket/11032] add sphinx errors to error logDhruv2012-08-012-0/+6
* | | | | | | | | Merge remote-tracking branch 'Noxwizard/ticket/11043' into developAndreas Fischer2012-08-072-6/+7
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | [ticket/11043] Change hook name back to display, since that's where we hook in.Andreas Fischer2012-08-031-1/+1
| * | | | | | | | [ticket/11043] Allow call_hook() to be called from more than one location.Andreas Fischer2012-08-031-5/+6
| * | | | | | | | [ticket/11043] Update template hook namePatrick Webster2012-08-031-1/+1
| |/ / / / / / /
* | | | | | | | 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
| | |_|_|_|_|_|/ | |/| | | | | |