aboutsummaryrefslogtreecommitdiffstats
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
* [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
|
* [prep-release-3.1.0-b4] Update version to 3.1.0-b4Joas Schilling2014-05-301-1/+1
|
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-278-29/+61
| | | | PHPBB3-12594
* Merge branch 'task/sami' into task/sami-ascraeusAndreas Fischer2014-05-171-1/+2
|\ | | | | | | | | | | * task/sami: [task/sami] Establish alphabetical order. [task/sami] Also ignore ext/ directory.
| * [task/sami] Establish alphabetical order.Andreas Fischer2014-05-171-1/+1
| | | | | | | | PHPBB3-12495
| * [task/sami] Also ignore ext/ directory.Andreas Fischer2014-05-171-0/+1
| | | | | | | | PHPBB3-12495
* | Merge branch 'task/sami' into task/sami-ascraeusAndreas Fischer2014-05-163-153/+51
|\ \ | |/ | | | | | | | | | | | | | | | | * task/sami: [task/sami] Replace phpdoctor with sami. [task/sami] Add sami/sami as a composer development dependency. Conflicts: phpBB/composer.json phpBB/composer.lock
| * [task/sami] Replace phpdoctor with sami.Andreas Fischer2014-05-163-153/+51
| | | | | | | | PHPBB3-12495
* | Merge branch 'ticket/10839-olympus' into ticket/10839Joas Schilling2014-05-091-1/+0
|\ \ | |/ | | | | | | | | | | | | | | | | * ticket/10839-olympus: [ticket/10839] Fix note about running slow tests and build task [ticket/10839] Removing phpunit.xml.all [ticket/10839] Always run functional tests by default Conflicts: phpunit.xml.dist
| * [ticket/10839] Fix note about running slow tests and build taskJoas Schilling2014-05-091-1/+0
| | | | | | | | PHPBB3-10839
* | [ticket/12325] Use \RecursiveDirectoryIteratorTristan Darricau2014-05-061-38/+19
| | | | | | | | PHPBB3-12325
* | [ticket/12325] Doc blocksTristan Darricau2014-05-061-3/+21
| | | | | | | | PHPBB3-12325
* | [ticket/12325] Change private function to protectedTristan Darricau2014-05-051-1/+1
| | | | | | | | PHPBB3-12325
* | [ticket/12325] Add visibilitiesTristan Darricau2014-05-051-2/+2
| | | | | | | | PHPBB3-12325
* | [ticket/12325] Add files located in deleted dirsTristan Darricau2014-05-051-3/+29
| | | | | | | | PHPBB3-12325
* | [ticket/12325] Generate the list of the deleted files and foldersTristan Darricau2014-05-053-0/+48
| | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-12325 PHPBB3-12325
* | [prep-release-3.1.0-b3] Update phpBB Version for b4 developmentJoas Schilling2014-05-041-3/+3
| |
* | [prep-release-3.1.0-b3] Update version to 3.1.0-b3Joas Schilling2014-05-041-1/+1
| |
* | [ticket/12458] Apply Squiz.WhiteSpace.SuperfluousWhitespace.* to legacy code.Andreas Fischer2014-04-292-12/+12
| | | | | | | | | | | | | | | | | | * There MUST NOT be trailing whitespace at the end of lines. * There MUST NOT be whitespace before the first content of a file. * There MUST NOT be whitespace after the last content of a file. * Functions MUST NOT contain multiple empty lines in a row. PHPBB3-12458
* | [ticket/12390] Move cleaning of vendor into it's own targetJoas Schilling2014-04-161-10/+16
| | | | | | | | PHPBB3-12390
* | [ticket/12390] Remove documentation, tests and other files from vendor/Joas Schilling2014-04-121-0/+83
| | | | | | | | PHPBB3-12390
* | [ticket/12349] Fix Sniffer for @license tagJoas Schilling2014-04-031-1/+1
| | | | | | | | PHPBB3-12349
* | [prep-release-3.1.0-b2] Prepare development of 3.1.0-b3Joas Schilling2014-03-301-3/+3
| |
* | [prep-release-3.1.0-b2] Update version to 3.1.0-b2Joas Schilling2014-03-301-1/+1
| |
* | [ticket/12326] Correctly format update/index.php and remove php closing tagJoas Schilling2014-03-301-11/+5
| | | | | | | | PHPBB3-12326
* | [ticket/12326] Do not add deleted files to the list of changed filesJoas Schilling2014-03-301-6/+6
| | | | | | | | PHPBB3-12326
* | Merge branch 'develop-olympus' into develop-ascraeusAndreas Fischer2014-03-251-1/+1
|\ \ | |/ | | | | | | | | * develop-olympus: [ticket/12302] Added `--no-dev` to composer call in build.xml [ticket/12302] Updated composer.phar to 1.0.0-alpha8
| * [ticket/12302] Added `--no-dev` to composer call in build.xmls9e2014-03-251-1/+1
| | | | | | | | PHPBB3-12302
* | [prep-release-3.1.0-b1] Update build version to 3.1.0-b2-devJoas Schilling2014-03-151-3/+3
| |
* | [prep-release-3.1.0-b1] Update version to 3.1.0-b1Joas Schilling2014-03-151-3/+3
| |
* | [ticket/11764] Create separate packages for subsilver2 on releases.Joas Schilling2014-03-081-0/+8
| | | | | | | | PHPBB3-11764
* | [ticket/12180] Add "Each file MUST end with exactly one newline character" ruleAndreas Fischer2014-02-101-0/+3
| | | | | | | | PHPBB3-12180
* | [prep-release-3.1.0-a3] Update version to 3.1.0-a4-dev for future developmentJoas Schilling2014-02-051-1/+1
| |
* | [prep-release-3.1.0-a3] Update version to 3.1.0-a3Joas Schilling2014-02-051-3/+3
| |
* | Merge branch 'develop-olympus' into developNils Adermann2014-02-041-6/+6
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/12162] Set language to C before running diff to ensure its english [ticket/11509] Be exact when referencing the branch name. [ticket/12161] Do not use subdirectories in build/save directory. [ticket/11509] Run commit message checker only in one environment. [ticket/11509] Contrary to docs, COMMIT_RANGE is not available in PR mode. Conflicts: .travis.yml
| * [ticket/12162] Set language to C before running diff to ensure its englishJoas Schilling2014-02-041-1/+1
| | | | | | | | PHPBB3-12162
| * [ticket/12161] Do not use subdirectories in build/save directory.Andreas Fischer2014-02-041-5/+5
| | | | | | | | | | | | | | This is pretty much pointless because a new build will wipe the save directory and there are only a few files in there anyway. PHPBB3-12161
* | Merge branch 'develop-olympus' into developAndreas Fischer2014-02-023-2121/+0
|\ \ | |/ | | | | | | | | | | | | * develop-olympus: [ticket/12140] Remove the diff class / MOD text build script Conflicts: build/build_diff.php