aboutsummaryrefslogtreecommitdiffstats
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'prep-release-3.1.1' into develop-ascraeusNils Adermann2014-11-021-3/+3
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * prep-release-3.1.1: [ticket/13271] Disable CC sender feature for anonymous users [prep-release-3.1.1] Add 3.1.1 CHANGELOG [prep-release-3.1.1] Add 3.1.1 migration file [ticket/13263] Make sure default style exists and clean up code [ticket/13263] Only install/set prosilver if no style available [ticket/13263] Use prosilver as default style if user's style doesn't exist [ticket/security-164] Correctly format page_name [ticket/security-164] Sanitize all global variables in symfony_request class [ticket/13248] Use functional framework login method in tests [ticket/13248] Correctly pass provider name [ticket/13248] Always use provider collection for getting provider [ticket/13248] Allow specifying different auth provider in provider collection [ticket/13248] Use auth provider collection for getting provider [ticket/13262] Mention htaccess file when updating from 3.0 to 3.1 [ticket/13267] Update Automatic Update instructions to include vendor directory [ticket/13268] Properly append ternary result in get_existing_indexes() [prep-release-3.1.1] Update version number to 3.1.1 Conflicts: build/build.xml phpBB/includes/constants.php phpBB/install/schemas/schema_data.sql
| * [prep-release-3.1.1] Update version number to 3.1.1Nils Adermann2014-11-011-3/+3
| |
* | [develop-ascraeus] Update version number to 3.1.1-RC1-devNils Adermann2014-10-251-3/+3
|/
* Merge pull request #3059 from nickvergessen/ticket/13208Marc Alexander2014-10-231-1/+1
|\ | | | | | | [ticket/13208] Add security issues to the final changelog
| * [ticket/13208] Add security issues to the final changelogJoas Schilling2014-10-231-1/+1
| | | | | | | | PHPBB3-13208
* | [prep-release-3.1.0] Update version to 3.1.0Joas Schilling2014-10-231-1/+1
|/
* [prep-release-3.1.0-RC6] Update phpBB Version for RC7 developmentJoas Schilling2014-10-231-3/+3
|
* [prep-release-3.1.0-RC6] Update version to 3.1.0-RC6Joas Schilling2014-10-231-1/+1
|
* [prep-release-3.1.0-RC5] Update phpBB Version for RC6 developmentJoas Schilling2014-10-071-3/+3
|
* [prep-release-3.1.0-RC5] Update version to 3.1.0-RC5Joas Schilling2014-10-071-1/+1
|
* [ticket/13137] Create schema.json in build scriptJoas Schilling2014-10-071-0/+3
| | | | PHPBB3-13137
* [prep-release-3.1.0-RC4] Update phpBB Version for RC4 developmentJoas Schilling2014-09-201-3/+3
|
* [prep-release-3.1.0-RC4] Update version to 3.1.0-RC4Joas Schilling2014-09-191-1/+1
|
* [prep-release-3.1.0-RC3] Update phpBB Version for RC4 developmentJoas Schilling2014-08-121-3/+3
|
* [prep-release-3.1.0-RC3] Update version to 3.1.0-RC3Joas Schilling2014-08-111-1/+1
|
* [ticket/12941] Add sami.conf.php for Travis CI.Andreas Fischer2014-08-091-2/+4
| | | | PHPBB3-12941
* Merge pull request #2644 from Nicofuma/ticket/12051Joas Schilling2014-08-071-1/+1
|\ | | | | | | | | | | | | [ticket/12051] Optimise Composer Autoloader on Build * Nicofuma/ticket/12051: [ticket/12051] Optimise Composer Autoloader on Build
| * [ticket/12051] Optimise Composer Autoloader on BuildTristan Darricau2014-06-231-1/+1
| | | | | | | | PHPBB3-12051
* | Merge pull request #2725 from Nicofuma/ticket/12842Joas Schilling2014-07-121-10/+15
|\ \ | | | | | | | | | | | | | | | | | | [ticket/12842] Out of memory issue in code sniffer call for extensions * Nicofuma/ticket/12842: [ticket/12842] Skip parameters without exlicit type
| * | [ticket/12842] Skip parameters without exlicit typeTristan Darricau2014-07-121-10/+15
| | | | | | | | | | | | PHPBB3-12842
* | | [prep-release-3.1.0-RC2] Update phpBB Version for RC3 developmentJoas Schilling2014-07-111-3/+3
| | |
* | | [prep-release-3.1.0-RC2] Update version to 3.1.0-RC2Joas Schilling2014-07-111-1/+1
|/ /
* | [ticket/12839] Include update related templates and assets in the packageJoas Schilling2014-07-111-6/+36
| | | | | | | | PHPBB3-12839
* | [ticket/12825] Better sniff for the extensions and skip the vendor/ directoryTristan Darricau2014-07-061-0/+1
| | | | | | | | PHPBB3-12825
* | [prep-release-3.1.0-RC1] Update phpBB Version for RC2 developmentJoas Schilling2014-06-251-3/+3
| |
* | [prep-release-3.1.0-RC1] Update version to 3.1.0-RC1Joas Schilling2014-06-241-1/+1
|/
* [ticket/12726] Fix coding styleTristan Darricau2014-06-221-2/+4
| | | | PHPBB3-12726
* [ticket/12726] Update error messageTristan Darricau2014-06-221-1/+1
| | | | PHPBB3-12726
* [ticket/12726] Fix coding styleTristan Darricau2014-06-221-2/+3
| | | | PHPBB3-12726
* [ticket/12726] Ensure PHP files do not contain any unused use statementsTristan Darricau2014-06-222-0/+209
| | | | PHPBB3-12726
* [ticket/12726] PSR2.Namespaces.NamespaceDeclarationTristan Darricau2014-06-221-0/+3
| | | | PHPBB3-12726
* [ticket/12723] Do not mention too many details on documentation.Andreas Fischer2014-06-222-3/+2
| | | | PHPBB3-12723
* [ticket/12723] Do not reference the coding guidelines section.Andreas Fischer2014-06-221-3/+2
| | | | PHPBB3-12723
* [ticket/12757] Add a Code Sniffer ruleset for PHP files of phpBB extensionsAndreas Fischer2014-06-222-0/+16
| | | | PHPBB3-12757
* [ticket/12723] Properly describe new Code Sniffer rulsets.Andreas Fischer2014-06-222-4/+4
| | | | PHPBB3-12723
* [ticket/12723] Use core suffix in filename instead of phpbb in the middle.Andreas Fischer2014-06-223-3/+3
| | | | PHPBB3-12723
* [ticket/12723] Add Sniff ensuring PHP files use the correct file headerTristan Darricau2014-06-228-250/+140
| | | | PHPBB3-12723
* [ticket/12721] Update rules descriptionsTristan Darricau2014-06-161-8/+10
| | | | PHPBB3-12721
* [ticket/12721] Add Generic.NamingConventions.ConstructorName in strictTristan Darricau2014-06-161-0/+3
| | | | PHPBB3-12721
* [ticket/12721] Add Squiz.Functions.LowercaseFunctionKeywords in legacyTristan Darricau2014-06-161-0/+3
| | | | PHPBB3-12721
* [ticket/12721] Add Squiz.ControlStructures.ForLoopDeclaration in legacyTristan Darricau2014-06-161-0/+3
| | | | PHPBB3-12721
* [ticket/12721] Add Squiz.ControlStructures.ForEachLoopDeclarationTristan Darricau2014-06-161-0/+3
| | | | PHPBB3-12721
* [ticket/12721] Add Squiz.ControlStructures.ElseIfDeclaration in legacyTristan Darricau2014-06-161-0/+3
| | | | PHPBB3-12721
* [ticket/12721] Add Generic.Functions.OpeningFunctionBraceBsdAllmanTristan Darricau2014-06-161-0/+4
| | | | PHPBB3-12721
* [ticket/12721] Add Squiz.Arrays.ArrayBracketSpacing in the legacy rulesetTristan Darricau2014-06-161-0/+3
| | | | PHPBB3-12721
* [ticket/12721] Add Generic.Files.LowercasedFilename in the legacy rulesetTristan Darricau2014-06-161-0/+3
| | | | PHPBB3-12721
* [ticket/12722] Add Generic.Formatting.SpaceAfterCast in the legacy rulesetTristan Darricau2014-06-161-0/+3
| | | | PHPBB3-12722
* [ticket/12724] Add Squiz.PHP.Eval in the legacy rulesetTristan Darricau2014-06-161-0/+3
| | | | PHPBB3-12724
* [ticket/12682] Make Code Sniffer run properly on Travis CI again.Andreas Fischer2014-06-131-10/+10
| | | | | | | | | | The --ignore parameter takes a case-insensitive pattern and as such 'phpBB/phpbb/*' matches any '/home/travis/build/phpbb/phpbb/...' file name. This results in nothing being checked against ruleset-php-legacy.xml. Using absolute paths in the --ignore pattern fixes this issues. PHPBB3-12682
* [prep-release-3.1.0-b4] Update phpBB Version for b5 developmentJoas Schilling2014-05-301-3/+3
|