aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #3487 from MateBartus/ticket/13697Tristan Darricau2015-04-1636-79/+209
|\ | | | | | | [ticket/13697] Moving filesystem related functions to filesystem service
| * [ticket/13697] Moving filesystem related functions to filesystem serviceMateBartus2015-04-1636-79/+209
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* | Merge branch '3.1.x'Dhruv2015-04-141-0/+53
|\ \
| * | [ticket/13756] Add test for generate_resize_string()Oliver Schramm2015-04-121-0/+53
| | | | | | | | | | | | PHPBB3-13756
* | | Merge branch '3.1.x'Oliver Schramm2015-04-061-1/+1
|\ \ \ | |/ /
| * | [ticket/13749] Add missing slash to base uri in helper route testsMarc Alexander2015-04-061-1/+1
| | | | | | | | | | | | PHPBB3-13749
* | | Merge branch '3.1.x'Joas Schilling2015-04-062-1/+49
|\ \ \ | |/ /
| * | Merge pull request #3392 from marc1706/ticket/13493Joas Schilling2015-04-062-1/+49
| |\ \ | | | | | | | | | | | | [ticket/13493] Append page name to base url if it doesn't contain it
| | * | [ticket/13493] Append page name to base url if it doesn't contain itMarc Alexander2015-02-112-1/+49
| | | | | | | | | | | | | | | | PHPBB3-13493
* | | | Merge branch '3.1.x'Joas Schilling2015-04-061-0/+9
|\ \ \ \ | |/ / /
| * | | [ticket/13747] Add assertions to test_validate_path_linuxTristan Darricau2015-04-061-0/+9
| | | | | | | | | | | | | | | | PHPBB3-13747
* | | | [ticket/13522] Fix globals for 3.2 in Q&A testsJoas Schilling2015-04-061-4/+7
| | | | | | | | | | | | | | | | PHPBB3-13522
* | | | Merge branch '3.1.x'Joas Schilling2015-04-061-0/+94
|\ \ \ \ | |/ / / | | | | | | | | | | | | Conflicts: phpBB/phpbb/captcha/plugins/qa.php
| * | | Merge pull request #3333 from marc1706/ticket/13522Joas Schilling2015-04-061-0/+94
| |\ \ \ | | | | | | | | | | | | | | | [ticket/13522] Remove empty answers from possible answers in Q&A
| | * | | [ticket/13522] Fix QA tests for request_var() useMarc Alexander2015-02-211-1/+4
| | | | | | | | | | | | | | | | | | | | PHPBB3-13522
| | * | | [ticket/13522] Add captcha to test file class nameMarc Alexander2015-02-211-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-13522
| | * | | [ticket/13522] Add tests for acp_get_question_input and set/get nameMarc Alexander2015-02-211-1/+46
| | | | | | | | | | | | | | | | | | | | PHPBB3-13522
| | * | | [ticket/13522] Add test file for Q&A captchaMarc Alexander2015-02-211-0/+46
| | | | | | | | | | | | | | | | | | | | PHPBB3-13522
* | | | | Merge branch '3.1.x'Joas Schilling2015-04-061-22/+111
|\ \ \ \ \ | |/ / / /
| * | | | Merge pull request #3284 from Elsensee/ticket/13469Joas Schilling2015-04-061-22/+111
| |\ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/13469] Fall back to soft_delete if no permissions for delete
| | * | | | [ticket/13469] Extract test to new methodOliver Schramm2015-04-021-5/+29
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13469
| | * | | | [ticket/13469] Add testsOliver Schramm2015-03-221-21/+86
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13469
* | | | | | [ticket/11768] Renamed service varsJoshyPHP2015-04-022-14/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The name of the variable that holds the service instance is now consistent across events. PHPBB3-11768
* | | | | | [ticket/11768] Restored get_parser() / get_renderer()JoshyPHP2015-04-022-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11768
* | | | | | [ticket/11768] Updated utils serviceJoshyPHP2015-04-021-29/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated docblocks. Removed remove_formatting() because it overlaps with clean_formatting() PHPBB3-11768
* | | | | | [ticket/11768] Added parser eventsJoshyPHP2015-04-021-0/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added core.text_formatter_s9e_parse_before and core.text_formatter_s9e_parse_after PHPBB3-11768
* | | | | | [ticket/11768] Added renderer eventsJoshyPHP2015-04-021-0/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added core.text_formatter_s9e_render_before and core.text_formatter_s9e_render_after PHPBB3-11768
* | | | | | [ticket/11768] Added core.text_formatter_s9e_renderer_setup eventJoshyPHP2015-04-022-3/+40
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11768
* | | | | | [ticket/11768] Added core.text_formatter_s9e_parser_setup eventJoshyPHP2015-04-022-5/+47
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11768
* | | | | | [ticket/11768] Removed get_parser() / get_renderer() accessorsJoshyPHP2015-04-022-14/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There's no need to access the s9e\TextFormatter objects outside of events. PHPBB3-11768
* | | | | | [ticket/11768] Updated the text_formatter.s9e.utils serviceJoshyPHP2015-04-021-24/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Made it use s9e\TextFormatter\Utils. Refactored some tests to make them more readable. PHPBB3-11768
* | | | | | [ticket/11768] Preserve comments in custom BBCodesJoshyPHP2015-04-022-0/+43
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11768
* | | | | | [ticket/11768] Added configurator eventsJoshyPHP2015-04-022-2/+55
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11768
* | | | | | [ticket/11768] Removed whitespaceJoshyPHP2015-04-021-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | No functional change intended PHPBB3-11768
* | | | | | [ticket/11768] Removed unused varJoshyPHP2015-04-021-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11768
* | | | | | [ticket/11768] Fixed test doubleJoshyPHP2015-04-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11768
* | | | | | [ticket/11768] Added support for creating unsafe BBCodesJoshyPHP2015-04-022-3/+43
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11768
* | | | | | [ticket/11768] Removed unused varJoshyPHP2015-04-021-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11768
* | | | | | [ticket/11768] Removed the cached rendererJoshyPHP2015-04-022-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We don't need to cache an instance of the renderer, we can just instantiate it every time we need one. PHPBB3-11768
* | | | | | [ticket/11768] Replaced headers in test filesJoshyPHP2015-04-023-9/+21
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11768
* | | | | | [ticket/11768] Removed require_once calls that target mock classesJoshyPHP2015-04-026-9/+0
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11768
* | | | | | [ticket/11768] Replaced headers in test filesJoshyPHP2015-04-0211-33/+77
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11768
* | | | | | [ticket/11768] Renamed get_words() to get_censored_words()JoshyPHP2015-04-021-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11768
* | | | | | [ticket/11768] Added methods to access the library's parser/rendererJoshyPHP2015-04-022-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11768
* | | | | | [ticket/11768] Allowed text in places where text is not valid HTMLJoshyPHP2015-04-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11768
* | | | | | [ticket/11768] Fixed testJoshyPHP2015-04-021-8/+4
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11768
* | | | | | [ticket/11768] Replaced the Censor pluginJoshyPHP2015-04-022-14/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ...with something that is run at rendering time. PHPBB3-11768
* | | | | | [ticket/11768] Added limited support for [url] in [quote] authorJoshyPHP2015-04-021-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11768
* | | | | | [ticket/11768] Updated phpbb\textformatter\s9e\factory::regenerate()JoshyPHP2015-04-023-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Returns an associative array rather than a numerically-indexed array. Feels cleaner and more extensible. PHPBB3-11768
* | | | | | [ticket/11768] Added support for magic links that start with "www."JoshyPHP2015-04-021-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11768