Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #3487 from MateBartus/ticket/13697 | Tristan Darricau | 2015-04-16 | 36 | -79/+209 |
|\ | | | | | | | [ticket/13697] Moving filesystem related functions to filesystem service | ||||
| * | [ticket/13697] Moving filesystem related functions to filesystem service | MateBartus | 2015-04-16 | 36 | -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' | Dhruv | 2015-04-14 | 1 | -0/+53 |
|\ \ | |||||
| * | | [ticket/13756] Add test for generate_resize_string() | Oliver Schramm | 2015-04-12 | 1 | -0/+53 |
| | | | | | | | | | | | | PHPBB3-13756 | ||||
* | | | Merge branch '3.1.x' | Oliver Schramm | 2015-04-06 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | [ticket/13749] Add missing slash to base uri in helper route tests | Marc Alexander | 2015-04-06 | 1 | -1/+1 |
| | | | | | | | | | | | | PHPBB3-13749 | ||||
* | | | Merge branch '3.1.x' | Joas Schilling | 2015-04-06 | 2 | -1/+49 |
|\ \ \ | |/ / | |||||
| * | | Merge pull request #3392 from marc1706/ticket/13493 | Joas Schilling | 2015-04-06 | 2 | -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 it | Marc Alexander | 2015-02-11 | 2 | -1/+49 |
| | | | | | | | | | | | | | | | | PHPBB3-13493 | ||||
* | | | | Merge branch '3.1.x' | Joas Schilling | 2015-04-06 | 1 | -0/+9 |
|\ \ \ \ | |/ / / | |||||
| * | | | [ticket/13747] Add assertions to test_validate_path_linux | Tristan Darricau | 2015-04-06 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | | PHPBB3-13747 | ||||
* | | | | [ticket/13522] Fix globals for 3.2 in Q&A tests | Joas Schilling | 2015-04-06 | 1 | -4/+7 |
| | | | | | | | | | | | | | | | | PHPBB3-13522 | ||||
* | | | | Merge branch '3.1.x' | Joas Schilling | 2015-04-06 | 1 | -0/+94 |
|\ \ \ \ | |/ / / | | | | | | | | | | | | | Conflicts: phpBB/phpbb/captcha/plugins/qa.php | ||||
| * | | | Merge pull request #3333 from marc1706/ticket/13522 | Joas Schilling | 2015-04-06 | 1 | -0/+94 |
| |\ \ \ | | | | | | | | | | | | | | | | [ticket/13522] Remove empty answers from possible answers in Q&A | ||||
| | * | | | [ticket/13522] Fix QA tests for request_var() use | Marc Alexander | 2015-02-21 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-13522 | ||||
| | * | | | [ticket/13522] Add captcha to test file class name | Marc Alexander | 2015-02-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-13522 | ||||
| | * | | | [ticket/13522] Add tests for acp_get_question_input and set/get name | Marc Alexander | 2015-02-21 | 1 | -1/+46 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-13522 | ||||
| | * | | | [ticket/13522] Add test file for Q&A captcha | Marc Alexander | 2015-02-21 | 1 | -0/+46 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-13522 | ||||
* | | | | | Merge branch '3.1.x' | Joas Schilling | 2015-04-06 | 1 | -22/+111 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge pull request #3284 from Elsensee/ticket/13469 | Joas Schilling | 2015-04-06 | 1 | -22/+111 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | [ticket/13469] Fall back to soft_delete if no permissions for delete | ||||
| | * | | | | [ticket/13469] Extract test to new method | Oliver Schramm | 2015-04-02 | 1 | -5/+29 |
| | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13469 | ||||
| | * | | | | [ticket/13469] Add tests | Oliver Schramm | 2015-03-22 | 1 | -21/+86 |
| | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13469 | ||||
* | | | | | | [ticket/11768] Renamed service vars | JoshyPHP | 2015-04-02 | 2 | -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() | JoshyPHP | 2015-04-02 | 2 | -0/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11768 | ||||
* | | | | | | [ticket/11768] Updated utils service | JoshyPHP | 2015-04-02 | 1 | -29/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated docblocks. Removed remove_formatting() because it overlaps with clean_formatting() PHPBB3-11768 | ||||
* | | | | | | [ticket/11768] Added parser events | JoshyPHP | 2015-04-02 | 1 | -0/+54 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added core.text_formatter_s9e_parse_before and core.text_formatter_s9e_parse_after PHPBB3-11768 | ||||
* | | | | | | [ticket/11768] Added renderer events | JoshyPHP | 2015-04-02 | 1 | -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 event | JoshyPHP | 2015-04-02 | 2 | -3/+40 |
| | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11768 | ||||
* | | | | | | [ticket/11768] Added core.text_formatter_s9e_parser_setup event | JoshyPHP | 2015-04-02 | 2 | -5/+47 |
| | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11768 | ||||
* | | | | | | [ticket/11768] Removed get_parser() / get_renderer() accessors | JoshyPHP | 2015-04-02 | 2 | -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 service | JoshyPHP | 2015-04-02 | 1 | -24/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Made it use s9e\TextFormatter\Utils. Refactored some tests to make them more readable. PHPBB3-11768 | ||||
* | | | | | | [ticket/11768] Preserve comments in custom BBCodes | JoshyPHP | 2015-04-02 | 2 | -0/+43 |
| | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11768 | ||||
* | | | | | | [ticket/11768] Added configurator events | JoshyPHP | 2015-04-02 | 2 | -2/+55 |
| | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11768 | ||||
* | | | | | | [ticket/11768] Removed whitespace | JoshyPHP | 2015-04-02 | 1 | -4/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | No functional change intended PHPBB3-11768 | ||||
* | | | | | | [ticket/11768] Removed unused var | JoshyPHP | 2015-04-02 | 1 | -3/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11768 | ||||
* | | | | | | [ticket/11768] Fixed test double | JoshyPHP | 2015-04-02 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11768 | ||||
* | | | | | | [ticket/11768] Added support for creating unsafe BBCodes | JoshyPHP | 2015-04-02 | 2 | -3/+43 |
| | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11768 | ||||
* | | | | | | [ticket/11768] Removed unused var | JoshyPHP | 2015-04-02 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11768 | ||||
* | | | | | | [ticket/11768] Removed the cached renderer | JoshyPHP | 2015-04-02 | 2 | -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 files | JoshyPHP | 2015-04-02 | 3 | -9/+21 |
| | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11768 | ||||
* | | | | | | [ticket/11768] Removed require_once calls that target mock classes | JoshyPHP | 2015-04-02 | 6 | -9/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11768 | ||||
* | | | | | | [ticket/11768] Replaced headers in test files | JoshyPHP | 2015-04-02 | 11 | -33/+77 |
| | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11768 | ||||
* | | | | | | [ticket/11768] Renamed get_words() to get_censored_words() | JoshyPHP | 2015-04-02 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11768 | ||||
* | | | | | | [ticket/11768] Added methods to access the library's parser/renderer | JoshyPHP | 2015-04-02 | 2 | -0/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11768 | ||||
* | | | | | | [ticket/11768] Allowed text in places where text is not valid HTML | JoshyPHP | 2015-04-02 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11768 | ||||
* | | | | | | [ticket/11768] Fixed test | JoshyPHP | 2015-04-02 | 1 | -8/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11768 | ||||
* | | | | | | [ticket/11768] Replaced the Censor plugin | JoshyPHP | 2015-04-02 | 2 | -14/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ...with something that is run at rendering time. PHPBB3-11768 | ||||
* | | | | | | [ticket/11768] Added limited support for [url] in [quote] author | JoshyPHP | 2015-04-02 | 1 | -0/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11768 | ||||
* | | | | | | [ticket/11768] Updated phpbb\textformatter\s9e\factory::regenerate() | JoshyPHP | 2015-04-02 | 3 | -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." | JoshyPHP | 2015-04-02 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11768 |