aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/event/php_exporter.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/13872] Allow template events to have a changed versionJoas Schilling2015-05-281-0/+1
| | | | PHPBB3-13872
* [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-021-2/+11
| | | | PHPBB3-13807
* [ticket/13807] Allow filtering events by phpBB versionJoas Schilling2015-05-021-4/+101
| | | | PHPBB3-13807
* [ticket/13124] Also trim spaces in front of comments except for first lineMarc Alexander2014-10-061-7/+7
| | | | PHPBB3-13124
* [ticket/12766] Event exporter does not like RCx as versionPayBas2014-06-251-1/+1
| | | | PHPBB3-12766
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-5/+7
| | | | PHPBB3-12594
* [ticket/12273] Move $extension to constructor so the path is always setJoas Schilling2014-04-281-9/+9
| | | | PHPBB3-12273
* [ticket/12273] Fix return descriptionJoas Schilling2014-04-281-1/+1
| | | | PHPBB3-12273
* [ticket/12273] Allow to filter events for extensionsJoas Schilling2014-04-281-8/+18
| | | | PHPBB3-12273
* [ticket/12273] Add root path to recursive_event_filter_iteratorJoas Schilling2014-04-271-1/+2
| | | | PHPBB3-12273
* [ticket/12273] Use RecursiveDirectoryIterator with filter in php_exporterJoas Schilling2014-04-261-42/+14
| | | | PHPBB3-12273
* [ticket/12273] Fix doc blocksJoas Schilling2014-04-261-1/+20
| | | | PHPBB3-12273
* [ticket/12273] Sort arguments alphabetically before exportingJoas Schilling2014-04-251-0/+1
| | | | PHPBB3-12273
* [ticket/12273] Do not allow 3.1-A1 versionJoas Schilling2014-04-251-13/+5
| | | | PHPBB3-12273
* [ticket/12273] Use multiline arrays instead of array_merge()Joas Schilling2014-04-251-26/+58
| | | | PHPBB3-12273
* [ticket/12273] Use array_merge instead of +=Joas Schilling2014-04-241-4/+4
| | | | PHPBB3-12273
* [ticket/12273] Fix missing space in some ExceptionsJoas Schilling2014-04-201-6/+7
| | | | PHPBB3-12273
* [ticket/12273] Remove duplicated codeJoas Schilling2014-04-201-33/+16
| | | | PHPBB3-12273
* [ticket/12273] Add file line to exception messageJoas Schilling2014-04-201-29/+44
| | | | PHPBB3-12273
* [ticket/12273] Move phpBB test to new file and use a data providerJoas Schilling2014-04-201-1/+6
| | | | PHPBB3-12273
* [ticket/12273] Allow multiple $vars linesJoas Schilling2014-04-201-9/+27
| | | | PHPBB3-12273
* [ticket/12273] Make event exporter compatible with php 5.3.3Joas Schilling2014-04-181-1/+1
| | | | PHPBB3-12273
* [ticket/12273] Rename exporter to php_exporterJoas Schilling2014-04-181-0/+559
PHPBB3-12273