aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Expand)AuthorAgeFilesLines
...
| * | [ticket/9725] Move primary key creation to the correct locationPatrick Webster2014-03-281-9/+9
| * | [ticket/9725] Remove trailing spaces from MSSQL schemaPatrick Webster2014-03-282-174/+174
| * | [ticket/9725] Create MSSQL primary keys if none existPatrick Webster2014-03-281-0/+9
| * | [ticket/9725] Remove explicit filegroup designationsPatrick Webster2014-03-281-17/+4
| * | [ticket/9725] Fetch Azure db stats from proper tablePatrick Webster2014-03-281-0/+16
| * | [ticket/9725] Add dummy indexes for AzureHenry Sudhof2014-03-012-56/+56
| * | [ticket/9725] Create an Azure SQL compatible SchemaHenry Sudhof2014-03-012-279/+325
* | | [ticket/12310] Don't autocomplete SMTP user/pass on installYuriy Rusko2014-03-262-3/+4
* | | Merge remote-tracking branch 'schosser/ticket/10174' into develop-olympusJoas Schilling2014-03-242-3/+3
|\ \ \
| * | | [ticket/10174] Rename "Ban usernames" to "Ban users" in ACPDaniel Schosser2014-03-232-3/+3
* | | | Merge remote-tracking branch 'geetakshi/ticket/12035' into develop-olympusJoas Schilling2014-03-222-1/+2
|\ \ \ \
| * | | | [ticket/12035] Correcting the conditiongeetakshi2014-03-201-1/+1
| * | | | [ticket/12035] Adding necessary conditionsgeetakshi2014-03-202-2/+2
| * | | | [ticket/12035] Adding link to user posts to ACP pagegeetakshi2014-03-172-1/+2
| |/ / /
* | | | [ticket/11766] Hide edit, quote and delete buttons if topic is lockedOliver Schramm2014-03-191-1/+7
|/ / /
* | | Merge remote-tracking branch 'Elsensee/ticket/12072' into develop-olympusJoas Schilling2014-03-141-1/+1
|\ \ \
| * | | [ticket/12072] Fix comment about NEW MEMBERS permissionOliver Schramm2014-03-141-1/+1
* | | | Merge remote-tracking branch 'marcosbc/ticket/12247' into develop-olympusJoas Schilling2014-03-141-2/+4
|\ \ \ \
| * | | | [ticket/12247] Makes static usernames workMarcos Bjorkelund2014-03-141-2/+4
| * | | | [ticket/12247] Add ['username'] to mcp_queue.php's user_notification()Marcos Bjorkelund2014-03-131-2/+2
| |/ / /
* | | | Merge remote-tracking branch 'exreaction/ticket/12202' into develop-olympusJoas Schilling2014-03-143-5/+9
|\ \ \ \ | |/ / / |/| | |
| * | | [ticket/12202] Can't call htmlspecialchars before checking for quotesNathaniel Guse2014-03-091-1/+5
| * | | [ticket/12202] Use copyright symbol in style.cfg filesNathan Guse2014-03-092-3/+3
| * | | [ticket/12202] Apply htmlspecialchars to style.cfg dataNathan Guse2014-03-091-3/+3
* | | | Merge remote-tracking branch 'bantu/ticket/12176' into develop-olympusJoas Schilling2014-03-132-2/+8
|\ \ \ \
| * | | | [ticket/12176] Display correct message when trying to delete founder.Andreas Fischer2014-02-152-2/+8
* | | | | [ticket/10549] using correct variable in includes/functions_module.php tooCrizzo2014-03-111-1/+1
* | | | | [ticket/10549] changed "right" to "incorrect"Crizzo2014-03-111-1/+1
* | | | | Merge remote-tracking branch 'dhruvgoel92/ticket/11271' into develop-olympusJoas Schilling2014-03-111-9/+70
|\ \ \ \ \
| * | | | | [ticket/11271] Make path conversion more preciseDhruv2013-12-271-1/+1
| * | | | | [ticket/11271] Add docblock of feed_generate_content( )Dhruv2013-12-271-0/+8
| * | | | | [ticket/11271] Fix tabs and use !empty( ) instead of count( )Dhruv2013-12-271-13/+13
| * | | | | [ticket/11271] Remove unnecessary inclusion of functions_displayDhruv2013-12-271-1/+0
| * | | | | [ticket/11271] Typecast forum and topic id to integerDhruv2013-12-271-2/+2
| * | | | | [ticket/11271] Use absolute path for displaying inline attachments in feedsDhruv2013-12-271-0/+3
| * | | | | [ticket/11271] Changed executable bit.erangamapa2013-12-271-0/+0
| * | | | | [ticket/11271] Formatting code and removing null assignment.erangamapa2013-12-271-5/+5
| * | | | | [ticket/11271] Removing unnecessary database objecterangamapa2013-12-271-1/+1
| * | | | | [ticket/11271] Separated attachment fetching queryerangamapa2013-12-271-35/+44
| * | | | | [ticket/11271] Fetched feed attachments before loop.erangamapa2013-12-271-16/+38
| * | | | | [ticket/11271] Removed in-line attachment comments properly.erangamapa2013-12-271-1/+1
| * | | | | [ticket/11271] Displaying in-line attached images in ATOM feed.erangamapa2013-12-271-9/+29
* | | | | | Merge remote-tracking branch 'dhruvgoel92/ticket/11288' into develop-olympusJoas Schilling2014-03-111-0/+6
|\ \ \ \ \ \
| * | | | | | [ticket/11288] Handle +,- without preceeding whitespace charactersDhruv2013-10-051-0/+6
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #2105 from Crizz0/ticket/12106Nathan Guse2014-03-101-1/+1
|\ \ \ \ \ \
| * | | | | | [ticket/12106] Combined first and second sentenceCrizzo2014-03-101-1/+1
| * | | | | | [ticket/12106] Adds a explaination that admin/mods still able to use the boardCrizzo2014-03-101-1/+1
| | |_|_|/ / | |/| | | |
* | | | | | [ticket/10549] Adds language variablesCrizzo2014-03-102-3/+6
|/ / / / /
* | | | | [ticket/10945] Fix return values for split_keywords functionDhruv2014-03-081-14/+8
* | | | | [ticket/10945] Display search query when search fails in native searchDhruv2014-03-081-18/+11