Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/12180] Add "Each file MUST end with exactly one newline character" rule | Andreas Fischer | 2014-02-10 | 1 | -0/+3 |
| | | | | PHPBB3-12180 | ||||
* | [prep-release-3.1.0-a3] Update version to 3.1.0-a4-dev for future development | Joas Schilling | 2014-02-05 | 1 | -1/+1 |
| | |||||
* | [prep-release-3.1.0-a3] Update version to 3.1.0-a3 | Joas Schilling | 2014-02-05 | 1 | -3/+3 |
| | |||||
* | Merge branch 'develop-olympus' into develop | Nils Adermann | 2014-02-04 | 1 | -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 english | Joas Schilling | 2014-02-04 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-12162 | ||||
| * | [ticket/12161] Do not use subdirectories in build/save directory. | Andreas Fischer | 2014-02-04 | 1 | -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 develop | Andreas Fischer | 2014-02-02 | 3 | -2121/+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 script | Nils Adermann | 2014-02-02 | 3 | -2123/+0 |
| | | | | | | | | PHPBB3-12140 | ||||
* | | [ticket/12030] Fix some spelling issues | Joas Schilling | 2014-01-08 | 1 | -5/+5 |
| | | | | | | | | PHPBB3-12030 | ||||
* | | [ticket/12030] Fix wrong file and directory names | Joas Schilling | 2013-12-19 | 1 | -4/+5 |
| | | | | | | | | PHPBB3-12030 | ||||
* | | [ticket/12030] Include adm/images/ when the css file was updated | Joas Schilling | 2013-12-19 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | The images are referenced relative from the admin.css file. So when it was updated and the images where not, the updater will be without images, unless we ensure that they are included in the update-package. PHPBB3-12021 PHPBB3-12030 | ||||
* | | [ticket/12030] Include config directory completly in update packages | Joas Schilling | 2013-12-19 | 1 | -0/+47 |
| | | | | | | | | | | | | | | When one of the config files was updated, we need to include all config files because they are referenced relative from the files themselves. PHPBB3-12030 | ||||
* | | [prep-release-3.1.0-a2] Update version to 3.1.0-a2 | Joas Schilling | 2013-11-19 | 1 | -3/+3 |
| | | |||||
* | | [task/code-sniffer] Completely ignore database_update.php. | Andreas Fischer | 2013-10-30 | 1 | -0/+1 |
| | | | | | | | | PHPBB3-11980 | ||||
* | | [task/code-sniffer] Add PSR1.Files.SideEffects.FoundWithSymbols | Andreas Fischer | 2013-10-30 | 1 | -0/+3 |
| | | | | | | | | PHPBB3-11980 | ||||
* | | [task/code-sniffer] Add PSR1.Classes.ClassDeclaration.MissingNamespace | Andreas Fischer | 2013-10-30 | 1 | -4/+6 |
| | | | | | | | | PHPBB3-11980 | ||||
* | | [task/code-sniffer] Add Generic.WhiteSpace.DisallowSpaceIndent | Andreas Fischer | 2013-10-30 | 1 | -0/+3 |
| | | | | | | | | PHPBB3-11980 | ||||
* | | [task/code-sniffer] Add Generic.Functions.CallTimePassByReference | Andreas Fischer | 2013-10-30 | 1 | -0/+3 |
| | | | | | | | | PHPBB3-11980 | ||||
* | | [task/code-sniffer] Add Generic.Formatting.DisallowMultipleStatements | Andreas Fischer | 2013-10-30 | 1 | -0/+3 |
| | | | | | | | | PHPBB3-11980 | ||||
* | | [task/code-sniffer] Add OneClassPerFile and OneInterfacePerFile. | Andreas Fischer | 2013-10-30 | 1 | -0/+4 |
| | | | | | | | | PHPBB3-11980 | ||||
* | | [task/code-sniffer] Add Generic.CodeAnalysis.UselessOverridingMethod | Andreas Fischer | 2013-10-30 | 1 | -0/+3 |
| | | | | | | | | PHPBB3-11980 | ||||
* | | [task/code-sniffer] Add Generic.CodeAnalysis.ForLoopShouldBeWhileLoop | Andreas Fischer | 2013-10-29 | 1 | -0/+3 |
| | | | | | | | | PHPBB3-11980 | ||||
* | | [task/code-sniffer] Do not abort immediately on PHP Code Sniffer failure. | Andreas Fischer | 2013-10-29 | 1 | -2/+11 |
| | | | | | | | | PHPBB3-11980 | ||||
* | | [task/code-sniffer] Check function/method argument list spacing. | Andreas Fischer | 2013-10-29 | 1 | -0/+9 |
| | | | | | | | | PHPBB3-11980 | ||||
* | | [task/code-sniffer] Cleanup code sniffer ruleset files. | Andreas Fischer | 2013-10-29 | 2 | -5/+3 |
| | | | | | | | | PHPBB3-11980 | ||||
* | | [task/code-sniffer] Check phpBB/phpbb first. This is where new files go. | Andreas Fischer | 2013-10-29 | 1 | -7/+7 |
| | | | | | | | | PHPBB3-11980 | ||||
* | | [task/code-sniffer] Require code sniffer to pass on Travis CI. | Andreas Fischer | 2013-10-29 | 1 | -2/+2 |
| | | | | | | | | PHPBB3-11980 | ||||
* | | [task/code-sniffer] Add code sniffer rulesets. | Andreas Fischer | 2013-10-27 | 3 | -0/+79 |
| | | | | | | | | PHPBB3-11980 | ||||
* | | [task/code-sniffer] Phing target for sniffing. | Andreas Fischer | 2013-10-27 | 1 | -0/+24 |
| | | | | | | | | PHPBB3-11980 | ||||
* | | [task/code-sniffer] Move code sniffer below build folder. | Andreas Fischer | 2013-10-27 | 5 | -0/+346 |
| | | | | | | | | PHPBB3-11980 | ||||
* | | [prep-release-3.1.0-a1] Only build packages for the latest olympus versions | Joas Schilling | 2013-10-14 | 1 | -1/+1 |
| | | |||||
* | | [prep-release-3.1.0-a1] Update version to 3.1.0-a1 | Joas Schilling | 2013-10-14 | 1 | -1/+1 |
| | | |||||
* | | [ticket/11913] Better download.phpbb.com directory structure for phpBB 3.1+ | Andreas Fischer | 2013-10-14 | 1 | -29/+11 |
| | | | | | | | | PHPBB3-11913 | ||||
* | | Merge branch 'develop-olympus' into develop | Nathan Guse | 2013-10-03 | 2 | -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 Fischer | 2013-10-01 | 2 | -0/+110 |
| | | | | | | | | PHPBB3-11877 | ||||
* | | Merge branch 'develop-olympus' into develop | Nils Adermann | 2013-09-30 | 3 | -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 Fischer | 2013-09-30 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-11876 | ||||
| * | [ticket/11876] Move checksum generation from build PHP files to phing build.xml | Andreas Fischer | 2013-09-30 | 3 | -15/+18 |
| | | | | | | | | | | | | This also removes paths from the checksum files. PHPBB3-11876 | ||||
* | | Merge branch 'develop-olympus' into develop | Andreas Fischer | 2013-09-30 | 1 | -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 Fischer | 2013-09-30 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'develop-olympus' into develop | Andreas Fischer | 2013-09-27 | 1 | -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 Fischer | 2013-09-27 | 1 | -3/+3 |
| | | |||||
| * | Merge branch 'prep-release-3.0.12' into develop-olympus | Andreas Fischer | 2013-09-27 | 1 | -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 Fischer | 2013-09-27 | 1 | -2/+2 |
| | | | |||||
| * | | Merge branch 'prep-release-3.0.12' into develop-olympus | Andreas Fischer | 2013-09-05 | 1 | -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 Fischer | 2013-09-02 | 1 | -2/+2 |
| | | | |||||
| * | | Merge branch 'prep-release-3.0.12' into develop-olympus | Andreas Fischer | 2013-08-01 | 1 | -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 Fischer | 2013-08-01 | 1 | -2/+2 |
| | | | |||||
* | | | Merge remote-tracking branch 'upstream/develop' into ticket/11574 | Igor Wiedler | 2013-07-14 | 1 | -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 develop | Nils Adermann | 2013-07-14 | 1 | -2/+2 |
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | * github-phpbb/develop-olympus: [ticket/11704] Use the correct directory for dependency checking. [ticket/11704] Correctly escape " |