aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '3.1.x'Joas Schilling2015-02-201-1/+4
|\
| * Merge pull request #3277 from dhruvgoel92/ticket/13472Joas Schilling2015-02-201-1/+4
| |\
| | * [ticket/13472] Delete admin activation notification when deleting userDhruv2015-01-111-1/+4
* | | Merge branch '3.1.x'Joas Schilling2015-02-201-6/+8
|\ \ \ | |/ /
| * | [ticket/13640] Rearrange css in a better orderDragos-Valentin Radulescu2015-02-201-6/+8
* | | Merge branch '3.1.x'Joas Schilling2015-02-201-0/+22
|\ \ \ | |/ /
| * | Merge pull request #3197 from brunoais/ticket/13142Joas Schilling2015-02-201-0/+22
| |\ \
| | * | [ticket/13142] BUMPed versionbrunoais2015-02-111-1/+1
| | * | [ticket/13142] Fix typo: unaproved -> unapprovedbrunoais2014-11-281-1/+1
| | * | [ticket/13142] BUMPing versionbrunoais2014-11-281-1/+1
| | * | [ticket/13142] Adding core.mcp_sorting_unapproved_deleted_posts_query_beforebrunoais2014-11-281-0/+22
* | | | Merge branch '3.1.x'Marc Alexander2015-02-181-2/+24
|\ \ \ \ | |/ / /
| * | | Merge pull request #3417 from nickvergessen/ticket/13600Marc Alexander2015-02-181-2/+24
| |\ \ \
| | * | | [ticket/13600] Allow extensions to create a custom help pageJoas Schilling2015-02-171-2/+24
* | | | | Merge branch '3.1.x'Marc Alexander2015-02-186-65/+3
|\ \ \ \ \ | |/ / / /
| * | | | Merge pull request #3395 from s9e/ticket/13595Marc Alexander2015-02-186-65/+3
| |\ \ \ \
| | * | | | [ticket/13595] Removed unused codeJoshyPHP2015-02-136-65/+3
* | | | | | Merge branch '3.1.x'Marc Alexander2015-02-183-0/+32
|\ \ \ \ \ \ | |/ / / / /
| * | | | | [ticket/13628] Allow ability for extension to add entries to user's profileRMcGirr832015-02-185-0/+40
* | | | | | Merge branch '3.1.x'Marc Alexander2015-02-181-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge pull request #3414 from rxu/ticket/13433Marc Alexander2015-02-181-1/+1
| |\ \ \ \ \
| | * | | | | [ticket/13433] Fix parsing of email addressesrxu2015-02-171-1/+1
* | | | | | | Merge branch '3.1.x'Andreas Fischer2015-02-171-2/+1
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge pull request #3411 from Senky/ticket/13570Andreas Fischer2015-02-171-2/+1
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | [ticket/13570] Remove unnecessary ternary condition from mysqli driverJakub Senko2015-02-161-2/+1
| | |/ / / /
* | | | | | Merge branch 'develop-ascraeus' into developMarc Alexander2015-02-171-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | [ticket/13618] Fix typo in English FAQJakub Senko2015-02-161-1/+1
| |/ / / /
| * | | | [ticket/13615] Correctly display images for gallery avatar in subsilver2kamijoutouma2015-02-151-3/+3
| |/ / /
* | | | [ticket/10748] Fix class type hintingJoas Schilling2015-02-152-5/+4
* | | | [ticket/10748] Split postgres DB tools into it's own classJoas Schilling2015-02-134-277/+637
* | | | [ticket/13497] Update calls to `get_tables()`Gaëtan Muller2015-02-113-15/+19
* | | | Merge branch 'develop-ascraeus' into developAndreas Fischer2015-02-117-14/+14
|\ \ \ \ | |/ / /
| * | | [ticket/13597] Modify variable-variable syntax to be compatible with PHP7Marc Alexander2015-02-117-14/+14
* | | | [ticket/10748] Overwrite the type map correctlyJoas Schilling2015-02-072-1/+4
* | | | [ticket/10748] Replace direct creations of tools();Joas Schilling2015-02-078-17/+28
* | | | [ticket/10748] Split MS SQL from the db tools file into it's ownJoas Schilling2015-02-073-574/+859
* | | | Merge branch 'develop-ascraeus' into developJoas Schilling2015-02-071-1/+1
|\ \ \ \ | |/ / /
| * | | [ticket/13588] Fixes wrong message in info fsockopen() disabledCrizzo2015-02-071-1/+1
* | | | Merge pull request #3207 from Nicofuma/ticket/13407Andreas Fischer2015-02-0410-210/+263
|\ \ \ \
| * | | | [ticket/13407] Update composer.lock fileNicofuma2015-02-041-6/+6
| * | | | [ticket/13407] Bump minimal version to php 5.3.9Nicofuma2015-02-049-14/+14
| * | | | [ticket/13407] Introduce a request_stack serviceNicofuma2015-02-041-0/+7
| * | | | [ticket/13407] Update Symfony to 2.7.*@devNicofuma2015-02-042-198/+244
* | | | | Merge pull request #3257 from MGaetan89/ticket/13455Andreas Fischer2015-02-0495-1076/+1070
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | [ticket/13455] Remove `request_var()` references from commentsGaëtan Muller2015-02-038-10/+10
| * | | | [ticket/13455] Remove unnecessary calls to `utf8_normalize_nfc()`Gaëtan Muller2015-02-0336-97/+97
| * | | | [ticket/13455] Update calls to `request_var()`Gaëtan Muller2015-02-0391-1066/+1060
* | | | | Merge branch 'develop-ascraeus' into developAndreas Fischer2015-02-031-5/+6
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Merge branch 'ticket/13348-olympus' into ticket/13348Marc Alexander2015-02-031-5/+6
| |\ \ \
| | * | | [ticket/13348] Remove unnecessary global $cacheMarc Alexander2015-02-031-1/+1