aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/event/php_exporter.php
Commit message (Collapse)AuthorAgeFilesLines
* [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