aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/event/md_exporter.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/13872] Allow template events to have a changed versionJoas Schilling2015-05-281-3/+86
* [ticket/13807] Add an option to generate a diff for the release highlightsJoas Schilling2015-05-021-3/+19
* [ticket/13807] Allow filtering template eventsJoas Schilling2015-05-021-1/+27
* [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-6/+7
* [ticket/12273] Move $extension to constructor so the path is always setJoas Schilling2014-04-281-23/+15
* [ticket/12273] Find events.md relative from the path not the phpbb rootJoas Schilling2014-04-281-3/+8
* [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] Allow to filter events for extensionsJoas Schilling2014-04-281-15/+33
* [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] Use RecursiveDirectoryIterator in md_exporterJoas Schilling2014-04-261-16/+16
* [ticket/12273] Fix doc blocksJoas Schilling2014-04-261-5/+15
* [ticket/12273] Do not allow 3.1-A1 for template eventsJoas Schilling2014-04-251-2/+0
* [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] Do not use Inline control structuresJoas Schilling2014-04-181-3/+9
* [ticket/12273] Move MD Exporter to separate fileJoas Schilling2014-04-181-0/+223