7bb4e88acd
Merge branch '3.1.x' into 3.2.x
...
* 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
2016-10-03 20:20:54 +02:00
0b3951cb81
[ticket/14802] Empty/blank lines should not be additional poll options
...
PHPBB3-14802
2016-09-29 14:43:36 -04:00
c64b8102b7
[ticket/10809] Remove MSSQL support
...
PHPBB3-10809
2016-08-02 12:06:06 +02:00
15a0013193
[ticket/9435] Switch "ID" and BBcode name in constants keys
...
PHPBB3-9435
2016-03-19 17:17:03 +01:00
46c79bbe90
[ticket/9435] Convert bbcode magic numbers to constants
...
PHPBB3-9435
2016-03-18 10:56:14 +01:00
7a6a16e3a5
[ticket/13454] Remove unused variables
...
This is part 5 and there is more to come.
PHPBB3-13454
2016-01-06 13:52:11 +01:00
266576c6a4
[ticket/13454] Remove unused variables
...
Part 4
PHPBB3-13454
2016-01-06 13:52:11 +01:00
49312f05f8
[ticket/14168] Use attachment manager instead of separate classes
...
PHPBB3-14168
2015-10-12 11:34:11 +02:00
98ebbbdca2
[ticket/14168] No longer use deprecated functions in core files
...
PHPBB3-14168
2015-10-09 10:18:40 +02:00
e158db5daa
[ticket/14168] Minor coding style fixes
...
PHPBB3-14168
2015-10-09 10:15:39 +02:00
16d5208d9a
[ticket/14168] Use attachment upload class in message_parser
...
PHPBB3-14168
2015-10-09 09:46:11 +02:00
58286171f1
[ticket/14150] Update fast-image-size to newest version
...
PHPBB3-14150
2015-09-08 12:59:55 +02:00
1a9bc8a7ad
Merge branch '3.1.x'
...
Conflicts:
phpBB/includes/message_parser.php
2015-08-22 08:51:09 +02:00
9e467a4e4a
[ticket/14072] Add core event to the function format_display()
...
PHPBB3-14072
2015-08-06 03:51:48 +07:00
d9db021af4
[ticket/13880] Merge branch 'ticket/13880' into ticket/13880-fix-master
...
PHPBB3-13880
2015-06-27 04:34:12 +02:00
ae2237f640
[ticket/13880] Replaced the quote regexp to allow brackets
...
This matches the regexp used in bbcode::bbcode_cache_init()
PHPBB3-13880
2015-06-27 04:25:54 +02:00
817db2f135
[ticket/13880] Automatically remove quotes that are nested too deep
...
PHPBB3-13880
2015-06-27 02:52:26 +02:00
6bcf12a558
Merge pull request #3618 from marc1706/ticket/13832
...
[ticket/13832] Use preg_replace_callback instead of /e modifier
2015-06-24 16:36:15 +02:00
95b3b4605a
Merge branch '3.1.x'
2015-05-28 10:49:45 +02:00
15bec23770
Merge pull request #3578 from s9e/ticket/13801
...
[ticket/13801] Remove user dependency from text_formatter.s9e.parser
2015-05-20 00:02:41 +02:00
358c634153
[ticket/13832] Remove unused global from bbcode_init()
...
PHPBB3-13832
2015-05-19 17:26:01 +02:00
5796584611
[ticket/13832] Fix code sniffer errors in message_parser.php
...
PHPBB3-13832
2015-05-19 14:15:37 +02:00
1494c54803
[ticket/13832] Do not use e modifier for bbcodes in message_parser
...
PHPBB3-13832
2015-05-18 21:43:25 +02:00
2911c01683
[ticket/13832] Remove e modifier from bold bbcode
...
PHPBB3-13832
2015-05-18 19:03:25 +02:00
8a5c0965d3
[ticket/13832] Allow callables for matching bbcodes
...
PHPBB3-13832
2015-05-18 19:02:49 +02:00
1076b562dd
[ticket/13832] Do not use e modifier in message_parser
...
PHPBB3-13832
2015-05-18 17:59:21 +02:00
c1777f4811
[ticket/11530] Remove extra quotes when depth limit is exceeded
...
PHPBB3-11530
2015-05-18 03:57:48 +02:00
7b552152b4
[ticket/13801] Updated comments for clarity
...
PHPBB3-13801
2015-05-18 02:58:33 +02:00
deadc06652
[ticket/13801] Removed user dependency from text_formatter.s9e.parser
...
PHPBB3-13801
2015-05-18 02:58:33 +02:00
aa1b427e45
[ticket/13648] Allow extensions using custom bbcode validation methods
...
PHPBB3-13648
2015-05-07 22:01:10 +07:00
734b89e75c
Merge pull request #3524 from marc1706/ticket/8672
...
[ticket/8672] Add class for retrieving imagesize without download
2015-04-27 16:26:40 +02:00
25acba2259
[ticket/12745] Added support for Unicode characters outside BMP
...
PHPBB3-12745
2015-04-25 23:43:32 +02:00
39d6180c68
[ticket/8672] Use fastImageSize in classes
...
PHPBB3-8672
2015-04-24 13:33:14 +02:00
2fa99602c6
[ticket/8672] Add class for retrieving imagesize without download
...
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
2015-04-24 13:31:36 +02:00
3a6a61a8dd
Merge pull request #3461 from s9e/ticket/11768
...
[3.2][ticket/11768] Integrate s9e\TextFormatter
2015-04-05 23:32:38 +02:00
5ac13c7ddc
Merge branch '3.1.x'
2015-04-05 23:22:41 +02:00
3521e74939
[ticket/13743] Add $phpbb_root_path and $phpEx definitions in message_parser.php
...
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
2015-04-05 18:48:43 +07:00
37106bae7a
[ticket/11768] Reverted change to bbcode_uid
...
On the off-chance some other routine expect bbcode_uid to never be empty.
PHPBB3-11768
2015-04-02 19:16:03 +02:00
147a713cc0
[ticket/11768] This commit integrates s9e\TextFormatter
...
This commit integrates s9e\TextFormatter as outlined in
http://area51.phpbb.com/phpBB/viewtopic.php?f=108&t=44467
PHPBB3-11768
2015-04-02 19:16:01 +02:00
abcb2680ee
[ticket/13455] Remove unnecessary calls to utf8_normalize_nfc()
...
PHPBB3-13455
2015-02-03 20:50:40 +01:00
f6e06da4c6
[ticket/13455] Update calls to request_var()
...
PHPBB3-13455
2015-02-03 20:50:40 +01:00
8ae1b0c52e
Merge pull request #3189 from rxu/ticket/12926
...
[ticket/12926] Support for IDN (IRI)
2015-01-10 00:09:57 +01:00
2532583765
[ticket/13466] Add bitfield and uid to event core.message_parser_check_message
...
PHPBB3-13466
2015-01-05 22:15:56 +01:00
a8c62e707a
[ticket/12926] Support for IDN (IRI)
...
Add international domain name support for URLs.
PHPBB3-12926
2014-11-27 01:18:49 +07:00
7700f31213
Merge pull request #3116 from rxu/ticket/13297
...
[ticket/13297] Add unicode modifier to url/email regular expression patterns
2014-11-22 12:13:39 +01:00
1e867ce52b
[ticket/13294] Add function parse() core event for additional message checks
...
Add core event to the function parse() in includes/message_parser.php to allow
additional handling message before parsing (i.e. perform custom message
checks, cleanup etc.).
PHPBB3-13294
2014-11-20 00:47:51 +07:00
483af1d036
[ticket/13297] Add unicode modifier to url/email regular expression patterns.
...
PHPBB3-13297
2014-11-09 20:59:14 +07:00
b203b4afa1
Merge remote-tracking branch 'github-marc1706/ticket/11148' into develop-ascraeus
...
* github-marc1706/ticket/11148:
[ticket/11148] Remove unneeded variable mimetype and use type octet-stream
[ticket/11148] Change expected output with disallowed content in test
[ticket/11148] Always use the output of the mimetype guesser in get_mimetype
[ticket/11148] Get rid of extra line in mimetype guesser setter doc block
[ticket/11148] Add missing parts to docblock of get_mimetype() method
[ticket/11148] Default to application/octet-stream if no mimetype given
[ticket/11148] Use mimetype guesser for uploaded avatars
[ticket/11148] Pass mimetype guesser to upload_attachment() function
[ticket/11148] Add mimetype guesser to filespec and fileupload class
2014-08-07 12:06:33 +02:00
ff6e026a40
[ticket/12446] Unnecessary db connect inphpbb_bootstrap_enabled_exts
...
PHPBB3-12446
2014-06-26 21:09:19 +02:00
a402d619b4
[ticket/11148] Get rid of extra line in mimetype guesser setter doc block
...
PHPBB3-11148
2014-06-23 21:39:24 +02:00