| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [ticket/13146] Removed stray empty line | brunoais | 2015-01-10 | 1 | -1/+0 |
| | | | | | PHPBB3-13146 | ||||
| * | [ticket/13146] dispatcher, not phpbb_dispatcher | brunoais | 2015-01-10 | 1 | -1/+1 |
| | | | | | PHPBB3-13146 | ||||
| * | [ticket/13146] Even more missing phpbb_mock_event_dispatcher() | brunoais | 2015-01-10 | 2 | -2/+4 |
| | | | | | PHPBB3-13146 | ||||
| * | [ticket/13146] Last missing phpbb_mock_event_dispatcher() | brunoais | 2015-01-10 | 1 | -4/+1 |
| | | | | | | | Thank you nickvergessen PHPBB3-13146 | ||||
| * | [ticket/13146] Use the correct phpbb_mock_event_dispatcher, instead of builder | brunoais | 2015-01-06 | 6 | -18/+6 |
| | | | | | PHPBB3-13146 | ||||
| * | [ticket/13146] Missing delete post test mock | brunoais | 2015-01-02 | 1 | -1/+3 |
| | | | | | PHPBB3-13146 | ||||
| * | [ticket/13146] Setup mocks for tests with dispatcher | brunoais | 2015-01-02 | 6 | -6/+19 |
| | | | | | PHPBB3-13146 | ||||
| * | [ticket/13146] Realign variables and descriptions in event | brunoais | 2014-12-29 | 1 | -5/+5 |
| | | | | | PHPBB3-13146 | ||||
| * | [ticket/13146] Improved $get_forums_visibility_sql_overwrite's clarity | brunoais | 2014-12-29 | 1 | -2/+4 |
| | | | | | PHPBB3-13146 | ||||
| * | [ticket/13146] Forgot delete_post_test.php | brunoais | 2014-12-03 | 1 | -1/+2 |
| | | | | | PHPBB3-13146 | ||||
| * | [ticket/13146] Adding required tests modifications for the new constructor | brunoais | 2014-12-03 | 5 | -5/+10 |
| | | | | | PHPBB3-13146 | ||||
| * | [ticket/13146] FIxed wrong order in config/content.yml | brunoais | 2014-12-03 | 1 | -1/+1 |
| | | | | | PHPBB3-13146 | ||||
| * | [ticket/13146] Fixed variable name for the override | brunoais | 2014-12-03 | 1 | -5/+5 |
| | | | | | PHPBB3-13146 | ||||
| * | [ticket/13146] Wrong usage of tabs in .yml | brunoais | 2014-12-03 | 1 | -1/+1 |
| | | | | | PHPBB3-13146 | ||||
| * | [ticket/13146] Fixing what merging broke | brunoais | 2014-12-03 | 1 | -4/+2 |
| | | | | | | | Merging added content I didn't expect it to add. This fixes back to what it is supposed to be. PHPBB3-13146 | ||||
| * | [ticket/13146] Adding eventDispatcher to the list | brunoais | 2014-12-03 | 2 | -1/+10 |
| | | | | | PHPBB3-13146 | ||||
| * | [ticket/13146] $contentReplaced -> $content_replaced | brunoais | 2014-12-03 | 1 | -1/+1 |
| | | | | | PHPBB3-13146 | ||||
| * | [ticket/13146] Extra line for clarity | brunoais | 2014-12-03 | 1 | -0/+1 |
| | | | | | | | Added an extra line after the "if ($contentReplaced)" to help reading the code PHPBB3-13146 | ||||
| * | [ticket/13146] $phpbb_dispatcher was missing | brunoais | 2014-12-03 | 1 | -0/+2 |
| | | | | | | | Added $phpbb_dispatcher to the globals list for this function. PHPBB3-13146 | ||||
| * | [ticket/13146] Typo on the returning variable | brunoais | 2014-12-03 | 1 | -1/+1 |
| | | | | | PHPBB3-13146 | ||||
| * | [ticket/13147] Adding $approve_forums to the list of the event's variables | brunoais | 2014-12-03 | 1 | -2/+4 |
| | | | | | PHPBB3-13147 | ||||
| * | [ticket/13146] Adding $content_replaced to allow even more flexibility | brunoais | 2014-12-03 | 1 | -0/+7 |
| | | | | | PHPBB3-13146 | ||||
| * | [ticket/13146] Allow changing the result of calling get_forums_visibility_sql | brunoais | 2014-12-03 | 1 | -0/+19 |
| | | | | | PHPBB3-13146 | ||||
| * | Merge pull request #3204 from rxu/ticket/13405 | Tristan Darricau | 2014-11-30 | 1 | -1/+1 |
| |\ | | | | | | | | | | | | | [ticket/13405] Fix a typo in phpbb/migration/data/v310/style_update_p1.php * rxu/ticket/13405: [ticket/13405] Fix a typo in phpbb/migration/data/v310/style_update_p1.php | ||||
| | * | [ticket/13405] Fix a typo in phpbb/migration/data/v310/style_update_p1.php | rxu | 2014-11-30 | 1 | -1/+1 |
| |/ | | | | PHPBB3-13405 | ||||
| * | Merge pull request #3192 from Elsensee/ticket/13393 | Joas Schilling | 2014-11-29 | 1 | -1/+1 |
| |\ | | | | | | | [ticket/13393] Call user->lang function directly | ||||
| | * | [ticket/13393] Call user->lang function directly | Oliver Schramm | 2014-11-27 | 1 | -1/+1 |
| | | | | | | | | | PHPBB3-13393 | ||||
| * | | Merge pull request #3194 from Nicofuma/ticket/13381 | Joas Schilling | 2014-11-28 | 1 | -3/+3 |
| |\ \ | | | | | | | | | | [ticket/13381] Allow ' *' in the doc blocks (especially the header files) | ||||
| | * | | [ticket/13381] Allow ' *' in the doc blocks (especially the header files) | Tristan Darricau | 2014-11-27 | 1 | -3/+3 |
| |/ / | | | | | | | PHPBB3-13381 | ||||
| * | | Merge branch 'develop-olympus' into develop-ascraeus | Tristan Darricau | 2014-11-27 | 0 | -0/+0 |
| |\ \ | | | | | | | | | | | | | * develop-olympus: [ticket/11613] Allow cookies to work on netbios domains | ||||
| | * \ | 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 remote-tracking branch 'Prosk8er/ticket/13391' into develop-ascraeus | Cesar G | 2014-11-26 | 1 | -1/+1 |
| |\ \ \ | |_|/ |/| | | | | | | | | * Prosk8er/ticket/13391: [ticket/13391] subsilver2 poll options must have a setting of 1 when editing a post | ||||
| | * | | [ticket/13391] subsilver2 poll options must have a setting of 1 when editing ↵ | Prosk8er | 2014-11-26 | 1 | -1/+1 |
| |/ / | | | | | | | | | | | a post PHPBB3-13391 | ||||
| * | | Merge pull request #3187 from Nicofuma/ticket/13362 | Marc Alexander | 2014-11-26 | 1 | -2/+2 |
| |\ \ | | | | | | | | | | [ticket/13362] Fix cache paths in .gitignore | ||||
| | * | | [ticket/13362] Fix cache paths in .gitignore | Tristan Darricau | 2014-11-26 | 1 | -2/+2 |
| | | | | | | | | | | | | | PHPBB3-13362 | ||||
| * | | | Merge pull request #3185 from Nicofuma/ticket/13389 | Marc Alexander | 2014-11-26 | 8 | -18/+18 |
| |\ \ \ | | | | | | | | | | | | | [ticket/13389] Replace pattern with path | ||||
| | * | | | [ticket/13389] Replace pattern with path | Tristan Darricau | 2014-11-26 | 8 | -18/+18 |
| | |/ / | | | | | | | | | | PHPBB3-13389 | ||||
| * | | | Merge pull request #3075 from Senky/ticket/11613 | Marc Alexander | 2014-11-26 | 1 | -1/+1 |
| |\ \ \ | |/ / |/| | | | | | [ticket/11613] Cookies do not work for netbios domain | ||||
| | * | | [ticket/11613] Allow cookies to work on netbios domains | Jakub Senko | 2014-11-22 | 1 | -1/+1 |
| | | | | | | | | | | | | | PHPBB3-11613 | ||||
| * | | | Merge remote-tracking branch 'nickvergessen/ticket/13381' into develop-ascraeus | Marc Alexander | 2014-11-25 | 1 | -10/+10 |
| |\ \ \ | |||||
| | * | | | [ticket/13381] Fix header intendation of v312.php | Joas Schilling | 2014-11-25 | 1 | -10/+10 |
| | | | | | | | | | | | | | | | | | PHPBB3-13381 | ||||
| * | | | | Merge pull request #3183 from Nicofuma/ticket/13362 | Joas Schilling | 2014-11-25 | 1 | -4/+3 |
| |\ \ \ \ | |/ / / |/| | | | | | | | [ticket/13362] Ignore the whole cache directory in git | ||||
| | * | | | [ticket/13362] Ignore the whole cache directory in git | Tristan Darricau | 2014-11-25 | 1 | -4/+3 |
| | | | | | | | | | | | | | | | | | PHPBB3-13362 | ||||
| * | | | | Merge branch 'prep-release-3.1.2' into develop-ascraeus | Joas Schilling | 2014-11-25 | 10 | -69/+196 |
| |\ \ \ \ | |||||
| | * | | | | [prep-release-3.1.2] Update the development version to 3.1.3-RC1-dev | Joas Schilling | 2014-11-25 | 3 | -5/+5 |
| | | | | | | |||||
| | * | | | | Merge branch 'develop-olympus' into prep-release-3.1.2 | Joas Schilling | 2014-11-25 | 1 | -23/+5 |
| | |\ \ \ \ | | | |_|/ | | |/| | | |||||
| | | * | | | 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 | ||||
| | * | | | | [prep-release-3.1.2] Update Changelog with 13376 | Joas Schilling | 2014-11-25 | 1 | -0/+1 |
| | | | | | | |||||
