aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
Commit message (Expand)AuthorAgeFilesLines
* [ticket/12762] Make ext.php optional for extensionsTristan Darricau2014-06-231-1/+1
* Merge pull request #2625 from Nicofuma/ticket/12726Andreas Fischer2014-06-231-1/+1
|\
| * [ticket/12726] Ensure PHP files do not contain any unused use statementsTristan Darricau2014-06-221-1/+1
* | Merge remote-tracking branch 'PayBas/ticket/12608' into develop-ascraeusCesar G2014-06-2211-33/+290
|\ \
| * | [ticket/12608] Change CSS classes to prevent styling conflictsPayBas2014-06-224-4/+4
| * | [ticket/12608] Changed get_styling() to get_style_class()PayBas2014-06-156-22/+13
| * | [ticket/12608] Improved LTR and various bugfixesPayBas2014-06-152-0/+20
| * | [ticket/12608] Clean up whitespacePayBas2014-06-151-3/+3
| * | [ticket/12608] Add styling (CSS class) options to notificationsPayBas2014-06-154-0/+39
| * | [ticket/12608] Improve notifications drop-down menu styling in headerPayBas2014-06-1511-28/+235
* | | Merge pull request #2629 from nickvergessen/ticket/12747Andreas Fischer2014-06-224-699/+1
|\ \ \
| * | | [ticket/12747] Drop support for FirebirdJoas Schilling2014-06-204-691/+1
* | | | Merge pull request #2591 from rxu/ticket/12704Joas Schilling2014-06-2210-0/+80
|\ \ \ \
| * | | | [ticket/12704] Improve the load time information in the footer when enabledrxu2014-06-2010-0/+80
* | | | | Merge pull request #2615 from Dragooon/ticket/12730Joas Schilling2014-06-222-0/+118
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | [ticket/12730] Update maxlen for type_googleplus to 255Shitiz Garg2014-06-212-2/+2
| * | | | [ticket/12730] Update field_length to be 20 by default for Google+Shitiz Garg2014-06-211-1/+1
| * | | | [ticket/12730] Switch service name to googleplus for type_googleplusShitiz Garg2014-06-211-10/+2
| * | | | [ticket/12730] Restore field_length to 10 for type_googleplusShitiz Garg2014-06-211-5/+5
| * | | | [ticket/12730] Add missing brackets to type_googleplus.phpShitiz Garg2014-06-211-0/+2
| * | | | [ticket/12730] Use string template for Google+ CPF instead of a new oneShitiz Garg2014-06-211-0/+8
| * | | | [ticket/12730] Minor formatting fixesShitiz Garg2014-06-212-7/+7
| * | | | [ticket/12730] Incorrect indentation for type_googleplusShitiz Garg2014-06-211-21/+21
| * | | | [ticket/12730] Spaces in block headerShitiz Garg2014-06-211-10/+10
| * | | | [ticket/12730] Add a Google+ field by defaultShitiz Garg2014-06-211-0/+60
| * | | | [ticket/12730] Add Google+ profile field typeShitiz Garg2014-06-211-0/+56
* | | | | Merge pull request #2630 from Nicofuma/ticket/12723Andreas Fischer2014-06-228-32/+50
|\ \ \ \ \
| * | | | | [ticket/12723] Add Sniff ensuring PHP files use the correct file headerTristan Darricau2014-06-228-32/+50
| | |_|/ / | |/| | |
* | | | | [ticket/12756] Fix mysqli_fetch_assoc on hhvmTristan Darricau2014-06-211-12/+25
| |/ / / |/| | |
* | | | Merge pull request #2628 from Dragooon/ticket/12731Joas Schilling2014-06-201-0/+60
|\ \ \ \
| * | | | [ticket/12731] Add YouTube custom profile fieldShitiz Garg2014-06-201-0/+60
| |/ / /
* | | | Merge pull request #2621 from Dragooon/ticket/12732Joas Schilling2014-06-202-0/+61
|\ \ \ \
| * | | | [ticket/12732] Missing comma after validation definitionShitiz Garg2014-06-201-1/+1
| * | | | [ticket/12732] Use user info instead of chat as default Skype actionShitiz Garg2014-06-201-1/+1
| * | | | [ticket/12732] Add Skype custom profile fieldShitiz Garg2014-06-202-0/+61
| |/ / /
* | | | Merge pull request #2612 from Dragooon/ticket/12733Joas Schilling2014-06-201-0/+60
|\ \ \ \
| * | | | [ticket/12733] Convert spaces to tabsShitiz Garg2014-06-201-38/+38
| * | | | [ticket/12733] Fix spacing for block header in profilefield_twitter.phpShitiz Garg2014-06-201-10/+10
| * | | | [ticket/12733] Add Twitter custom profile fieldShitiz Garg2014-06-201-0/+60
| |/ / /
* | | | [ticket/12729] Move ALPHA_DOTS to above ALPHA_SPACERSShitiz Garg2014-06-201-1/+1
* | | | [ticket/12729] Convert spaces to tabsShitiz Garg2014-06-201-38/+38
* | | | [ticket/12729] Fix block header spacing for profilefield_facebook.phpShitiz Garg2014-06-201-10/+10
* | | | [ticket/12729] Unnecessary whitespace in profilefield_facebook.phpShitiz Garg2014-06-201-2/+0
* | | | [ticket/12729] Add Facebook custom profile fieldShitiz Garg2014-06-202-0/+63
|/ / /
* | | Merge pull request #2525 from Nicofuma/ticket/12638Andreas Fischer2014-06-171-2/+9
|\ \ \
| * | | [ticket/12638] Use require if phpbb_require_updated isn't availableTristan Darricau2014-05-311-2/+9
* | | | [ticket/12721] Add Squiz.ControlStructures.ElseIfDeclaration in legacyTristan Darricau2014-06-166-7/+7
* | | | [ticket/12721] Add Generic.Functions.OpeningFunctionBraceBsdAllmanTristan Darricau2014-06-161-1/+2
* | | | [ticket/12721] Add Squiz.Arrays.ArrayBracketSpacing in the legacy rulesetTristan Darricau2014-06-161-3/+3
* | | | Merge pull request #2604 from Nicofuma/ticket/12722Andreas Fischer2014-06-163-6/+6
|\ \ \ \