aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/event/md_exporter.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/16021] Recognize number of Template Event instances in events.md fileDark❶2019-04-191-1/+1
* [ticket/16021] Recognize number of Template Event instances in events.md fileDark❶2019-04-191-3/+10
* [ticket/16010] Enforce alphabetical order for events in events.mdMarc Alexander2019-04-111-0/+8
* [ticket/15809] Allow twig syntax for template eventsJakub Senko2018-09-301-9/+2
* [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-011-3/+3
* Merge branch '3.1.x'Marc Alexander2015-05-281-3/+86
|\
| * [ticket/13872] Allow template events to have a changed versionJoas Schilling2015-05-281-3/+86
* | Merge branch '3.1.x'Nicofuma2015-05-061-4/+46
|\ \ | |/
| * [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/12958] Remove more references of subsilver2Joas Schilling2014-08-101-8/+3
|/
* [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