Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/11873] Do not hash very large passwords in order to safe resources. | Joas Schilling | 2013-09-28 | 1 | -0/+7 |
| | | | | PHPBB3-11873 | ||||
* | [prep-release-3.0.12] Bumping version number for 3.0.12 final. | Andreas Fischer | 2013-09-27 | 3 | -3/+9 |
| | |||||
* | [prep-release-3.0.12] Remove changelog entry for ticket that was not resolved. | Andreas Fischer | 2013-09-10 | 1 | -1/+0 |
| | | | | A wrong fix version was assigned to PHPBB3-11288. | ||||
* | [prep-release-3.0.12] Update Changelog for 3.0.12-RC3 release. | Andreas Fischer | 2013-09-02 | 1 | -0/+3 |
| | |||||
* | [prep-release-3.0.12] Bumping version number for 3.0.12-RC3. | Andreas Fischer | 2013-09-02 | 3 | -3/+9 |
| | |||||
* | [ticket/11769] Allow using 0 as poster name | Joas Schilling | 2013-09-02 | 1 | -1/+1 |
| | | | | PHPBB3-11769 | ||||
* | [ticket/11769] Allow '0' as username | Joas Schilling | 2013-09-02 | 1 | -1/+1 |
| | | | | PHPBB3-11769 | ||||
* | [ticket/11769] Allow '0' as username in notification mails | Joas Schilling | 2013-08-23 | 3 | -3/+3 |
| | | | | PHPBB3-11769 | ||||
* | [ticket/11769] Fix language issues in the doc blocks | Joas Schilling | 2013-08-23 | 2 | -6/+7 |
| | | | | PHPBB3-11769 | ||||
* | [ticket/11769] Correctly supply the post author's username in posting.php | Joas Schilling | 2013-08-23 | 2 | -2/+10 |
| | | | | | | | | Only supply the username, when it is a guest posting or we edit and it was supplied, otherwise post_data might hold data of the post we quote, in which case username is the original poster, not the current one. PHPBB3-11769 | ||||
* | [ticket/11802] replace $browser with $user->browser | Dhruv | 2013-08-20 | 1 | -1/+1 |
| | | | | PHPBB3-11802 | ||||
* | [ticket/11775] Fix error when moving the last post to another topic | Joas Schilling | 2013-08-08 | 1 | -2/+2 |
| | | | | PHPBB3-11775 | ||||
* | Merge branch 'prep-release-3.0.12' of git://github.com/phpbb/phpbb3 into ↵ | Andreas Fischer | 2013-08-01 | 2 | -4/+22 |
|\ | | | | | | | | | | | | | | | | | | | prep-release-3.0.12 * 'prep-release-3.0.12' of git://github.com/phpbb/phpbb3: [ticket/11753] Remove ?> from MySQL Upgrader. [ticket/11753] Update MySQL upgrader schema data. [ticket/11524] Add another isset() to mitigate "Illegal string offset 'limit'" [ticket/11752] HTTP -> HTTPs in email/installed.txt | ||||
| * | Merge remote-tracking branch 'bantu/ticket/11753' into prep-release-3.0.12 | Joas Schilling | 2013-07-30 | 1 | -2/+19 |
| |\ | | | | | | | | | | | | | | | | * bantu/ticket/11753: [ticket/11753] Remove ?> from MySQL Upgrader. [ticket/11753] Update MySQL upgrader schema data. | ||||
| | * | [ticket/11753] Remove ?> from MySQL Upgrader. | Andreas Fischer | 2013-07-30 | 1 | -2/+0 |
| | | | | | | | | | | | | PHPBB3-11753 | ||||
| | * | [ticket/11753] Update MySQL upgrader schema data. | Andreas Fischer | 2013-07-30 | 1 | -0/+19 |
| | | | | | | | | | | | | PHPBB3-11753 | ||||
| * | | Merge remote-tracking branch 'bantu/ticket/11524' into prep-release-3.0.12 | Joas Schilling | 2013-07-30 | 1 | -1/+2 |
| |\ \ | | | | | | | | | | | | | | | | | * bantu/ticket/11524: [ticket/11524] Add another isset() to mitigate "Illegal string offset 'limit'" | ||||
| | * | | [ticket/11524] Add another isset() to mitigate "Illegal string offset 'limit'" | Andreas Fischer | 2013-07-30 | 1 | -1/+2 |
| | |/ | | | | | | | | | | | | | | | | ... on PHP 5.4 or higher. PHPBB3-11524 | ||||
| * | | [ticket/11752] HTTP -> HTTPs in email/installed.txt | Andreas Fischer | 2013-07-30 | 1 | -1/+1 |
| |/ | | | | | | | PHPBB3-11752 | ||||
* | | [prep-release-3.0.12] Update Changelog for 3.0.12-RC2 release. | Andreas Fischer | 2013-08-01 | 1 | -0/+5 |
| | | |||||
* | | [prep-release-3.0.12] Bumping version number for 3.0.12-RC2. | Andreas Fischer | 2013-08-01 | 3 | -3/+9 |
|/ | |||||
* | [ticket/11740] Update FAQ to include Ideas Centre | MichaelC | 2013-07-25 | 1 | -1/+1 |
| | | | | PHPBB3-11740 | ||||
* | Merge remote-tracking branch 'marc1706/ticket/11720-prep-release' into ↵ | Andreas Fischer | 2013-07-22 | 1 | -3/+6 |
|\ | | | | | | | | | | | | | | | prep-release-3.0.12 * marc1706/ticket/11720-prep-release: [ticket/11720] Add functional test for submitting report as user [ticket/11720] Do not call $captcha->validate if $captcha is not set | ||||
| * | [ticket/11720] Do not call $captcha->validate if $captcha is not set | Marc Alexander | 2013-07-21 | 1 | -3/+6 |
| | | | | | | | | | | | | | | | | PHPBB3-11566 changed big parts of code. Unfortunately, a call to $captcha->validate was added that is being called even if $captcha hasn't been initialized. This change will fix this issue. PHPBB3-11720 | ||||
* | | [prep-release-3.0.12] More changelog items for the 3.0.12 release. | Andreas Fischer | 2013-07-13 | 1 | -0/+3 |
| | | |||||
* | | Merge remote-tracking branch 'github-marc1706/ticket/11112' into ↵ | Nils Adermann | 2013-07-13 | 15 | -44/+44 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | prep-release-3.0.12 * github-marc1706/ticket/11112: [ticket/11112] Do not change opensource.org link to https [ticket/11112] Use https for user-visible links to phpbb.com | ||||
| * | | [ticket/11112] Do not change opensource.org link to https | Marc Alexander | 2013-07-12 | 1 | -1/+1 |
| | | | | | | | | | | | | PHPBB3-11112 | ||||
| * | | [ticket/11112] Use https for user-visible links to phpbb.com | Marc Alexander | 2013-07-12 | 15 | -44/+44 |
| |/ | | | | | | | PHPBB3-11112 | ||||
* | | [ticket/11670] Consistency with logo: Replace "phpBB(tm)" with "phpBB(R)". | Andreas Fischer | 2013-07-13 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-11670 | ||||
* | | [ticket/11671] Update composer.lock | Nathaniel Guse | 2013-07-13 | 1 | -0/+4 |
| | | | | | | | | PHPBB3-11671 | ||||
* | | [ticket/11671] Add phing as a dependency and upgrade deps | Nils Adermann | 2013-07-12 | 2 | -58/+115 |
|/ | | | | PHPBB3-11671 | ||||
* | [develop-olympus] Add changelog for 3.0.12 release. | Andreas Fischer | 2013-07-12 | 1 | -20/+165 |
| | |||||
* | [develop-olympus] Bump version numbers for 3.0.12-RC1 release. | Andreas Fischer | 2013-07-12 | 3 | -5/+5 |
| | |||||
* | [develop-olympus] Bumping version numbers to final for 3.0.12 releases. | Andreas Fischer | 2013-07-12 | 10 | -12/+12 |
| | |||||
* | [ticket/11548] Fix incorrect usage of array_map on acp groups page | Marc Alexander | 2013-07-12 | 1 | -1/+2 |
| | | | | | | | | The array_map was only ran on small parts of the actual error array instead of the whole one. This resulted in the output of the language variables' names rather than their actual value. PHPBB3-11548 | ||||
* | [ticket/11662] Typos: occured -> occurred | Andreas Fischer | 2013-07-12 | 4 | -6/+6 |
| | | | | PHPBB3-11662 | ||||
* | Merge branch 'develop-olympus' of https://github.com/phpbb/phpbb3 into ↵ | Marc Alexander | 2013-07-11 | 20 | -104/+248 |
|\ | | | | | | | ticket/11548 | ||||
| * | Merge remote-tracking branch 'remotes/cyberalien/ticket/10772' into ↵ | Nathaniel Guse | 2013-07-11 | 1 | -1/+8 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop-olympus # By Vjacheslav Trushkin # Via Vjacheslav Trushkin * remotes/cyberalien/ticket/10772: [ticket/10772] Remove unnecessary comment [ticket/10772] Functional tests for forum style [ticket/10772] Use forum specific style for trigger_error | ||||
| | * | [ticket/10772] Remove unnecessary comment | Vjacheslav Trushkin | 2013-05-16 | 1 | -1/+0 |
| | | | | | | | | | | | | PHPBB3-10772 | ||||
| | * | [ticket/10772] Use forum specific style for trigger_error | Vjacheslav Trushkin | 2013-05-11 | 1 | -1/+9 |
| | | | | | | | | | | | | PHPBB3-10772 | ||||
| * | | Merge remote-tracking branch 'remotes/nickv/ticket/8319' into develop-olympus | Nathaniel Guse | 2013-07-11 | 3 | -4/+43 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # By Joas Schilling # Via Joas Schilling * remotes/nickv/ticket/8319: [ticket/8319] Do not repeat the replacement [ticket/8319] Add explanation for RELATIVE_URL and update LOCAL_URL [ticket/8319] Update BBCodes that currently use the LOCAL_URL tag on update [ticket/8319] Add new token RELATIVE_URL to allow foreign relative URL parts [ticket/8319] Prepend Board URL to LOCAL_URL links to prevent abuse | ||||
| | * | | [ticket/8319] Do not repeat the replacement | Joas Schilling | 2013-07-10 | 1 | -9/+5 |
| | | | | | | | | | | | | | | | | PHPBB3-8319 | ||||
| | * | | [ticket/8319] Add explanation for RELATIVE_URL and update LOCAL_URL | Joas Schilling | 2013-06-03 | 2 | -3/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | The explanation now states that links are prefixed with the board URL. PHPBB3-8319 | ||||
| | * | | [ticket/8319] Update BBCodes that currently use the LOCAL_URL tag on update | Joas Schilling | 2013-06-03 | 1 | -0/+30 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | To fix http://tracker.phpbb.com/browse/PHPBB3-8319 we changed the second_pass_replace value, so that needs updating for existing ones. PHPBB3-8319 | ||||
| | * | | [ticket/8319] Add new token RELATIVE_URL to allow foreign relative URL parts | Joas Schilling | 2013-06-03 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | PHPBB3-8319 | ||||
| | * | | [ticket/8319] Prepend Board URL to LOCAL_URL links to prevent abuse | Joas Schilling | 2013-06-03 | 1 | -1/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The description says: "The URL must be relative to the topic page and cannot contain a server name or protocol." We now enforce this and will add a new token with the current behaviour back. PHPBB3-8319 | ||||
| * | | | [ticket/11619] Use HTTP/1.0 because of lack of chunked-encoding handling. | Andreas Fischer | 2013-07-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | PHPBB3-11619 | ||||
| * | | | [ticket/11617] Remove spaces and tabs from empty lines | Matt Friedman | 2013-07-02 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | PHPBB3-11617 | ||||
| * | | | [ticket/11617] Missing U_ACTION in acp_captcha.php | Matt Friedman | 2013-07-02 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | http://tracker.phpbb.com/browse/PHPBB3-11617 PHPBB3-11617 | ||||
| * | | | [ticket/11566] Subsilver template error displayed after table headers | Dhruv | 2013-07-01 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | PHPBB3-11561 |