Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #3055 from marc1706/ticket/13192 | Tristan Darricau | 2015-01-19 | 1 | -0/+25 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13192] Add method for generating valid user page links based on mod_rewrite * marc1706/ticket/13192: [ticket/13192] Add test for app.php in external subfolder [ticket/13192] Use ltrim() instead of preg_replace() [ticket/13192] Order test cases consistently [ticket/13192] Remove app.php on mod rewrite even if app.php is outside root [ticket/13192] Pass correct parameters and rename method to get_valid_page [ticket/13192] Use get_valid_user_page in confirm_box() and cleanup globals [ticket/13192] Use get_valid_user_page method in build_url function [ticket/13192] Add method for generating valid user page links | ||||
| * | [ticket/13192] Add test for app.php in external subfolder | Marc Alexander | 2015-01-19 | 1 | -0/+2 |
| | | | | | | | | PHPBB3-13192 | ||||
| * | [ticket/13192] Order test cases consistently | Marc Alexander | 2015-01-09 | 1 | -2/+2 |
| | | | | | | | | PHPBB3-13192 | ||||
| * | [ticket/13192] Remove app.php on mod rewrite even if app.php is outside root | Marc Alexander | 2015-01-04 | 1 | -0/+2 |
| | | | | | | | | PHPBB3-13192 | ||||
| * | [ticket/13192] Pass correct parameters and rename method to get_valid_page | Marc Alexander | 2014-10-21 | 1 | -4/+4 |
| | | | | | | | | PHPBB3-13192 | ||||
| * | [ticket/13192] Add method for generating valid user page links | Marc Alexander | 2014-10-21 | 1 | -0/+21 |
| | | | | | | | | PHPBB3-13192 | ||||
* | | Merge pull request #3234 from brunoais/ticket/13154 | Joas Schilling | 2015-01-13 | 2 | -1/+4 |
|\ \ | | | | | | | | | | [ticket/13154] Event to edit user list for notification in notifications | ||||
| * | | [ticket/13154] Don't assign dispatcher to a variable. Just the obj param. | brunoais | 2015-01-10 | 1 | -1/+1 |
| | | | | | | | | | | | | PHPBB3-13154 | ||||
| * | | [ticket/13154] Fix submit_post_test() test group | brunoais | 2014-12-18 | 1 | -1/+1 |
| | | | | | | | | | | | | PHPBB3-13154 | ||||
| * | | [ticket/13154] Adjusting phpBB tests for the dispatcher | brunoais | 2014-12-17 | 1 | -0/+3 |
| | | | | | | | | | | | | PHPBB3-13154 | ||||
* | | | Merge pull request #3166 from nickvergessen/Senky-ticket/12866 | Marc Alexander | 2015-01-10 | 1 | -6/+18 |
|\ \ \ | | | | | | | | | | | | | [ticket/12866] Wrong profile field validation options | ||||
| * | | | [ticket/12866] Assume underscore is part of \w | Jakub Senko | 2014-11-28 | 1 | -6/+18 |
| |/ / | | | | | | | | | | PHPBB3-12866 | ||||
* | | | Merge pull request #3209 from brunoais/ticket/13146 | Joas Schilling | 2015-01-10 | 7 | -8/+16 |
|\ \ \ | | | | | | | | | | | | | [ticket/13146] Allow changing the result of calling get_forums_visibility_sql | ||||
| * | | | [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] 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 | ||||
* | | | Merge pull request #3189 from rxu/ticket/12926 | Joas Schilling | 2015-01-10 | 3 | -3/+123 |
|\ \ \ | | | | | | | | | | | | | [ticket/12926] Support for IDN (IRI) | ||||
| * | | | [ticket/12926] Support for IDN (IRI) | rxu | 2014-11-27 | 3 | -3/+123 |
| |/ / | | | | | | | | | | | | | | | | Add international domain name support for URLs. PHPBB3-12926 | ||||
* | | | Merge pull request #3128 from omniError/ticket/13306 | Joas Schilling | 2015-01-09 | 1 | -1/+29 |
|\ \ \ | |/ / |/| | | | | | [ticket/13306] add error level to collector | ||||
| * | | [ticket/13306] update test | omniError | 2014-11-13 | 1 | -1/+29 |
| | | | | | | | | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-13306 PHPBB3-13306 | ||||
* | | | [ticket/13389] Replace pattern with path | Tristan Darricau | 2014-11-26 | 7 | -17/+17 |
| | | | | | | | | | | | | PHPBB3-13389 | ||||
* | | | Merge pull request #10 from phpbb/ticket/security-171 | Joas Schilling | 2014-11-22 | 4 | -0/+203 |
|\ \ \ | | | | | | | | | | | | | [ticket/security-171] Use type cast helper for json data | ||||
| * | | | [ticket/security-171] Remove duplicate semicolon from tests | Marc Alexander | 2014-11-22 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | SECURITY-171 | ||||
| * | | | [ticket/security-171] Modify tests for new file_downloader class | Marc Alexander | 2014-11-21 | 2 | -12/+31 |
| | | | | | | | | | | | | | | | | SECURITY-171 | ||||
| * | | | Merge branch 'ticket/13358' into ticket/security-171 | Marc Alexander | 2014-11-21 | 2 | -0/+4 |
| |\ \ \ | |||||
| * | | | | [ticket/security-171] Add tests for retrieved remote data in version_helper | Marc Alexander | 2014-11-21 | 1 | -0/+181 |
| | | | | | | | | | | | | | | | | | | | | SECURITY-171 | ||||
| * | | | | [ticket/security-171] Sanitize data from composer.json | Marc Alexander | 2014-11-21 | 2 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | SECURITY-171 | ||||
* | | | | | Merge pull request #8 from phpbb/ticket/security-169 | Joas Schilling | 2014-11-22 | 1 | -0/+15 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | [ticket/security-169] Stop loop through referer dir in top directory | ||||
| * | | | | | [ticket/security-169] Stop loop through referer dir in top directory | Marc Alexander | 2014-11-09 | 1 | -0/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | SECURITY-169 | ||||
* | | | | | | Merge pull request #3157 from marc1706/ticket/13358 | Joas Schilling | 2014-11-22 | 2 | -0/+4 |
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | | | | | | | [ticket/13358] Add class for retrieving remote file data | ||||
| * | | | | | [ticket/13358] Fix tests and use exceptions instead of user object | Marc Alexander | 2014-11-21 | 2 | -0/+4 |
| | |/ / / | |/| | | | | | | | | | | | | | PHPBB3-13358 | ||||
* | | | | | Merge pull request #3116 from rxu/ticket/13297 | Joas Schilling | 2014-11-22 | 1 | -0/+100 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | [ticket/13297] Add unicode modifier to url/email regular expression patterns | ||||
| * | | | | | [ticket/13297] Add unicode modifier to url/email regular expression patterns. | rxu | 2014-11-09 | 1 | -0/+100 |
| | |_|/ / | |/| | | | | | | | | | | | | | PHPBB3-13297 | ||||
* | | | | | Merge pull request #3064 from marc1706/ticket/13197 | Joas Schilling | 2014-11-21 | 2 | -11/+73 |
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | [ticket/13197] Also delete group avatar from users that have it set | ||||
| * | | | | [ticket/13197] Test that user's group avatar is deleted by group avatar delete | Marc Alexander | 2014-10-26 | 2 | -11/+73 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-13197 | ||||
* | | | | | Merge pull request #3023 from Nicofuma/ticket/13133 | Joas Schilling | 2014-11-21 | 4 | -9/+88 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | [ticket/13133] Allow @vendor_name for includecss | ||||
| * | | | | | [ticket/13133] Add unit tests | Tristan Darricau | 2014-10-09 | 4 | -9/+88 |
| | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13133 | ||||
* | | | | | | Merge pull request #2765 from Elsensee/ticket/11863 | Joas Schilling | 2014-11-21 | 1 | -0/+55 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | [ticket/11863] Set require_activation to none if emails are disabled | ||||
| * | | | | | | [ticket/11863] Add functional test | Oliver Schramm | 2014-10-17 | 1 | -0/+55 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11863 | ||||
* | | | | | | | [ticket/13338] Add include statements for dependencies. | Andreas Fischer | 2014-11-17 | 6 | -0/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13338 | ||||
* | | | | | | | [ticket/13338] Do not use the _test.php suffix for abstract test case classes. | Andreas Fischer | 2014-11-17 | 8 | -14/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13338 | ||||
* | | | | | | | [ticket/13338] Move insert_config_array_test to functions_acp, add deps. | Andreas Fischer | 2014-11-17 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13338 | ||||
* | | | | | | | Merge remote-tracking branch 'github-nicofuma/ticket/13280' into ↵ | Nils Adermann | 2014-11-16 | 9 | -117/+104 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop-ascraeus * github-nicofuma/ticket/13280: [ticket/13280] Output escaping for the symfony request object [ticket/13280] Add new tests [ticket/13280] Make the tests failing [ticket/13280] Revert "Merge pull request #3107 from marc1706/ticket/13280" | ||||
| * | | | | | | | [ticket/13280] Output escaping for the symfony request object | Tristan Darricau | 2014-11-16 | 5 | -32/+54 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13280 | ||||
| * | | | | | | | [ticket/13280] Add new tests | Tristan Darricau | 2014-11-12 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13280 | ||||
| * | | | | | | | [ticket/13280] Make the tests failing | Tristan Darricau | 2014-11-12 | 4 | -100/+78 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13280 |