aboutsummaryrefslogtreecommitdiffstats
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
* [prep-release-3.1.0-a2] Update version to 3.1.0-a2Joas Schilling2013-11-191-3/+3
|
* [task/code-sniffer] Completely ignore database_update.php.Andreas Fischer2013-10-301-0/+1
| | | | PHPBB3-11980
* [task/code-sniffer] Add PSR1.Files.SideEffects.FoundWithSymbolsAndreas Fischer2013-10-301-0/+3
| | | | PHPBB3-11980
* [task/code-sniffer] Add PSR1.Classes.ClassDeclaration.MissingNamespaceAndreas Fischer2013-10-301-4/+6
| | | | PHPBB3-11980
* [task/code-sniffer] Add Generic.WhiteSpace.DisallowSpaceIndentAndreas Fischer2013-10-301-0/+3
| | | | PHPBB3-11980
* [task/code-sniffer] Add Generic.Functions.CallTimePassByReferenceAndreas Fischer2013-10-301-0/+3
| | | | PHPBB3-11980
* [task/code-sniffer] Add Generic.Formatting.DisallowMultipleStatementsAndreas Fischer2013-10-301-0/+3
| | | | PHPBB3-11980
* [task/code-sniffer] Add OneClassPerFile and OneInterfacePerFile.Andreas Fischer2013-10-301-0/+4
| | | | PHPBB3-11980
* [task/code-sniffer] Add Generic.CodeAnalysis.UselessOverridingMethodAndreas Fischer2013-10-301-0/+3
| | | | PHPBB3-11980
* [task/code-sniffer] Add Generic.CodeAnalysis.ForLoopShouldBeWhileLoopAndreas Fischer2013-10-291-0/+3
| | | | PHPBB3-11980
* [task/code-sniffer] Do not abort immediately on PHP Code Sniffer failure.Andreas Fischer2013-10-291-2/+11
| | | | PHPBB3-11980
* [task/code-sniffer] Check function/method argument list spacing.Andreas Fischer2013-10-291-0/+9
| | | | PHPBB3-11980
* [task/code-sniffer] Cleanup code sniffer ruleset files.Andreas Fischer2013-10-292-5/+3
| | | | PHPBB3-11980
* [task/code-sniffer] Check phpBB/phpbb first. This is where new files go.Andreas Fischer2013-10-291-7/+7
| | | | PHPBB3-11980
* [task/code-sniffer] Require code sniffer to pass on Travis CI.Andreas Fischer2013-10-291-2/+2
| | | | PHPBB3-11980
* [task/code-sniffer] Add code sniffer rulesets.Andreas Fischer2013-10-273-0/+79
| | | | PHPBB3-11980
* [task/code-sniffer] Phing target for sniffing.Andreas Fischer2013-10-271-0/+24
| | | | PHPBB3-11980
* [task/code-sniffer] Move code sniffer below build folder.Andreas Fischer2013-10-275-0/+346
| | | | PHPBB3-11980
* [prep-release-3.1.0-a1] Only build packages for the latest olympus versionsJoas Schilling2013-10-141-1/+1
|
* [prep-release-3.1.0-a1] Update version to 3.1.0-a1Joas Schilling2013-10-141-1/+1
|
* [ticket/11913] Better download.phpbb.com directory structure for phpBB 3.1+Andreas Fischer2013-10-141-29/+11
| | | | PHPBB3-11913
* Merge branch 'develop-olympus' into developNathan Guse2013-10-032-0/+110
|\ | | | | | | | | * develop-olympus: [ticket/11877] Create package links and checksums for announcement via script.
| * [ticket/11877] Create package links and checksums for announcement via script.Andreas Fischer2013-10-012-0/+110
| | | | | | | | PHPBB3-11877
* | Merge branch 'develop-olympus' into developNils Adermann2013-09-303-15/+18
|\ \ | |/ | | | | | | | | * develop-olympus: [ticket/11876] Replace MD5 with SHA256. [ticket/11876] Move checksum generation from build PHP files to phing build.xml
| * [ticket/11876] Replace MD5 with SHA256.Andreas Fischer2013-09-301-1/+1
| | | | | | | | PHPBB3-11876
| * [ticket/11876] Move checksum generation from build PHP files to phing build.xmlAndreas Fischer2013-09-303-15/+18
| | | | | | | | | | | | This also removes paths from the checksum files. PHPBB3-11876
* | Merge branch 'develop-olympus' into developAndreas Fischer2013-09-301-1/+1
|\ \ | |/ | | | | | | | | | | | | * develop-olympus: [develop-olympus] Build against 3.0.12 instead of 3.0.12-RC3. Tag exists now. Conflicts: build/build.xml
| * [develop-olympus] Build against 3.0.12 instead of 3.0.12-RC3. Tag exists now.Andreas Fischer2013-09-301-1/+1
| |
* | Merge branch 'develop-olympus' into developAndreas Fischer2013-09-271-2/+2
|\ \ | |/ | | | | | | | | | | | | | | | | * develop-olympus: [develop-olympus] Use 3.0.13-dev as build version. Use latest 3.0.12 RC tag. [prep-release-3.0.12] Bumping version number for 3.0.12 final. Conflicts: build/build.xml phpBB/install/database_update.php
| * [develop-olympus] Use 3.0.13-dev as build version. Use latest 3.0.12 RC tag.Andreas Fischer2013-09-271-3/+3
| |
| * Merge branch 'prep-release-3.0.12' into develop-olympusAndreas Fischer2013-09-271-2/+2
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | * prep-release-3.0.12: [prep-release-3.0.12] Bumping version number for 3.0.12 final. Conflicts: phpBB/includes/constants.php phpBB/install/database_update.php phpBB/install/schemas/schema_data.sql
| | * [prep-release-3.0.12] Bumping version number for 3.0.12 final.Andreas Fischer2013-09-271-2/+2
| | |
| * | Merge branch 'prep-release-3.0.12' into develop-olympusAndreas Fischer2013-09-051-2/+2
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | * prep-release-3.0.12: [prep-release-3.0.12] Update Changelog for 3.0.12-RC3 release. [prep-release-3.0.12] Bumping version number for 3.0.12-RC3. Conflicts: phpBB/includes/constants.php phpBB/install/database_update.php phpBB/install/schemas/schema_data.sql
| | * [prep-release-3.0.12] Bumping version number for 3.0.12-RC3.Andreas Fischer2013-09-021-2/+2
| | |
| * | Merge branch 'prep-release-3.0.12' into develop-olympusAndreas Fischer2013-08-011-2/+2
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | * prep-release-3.0.12: [prep-release-3.0.12] Update Changelog for 3.0.12-RC2 release. [prep-release-3.0.12] Bumping version number for 3.0.12-RC2. Conflicts: phpBB/includes/constants.php phpBB/install/database_update.php phpBB/install/schemas/schema_data.sql
| | * [prep-release-3.0.12] Bumping version number for 3.0.12-RC2.Andreas Fischer2013-08-011-2/+2
| | |
* | | Merge remote-tracking branch 'upstream/develop' into ticket/11574Igor Wiedler2013-07-141-2/+2
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: [ticket/11704] Use the correct directory for dependency checking. [ticket/11704] Correctly escape " [ticket/11697] author_search() used incorrect parameter
| * \ \ Merge remote-tracking branch 'github-phpbb/develop-olympus' into developNils Adermann2013-07-141-2/+2
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | * github-phpbb/develop-olympus: [ticket/11704] Use the correct directory for dependency checking. [ticket/11704] Correctly escape "
| | * | [ticket/11704] Use the correct directory for dependency checking.Andreas Fischer2013-07-141-1/+1
| | | | | | | | | | | | | | | | PHPBB3-11704
| | * | [ticket/11704] Correctly escape "Andreas Fischer2013-07-141-1/+1
| | |/ | | | | | | | | | PHPBB3-11704
* | | Merge remote-tracking branch 'upstream/develop' into ticket/11574Igor Wiedler2013-07-141-13/+29
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (575 commits) [ticket/11702] Fix forum_posts left over for link-click counts in viewforum.php [ticket/11696] Move file to new directory [ticket/11696] Rename constructor to __construct() [ticket/11696] Remove manual loading of db_tools in extension controller test [ticket/11696] Rename db_tools.php so it can be autoloaded [ticket/11698] Moving all autoloadable files to phpbb/ [ticket/11694] Do not locate assets with root path [ticket/11692] Don't update search_type in dev migration if already appended [ticket/11675] Fix template loop [ticket/11690] Old module class names may get autoloaded by class_exists [ticket/9649] Display information on index for moderators on unapproved posts [ticket/10999] Fix assets_version in ACP [prep-release-3.0.12] More changelog items for the 3.0.12 release. [ticket/11687] Add assets_version to phpbb_config [ticket/11686] Not checking for phpBB Debug errors on functional tests [ticket/11670] Consistency with logo: Replace "phpBB(tm)" with "phpBB(R)". [ticket/11674] Do not include vendor folder if there are no dependencies. [ticket/11685] Remove logout confirmation page [ticket/11684] Remove useless confirmation page after login and admin login [ticket/9657] Define user before injecting ... Conflicts: phpBB/includes/functions_container.php phpBB/install/database_update.php phpBB/install/index.php
| * | Merge branch 'develop-olympus' into developNils Adermann2013-07-131-13/+29
| |\ \ | | |/ | | | | | | | | | * develop-olympus: [ticket/11674] Do not include vendor folder if there are no dependencies.
| | * [ticket/11674] Do not include vendor folder if there are no dependencies.Andreas Fischer2013-07-131-13/+29
| | | | | | | | | | | | PHPBB3-11674
| | * [develop-olympus] Bump version numbers for 3.0.12-RC1 release.Andreas Fischer2013-07-121-1/+1
| | |
* | | [ticket/11574] Include vendor into update packagesJoas Schilling2013-07-131-0/+2
|/ / | | | | | | PHPBB3-11574
* | Merge branch 'develop-olympus' into developNils Adermann2013-05-091-2/+4
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/11513] Update RUNNING_TESTS.txt to no longer refer to PEAR. [ticket/11513] Update all CLI calls to phpunit to use vendor/bin. [ticket/11513] Use PHPUnit from composer in .travis.yml. [ticket/11513] Update (all) composer dependencies. [ticket/11513] Add PHPUnit 3.7 and DbUnit 1.2 as a composer dev dependency. Conflicts: .travis.yml phpBB/composer.lock
| * [ticket/11513] Update all CLI calls to phpunit to use vendor/bin.Andreas Fischer2013-05-091-2/+4
| | | | | | | | PHPBB3-11513
* | Merge PR #1162 branch 'develop-olympus' into developOleg Pudeyev2012-12-291-9/+33
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # By Andreas Fischer # Via Andreas Fischer (1) and Oleg Pudeyev (1) * develop-olympus: [ticket/11291] phing: Also add checkreturn="true" to composer execution. [ticket/11291] phing: Add checkreturn="true" to all new commands. [ticket/11291] phing: Exclude vendor folder from diffs. [ticket/11291] phing packaging: Export composer.phar and install dependencies. [ticket/11291] phing: Remove no longer needed create-package target. [ticket/11291] phing: The package target does not depend on composer. [ticket/11291] phing: Adjust directory format of composer exec. [ticket/11291] phing: Add description for composer target. [ticket/11291] phing: Add --dev to composer install. [ticket/11291] phing: Correct dependencies of composer target. [ticket/11291] phing: Make sure composer is available before calling it.
| * Merge PR #1162 branch 'bantu/ticket/11291' into develop-olympusOleg Pudeyev2012-12-291-9/+33
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # By Andreas Fischer # Via Andreas Fischer * bantu/ticket/11291: [ticket/11291] phing: Also add checkreturn="true" to composer execution. [ticket/11291] phing: Add checkreturn="true" to all new commands. [ticket/11291] phing: Exclude vendor folder from diffs. [ticket/11291] phing packaging: Export composer.phar and install dependencies. [ticket/11291] phing: Remove no longer needed create-package target. [ticket/11291] phing: The package target does not depend on composer. [ticket/11291] phing: Adjust directory format of composer exec. [ticket/11291] phing: Add description for composer target. [ticket/11291] phing: Add --dev to composer install. [ticket/11291] phing: Correct dependencies of composer target. [ticket/11291] phing: Make sure composer is available before calling it.
| | * [ticket/11291] phing: Also add checkreturn="true" to composer execution.Andreas Fischer2012-12-291-0/+1
| | | | | | | | | | | | PHPBB3-11291