| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #3306 from marc1706/ticket/13519 | Andreas Fischer | 2015-01-20 | 1 | -1/+1 |
| |\ | | | | | | | | | | | | | [ticket/13519] Correctly validate imagick path as path and not string * marc1706/ticket/13519: [ticket/13519] Correctly validate imagick path as path and not string | ||||
| | * | [ticket/13519] Correctly validate imagick path as path and not string | Marc Alexander | 2015-01-19 | 1 | -1/+1 |
| | | | | | | | | | PHPBB3-13519 | ||||
| * | | Merge pull request #3310 from bantu/ticket/13523 | Joas Schilling | 2015-01-20 | 2 | -2/+24 |
| |\ \ | | | | | | | | | | [ticket/13523] Install PHPUnit manually instead of from PEAR. | ||||
| | * | | [ticket/13523] Install PHPUnit manually instead of from PEAR. | Andreas Fischer | 2015-01-20 | 2 | -2/+24 |
| |/ / | | | | | | | | | | | The pear.phpunit.de channel has been shut down in 2014. PHPBB3-13523 | ||||
| * | | Merge pull request #2990 from Senky/ticket/10985 | Nils Adermann | 2015-01-19 | 1 | -0/+5 |
| |\ \ | |/ |/| | [ticket/10985] Error bbcode.html not found when updating with custom style inheriting from prosilver | ||||
| | * | [ticket/10985] Add fix to properly inherit style during update process | Jakub Senko | 2014-09-23 | 1 | -0/+5 |
| | | | | | | | | | PHPBB3-10985 | ||||
| * | | Merge pull request #3188 from marc1706/ticket/11613 | Tristan Darricau | 2014-11-27 | 1 | -1/+1 |
| |\ \ | | | | | | | | | | | | | | | | | | | [ticket/11613] Allow cookies for domains without dots * marc1706/ticket/11613: [ticket/11613] Allow cookies to work on netbios domains | ||||
| | * | | [ticket/11613] Allow cookies to work on netbios domains | Jakub Senko | 2014-11-26 | 1 | -1/+1 |
| |/ / | | | | | | | PHPBB3-11613 | ||||
| * | | Merge pull request #3180 from naderman/ticket/13376 | Joas Schilling | 2014-11-25 | 1 | -23/+5 |
| |\ \ | | | | | | | | | | [ticket/13376] Revert unnecessary change for cookies called GLOBALS 92f554e3 | ||||
| | * | | [ticket/13376] Revert unnecessary change for cookies called GLOBALS 92f554e3 | Nils Adermann | 2014-11-25 | 1 | -23/+5 |
| |/ / | | | | | | | | | | | Also introduce a clear cookie message hardcoded just in case. PHPBB3-13376 | ||||
| * | | Merge pull request #3164 from Crizz0/ticket/10442 | Joas Schilling | 2014-11-22 | 1 | -0/+2 |
| |\ \ | | | | | | | | | | [ticket/10442] Adds <dd> </dd> to <dl> for xhtml correctness | ||||
| | * | | [ticket/10442] Adds <dd> </dd> to <dl> for xhtml correctness | Crizzo | 2014-11-22 | 1 | -0/+2 |
| |/ / | | | | | | | PHPBB3-10442 | ||||
| * | | Merge pull request #3146 from bantu/ticket/13341 | Joas Schilling | 2014-11-17 | 1 | -3/+3 |
| |\ \ | | | | | | | | | | [ticket/13341] Change coverage to whitelist to prevent errors with temp ... | ||||
| | * | | [ticket/13341] Change coverage to whitelist to prevent errors with temp files. | Andreas Fischer | 2014-11-14 | 1 | -3/+3 |
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b4f95deefc9d456c5a2d0f6338f6dcecc0829652 suggests that this can lead to issues with classes having the same name. However, this does not seem to be a problem with the current version of PHPUnit we are using. Despite https://phpunit.de/manual/4.1/en/code-coverage-analysis.html saying that addUncoveredFilesFromWhitelist="true" is optional, this seems to be on by default in PHPUnit 4.1.0. As a result, all files are considered for code coverage; which is what we want. processUncoveredFilesFromWhitelist is however false (by default) and as such even files that are considered for code coverage are not processed through PHP when not used in actual tests. Since it is already impossible to test multiple classes with the same name in the same test run (without process isolation), because that would already lead to "cannot redeclare class" errors, it is also impossible for "cannot redeclare class" errors to happen in test coverage. PHPBB3-13341 | ||||
| * | | Merge pull request #3142 from bantu/ticket/13331 | Joas Schilling | 2014-11-12 | 4 | -42/+69 |
| |\ \ | | | | | | | | | | [ticket/13331] Use docs target for this branch, add docs-all for all branches | ||||
| | * | | [ticket/13331] Use docs target for this branch, add docs-all for dev branches. | Andreas Fischer | 2014-11-12 | 3 | -20/+51 |
| | | | | | | | | | | | | | PHPBB3-13331 | ||||
| | * | | Merge pull request #3133 from bantu/ticket/13324 | Tristan Darricau | 2014-11-11 | 1 | -22/+18 |
| | |\ \ |/ / / | | | | | | | | | | | | | | | | [ticket/13324] Update sami/sami and fabpot/goutte for new zipball location * bantu/ticket/13324: [ticket/13324] Update sami/sami and fabpot/goutte for new zipball location. | ||||
| | * | | [ticket/13324] Update sami/sami and fabpot/goutte for new zipball location. | Andreas Fischer | 2014-11-11 | 1 | -22/+18 |
| |/ / | | | | | | | PHPBB3-13324 | ||||
| * | | Merge pull request #3090 from Nicofuma/ticket/13234 | Joas Schilling | 2014-10-28 | 1 | -30/+39 |
| |\ \ | | | | | | | | | | Ticket/13234 | ||||
| | * | | [ticket/13234] Fix conditions and CS | Tristan Darricau | 2014-10-28 | 1 | -2/+2 |
| | | | | | | | | | | | | | PHPBB3-13234 | ||||
| | * | | [ticket/13234] Never allow autologin/remember me to modify the userid | Nils Adermann | 2014-10-27 | 1 | -31/+40 |
| |/ / | | | | | | | | | | | | | This prevents admin relogin with forced user id from overwriting remember me cookies PHPBB3-13234 | ||||
| * | | Merge pull request #3051 from nickvergessen/ticket/12120 | Marc Alexander | 2014-10-21 | 1 | -1/+1 |
| |\ \ | | | | | | | | | | [ticket/12120] Remove EXreaction from active authors | ||||
| | * | | [ticket/12120] Remove EXreaction from active authors | Joas Schilling | 2014-10-21 | 1 | -1/+1 |
| |/ / | | | | | | | PHPBB3-12120 | ||||
| * | | Merge pull request #3047 from Elsensee/ticket/13168 | Andreas Fischer | 2014-10-20 | 1 | -2/+2 |
| |\ \ | | | | | | | | | | | | | | | | | | | [ticket/13168] Fix mbstring warnings in ACP for PHP 5.6 compatibility * Elsensee/ticket/13168: [ticket/13168] Fix mbstring warnings in ACP for PHP 5.6 compatibility | ||||
| | * | | [ticket/13168] Fix mbstring warnings in ACP for PHP 5.6 compatibility | Oliver Schramm | 2014-10-20 | 1 | -2/+2 |
| | | | | | | | | | | | | | PHPBB3-13168 | ||||
| * | | | Merge pull request #3039 from nickvergessen/ticket/13138 | Nils Adermann | 2014-10-20 | 1 | -28/+31 |
| |\ \ \ | |/ / |/| | | [ticket/13138] Only use cookie data when we do not force a user_id | ||||
| | * | | [ticket/13138] Do not use cookie data and autologin while forcing a user_id | Joas Schilling | 2014-10-16 | 1 | -28/+31 |
| |/ / | | | | | | | PHPBB3-13138 | ||||
| * | | Merge pull request #2460 from Nicofuma/ticket/11224 | Joas Schilling | 2014-10-06 | 4 | -2/+286 |
| |\ \ | | | | | | | | | | [ticket/11224] SQL cache destroy does not destroy queries to tables joined | ||||
| | * | | [ticket/11224] Adds a test case | Tristan Darricau | 2014-09-24 | 1 | -0/+16 |
| | | | | | | | | | | | | | PHPBB3-11224 | ||||
| | * | | [ticket/11224] Remove new line in acm_memory.php | Tristan Darricau | 2014-05-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | PHPBB3-11224 | ||||
| | * | | [ticket/11224] Use assertNotEquals(false) instead of assertNotFalse() | Tristan Darricau | 2014-05-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | assertNotFalse() is unavailable with the version of phpunit used with php 5.2 PHPBB3-11224 | ||||
| | * | | [ticket/11224] Fix coding style | Tristan Darricau | 2014-05-15 | 1 | -2/+2 |
| | | | | | | | | | | | | | PHPBB3-11224 | ||||
| | * | | [ticket/11224] Add unit test | Tristan Darricau | 2014-05-15 | 3 | -0/+256 |
| | | | | | | | | | | | | | PHPBB3-11224 | ||||
| | * | | [ticket/11224] Fix the blank line after ?> | Tristan Darricau | 2014-05-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | PHPBB3-11224 | ||||
| | * | | [ticket/11224] Fix returned data | Tristan Darricau | 2014-05-14 | 1 | -2/+2 |
| | | | | | | | | | | | | | PHPBB3-11224 | ||||
| | * | | [ticket/11224] SQL cache destroy does not destroy queries to tables joined | Tristan Darricau | 2014-05-14 | 1 | -3/+15 |
| | | | | | | | | | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-11224 PHPBB3-11224 | ||||
| * | | | Merge pull request #2994 from Skouat/ticket/13086-olympus | Andreas Fischer | 2014-09-24 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13086] Update ACP_MASS_EMAIL_EXPLAIN language key * Skouat/ticket/13086-olympus: [ticket/13086] String replaces 50 with 20 | ||||
| | * | | | [ticket/13086] String replaces 50 with 20 | Mario Skouat | 2014-09-24 | 1 | -1/+1 |
| |/ / / | | | | | | | | | | PHPBB3-13086 | ||||
| * | | | Merge pull request #2989 from Senky/ticket/13096 | Andreas Fischer | 2014-09-23 | 1 | -2/+2 |
| |\ \ \ | |_|/ |/| | | | | | | | | | | | | | | [ticket/13096] ldap_escape() added to PHP 5.6.0 * Senky/ticket/13096: [ticket/13096] Add phpbb_ prefix to ldap_escape() | ||||
| | * | | [ticket/13096] Add phpbb_ prefix to ldap_escape() | Jakub Senko | 2014-09-23 | 1 | -2/+2 |
| |/ / | | | | | | | PHPBB3-13096 | ||||
| * | | Merge pull request #2981 from nickvergessen/ticket/10729 | Marc Alexander | 2014-09-23 | 4 | -8/+994 |
| |\ \ | | | | | | | | | | Ticket/10729 Update editor information when user being deleted | ||||
| | * | | [ticket/10729] Use mocked null cache for phpunit 3.6 on travis with php 5.2 | Joas Schilling | 2014-09-23 | 1 | -1/+2 |
| | | | | | | | | | | | | | PHPBB3-10729 | ||||
| | * | | [ticket/10729] Ensure that no bans exist before testing create_session | Joas Schilling | 2014-09-22 | 1 | -0/+7 |
| | | | | | | | | | | | | | PHPBB3-10729 | ||||
| | * | | [ticket/10729] Add assert messages and finish up tests | Joas Schilling | 2014-09-22 | 2 | -27/+228 |
| | | | | | | | | | | | | | PHPBB3-10729 | ||||
| | * | | [ticket/10729] Add tests for some special tables with unique conditions | Joas Schilling | 2014-09-22 | 2 | -103/+223 |
| | | | | | | | | | | | | | PHPBB3-10729 | ||||
| | * | | [ticket/10729] Add tests for user posts, reports and attachments | Joas Schilling | 2014-09-22 | 2 | -0/+645 |
| | | | | | | | | | | | | | PHPBB3-10729 | ||||
| | * | | [ticket/10729] Fix doc block for user_delete | Joas Schilling | 2014-09-22 | 1 | -3/+8 |
| | | | | | | | | | | | | | PHPBB3-10729 | ||||
| | * | | [ticket/10729] Update message_edit_user when user being deleted | Oliver Schramm | 2014-07-18 | 1 | -0/+6 |
| | | | | | | | | | | | | | PHPBB3-10729 | ||||
| | * | | [ticket/10729] Update post_edit_user when user being deleted | Oliver Schramm | 2014-07-17 | 1 | -5/+6 |
| | | | | | | | | | | | | | PHPBB3-10729 | ||||
| * | | | Merge pull request #2808 from nickvergessen/ticket/12917 | Andreas Fischer | 2014-08-07 | 1 | -3/+3 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12917] Check commit message and image ICC profile on 5.3.3 * nickvergessen/ticket/12917: [ticket/12917] Check commit message and image ICC profile on 5.3.3 | ||||
