aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'github-bantu/ticket/11860' into develop-olympusNils Adermann2014-05-031-9/+47
|\
| * [ticket/11860] htaccess: Support for Apache 2.4's "Require" syntax.Andreas Fischer2013-09-231-9/+47
* | [ticket/12429] Update PHPUnit to 4.1, update DBUnit to 1.3.Andreas Fischer2014-05-022-80/+376
* | [ticket/12120] Add Marc Alexander to AUTHORSJoas Schilling2014-05-021-0/+1
* | [ticket/12468] Having mbstring.http_input set to '' is as good as 'pass'.Andreas Fischer2014-05-021-3/+4
* | Merge remote-tracking branch 'github-marc1706/ticket/8960-olympus' into devel...Nils Adermann2014-05-022-2/+2
|\ \
| * | [ticket/8960] Allow changing avatar path if it's not writableMarc Alexander2014-04-142-2/+2
* | | Merge pull request #2319 from n-aleha/ticket/12186Joas Schilling2014-04-292-1/+40
|\ \ \
| * | | [ticket/12186] Move PM reports below post reports while installingn-aleha2014-04-232-1/+40
* | | | [ticket/12413] Revert e65a6dd8f45d0ce4c8700fb68c19ac6268162aa0Joas Schilling2014-04-221-70/+9
|/ / /
* | | Merge pull request #2310 from n-aleha/ticket/12397Andreas Fischer2014-04-151-2/+2
|\ \ \
| * | | [ticket/12397] Fix sql_unique_index_exists doc blockn-aleha2014-04-161-2/+2
| |/ /
* | | Merge pull request #2195 from Elsensee/ticket/10423Joas Schilling2014-04-153-15/+28
|\ \ \ | |/ / |/| |
| * | [ticket/10423] Replace foreach with function in viewtopic.phpOliver Schramm2014-04-151-12/+5
| * | [ticket/10423] Match multiple wildcardsOliver Schramm2014-04-131-2/+2
| * | [ticket/10423] Move code into a function and add tests for itOliver Schramm2014-04-133-5/+23
| * | [ticket/10423] Remove * from search or highlight stringOliver Schramm2014-03-282-5/+7
* | | Merge remote-tracking branch 'marc1706/ticket/10687' into develop-olympusCesar G2014-04-101-1/+1
|\ \ \
| * | | [ticket/10687] Improve error message if unable to get image dimensionsMarc Alexander2014-04-091-1/+1
* | | | [ticket/12381] Fix broken error message when selecting invalid DB driverOliver Schramm2014-04-101-1/+1
|/ / /
* | | [ticket/12359] Remove inline width styling on UCP birthday fieldsMatt Friedman2014-04-051-3/+3
* | | Merge remote-tracking branch 'Marc/ticket/10851' into develop-olympusJoas Schilling2014-04-051-0/+4
|\ \ \
| * | | [ticket/10851] Set disallowed content to empty array if checking is disabledMarc Alexander2014-04-031-0/+4
* | | | [ticket/12353] Fix displayed attachments in ACPOliver Schramm2014-04-041-1/+1
|/ / /
* | | Merge remote-tracking branch 'noxwizard/ticket/naderman/9725' into develop-ol...Joas Schilling2014-03-294-338/+448
|\ \ \ | |/ / |/| |
| * | [ticket/9725] Code sniffer fixesPatrick Webster2014-03-281-4/+4
| * | [ticket/9725] Do not use deprecated views to remove default constraintsPatrick Webster2014-03-281-32/+84
| * | [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