aboutsummaryrefslogtreecommitdiffstats
path: root/build/build.xml
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12723] Do not mention too many details on documentation.Andreas Fischer2014-06-221-0/+1
| | | | PHPBB3-12723
* [ticket/12757] Add a Code Sniffer ruleset for PHP files of phpBB extensionsAndreas Fischer2014-06-221-0/+8
| | | | PHPBB3-12757
* [ticket/12723] Use core suffix in filename instead of phpbb in the middle.Andreas Fischer2014-06-221-2/+2
| | | | PHPBB3-12723
* [ticket/12723] Add Sniff ensuring PHP files use the correct file headerTristan Darricau2014-06-221-2/+2
| | | | PHPBB3-12723
* [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
|
* Merge branch 'task/sami' into task/sami-ascraeusAndreas Fischer2014-05-161-8/+2
|\ | | | | | | | | | | | | | | | | | | * 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-161-8/+2
| | | | | | | | 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] Generate the list of the deleted files and foldersTristan Darricau2014-05-051-0/+1
| | | | | | | | | | | | 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/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
* | [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
| |
* | 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
| |
* | [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-021-2/+0
|\ \ | |/ | | | | | | | | | | | | * develop-olympus: [ticket/12140] Remove the diff class / MOD text build script Conflicts: build/build_diff.php
| * [ticket/12140] Remove the diff class / MOD text build scriptNils Adermann2014-02-021-2/+0
| | | | | | | | PHPBB3-12140
* | [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] Do not abort immediately on PHP Code Sniffer failure.Andreas Fischer2013-10-291-2/+11
| | | | | | | | 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] Phing target for sniffing.Andreas Fischer2013-10-271-0/+24
| | | | | | | | 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
| |
* | Merge branch 'develop-olympus' into developNathan Guse2013-10-031-0/+12
|\ \ | |/ | | | | | | * 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-011-0/+12
| | | | | | | | PHPBB3-11877
* | Merge branch 'develop-olympus' into developNils Adermann2013-09-301-0/+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-301-0/+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
| | |