| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [prep-release-3.1.3] Add migration for 3.1.3 | Joas Schilling | 2015-02-01 | 1 | -0/+31 |
| | | |||||
| * | [prep-release-3.1.3] Update version to 3.1.3 | Joas Schilling | 2015-02-01 | 2 | -2/+2 |
| | | |||||
| * | [prep-release-3.1.3] Add changelog for 3.1.3-RC2 | Joas Schilling | 2015-01-31 | 1 | -0/+15 |
| | | |||||
| * | [prep-release-3.1.3] Add migration for 3.1.3-RC2 | Joas Schilling | 2015-01-31 | 1 | -0/+32 |
| | | |||||
| * | [prep-release-3.1.3] Update version to 3.1.3-RC2 | Joas Schilling | 2015-01-31 | 2 | -2/+2 |
| | | |||||
| * | [ticket/13553] Use defined title value in page headers too | Matt Friedman | 2015-01-31 | 1 | -1/+1 |
| | | | | | PHPBB3-13553 | ||||
| * | [ticket/13553] Make title var accept a lang key var | Matt Friedman | 2015-01-31 | 1 | -4/+4 |
| | | | | | PHPBB3-13553 | ||||
| * | [ticket/13553] Message helper should accept a lang key var | Matt Friedman | 2015-01-31 | 1 | -5/+7 |
| | | | | | PHPBB3-13553 | ||||
| * | [ticket/13557] Add migrations for 3.0.13 and 3.0.13-PL1 | Joas Schilling | 2015-01-30 | 2 | -0/+74 |
| | | | | | PHPBB3-13557 | ||||
| * | [ticket/13556] Fix exception translation with filedownloader | Joas Schilling | 2015-01-30 | 2 | -5/+6 |
| | | | | | PHPBB3-13556 | ||||
| * | Merge pull request #3341 from brunoais/ticket/13544 | Joas Schilling | 2015-01-30 | 1 | -1/+2 |
| |\ | | | | | | | [ticket/13544] Fixing wrong SQL query for permission_unset() for roles | ||||
| | * | [ticket/13544] Use integer case because $role_id is an int | brunoais | 2015-01-26 | 1 | -1/+1 |
| | | | | | | | | | PHPBB3-13544 | ||||
| | * | [ticket/13544] Fixing wrong SQL query for permission_unset for roles | brunoais | 2015-01-26 | 1 | -1/+2 |
| | | | | | | | | | PHPBB3-13544 | ||||
| * | | Merge branch 'prep-release-3.0.13' into prep-release-3.1.3 | Andreas Fischer | 2015-01-30 | 2 | -44/+52 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * prep-release-3.0.13: [prep-release-3.0.13] Correct changelog link to 3.0.13 changes. [prep-release-3.0.13] Also update version in references to files. [prep-release-3.0.13] Add changelog for 3.0.13-PL1 release. [prep-release-3.0.13] Get rid of roman numbers in CHANGELOG.html. [prep-release-3.0.13] Bump version numbers for 3.0.13-PL1 release. [ticket/13549] Do not exit when ORIG_PATH_INFO just contains SCRIPT_NAME. [ticket/12933] Handle case when * is last character of word [ticket/13554] Show feature release upgrades in blue rather than red. Conflicts: build/build.xml phpBB/adm/style/acp_update.html phpBB/docs/CHANGELOG.html phpBB/docs/INSTALL.html phpBB/includes/constants.php phpBB/includes/startup.php phpBB/install/database_update.php phpBB/install/schemas/schema_data.sql tests/security/trailing_path_test.php | ||||
| | * | | [prep-release-3.0.13] Correct changelog link to 3.0.13 changes. | Andreas Fischer | 2015-01-30 | 1 | -2/+2 |
| | | | | |||||
| | * | | [prep-release-3.0.13] Also update version in references to files. | Andreas Fischer | 2015-01-29 | 1 | -3/+3 |
| | | | | |||||
| | * | | [prep-release-3.0.13] Add changelog for 3.0.13-PL1 release. | Andreas Fischer | 2015-01-29 | 1 | -0/+10 |
| | | | | |||||
| | * | | [prep-release-3.0.13] Get rid of roman numbers in CHANGELOG.html. | Andreas Fischer | 2015-01-29 | 1 | -24/+24 |
| | | | | |||||
| | * | | [prep-release-3.0.13] Bump version numbers for 3.0.13-PL1 release. | Andreas Fischer | 2015-01-29 | 3 | -4/+10 |
| | | | | |||||
| | * | | Merge pull request #3347 from bantu/ticket/13554 | Dhruv Goel | 2015-01-29 | 1 | -1/+1 |
| | |\ \ | | | | | | | | | [ticket/13554] Show feature release upgrades in blue rather than red. | ||||
| | | * | | [ticket/13554] Show feature release upgrades in blue rather than red. | Andreas Fischer | 2015-01-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | PHPBB3-13554 | ||||
| | * | | | Merge pull request #3348 from bantu/ticket/13549 | Andreas Fischer | 2015-01-29 | 1 | -1/+1 |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13549] Do not exit when ORIG_PATH_INFO just contains SCRIPT_NAME... * bantu/ticket/13549: [ticket/13549] Do not exit when ORIG_PATH_INFO just contains SCRIPT_NAME. | ||||
| | | * | | | [ticket/13549] Do not exit when ORIG_PATH_INFO just contains SCRIPT_NAME. | Marc Alexander | 2015-01-28 | 1 | -1/+1 |
| | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | The ORIG_PATH_INFO on IIS also contains the script name. Only use that for killing the script after removing the script name from ORIG_PATH_INFO. PHPBB3-13549 | ||||
| | * | | | [ticket/12933] Handle case when * is last character of word | Dhruv | 2015-01-28 | 1 | -1/+1 |
| | |/ / | | | | | | | | | | PHPBB3-12933 | ||||
| * | | | [ticket/13553] Add a method to the controller helper to display a message | Joas Schilling | 2015-01-29 | 1 | -1/+16 |
| | | | | | | | | | | | | | PHPBB3-13553 | ||||
| * | | | [prep-release-3.1.3] Add changelog for 3.1.3-RC1 | Joas Schilling | 2015-01-26 | 1 | -0/+96 |
| | | | | |||||
| * | | | [prep-release-3.1.3] Prepare Changelog | Joas Schilling | 2015-01-26 | 1 | -38/+41 |
| | | | | |||||
| * | | | [prep-release-3.1.3] Add migration for 3.1.3-RC1 | Joas Schilling | 2015-01-26 | 1 | -0/+35 |
| | | | | |||||
| * | | | [prep-release-3.1.3] Update version to 3.1.2-RC1 | Joas Schilling | 2015-01-26 | 5 | -7/+7 |
| | |/ |/| | |||||
| * | | Merge branch 'develop-olympus' into develop-ascraeus | Nils Adermann | 2015-01-26 | 1 | -2/+5 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [prep-release-3.0.13] Bump version numbers for 3.0.13 release [prep-release-3.0.13] Highlight security relevant changes Conflicts: build/build.xml phpBB/install/database_update.php | ||||
| | * \ | Merge branch 'prep-release-3.0.13' into develop-olympus | Nils Adermann | 2015-01-26 | 2 | -2/+11 |
| | |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * prep-release-3.0.13: [prep-release-3.0.13] Bump version numbers for 3.0.13 release [prep-release-3.0.13] Highlight security relevant changes Conflicts: build/build.xml phpBB/includes/constants.php phpBB/install/database_update.php phpBB/install/schemas/schema_data.sql | ||||
| | | * | [prep-release-3.0.13] Bump version numbers for 3.0.13 release | Nils Adermann | 2015-01-26 | 3 | -3/+9 |
| | | | | |||||
| | | * | [prep-release-3.0.13] Highlight security relevant changes | Nils Adermann | 2015-01-26 | 1 | -2/+5 |
| | | | | |||||
| * | | | Merge pull request #3321 from marc1706/ticket/13282 | Joas Schilling | 2015-01-23 | 1 | -1/+9 |
| |\ \ \ | | | | | | | | | | | | | [ticket/13282] Use 0 as default for integer type columns in postgresql | ||||
| | * | | | [ticket/13282] Use strpos() instead of preg_match() | Marc Alexander | 2015-01-22 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | PHPBB3-13282 | ||||
| | * | | | [ticket/13282] Use 0 as default for integer type columns in postgresql | Marc Alexander | 2015-01-22 | 1 | -1/+9 |
| | | | | | | | | | | | | | | | | | PHPBB3-13282 | ||||
| * | | | | Merge pull request #3173 from Nicofuma/ticket/13361 | Nils Adermann | 2015-01-22 | 5 | -13/+199 |
| |\ \ \ \ | |/ / / |/| | | | [ticket/13361] Improve the exception listener | ||||
| | * | | | [ticket/13361] Rename exception to runtime_exception | Tristan Darricau | 2015-01-21 | 2 | -4/+4 |
| | | | | | | | | | | | | | | | | | PHPBB3-13361 | ||||
| | * | | | [ticket/13361] Fix the JsonResponse in the exception listener | Tristan Darricau | 2015-01-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | PHPBB3-13361 | ||||
| | * | | | [ticket/13361] Add tests | Tristan Darricau | 2015-01-11 | 2 | -5/+11 |
| | | | | | | | | | | | | | | | | | PHPBB3-13361 | ||||
| | * | | | [ticket/13361] Support ajax request (send a json response) | Tristan Darricau | 2015-01-10 | 1 | -9/+25 |
| | | | | | | | | | | | | | | | | | PHPBB3-13361 | ||||
| | * | | | [ticket/13361] Improve the exception listener | Tristan Darricau | 2014-11-23 | 5 | -4/+168 |
| | | | | | | | | | | | | | | | | | PHPBB3-13361 | ||||
| * | | | | Merge branch 'develop-olympus' into develop-ascraeus | Andreas Fischer | 2015-01-21 | 3 | -29/+201 |
| |\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [develop-olympus] Increment version number to 3.0.14-dev. [develop-olympus] Add changelog for 3.0.13 release. [develop-olympus] Bump version numbers for 3.0.13-RC1 release. [develop-olympus] Bumping version numbers to final for 3.0.13 releases. Conflicts: build/build.xml phpBB/docs/CHANGELOG.html phpBB/docs/INSTALL.html phpBB/includes/constants.php phpBB/install/convertors/convert_phpbb20.php phpBB/install/database_update.php phpBB/install/schemas/schema_data.sql phpBB/styles/prosilver/imageset/imageset.cfg phpBB/styles/prosilver/style.cfg phpBB/styles/prosilver/template/template.cfg phpBB/styles/prosilver/theme/theme.cfg phpBB/styles/subsilver2/imageset/imageset.cfg phpBB/styles/subsilver2/style.cfg phpBB/styles/subsilver2/template/template.cfg phpBB/styles/subsilver2/theme/theme.cfg | ||||
| | * | | | [develop-olympus] Increment version number to 3.0.14-dev. | Andreas Fischer | 2015-01-21 | 3 | -3/+3 |
| | | |/ | |/| | |||||
| | * | | [develop-olympus] Add changelog for 3.0.13 release. | Andreas Fischer | 2015-01-21 | 1 | -28/+162 |
| | | | | |||||
| | * | | [develop-olympus] Bump version numbers for 3.0.13-RC1 release. | Andreas Fischer | 2015-01-21 | 3 | -5/+11 |
| | | | | |||||
| | * | | [develop-olympus] Bumping version numbers to final for 3.0.13 releases. | Andreas Fischer | 2015-01-21 | 10 | -12/+12 |
| | | | | |||||
| | * | | [ticket/13531] Send 404 Not Found. | Andreas Fischer | 2015-01-21 | 1 | -1/+15 |
| | | | | | | | | | | | | | PHPBB3-13531 | ||||
| | * | | [ticket/13531] Explicitly disallow trailing paths (e.g. PATH_INFO). | Marc Alexander | 2015-01-21 | 1 | -0/+34 |
| | | | | | | | | | | | | | PHPBB3-13531 | ||||
| | * | | Merge pull request #3312 from bantu/ticket/13527 | Andreas Fischer | 2015-01-20 | 1 | -4/+1 |
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13527] Escape information received from version server * bantu/ticket/13527: [ticket/13527] Apply htmlspecialchars() to data from version server. [ticket/13527] Remove two unused variables. | ||||
