Nicofuma
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
JoshyPHP
c1777f4811
[ticket/11530] Remove extra quotes when depth limit is exceeded
...
PHPBB3-11530
2015-05-18 03:57:48 +02:00
JoshyPHP
7b552152b4
[ticket/13801] Updated comments for clarity
...
PHPBB3-13801
2015-05-18 02:58:33 +02:00
JoshyPHP
deadc06652
[ticket/13801] Removed user dependency from text_formatter.s9e.parser
...
PHPBB3-13801
2015-05-18 02:58:33 +02:00
Tristan Darricau
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
JoshyPHP
25acba2259
[ticket/12745] Added support for Unicode characters outside BMP
...
PHPBB3-12745
2015-04-25 23:43:32 +02:00
Marc Alexander
39d6180c68
[ticket/8672] Use fastImageSize in classes
...
PHPBB3-8672
2015-04-24 13:33:14 +02:00
Marc Alexander
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
Tristan Darricau
3a6a61a8dd
Merge pull request #3461 from s9e/ticket/11768
...
[3.2][ticket/11768] Integrate s9e\TextFormatter
2015-04-05 23:32:38 +02:00
Tristan Darricau
5ac13c7ddc
Merge branch '3.1.x'
2015-04-05 23:22:41 +02:00
rxu
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
JoshyPHP
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
s9e
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
Gaëtan Muller
abcb2680ee
[ticket/13455] Remove unnecessary calls to utf8_normalize_nfc()
...
PHPBB3-13455
2015-02-03 20:50:40 +01:00
Gaëtan Muller
f6e06da4c6
[ticket/13455] Update calls to request_var()
...
PHPBB3-13455
2015-02-03 20:50:40 +01:00
Joas Schilling
8ae1b0c52e
Merge pull request #3189 from rxu/ticket/12926
...
[ticket/12926] Support for IDN (IRI)
2015-01-10 00:09:57 +01:00
Oliver Schramm
2532583765
[ticket/13466] Add bitfield and uid to event core.message_parser_check_message
...
PHPBB3-13466
2015-01-05 22:15:56 +01:00
rxu
a8c62e707a
[ticket/12926] Support for IDN (IRI)
...
Add international domain name support for URLs.
PHPBB3-12926
2014-11-27 01:18:49 +07:00
Joas Schilling
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
rxu
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
rxu
483af1d036
[ticket/13297] Add unicode modifier to url/email regular expression patterns.
...
PHPBB3-13297
2014-11-09 20:59:14 +07:00
Nils Adermann
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
Tristan Darricau
ff6e026a40
[ticket/12446] Unnecessary db connect inphpbb_bootstrap_enabled_exts
...
PHPBB3-12446
2014-06-26 21:09:19 +02:00
Marc Alexander
a402d619b4
[ticket/11148] Get rid of extra line in mimetype guesser setter doc block
...
PHPBB3-11148
2014-06-23 21:39:24 +02:00
Marc Alexander
94a81fa01d
[ticket/11148] Pass mimetype guesser to upload_attachment() function
...
PHPBB3-11148
2014-06-23 21:37:47 +02:00
Joas Schilling
04164affe6
[ticket/12747] Drop support for Firebird
...
PHPBB3-12747
2014-06-20 12:35:42 +02:00
Marc Alexander
5ee7f20f4e
[ticket/11711] Improve coding and comments of character check
...
PHPBB3-11711
2014-06-10 15:51:25 +02:00
Marc Alexander
b8151b1299
[ticket/11711] Improve checks for unsupported characters and check subject
...
PHPBB3-11711
2014-06-09 18:56:13 +02:00
Marc Alexander
89f7067377
[ticket/11711] Inform user of unsupported characters while posting
...
PHPBB3-11711
2014-06-09 17:48:06 +02:00
Yuriy Rusko
a759704b39
[ticket/12594] Remove @package tags and update file headers
...
PHPBB3-12594
2014-05-27 20:51:13 +02:00
Joas Schilling
34c1691d7e
[ticket/12433] Use a different message when nesting of quotes is not allowed
...
PHPBB3-12433
2014-05-15 14:03:27 +02:00
Oliver Schramm
b7fde76852
[ticket/12451] Remove duplicated lang var
...
PHPBB3-12451
2014-05-03 16:16:17 +02:00
Oliver Schramm
1f76a95bf6
[ticket/12451] Use new line to concatenate strings
...
PHPBB3-12451
2014-05-03 16:16:16 +02:00
Oliver Schramm
d7c0d604b5
[ticket/12451] Split TOO_MANY_CHARS vars for plurals
...
PHPBB3-12451
2014-05-03 16:16:15 +02:00
Oliver Schramm
daa69ecfa9
[ticket/12451] Split TOO_FEW_CHARS_LIMIT for plurals
...
PHPBB3-12451
2014-05-03 16:16:14 +02:00
Andreas Fischer
89391dec08
[ticket/12458] Apply Squiz.WhiteSpace.SuperfluousWhitespace.* to legacy code.
...
* There MUST NOT be trailing whitespace at the end of lines.
* There MUST NOT be whitespace before the first content of a file.
* There MUST NOT be whitespace after the last content of a file.
* Functions MUST NOT contain multiple empty lines in a row.
PHPBB3-12458
2014-04-29 17:51:21 +02:00
Cesar G
9c1cacae42
[ticket/11915] Provide the URL to the attachment when it's uploaded.
...
PHPBB3-11915
2014-01-17 19:20:36 -08:00
Cesar G
be52a823f8
[ticket/11915] Provide the attachment file size to the template.
...
PHPBB3-11915
2014-01-17 19:20:36 -08:00
Matt Friedman
121f2394ff
[ticket/12060] A little less verbose cleanup of event docblocks
...
PHPBB3-12060
2013-12-17 18:55:59 -08:00
Matt Friedman
4665e3df21
[ticket/12060] Further clarifying new event docblocks as much as possible
...
PHPBB3-12060
2013-12-16 23:54:55 -08:00
Matt Friedman
df9e782fa4
[ticket/12060] Remove whitespaces
...
PHPBB3-12060
2013-12-16 15:31:44 -08:00
Matt Friedman
f045458679
[ticket/12060] Rename event in message parser to modify_format_display_text_after
...
PHPBB3-12060
2013-12-13 17:00:06 -08:00
Matt Friedman
b26e4dd42c
[ticket/12060] Correctly label alpha versions in event docblocks
...
PHPBB3-12060
2013-12-13 10:31:04 -08:00
Matt Friedman
75831dc2d0
[ticket/12060] Change @since in event docblocks
...
PHPBB3-12060
2013-12-12 14:09:30 -08:00
Matt Friedman
b6eb1f66e1
[ticket/12060] Update docblock for core event due to addition of another var
...
PHPBB3-12060
2013-12-12 10:37:11 -08:00
Matt Friedman
0156136c85
[ticket/12060] Add $update_this_message var to the core event
...
PHPBB3-12060
2013-12-12 09:56:00 -08:00
Matt Friedman
feb4ae13f4
[ticket/12060] Add event core.modify_text_for_format_display_after
...
Use this event to modify the text after it is parsed
PHPBB3-12060
2013-12-04 16:45:30 -08:00
Matt Friedman
e179f25154
[ticket/12060] Add event core.modify_bbcode_init
...
Use this event to modify the bbcode data for later parsing
PHPBB3-12060
2013-12-04 16:45:02 -08:00
Andreas Fischer
2050a39da7
[feature/plupload/integration] Integration of Plupload
...
This commit is a highly-refactored and up-to-date version of Fyorl's work
which was part of his Google Summer of Code 2012 project "Attachment
Improvements".
PHPBB3-10929
2013-10-11 17:40:16 +02:00
Nils Adermann
b95fdacdd3
[ticket/11700] Move all recent code to namespaces
...
PHPBB3-11700
2013-09-16 00:25:27 +02:00