aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/event/php_exporter.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/15637] Remove trailing space from descriptionkasimi2018-07-071-0/+6
* [ticket/15637] Preserve line breaks in event descriptionskasimi2018-07-071-1/+1
* [ticket/15637] Remove trailing space from descriptionkasimi2018-07-071-1/+1
* [ticket/15637] Fixed removing white-spaces from description linekasimi2018-07-071-1/+2
* [ticket/15637] Extract all lines before the first @tagkasimi2018-07-071-2/+2
* [ticket/15637] Extract multi-line PHP event descriptionskasimi2018-04-151-1/+17
* [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-011-6/+6
* [ticket/15389] Match multiple events in dispatcher in php_exporterOliver Schramm2017-10-041-18/+18
* [ticket/15291] Allow short array notation in event declarationsJoshyPHP2017-07-221-1/+1
* [ticket/13429] Replace @change with @changedJakub Senko2017-01-231-4/+4
* [ticket/13429] Replace @changed with @change in event docblocksJakub Senko2016-11-201-5/+5
* [ticket/13872] Allow template events to have a changed versionJoas Schilling2015-05-281-0/+1
* [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-021-2/+11
* [ticket/13807] Allow filtering events by phpBB versionJoas Schilling2015-05-021-4/+101
* [ticket/13124] Also trim spaces in front of comments except for first lineMarc Alexander2014-10-061-7/+7
* [ticket/12766] Event exporter does not like RCx as versionPayBas2014-06-251-1/+1
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-5/+7
* [ticket/12273] Move $extension to constructor so the path is always setJoas Schilling2014-04-281-9/+9
* [ticket/12273] Fix return descriptionJoas Schilling2014-04-281-1/+1
* [ticket/12273] Allow to filter events for extensionsJoas Schilling2014-04-281-8/+18
* [ticket/12273] Add root path to recursive_event_filter_iteratorJoas Schilling2014-04-271-1/+2
* [ticket/12273] Use RecursiveDirectoryIterator with filter in php_exporterJoas Schilling2014-04-261-42/+14
* [ticket/12273] Fix doc blocksJoas Schilling2014-04-261-1/+20
* [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 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
* [ticket/12273] Move phpBB test to new file and use a data providerJoas Schilling2014-04-201-1/+6
* [ticket/12273] Allow multiple $vars linesJoas Schilling2014-04-201-9/+27
* [ticket/12273] Make event exporter compatible with php 5.3.3Joas Schilling2014-04-181-1/+1
* [ticket/12273] Rename exporter to php_exporterJoas Schilling2014-04-181-0/+559