aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [ticket/10780] Replace colon usage in adm template output with {L_COLON}Nathan Guse2012-11-1052-368/+368
* [ticket/10780] Replace colon usage in template output with {L_COLON}Nathan Guse2012-11-10146-668/+669
* Merge remote-tracking branch 'github-igorw/ticket/11181' into developNils Adermann2012-11-097-12/+12
|\
| * [ticket/11181] Bump PHP requirement to 5.3.3 (from 5.3.2)Igor Wiedler2012-11-098-13/+13
* | Merge branch 'develop-olympus' into developNils Adermann2012-11-091-1/+1
|\ \
| * \ Merge remote-tracking branch 'github-igorw/ticket/11181-olympus' into develop...Nils Adermann2012-11-091-1/+1
| |\ \
| | * | [ticket/11181] Bump PHP requirement to 5.3.3 (from 5.3.2) [develop-olympus]Igor Wiedler2012-11-091-1/+1
* | | | Merge PR #1043 branch 'dhruvgoel92/ticket/11177' into developOleg Pudeyev2012-11-091-0/+6
|\ \ \ \
| * | | | [ticket/11177] return no results when query has only negationDhruv2012-11-091-0/+6
* | | | | Merge PR #949 branch 'dhruvgoel92/ticket/11050' into developOleg Pudeyev2012-11-094-22/+259
|\ \ \ \ \
| * | | | | [ticket/11050] make all properties protected in all search backendsDhruv2012-11-094-10/+10
| * | | | | [ticket/11050] get_common_words() returns empty array for sphinxDhruv2012-11-091-2/+2
| * | | | | [ticket/11050] fix tidied search query docblock languageDhruv2012-11-094-4/+8
| * | | | | [ticket/11050] fix min/max length docblock languageDhruv2012-11-093-3/+3
| * | | | | [ticket/11050] multi sentences separated by period in docblocksDhruv2012-11-093-7/+7
| * | | | | [ticket/11050] fix separated spelling in docblockDhruv2012-11-091-1/+1
| * | | | | [ticket/11050] fix split words doc block languageDhruv2012-11-093-3/+3
| * | | | | [ticket/11050] remove class word from docblocksDhruv2012-11-094-15/+15
| * | | | | [ticket/11050] add missing @var in native searchDhruv2012-11-091-0/+3
| * | | | | [ticket/11050] replace user by phpbb_userDhruv2012-11-094-4/+4
| * | | | | [ticket/11050] fix minor comment/docblocks issuesDhruv2012-11-094-22/+22
| * | | | | [ticket/11050] add access specifiers to native search propertiesDhruv2012-11-091-3/+58
| * | | | | [ticket/11050] fix docblocks with description before @varDhruv2012-11-093-13/+26
| * | | | | [ticket/11050] add missing @varDhruv2012-11-091-0/+1
| * | | | | [ticket/11050] remove common_words property from sphinxDhruv2012-11-091-7/+0
| * | | | | [ticket/11050] add access specifiers to sphinx search propertiesDhruv2012-11-091-2/+75
| * | | | | [ticket/11050] add access specifiers to mysql search propertiesDhruv2012-11-091-3/+40
| * | | | | [ticket/11050] add access specifiers to pgsql search propertiesDhruv2012-11-091-3/+61
* | | | | | Merge PR #1047 branch 'bantu/ticket/10172' into developOleg Pudeyev2012-11-091-1/+1
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | [ticket/10172] Show prosilver birthday list even if there are no birthdays.Andreas Fischer2012-11-091-1/+1
|/ / / / /
* | | | | Merge PR #1044 branch 'develop-olympus' into developOleg Pudeyev2012-11-091-2/+0
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge PR #1044 branch 'bantu/ticket/11178' into develop-olympusOleg Pudeyev2012-11-091-2/+0
| |\ \ \ \
| | * | | | [ticket/11178] Do not set error_reporting to E_ALL in database_updater.phpAndreas Fischer2012-11-091-2/+0
* | | | | | Merge PR #1042 branch 'develop-olympus' into developOleg Pudeyev2012-11-092-11/+60
|\ \ \ \ \ \ | |/ / / / / | | | / / / | |_|/ / / |/| | | |
| * | | | Merge PR #1042 branch 'bantu/ticket/10897' into develop-olympusOleg Pudeyev2012-11-092-11/+60
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | [ticket/10897] Combine bot updates and bot delete.Andreas Fischer2012-11-091-40/+31
| | * | | [ticket/10897] Use same code/query for deleting.Andreas Fischer2012-11-091-9/+6
| | * | | [ticket/10897] Make sure the user we're fetching is a bot.Andreas Fischer2012-11-091-2/+3
| | * | | [ticket/10897] Do not handle IP address. There is no need.Andreas Fischer2012-11-091-13/+7
| | * | | [ticket/10897] Update by user_id instead of bot_name.Andreas Fischer2012-11-091-7/+8
| | * | | [ticket/10897] Move bot delete data to the relevant foreach loop.Andreas Fischer2012-11-091-9/+9
| | * | | [ticket/10897] Add comment about what's going on.Andreas Fischer2012-11-091-0/+1
| | * | | [ticket/10897] Remove unnecessary string casting.Andreas Fischer2012-11-091-2/+2
| | * | | [ticket/10897] Add space after foreach.Andreas Fischer2012-11-091-2/+2
| | * | | [ticket/10897] Update bots during phpBB updateCarlo2012-11-091-0/+70
| | * | | [ticket/10897] Bot list updatedCarlo2012-11-091-11/+5
| |/ / /
* | | | Merge remote-tracking branch 'github-p/ticket/11174' into developNils Adermann2012-11-093-0/+233
|\ \ \ \
| * | | | [ticket/11174] Check common words, fix array equality assertion.Oleg Pudeyev2012-11-081-11/+43
| * | | | [ticket/11174] Test for common words.Oleg Pudeyev2012-11-082-0/+26
| * | | | [ticket/11174] More tests.Oleg Pudeyev2012-11-081-0/+24