aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/event
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/16021] Recognize number of Template Event instances in events.md fileDark❶2019-04-191-1/+1
| | | | PHPBB3-16021
* [ticket/16021] Recognize number of Template Event instances in events.md fileDark❶2019-04-191-3/+10
| | | | PHPBB3-16021
* [ticket/16010] Enforce alphabetical order for events in events.mdMarc Alexander2019-04-111-0/+8
| | | | PHPBB3-16010
* [ticket/15809] Allow twig syntax for template eventsJakub Senko2018-09-301-9/+2
| | | | PHPBB3-15809
* [ticket/15637] Remove trailing space from descriptionkasimi2018-07-071-0/+6
| | | | PHPBB3-15637
* [ticket/15637] Preserve line breaks in event descriptionskasimi2018-07-071-1/+1
| | | | PHPBB3-15637
* [ticket/15637] Remove trailing space from descriptionkasimi2018-07-071-1/+1
| | | | PHPBB3-15637
* [ticket/15637] Fixed removing white-spaces from description linekasimi2018-07-071-1/+2
| | | | PHPBB3-15637
* [ticket/15637] Extract all lines before the first @tagkasimi2018-07-071-2/+2
| | | | PHPBB3-15637
* [ticket/15637] Extract multi-line PHP event descriptionskasimi2018-04-151-1/+17
| | | | PHPBB3-15637
* [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-012-9/+9
| | | | PHPBB3-14972
* [ticket/15389] Match multiple events in dispatcher in php_exporterOliver Schramm2017-10-041-18/+18
| | | | | | I've also improved some regular expressions PHPBB3-15389
* [ticket/15389] Allow arrays in event dispatcherOliver Schramm2017-10-041-1/+6
| | | | PHPBB3-15389
* [ticket/14933] Fix docblock for kernel_exception_subscriberOliver Schramm2017-09-101-0/+1
| | | | PHPBB3-14933
* [ticket/14933] Make "route not found" more user-friendlyOliver Schramm2017-09-091-2/+15
| | | | PHPBB3-14933
* [ticket/15291] Allow short array notation in event declarationsJoshyPHP2017-07-221-1/+1
| | | | PHPBB3-15291
* Merge pull request #4530 from senky/ticket/14557Marc Alexander2017-03-261-0/+12
|\ | | | | | | [ticket/14557] Simplify updating overloaded events for extensions
| * [ticket/14557] Rename $offset to $subarrayJakub Senko2016-12-271-5/+5
| | | | | | | | PHPBB3-14557
| * [ticket/14557] Don't return $valueJakub Senko2016-12-271-2/+1
| | | | | | | | PHPBB3-14557
| * [ticket/14557] Simplify updating overloaded events for extensionsJakub Senko2016-12-261-0/+13
| | | | | | | | PHPBB3-14557
* | Merge branch '3.1.x' into 3.2.xMarc Alexander2017-02-111-2/+2
|\ \
| * \ Merge pull request #4523 from senky/ticket/13429Marc Alexander2017-02-111-2/+2
| |\ \ | | | | | | | | | | | | [ticket/13429] Replace @change with @changed in event docblocks
| | * | [ticket/13429] Replace @change with @changedJakub Senko2017-01-231-4/+4
| | | | | | | | | | | | | | | | PHPBB3-13429
| | * | [ticket/13429] Replace @changed with @change in event docblocksJakub Senko2016-11-201-5/+5
| | | | | | | | | | | | | | | | PHPBB3-13429
* | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-11-261-1/+1
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | [ticket/14876] Allows multibyte strings for exception messagesVictor A. Safronov2016-11-251-1/+1
| |/ | | | | | | | | | | | | | | 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
* | Merge branch '3.1.x' into 3.2.xMáté Bartus2016-10-201-0/+3
|\ \ | |/
| * [ticket/14821] Simplify regex for converting <strong> tags back to HTMLMarc Alexander2016-10-181-1/+1
| | | | | | | | PHPBB3-14821
| * [ticket/14821] Replace escaped strong tags with actual tagsMarc Alexander2016-10-141-0/+3
| | | | | | | | | | | | | | Everything else will still be escaped. This will however add back support for bold text in exception messages. PHPBB3-14821
* | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-10-121-0/+5
|\ \ | |/
| * [ticket/security-196] Escapes the exception messages before displaying themTristan Darricau2016-04-191-0/+5
| | | | | | | | SECURITY-196
* | [ticket/14039] Revamp updaterMate Bartus2015-10-171-10/+12
| | | | | | | | PHPBB3-14039
* | Merge branch '3.1.x'Marc Alexander2015-05-282-3/+87
|\ \ | |/
| * [ticket/13872] Allow template events to have a changed versionJoas Schilling2015-05-282-3/+87
| | | | | | | | PHPBB3-13872
* | Merge branch '3.1.x'Nicofuma2015-05-062-10/+159
|\ \ | |/
| * [ticket/13807] Fix minor coding flawsJoas Schilling2015-05-021-2/+3
| | | | | | | | PHPBB3-13807
| * [ticket/13807] Add an option to generate a diff for the release highlightsJoas Schilling2015-05-022-5/+30
| | | | | | | | PHPBB3-13807
| * [ticket/13807] Allow filtering template eventsJoas Schilling2015-05-021-1/+27
| | | | | | | | PHPBB3-13807
| * [ticket/13807] Allow filtering events by phpBB versionJoas Schilling2015-05-021-4/+101
| | | | | | | | PHPBB3-13807
* | [ticket/13725] Coding guidelines: static publicMatt Friedman2015-03-272-2/+2
| | | | | | | | PHPBB3-13725
* | Merge branch '3.1.x'Andreas Fischer2015-02-221-1/+1
|\ \ | |/ | | | | | | * 3.1.x: [ticket/13643] Change the priority of kernel_terminate_subscriber to PHP_INT_MIN
| * [ticket/13643] Change the priority of kernel_terminate_subscriber to PHP_INT_MINNicofuma2015-02-221-1/+1
| | | | | | | | | | | | | | 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
* | Merge branch 'develop-ascraeus' into developNils Adermann2015-01-221-13/+46
|\ \ | |/ | | | | | | | | | | | | | | * 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
| * Merge pull request #3173 from Nicofuma/ticket/13361Nils Adermann2015-01-221-13/+46
| |\ | | | | | | [ticket/13361] Improve the exception listener
| | * [ticket/13361] Fix the JsonResponse in the exception listenerTristan Darricau2015-01-141-1/+1
| | | | | | | | | | | | PHPBB3-13361
| | * [ticket/13361] Add testsTristan Darricau2015-01-111-3/+7
| | | | | | | | | | | | PHPBB3-13361
| | * [ticket/13361] Support ajax request (send a json response)Tristan Darricau2015-01-101-9/+25
| | | | | | | | | | | | PHPBB3-13361
| | * [ticket/13361] Improve the exception listenerTristan Darricau2014-11-231-4/+17
| | | | | | | | | | | | PHPBB3-13361
* | | Merge branch 'develop-ascraeus' into developJoas Schilling2015-01-202-0/+45
|\ \ \ | |/ / | | | | | | | | | | | | | | | 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
| * | [ticket/13489] Disable the event dispatcher in the migratorTristan Darricau2015-01-142-0/+45
| |/ | | | | | | PHPBB3-13489