Oliver Schramm
4b39b99d56
[ticket/14933] Fix docblock for kernel_exception_subscriber
...
PHPBB3-14933
2017-09-10 11:08:59 +02:00
Oliver Schramm
a29048abd6
[ticket/14933] Make "route not found" more user-friendly
...
PHPBB3-14933
2017-09-09 17:08:27 +02:00
JoshyPHP
80d0bf4566
[ticket/15291] Allow short array notation in event declarations
...
PHPBB3-15291
2017-07-22 08:43:10 +02:00
Marc Alexander
ecef296bee
Merge pull request #4530 from senky/ticket/14557
...
[ticket/14557] Simplify updating overloaded events for extensions
2017-03-26 17:12:39 +02:00
Marc Alexander
f27cdad73e
Merge branch '3.1.x' into 3.2.x
2017-02-11 21:48:20 +01:00
Marc Alexander
45199adebd
Merge pull request #4523 from senky/ticket/13429
...
[ticket/13429] Replace @change with @changed in event docblocks
2017-02-11 15:19:47 +01:00
Jakub Senko
779758f219
[ticket/13429] Replace @change with @changed
...
PHPBB3-13429
2017-01-23 13:33:15 +01:00
Jakub Senko
aa888fab34
[ticket/14557] Rename $offset to $subarray
...
PHPBB3-14557
2016-12-27 22:30:47 +01:00
Jakub Senko
1eb451d0d4
[ticket/14557] Don't return $value
...
PHPBB3-14557
2016-12-27 22:28:34 +01:00
Jakub Senko
60251cd623
[ticket/14557] Simplify updating overloaded events for extensions
...
PHPBB3-14557
2016-12-26 14:05:06 +01:00
Marc Alexander
9432662c37
Merge branch '3.1.x' into 3.2.x
2016-11-26 16:41:31 +01:00
Victor A. Safronov
390a37492d
[ticket/14876] Allows multibyte strings for exception messages
...
All exception messages are sanitized via type_caster::set_var()
which is called with $multibyte = false.
This commit allows to pass multibyte messages as well.
PHPBB3-14876
2016-11-25 19:56:41 +04:00
Jakub Senko
c2836725f9
[ticket/13429] Replace @changed with @change in event docblocks
...
PHPBB3-13429
2016-11-20 17:58:59 +01:00
Máté Bartus
fd7244c892
Merge branch '3.1.x' into 3.2.x
2016-10-20 18:34:59 +02:00
Marc Alexander
d98a1c4bc4
[ticket/14821] Simplify regex for converting <strong> tags back to HTML
...
PHPBB3-14821
2016-10-18 22:07:54 +02:00
Marc Alexander
1f0c616974
[ticket/14821] Replace escaped strong tags with actual tags
...
Everything else will still be escaped. This will however add back support for
bold text in exception messages.
PHPBB3-14821
2016-10-14 22:47:43 +02:00
Marc Alexander
84a8cf00ad
Merge branch '3.1.x' into 3.2.x
2016-10-12 21:43:35 +02:00
Tristan Darricau
23bdb2eede
[ticket/security-196] Escapes the exception messages before displaying them
...
SECURITY-196
2016-04-19 12:03:32 +02:00
Mate Bartus
8f5a0ad6f7
[ticket/14039] Revamp updater
...
PHPBB3-14039
2015-10-17 23:05:57 +02:00
Marc Alexander
615761fdf1
Merge branch '3.1.x'
2015-05-28 14:16:11 +02:00
Joas Schilling
b00b504343
[ticket/13872] Allow template events to have a changed version
...
PHPBB3-13872
2015-05-28 12:23:24 +02:00
Nicofuma
5f18cf4cfb
Merge branch '3.1.x'
2015-05-06 01:14:08 +02:00
Joas Schilling
34141b576e
[ticket/13807] Fix minor coding flaws
...
PHPBB3-13807
2015-05-02 16:55:35 +02:00
Joas Schilling
96d97ae2d2
[ticket/13807] Add an option to generate a diff for the release highlights
...
PHPBB3-13807
2015-05-02 14:41:59 +02:00
Joas Schilling
bdad879508
[ticket/13807] Allow filtering template events
...
PHPBB3-13807
2015-05-02 14:35:26 +02:00
Joas Schilling
e0180991bf
[ticket/13807] Allow filtering events by phpBB version
...
PHPBB3-13807
2015-05-02 14:35:18 +02:00
Matt Friedman
dbb538afbd
[ticket/13725] Coding guidelines: static public
...
PHPBB3-13725
2015-03-27 00:02:20 -07:00
Andreas Fischer
b57e00226a
Merge branch '3.1.x'
...
* 3.1.x:
[ticket/13643] Change the priority of kernel_terminate_subscriber to PHP_INT_MIN
2015-02-22 23:44:42 +01:00
Nicofuma
ffc5a73a0c
[ticket/13643] Change the priority of kernel_terminate_subscriber to PHP_INT_MIN
...
PHP_INT_MIN isn't a defined constant but it can be calculed by
~PHP_INT_MAX (two's complement of PHP_INT_MAX)
PHPBB3-13643
2015-02-22 21:53:05 +01:00
Nils Adermann
f9f43141a9
Merge branch 'develop-ascraeus' into develop
...
* develop-ascraeus:
[ticket/13361] Rename exception to runtime_exception
[ticket/13361] Fix the JsonResponse in the exception listener
[ticket/13361] Add tests
[ticket/13361] Support ajax request (send a json response)
[ticket/13361] Improve the exception listener
2015-01-22 16:17:26 +01:00
Nils Adermann
40ab75478e
Merge pull request #3173 from Nicofuma/ticket/13361
...
[ticket/13361] Improve the exception listener
2015-01-22 16:16:21 +01:00
Joas Schilling
b566686b51
Merge branch 'develop-ascraeus' into develop
...
Conflicts:
phpBB/phpbb/db/migration/data/v30x/release_3_0_5_rc1.php
phpBB/phpbb/db/migration/profilefield_base_migration.php
phpBB/phpbb/db/migrator.php
2015-01-20 23:32:36 +01:00
Tristan Darricau
8ef238ea73
[ticket/13361] Fix the JsonResponse in the exception listener
...
PHPBB3-13361
2015-01-14 11:13:28 +01:00
Tristan Darricau
c99ed64473
[ticket/13489] Disable the event dispatcher in the migrator
...
PHPBB3-13489
2015-01-14 11:09:44 +01:00
Tristan Darricau
1f4bb2c149
[ticket/13361] Add tests
...
PHPBB3-13361
2015-01-11 11:28:45 +01:00
Tristan Darricau
74e8f9bd4e
[ticket/13361] Support ajax request (send a json response)
...
PHPBB3-13361
2015-01-10 17:14:14 +01:00
Tristan Darricau
b00d02496e
[ticket/13361] Improve the exception listener
...
PHPBB3-13361
2014-11-23 03:15:50 +01:00
Tristan Darricau
a5bfc76a73
[ticket/13063] Introduces a new \phpbb\routing\router class
...
PHPBB3-13063
2014-11-20 16:03:48 +01:00
Joas Schilling
7de0e17711
Merge branch 'develop-ascraeus' into develop
2014-10-15 18:31:55 +02:00
Marc Alexander
825af557ae
[ticket/13124] Also trim spaces in front of comments except for first line
...
PHPBB3-13124
2014-10-06 16:09:56 +02:00
Joas Schilling
dd89af7151
Merge branch 'develop-ascraeus' into develop
...
* develop-ascraeus:
[ticket/13061] Replace the service event.subscriber_loader by a compiler pass
2014-09-17 20:11:23 +02:00
Tristan Darricau
c988b98ac6
[ticket/13061] Replace the service event.subscriber_loader by a compiler pass
...
PHPBB3-13061
2014-09-13 14:34:18 +02:00
Joas Schilling
59780bbd09
[ticket/12958] Remove more references of subsilver2
...
PHPBB3-12958
2014-08-10 12:17:03 +02:00
n-aleha
8006746780
[ticket/12557] Fix php file description
...
PHPBB3-12557
2014-08-07 13:19:49 +03:00
Tristan Darricau
539eadc450
[ticket/12782] Add doc block
...
PHPBB3-12782
2014-06-28 14:35:40 +02:00
Tristan Darricau
eb13b4ae28
[ticket/12782] Use an interface for the phpbb event_dispatcher
...
PHPBB3-12782
2014-06-28 13:19:55 +02:00
PayBas
1b0b4cd5e2
[ticket/12766] Event exporter does not like RCx as version
...
PHPBB3-12766
2014-06-25 13:35:57 +02:00
Tristan Darricau
06bf864c41
[ticket/12721] Add Generic.Functions.OpeningFunctionBraceBsdAllman
...
PHPBB3-12721
2014-06-16 22:35:39 +02:00
Yuriy Rusko
a759704b39
[ticket/12594] Remove @package tags and update file headers
...
PHPBB3-12594
2014-05-27 20:51:13 +02:00
Nicofuma
dc6e2be884
[ticket/11497] Remove 'ext.finder' from services' list
...
PHPBB3-11497
2014-05-03 11:29:14 +02:00