| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [ticket/12514] Remove spaces in header blocks | Shitiz Garg | 2014-06-18 | 6 | -60/+60 |
| | | | | | PHPBB3-12514 | ||||
| * | [ticket/12514] Use generic domain name for URL test | Shitiz Garg | 2014-06-18 | 1 | -1/+1 |
| | | | | | PHPBB3-12514 | ||||
| * | [ticket/12514] Update file headers to represent the current format | Shitiz Garg | 2014-06-18 | 6 | -18/+48 |
| | | | | | PHPBB3-12514 | ||||
| * | [ticket/12514] Remove get_ prefix from data providers | Shitiz Garg | 2014-06-18 | 6 | -22/+22 |
| | | | | | PHPBB3-12514 | ||||
| * | [ticket/12514] Add a few more validation cases for type_string_test | Shitiz Garg | 2014-06-18 | 1 | -0/+24 |
| | | | | | PHPBB3-12514 | ||||
| * | [ticket/12514] Minor fault in type_bool_test.php | Shitiz Garg | 2014-06-17 | 1 | -1/+0 |
| | | | | | | | Had a double new line before get_profile_value_data PHPBB3-12514 | ||||
| * | [ticket/12514] Remove tests/profiles as they're no longer required | Shitiz Garg | 2014-06-17 | 2 | -106/+0 |
| | | | | | PHPBB3-12514 | ||||
| * | [ticket/12514] Fix type_int_test to correctly respect boundaries | Shitiz Garg | 2014-06-17 | 1 | -16/+9 |
| | | | | | PHPBB3-12514 | ||||
| * | [ticket/12514] Multi value GET parameters are invalid for phpBB | Shitiz Garg | 2014-06-17 | 1 | -2/+2 |
| | | | | | PHPBB3-12514 | ||||
| * | [ticket/12514] Add unit test for type_url custom profile field | Shitiz Garg | 2014-06-17 | 1 | -0/+106 |
| | | | | | PHPBB3-12514 | ||||
| * | [ticket/12514] Add unit test for type_date custom profile field | Shitiz Garg | 2014-06-17 | 1 | -0/+151 |
| | | | | | PHPBB3-12514 | ||||
| * | [ticket/12514] Add unit test for type_bool custom profile field | Shitiz Garg | 2014-06-17 | 1 | -0/+143 |
| | | | | | PHPBB3-12514 | ||||
| * | [ticket/12514] Cleanup for type_dropdown_test.php | Shitiz Garg | 2014-06-17 | 1 | -8/+1 |
| | | | | | PHPBB3-12514 | ||||
| * | [ticket/12514] Add newline at the end of file for type_dropdown_test.php | Shitiz Garg | 2014-06-17 | 1 | -1/+1 |
| | | | | | PHPBB3-12514 | ||||
| * | [ticket/12514] Move requires to the top of the files | Shitiz Garg | 2014-06-17 | 2 | -9/+9 |
| | | | | | PHPBB3-12514 | ||||
| * | [ticket/12514] Use @return null instead of @return void | Shitiz Garg | 2014-06-17 | 3 | -3/+3 |
| | | | | | PHPBB3-12514 | ||||
| * | [ticket/12514] Add unit test for drop down type custom profile field | Shitiz Garg | 2014-06-17 | 1 | -0/+177 |
| | | | | | PHPBB3-12514 | ||||
| * | [ticket/12514] custom_string_test is no longer required | Shitiz Garg | 2014-06-17 | 1 | -120/+0 |
| | | | | | PHPBB3-12514 | ||||
| * | [ticket/12514] Add unit test for type_string and type_string_common field types | Shitiz Garg | 2014-06-17 | 1 | -0/+179 |
| | | | | | PHPBB3-12514 | ||||
| * | [ticket/12514] Add test for "int" type custom profile field | Shitiz Garg | 2014-06-17 | 2 | -46/+160 |
| | | | | | PHPBB3-12514 | ||||
| * | Merge pull request #2588 from nickvergessen/ticket/12705 | Dhruv Goel | 2014-06-17 | 2 | -7/+55 |
| |\ | | | | | Ticket/12705 Fix make_clickable when called with different server_urls | ||||
| | * | [ticket/12705] Store the regular expression matches based on server_url | Joas Schilling | 2014-06-14 | 1 | -7/+10 |
| | | | | | | | | | PHPBB3-12705 | ||||
| | * | [ticket/12705] Break calling make_clickable with a different server_url | Joas Schilling | 2014-06-14 | 1 | -0/+45 |
| | | | | | | | | | PHPBB3-12705 | ||||
| * | | Merge pull request #2603 from Nicofuma/ticket/12721 | Andreas Fischer | 2014-06-17 | 15 | -17/+45 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12721] Improve the code sniffer: simple rules * Nicofuma/ticket/12721: [ticket/12721] Update rules descriptions [ticket/12721] Add Generic.NamingConventions.ConstructorName in strict [ticket/12721] Add Squiz.Functions.LowercaseFunctionKeywords in legacy [ticket/12721] Add Squiz.ControlStructures.ForLoopDeclaration in legacy [ticket/12721] Add Squiz.ControlStructures.ForEachLoopDeclaration [ticket/12721] Add Squiz.ControlStructures.ElseIfDeclaration in legacy [ticket/12721] Add Generic.Functions.OpeningFunctionBraceBsdAllman [ticket/12721] Add Squiz.Arrays.ArrayBracketSpacing in the legacy ruleset [ticket/12721] Add Generic.Files.LowercasedFilename in the legacy ruleset | ||||
| | * | | [ticket/12721] Update rules descriptions | Tristan Darricau | 2014-06-16 | 2 | -9/+10 |
| | | | | | | | | | | | | | PHPBB3-12721 | ||||
| | * | | [ticket/12721] Add Generic.NamingConventions.ConstructorName in strict | Tristan Darricau | 2014-06-16 | 1 | -0/+3 |
| | | | | | | | | | | | | | PHPBB3-12721 | ||||
| | * | | [ticket/12721] Add Squiz.Functions.LowercaseFunctionKeywords in legacy | Tristan Darricau | 2014-06-16 | 1 | -0/+3 |
| | | | | | | | | | | | | | PHPBB3-12721 | ||||
| | * | | [ticket/12721] Add Squiz.ControlStructures.ForLoopDeclaration in legacy | Tristan Darricau | 2014-06-16 | 3 | -2/+5 |
| | | | | | | | | | | | | | PHPBB3-12721 | ||||
| | * | | [ticket/12721] Add Squiz.ControlStructures.ForEachLoopDeclaration | Tristan Darricau | 2014-06-16 | 1 | -0/+3 |
| | | | | | | | | | | | | | PHPBB3-12721 | ||||
| | * | | [ticket/12721] Add Squiz.ControlStructures.ElseIfDeclaration in legacy | Tristan Darricau | 2014-06-16 | 10 | -10/+14 |
| | | | | | | | | | | | | | PHPBB3-12721 | ||||
| | * | | [ticket/12721] Add Generic.Functions.OpeningFunctionBraceBsdAllman | Tristan Darricau | 2014-06-16 | 2 | -1/+6 |
| | | | | | | | | | | | | | PHPBB3-12721 | ||||
| | * | | [ticket/12721] Add Squiz.Arrays.ArrayBracketSpacing in the legacy ruleset | Tristan Darricau | 2014-06-16 | 3 | -4/+7 |
| | | | | | | | | | | | | | PHPBB3-12721 | ||||
| | * | | [ticket/12721] Add Generic.Files.LowercasedFilename in the legacy ruleset | Tristan Darricau | 2014-06-16 | 1 | -0/+3 |
| |/ / | | | | | | | PHPBB3-12721 | ||||
| * | | Merge pull request #2604 from Nicofuma/ticket/12722 | Andreas Fischer | 2014-06-16 | 11 | -26/+29 |
| |\ \ | | | | | | | | | | | | | | | | | | | [ticket/12722] Add Generic.Formatting.SpaceAfterCast in the legacy ruleset * Nicofuma/ticket/12722: [ticket/12722] Add Generic.Formatting.SpaceAfterCast in the legacy ruleset | ||||
| | * | | [ticket/12722] Add Generic.Formatting.SpaceAfterCast in the legacy ruleset | Tristan Darricau | 2014-06-16 | 11 | -26/+29 |
| | | | | | | | | | | | | | PHPBB3-12722 | ||||
| * | | | Merge branch 'develop-olympus' into develop-ascraeus | Andreas Fischer | 2014-06-16 | 1 | -2/+2 |
| |\ \ \ | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/12720] Allow commit heading to begin with lowercase letters | ||||
| | * \ \ | Merge pull request #2608 from dhruvgoel92/ticket/12720 | Andreas Fischer | 2014-06-16 | 1 | -2/+2 |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12720] Allow commit heading to begin with lowercase letters * dhruvgoel92/ticket/12720: [ticket/12720] Allow commit heading to begin with lowercase letters | ||||
| | | * | | | [ticket/12720] Allow commit heading to begin with lowercase letters | Dhruv | 2014-06-16 | 1 | -2/+2 |
| | |/ / / | | | | | | | | | | | | | PHPBB3-12720 | ||||
| * | | | | Merge pull request #2607 from Noxwizard/ticket/12643 | Andreas Fischer | 2014-06-16 | 2 | -2/+42 |
| |\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Ticket/12643 Fixes deletion of columns that have the target column as a prefix * Noxwizard/ticket/12643: [ticket/12643] Properly handle changing columns on tables with constraints [ticket/12643] Tests dropping similarly named columns [ticket/12643] Ensure that similarly named columns are not removed | ||||
| | * | | | [ticket/12643] Properly handle changing columns on tables with constraints | Patrick Webster | 2014-06-15 | 2 | -1/+30 |
| | | | | | | | | | | | | | | | | | PHPBB3-12643 | ||||
| | * | | | [ticket/12643] Tests dropping similarly named columns | Patrick Webster | 2014-06-15 | 1 | -0/+11 |
| | | | | | | | | | | | | | | | | | PHPBB3-12643 | ||||
| | * | | | [ticket/12643] Ensure that similarly named columns are not removed | BorisBerdichevski | 2014-06-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | PHPBB3-12643 | ||||
| * | | | | Merge pull request #2605 from Nicofuma/ticket/12724 | Andreas Fischer | 2014-06-16 | 5 | -0/+25 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12724] Add Squiz.PHP.Eval in the legacy ruleset * Nicofuma/ticket/12724: [ticket/12724] Add Squiz.PHP.Eval in the legacy ruleset | ||||
| | * | | | | [ticket/12724] Add Squiz.PHP.Eval in the legacy ruleset | Tristan Darricau | 2014-06-16 | 5 | -0/+25 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-12724 | ||||
| * | | | | | Merge pull request #2600 from Nicofuma/ticket/12715 | Andreas Fischer | 2014-06-16 | 102 | -402/+521 |
| |\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12715] Fix mistakes in the doc blocks * Nicofuma/ticket/12715: (30 commits) [ticket/12715] Add missing new line in the notification manager [ticket/12715] Cleanup comments in \phpbb\symfony_request [ticket/12715] Cleanup comments in \phpbb\permissions [ticket/12715] Cleanup comments in \phpbb\path_helper [ticket/12715] Cleanup comments in \phpbb\pagination [ticket/12715] Cleanup comments in \phpbb\datetime [ticket/12715] Cleanup comments in \phpbb\content_visibility [ticket/12715] Cleanup comments in \phpbb\tree\* [ticket/12715] Cleanup comments in \phpbb\template\* [ticket/12715] Cleanup comments in \phpbb\plupload\* [ticket/12715] Cleanup comments in \phpbb\profilefields\* [ticket/12715] Cleanup comments in \phpbb\passwords\* [ticket/12715] Cleanup comments in \phpbb\notification\* [ticket/12715] Cleanup comments in \phpbb\mimetype\* [ticket/12715] Cleanup comments in \phpbb\message\* [ticket/12715] Cleanup comments in \phpbb\log\* [ticket/12715] Cleanup comments in \phpbb\lock\* [ticket/12715] Cleanup comments in \phpbb\groupposition\* [ticket/12715] Cleanup comments in \phpbb\feed\* [ticket/12715] Cleanup comments in \phpbb\extension\* ... | ||||
| | * | | | | [ticket/12715] Add missing new line in the notification manager | Tristan Darricau | 2014-06-16 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-12715 | ||||
| | * | | | | [ticket/12715] Cleanup comments in \phpbb\symfony_request | Tristan Darricau | 2014-06-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-12715 | ||||
| | * | | | | [ticket/12715] Cleanup comments in \phpbb\permissions | Tristan Darricau | 2014-06-15 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-12715 | ||||
| | * | | | | [ticket/12715] Cleanup comments in \phpbb\path_helper | Tristan Darricau | 2014-06-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-12715 | ||||
| | * | | | | [ticket/12715] Cleanup comments in \phpbb\pagination | Tristan Darricau | 2014-06-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-12715 | ||||
