Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/14972] replace all occurrences of sizeof() with the count() | rxu | 2018-01-01 | 1 | -20/+20 |
| | | | | PHPBB3-14972 | ||||
* | [ticket/7845] Ensure config script path is not empty | Marc Alexander | 2017-09-08 | 1 | -1/+1 |
| | | | | PHPBB3-7845 | ||||
* | [ticket/15324] Add more core and template events | rxu | 2017-08-16 | 1 | -1/+29 |
| | | | | PHPBB3-15324 | ||||
* | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2017-02-11 | 1 | -1/+1 |
|\ | |||||
| * | [ticket/13429] Replace @change with @changed | Jakub Senko | 2017-01-23 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-13429 | ||||
* | | Merge branch '3.1.x' into 3.2.x | Tristan Darricau | 2016-10-03 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | | | * 3.1.x: [ticket/14802] Add test for empty/blank lines in poll options [ticket/14802] Empty/blank lines should not be additional poll options | ||||
| * | [ticket/14802] Empty/blank lines should not be additional poll options | Daniel Sinn | 2016-09-29 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-14802 | ||||
* | | [ticket/10809] Remove MSSQL support | Jakub Senko | 2016-08-02 | 1 | -1/+0 |
| | | | | | | | | PHPBB3-10809 | ||||
* | | [ticket/9435] Switch "ID" and BBcode name in constants keys | Jakub Senko | 2016-03-19 | 1 | -13/+13 |
| | | | | | | | | PHPBB3-9435 | ||||
* | | [ticket/9435] Convert bbcode magic numbers to constants | Jakub Senko | 2016-03-18 | 1 | -13/+13 |
| | | | | | | | | PHPBB3-9435 | ||||
* | | [ticket/13454] Remove unused variables | Marc Alexander | 2016-01-06 | 1 | -5/+3 |
| | | | | | | | | | | | | This is part 5 and there is more to come. PHPBB3-13454 | ||||
* | | [ticket/13454] Remove unused variables | Marc Alexander | 2016-01-06 | 1 | -2/+0 |
| | | | | | | | | | | | | Part 4 PHPBB3-13454 | ||||
* | | [ticket/14168] Use attachment manager instead of separate classes | Marc Alexander | 2015-10-12 | 1 | -11/+11 |
| | | | | | | | | PHPBB3-14168 | ||||
* | | [ticket/14168] No longer use deprecated functions in core files | Marc Alexander | 2015-10-09 | 1 | -3/+6 |
| | | | | | | | | PHPBB3-14168 | ||||
* | | [ticket/14168] Minor coding style fixes | Marc Alexander | 2015-10-09 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-14168 | ||||
* | | [ticket/14168] Use attachment upload class in message_parser | Marc Alexander | 2015-10-09 | 1 | -20/+7 |
| | | | | | | | | PHPBB3-14168 | ||||
* | | [ticket/14150] Update fast-image-size to newest version | Marc Alexander | 2015-09-08 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-14150 | ||||
* | | Merge branch '3.1.x' | Marc Alexander | 2015-08-22 | 1 | -0/+23 |
|\ \ | |/ | | | | | | | Conflicts: phpBB/includes/message_parser.php | ||||
| * | [ticket/14072] Add core event to the function format_display() | rxu | 2015-08-06 | 1 | -0/+23 |
| | | | | | | | | PHPBB3-14072 | ||||
* | | [ticket/13880] Merge branch 'ticket/13880' into ticket/13880-fix-master | JoshyPHP | 2015-06-27 | 1 | -22/+63 |
|\ \ | |/ | | | | | PHPBB3-13880 | ||||
| * | [ticket/13880] Replaced the quote regexp to allow brackets | JoshyPHP | 2015-06-27 | 1 | -1/+1 |
| | | | | | | | | | | | | This matches the regexp used in bbcode::bbcode_cache_init() PHPBB3-13880 | ||||
| * | [ticket/13880] Automatically remove quotes that are nested too deep | JoshyPHP | 2015-06-27 | 1 | -22/+50 |
| | | | | | | | | PHPBB3-13880 | ||||
* | | Merge pull request #3618 from marc1706/ticket/13832 | Tristan Darricau | 2015-06-24 | 1 | -18/+87 |
|\ \ | | | | | | | | | | [ticket/13832] Use preg_replace_callback instead of /e modifier | ||||
| * | | [ticket/13832] Remove unused global from bbcode_init() | Marc Alexander | 2015-05-19 | 1 | -1/+1 |
| | | | | | | | | | | | | PHPBB3-13832 | ||||
| * | | [ticket/13832] Fix code sniffer errors in message_parser.php | Marc Alexander | 2015-05-19 | 1 | -13/+65 |
| | | | | | | | | | | | | PHPBB3-13832 | ||||
| * | | [ticket/13832] Do not use e modifier for bbcodes in message_parser | Marc Alexander | 2015-05-18 | 1 | -12/+12 |
| | | | | | | | | | | | | PHPBB3-13832 | ||||
| * | | [ticket/13832] Remove e modifier from bold bbcode | Marc Alexander | 2015-05-18 | 1 | -2/+4 |
| | | | | | | | | | | | | PHPBB3-13832 | ||||
| * | | [ticket/13832] Allow callables for matching bbcodes | Marc Alexander | 2015-05-18 | 1 | -1/+8 |
| | | | | | | | | | | | | PHPBB3-13832 | ||||
| * | | [ticket/13832] Do not use e modifier in message_parser | Marc Alexander | 2015-05-18 | 1 | -4/+12 |
| | | | | | | | | | | | | PHPBB3-13832 | ||||
* | | | Merge branch '3.1.x' | Joas Schilling | 2015-05-28 | 1 | -0/+35 |
|\ \ \ | | |/ | |/| | |||||
| * | | [ticket/13648] Allow extensions using custom bbcode validation methods | rxu | 2015-05-07 | 1 | -0/+35 |
| | | | | | | | | | | | | PHPBB3-13648 | ||||
* | | | Merge pull request #3578 from s9e/ticket/13801 | Nicofuma | 2015-05-20 | 1 | -0/+5 |
|\ \ \ | | | | | | | | | | | | | [ticket/13801] Remove user dependency from text_formatter.s9e.parser | ||||
| * | | | [ticket/13801] Updated comments for clarity | JoshyPHP | 2015-05-18 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | PHPBB3-13801 | ||||
| * | | | [ticket/13801] Removed user dependency from text_formatter.s9e.parser | JoshyPHP | 2015-05-18 | 1 | -0/+4 |
| | |/ | |/| | | | | | | | PHPBB3-13801 | ||||
* | | | [ticket/11530] Remove extra quotes when depth limit is exceeded | JoshyPHP | 2015-05-18 | 1 | -0/+10 |
|/ / | | | | | | | PHPBB3-11530 | ||||
* | | Merge pull request #3524 from marc1706/ticket/8672 | Tristan Darricau | 2015-04-27 | 1 | -4/+5 |
|\ \ | | | | | | | | | | [ticket/8672] Add class for retrieving imagesize without download | ||||
| * | | [ticket/8672] Use fastImageSize in classes | Marc Alexander | 2015-04-24 | 1 | -2/+2 |
| | | | | | | | | | | | | PHPBB3-8672 | ||||
| * | | [ticket/8672] Add class for retrieving imagesize without download | Marc Alexander | 2015-04-24 | 1 | -4/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | getimagesize() always downloads the complete file before checking the actual image dimensions. This class will be able to do the same without having to download possibly large files. PHPBB3-8672 | ||||
* | | | [ticket/12745] Added support for Unicode characters outside BMP | JoshyPHP | 2015-04-25 | 1 | -9/+0 |
|/ / | | | | | | | PHPBB3-12745 | ||||
* | | Merge pull request #3461 from s9e/ticket/11768 | Tristan Darricau | 2015-04-05 | 1 | -77/+50 |
|\ \ | | | | | | | | | | [3.2][ticket/11768] Integrate s9e\TextFormatter | ||||
| * | | [ticket/11768] Reverted change to bbcode_uid | JoshyPHP | 2015-04-02 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | On the off-chance some other routine expect bbcode_uid to never be empty. PHPBB3-11768 | ||||
| * | | [ticket/11768] This commit integrates s9e\TextFormatter | s9e | 2015-04-02 | 1 | -78/+51 |
| | | | | | | | | | | | | | | | | | | | | | 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' | Tristan Darricau | 2015-04-05 | 1 | -0/+13 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | [ticket/13743] Add $phpbb_root_path and $phpEx definitions in message_parser.php | rxu | 2015-04-05 | 1 | -0/+13 |
| | | | | | | | | | | | | | | | | | | | | message_parser.php performs include of bbcode.php at the very start using $phpbb_root_path and $phpEx vars, so there's a possibility those can be undefined at that point, especially when message_parser.php is being included in event listener or another extension file where $phpbb_root_path and $phpEx don't exist. This can be fixed by adding the appropriate vars definitions. PHPBB3-13743 | ||||
* | | [ticket/13455] Remove unnecessary calls to `utf8_normalize_nfc()` | Gaëtan Muller | 2015-02-03 | 1 | -3/+3 |
| | | | | | | | | PHPBB3-13455 | ||||
* | | [ticket/13455] Update calls to `request_var()` | Gaëtan Muller | 2015-02-03 | 1 | -4/+4 |
|/ | | | | PHPBB3-13455 | ||||
* | Merge pull request #3189 from rxu/ticket/12926 | Joas Schilling | 2015-01-10 | 1 | -1/+1 |
|\ | | | | | | | [ticket/12926] Support for IDN (IRI) | ||||
| * | [ticket/12926] Support for IDN (IRI) | rxu | 2014-11-27 | 1 | -1/+1 |
| | | | | | | | | | | | | Add international domain name support for URLs. PHPBB3-12926 | ||||
* | | [ticket/13466] Add bitfield and uid to event core.message_parser_check_message | Oliver Schramm | 2015-01-05 | 1 | -0/+9 |
|/ | | | | PHPBB3-13466 | ||||
* | Merge pull request #3116 from rxu/ticket/13297 | Joas Schilling | 2014-11-22 | 1 | -6/+6 |
|\ | | | | | | | [ticket/13297] Add unicode modifier to url/email regular expression patterns |