aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/develop/export_events_for_wiki.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/13807] Add version to the usage outputJoas Schilling2015-05-051-1/+1
* [ticket/13807] Only output the header for diffJoas Schilling2015-05-021-6/+7
* [ticket/13807] Add an option to generate a diff for the release highlightsJoas Schilling2015-05-021-9/+38
* [ticket/13807] Allow filtering events by phpBB versionJoas Schilling2015-05-021-2/+5
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-2/+7
* [ticket/12273] Move $extension to constructor so the path is always setJoas Schilling2014-04-281-6/+6
* [ticket/12273] Update exporter to allow specifying an extensionJoas Schilling2014-04-281-12/+18
* [ticket/12273] Fix missing classes in export_events_for_wiki.phpJoas Schilling2014-04-271-0/+2
* [ticket/12273] Test source files and compare with events.mdJoas Schilling2014-04-241-3/+3
* [ticket/12273] Fix export scriptJoas Schilling2014-04-181-15/+44
* [ticket/12273] Move event exporter to namespaceJoas Schilling2014-04-181-2/+2
* [ticket/12273] Crawl the phpBB directory for eventsJoas Schilling2014-04-181-1/+2
* [ticket/12273] Use the new classJoas Schilling2014-04-181-275/+5
* [ticket/12262] Do not use inline assignmentsJoas Schilling2014-03-151-4/+7
* [ticket/12262] Do not use getExtension()Joas Schilling2014-03-151-1/+1
* [ticket/12262] Fix location list for acp events with "Locations:"Joas Schilling2014-03-111-2/+13
* [ticket/12262] Also find vars array when it's defined in the trigger_event()Joas Schilling2014-03-111-8/+19
* [ticket/11924] Verify that the script is only run from command lineJoas Schilling2013-10-261-0/+5
* [ticket/11924] Do not use globals :(Joas Schilling2013-10-261-17/+10
* [ticket/11924] Remove duplicated codeJoas Schilling2013-10-161-54/+22
* [ticket/11924] Add option to export php event listJoas Schilling2013-10-161-0/+242
* [ticket/11924] Reduce unneccessary loadJoas Schilling2013-10-161-6/+2
* [ticket/11924] Add version info of template events to events.mdJoas Schilling2013-10-161-2/+3
* [ticket/11924] Add script to export events.md with wiki markupJoas Schilling2013-10-161-0/+102