aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/event
Commit message (Expand)AuthorAgeFilesLines
* [ticket/14876] Allows multibyte strings for exception messagesVictor A. Safronov2016-11-251-1/+1
* [ticket/14821] Simplify regex for converting <strong> tags back to HTMLMarc Alexander2016-10-181-1/+1
* [ticket/14821] Replace escaped strong tags with actual tagsMarc Alexander2016-10-141-0/+3
* [ticket/security-196] Escapes the exception messages before displaying themTristan Darricau2016-04-191-0/+5
* [ticket/13872] Allow template events to have a changed versionJoas Schilling2015-05-282-3/+87
* [ticket/13807] Fix minor coding flawsJoas Schilling2015-05-021-2/+3
* [ticket/13807] Add an option to generate a diff for the release highlightsJoas Schilling2015-05-022-5/+30
* [ticket/13807] Allow filtering template eventsJoas Schilling2015-05-021-1/+27
* [ticket/13807] Allow filtering events by phpBB versionJoas Schilling2015-05-021-4/+101
* [ticket/13643] Change the priority of kernel_terminate_subscriber to PHP_INT_MINNicofuma2015-02-221-1/+1
* Merge pull request #3173 from Nicofuma/ticket/13361Nils Adermann2015-01-221-13/+46
|\
| * [ticket/13361] Fix the JsonResponse in the exception listenerTristan Darricau2015-01-141-1/+1
| * [ticket/13361] Add testsTristan Darricau2015-01-111-3/+7
| * [ticket/13361] Support ajax request (send a json response)Tristan Darricau2015-01-101-9/+25
| * [ticket/13361] Improve the exception listenerTristan Darricau2014-11-231-4/+17
* | [ticket/13489] Disable the event dispatcher in the migratorTristan Darricau2015-01-142-0/+45
|/
* [ticket/13124] Also trim spaces in front of comments except for first lineMarc Alexander2014-10-061-7/+7
* [ticket/13061] Replace the service event.subscriber_loader by a compiler passTristan Darricau2014-09-131-39/+0
* [ticket/12557] Fix php file descriptionn-aleha2014-08-071-2/+2
* [ticket/12782] Add doc blockTristan Darricau2014-06-282-1/+11
* [ticket/12782] Use an interface for the phpbb event_dispatcherTristan Darricau2014-06-282-1/+34
* [ticket/12766] Event exporter does not like RCx as versionPayBas2014-06-252-2/+2
* [ticket/12721] Add Generic.Functions.OpeningFunctionBraceBsdAllmanTristan Darricau2014-06-161-1/+2
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-279-36/+63
* [ticket/11497] Remove 'ext.finder' from services' listNicofuma2014-05-031-7/+8
* [ticket/12273] Move $extension to constructor so the path is always setJoas Schilling2014-04-282-32/+24
* [ticket/12273] Find events.md relative from the path not the phpbb rootJoas Schilling2014-04-281-3/+8
* [ticket/12273] Do not look in extensions docs/ and tests/ directoryJoas Schilling2014-04-281-0/+2
* [ticket/12273] Also check file for adm "Location:" eventsJoas Schilling2014-04-281-0/+5
* [ticket/12273] Do not allow template events in non-html filesJoas Schilling2014-04-281-1/+1
* [ticket/12273] Fix return descriptionJoas Schilling2014-04-281-1/+1
* [ticket/12273] Allow to filter events for extensionsJoas Schilling2014-04-282-23/+51
* [ticket/12273] Remove old parameter from function callJoas Schilling2014-04-281-3/+2
* [ticket/12273] Fix table header for adm eventsJoas Schilling2014-04-271-1/+1
* [ticket/12273] Add root path to recursive_event_filter_iteratorJoas Schilling2014-04-272-11/+35
* [ticket/12273] Use RecursiveDirectoryIterator with filter in php_exporterJoas Schilling2014-04-262-42/+59
* [ticket/12273] Use RecursiveDirectoryIterator in md_exporterJoas Schilling2014-04-261-16/+16
* [ticket/12273] Fix doc blocksJoas Schilling2014-04-262-6/+35
* [ticket/12273] Do not allow 3.1-A1 for template eventsJoas Schilling2014-04-251-2/+0
* [ticket/12273] Sort arguments alphabetically before exportingJoas Schilling2014-04-251-0/+1
* [ticket/12273] Do not allow 3.1-A1 versionJoas Schilling2014-04-251-13/+5
* [ticket/12273] Use multiline arrays instead of array_merge()Joas Schilling2014-04-251-26/+58
* [ticket/12273] Use array_merge instead of +=Joas Schilling2014-04-241-4/+4
* [ticket/12273] Fix method name of test and fix undefined indexJoas Schilling2014-04-241-0/+11
* [ticket/12273] Verify the result of the .md file to the sourceJoas Schilling2014-04-241-15/+151
* [ticket/12273] Only check selected filesJoas Schilling2014-04-241-3/+6
* [ticket/12273] Verify that the events are still in the named filesJoas Schilling2014-04-241-10/+43
* [ticket/12273] Fix missing space in some ExceptionsJoas Schilling2014-04-201-6/+7
* [ticket/12273] Remove duplicated codeJoas Schilling2014-04-201-33/+16
* [ticket/12273] Add file line to exception messageJoas Schilling2014-04-201-29/+44