| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [ticket/15351] Makes confirm_works in a router context (app.php) | Tristan Darricau | 2017-09-08 | 1 | -0/+16 |
| | | | | | PHPBB3-15351 | ||||
| * | [ticket/14576] Move common required files to bootstrap | Matt Friedman | 2016-03-31 | 1 | -1/+0 |
| | | | | | PHPBB3-14576 | ||||
| * | [ticket/13697] Moving filesystem related functions to filesystem service | MateBartus | 2015-04-16 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | * Moving filesystem service to \phpbb\filesystem namespace * Wraping Symfony's Filesystem component * Moving filesystem related functions from includes/functions.php into \phpbb\filesystem\filesystem Functions moved (and deprecated): - phpbb_chmod - phpbb_is_writable - phpbb_is_absolute - phpbb_own_realpath - phpbb_realpath * Adding interface for filesystem service PHPBB3-13697 | ||||
| * | [ticket/13280] Make the tests failing | Tristan Darricau | 2014-11-12 | 1 | -22/+25 |
| | | | | | PHPBB3-13280 | ||||
| * | [ticket/12594] Remove @package tags and update file headers | Yuriy Rusko | 2014-05-27 | 1 | -6/+10 |
| | | | | | PHPBB3-12594 | ||||
| * | [ticket/11850] More namespaces | Nathan Guse | 2013-09-30 | 1 | -1/+1 |
| | | | | | PHPBB3-11850 | ||||
| * | [ticket/11850] Update for namespaces | Nathan Guse | 2013-09-30 | 1 | -1/+1 |
| | | | | | PHPBB3-11850 | ||||
| * | [ticket/11850] Add test for outside of the phpBB directory | Nathan Guse | 2013-09-18 | 1 | -0/+16 |
| | | | | | PHPBB3-11850 | ||||
| * | [ticket/11850] page_name contains controller request rather than query string | Nathan Guse | 2013-09-17 | 1 | -12/+46 |
| | | | | | | | Fixing tests PHPBB3-11850 | ||||
| * | [ticket/11620] Space between . in directory import concatenation | Andy Chase | 2013-07-22 | 1 | -1/+1 |
| | | | | | PHPBB3-11620 | ||||
| * | [ticket/11620] Changes for code guidelines consistency | Andy Chase | 2013-07-22 | 1 | -10/+10 |
| | | | | | PHPBB3-11620 | ||||
| * | [ticket/11620] Abstracted session setUp into a test_case class | asperous | 2013-07-22 | 1 | -14/+2 |
| | | | | | | | | When defining a database test case with a setUp function, it is important to call the parent's setup function, because that is when the database is setup. PHPBB3-11620 | ||||
| * | [ticket/11620] Minor changes to tests for coding standards | Andy Chase | 2013-07-08 | 1 | -13/+13 |
| | | | | | PHPBB3-11620 | ||||
| * | [ticket/11620] Make testable_facade non-static, expand. | Andy Chase | 2013-07-05 | 1 | -3/+4 |
| | | | | | | | | Make the class functions of testable_facade no longer static methods, but a class based one and expand the methods to be filled in, in later commits. PHPBB3-11620 | ||||
| * | [ticket/11620] Add commas in extract_page_test | Andy Chase | 2013-07-05 | 1 | -5/+5 |
| | | | | | PHPBB3-11620 | ||||
| * | [ticket/11620] Add data provider to extract_page | Andy Chase | 2013-07-05 | 1 | -14/+91 |
| | | | | | | | | | These test cases were taken from a live session, more test cases should be added to test specific functionality in this function. PHPBB3-11620 | ||||
| * | [ticket/11620] Rename class_functions_test -> extract_page_test | Andy Chase | 2013-07-05 | 1 | -0/+49 |
| Renaming this file because it is going to contain a large data provider, so I'd rather split this test out. PHPBB3-11620 | |||||
