aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | | [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
* | | | | | | | | | [ticket/11768] Uncommented disabled testJoshyPHP2015-04-021-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11768
* | | | | | | | | | [ticket/11768] Added test filesJoshyPHP2015-04-022-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11768
* | | | | | | | | | [ticket/11768] Updated tests to use the new constructor signatures9e2015-04-022-16/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11768
* | | | | | | | | | [ticket/11768] Updated test case helper with new signatures9e2015-04-021-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11768
* | | | | | | | | | [ticket/11768] This commit integrates s9e\TextFormatters9e2015-04-0256-10/+3959
| |_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit integrates s9e\TextFormatter as outlined in http://area51.phpbb.com/phpBB/viewtopic.php?f=108&t=44467 PHPBB3-11768
* | | | | | | | | Merge branch '3.1.x'Nicofuma2015-03-292-0/+165
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Merge pull request #3376 from marc1706/ticket/13568-ascNicofuma2015-03-292-0/+165
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13568] Validate imagick path as readable absolute path closes #3376
| | * | | | | | | | [ticket/13568] Add unit tests for validating absolute pathMarc Alexander2015-02-061-0/+87
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13568
| | * | | | | | | | Merge branch 'ticket/13568' into ticket/13568-ascMarc Alexander2015-02-061-0/+78
| | |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / / | | |/| | | / / / / | | | | |_|/ / / / | | | |/| | | | | | | | | | | | | | Conflicts: phpBB/adm/index.php phpBB/includes/acp/acp_attachments.php
| | | * | | | | | [ticket/13568] Use correct data provider on windowsMarc Alexander2015-02-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13568
| | | * | | | | | [ticket/13568] Add imagick tests for windowsMarc Alexander2015-02-021-8/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13568
| | | * | | | | | [ticket/13568] Add more test cases for imagick pathMarc Alexander2015-02-021-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13568
| | | * | | | | | [ticket/13568] Add functional test for imagick path settingMarc Alexander2015-02-021-0/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13568
| | | * | | | | | Merge branch 'prep-release-3.0.13' into develop-olympusAndreas Fischer2015-01-291-1/+6
| | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * prep-release-3.0.13: [ticket/13549] Do not exit when ORIG_PATH_INFO just contains SCRIPT_NAME.
| | | | * | | | | | [ticket/13549] Do not exit when ORIG_PATH_INFO just contains SCRIPT_NAME.Marc Alexander2015-01-281-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The ORIG_PATH_INFO on IIS also contains the script name. Only use that for killing the script after removing the script name from ORIG_PATH_INFO. PHPBB3-13549
* | | | | | | | | | Merge branch '3.1.x'Nicofuma2015-03-241-0/+12
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / | | | | | | | | | / | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | Merge pull request #3398 from marc1706/ticket/13612Nicofuma2015-03-241-0/+12
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | [ticket/13612] Run meta refresh until extension is fully enabled
| | * | | | | | | [ticket/13612] Always display success message if extension was enabledMarc Alexander2015-02-141-8/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | An error will already be triggered if enable_step() is not successful. Redirecting for no obvious reason will just confuse users. PHPBB3-13612
| | * | | | | | | [ticket/13612] Run meta refresh until extension is fully enabledMarc Alexander2015-02-141-1/+20
| | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13612
* | | | | | | | [ticket/13132] Enable twig expressions testsNicofuma2015-03-054-10/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13132
* | | | | | | | [ticket/13132] Twig: Add loops content to the root contextTristan Darricau2015-03-0517-3/+329
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13132
* | | | | | | | Merge branch '3.1.x'Andreas Fischer2015-03-051-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | * 3.1.x: [ticket/13670] Modify variable-variable syntax in common avatar test for PHP7
| * | | | | | | [ticket/13670] Modify variable-variable syntax in common avatar test for PHP7Marc Alexander2015-03-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13670