aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12273] Remove old parameter from function callJoas Schilling2014-04-281-3/+2
| | | | PHPBB3-12273
* [ticket/12273] Fix table header for adm eventsJoas Schilling2014-04-271-1/+1
| | | | PHPBB3-12273
* [ticket/12273] Add root path to recursive_event_filter_iteratorJoas Schilling2014-04-272-11/+35
| | | | PHPBB3-12273
* [ticket/12273] Fix missing classes in export_events_for_wiki.phpJoas Schilling2014-04-271-0/+2
| | | | PHPBB3-12273
* [ticket/12273] Use RecursiveDirectoryIterator with filter in php_exporterJoas Schilling2014-04-262-42/+59
| | | | PHPBB3-12273
* [ticket/12273] Use RecursiveDirectoryIterator in md_exporterJoas Schilling2014-04-261-16/+16
| | | | PHPBB3-12273
* [ticket/12273] Fix doc blocksJoas Schilling2014-04-262-6/+35
| | | | PHPBB3-12273
* [ticket/12273] Do not allow 3.1-A1 for template eventsJoas Schilling2014-04-251-2/+0
| | | | 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-253-23/+12
| | | | PHPBB3-12273
* [ticket/12273] Update since version to 3.1.0-a* styleJoas Schilling2014-04-2524-76/+76
| | | | PHPBB3-12273
* [ticket/12273] Update existing eventsJoas Schilling2014-04-2512-37/+200
| | | | PHPBB3-12273
* [ticket/12273] Fix unit tests for multi line arraysJoas Schilling2014-04-252-11/+61
| | | | PHPBB3-12273
* [ticket/12273] Use multiline arrays instead of array_merge()Joas Schilling2014-04-251-26/+58
| | | | PHPBB3-12273
* [ticket/12273] Fix long $vars lines for existing eventsJoas Schilling2014-04-2410-15/+36
| | | | PHPBB3-12273
* [ticket/12273] Fix unit test for multi line $varsJoas Schilling2014-04-241-2/+2
| | | | PHPBB3-12273
* [ticket/12273] Use array_merge instead of +=Joas Schilling2014-04-241-4/+4
| | | | PHPBB3-12273
* [ticket/12273] Add missing event documentationJoas Schilling2014-04-241-0/+16
| | | | PHPBB3-12273
* [ticket/12273] Fix number of = in events.mdJoas Schilling2014-04-241-6/+6
| | | | PHPBB3-12273
* [ticket/12273] Fix subsilver2 missing from simple_footer_after docsJoas Schilling2014-04-241-0/+1
| | | | PHPBB3-12273
* [ticket/12273] Fix method name of test and fix undefined indexJoas Schilling2014-04-242-3/+14
| | | | PHPBB3-12273
* [ticket/12273] Test source files and compare with events.mdJoas Schilling2014-04-242-3/+40
| | | | PHPBB3-12273
* [ticket/12273] Verify the result of the .md file to the sourceJoas Schilling2014-04-241-15/+151
| | | | PHPBB3-12273
* [ticket/12273] Only check selected filesJoas Schilling2014-04-241-3/+6
| | | | PHPBB3-12273
* [ticket/12273] Fix some locations of existing eventsJoas Schilling2014-04-241-2/+2
| | | | PHPBB3-12273
* [ticket/12273] Verify that the events are still in the named filesJoas Schilling2014-04-241-10/+43
| | | | PHPBB3-12273
* [ticket/12273] Fix missing space in some ExceptionsJoas Schilling2014-04-201-6/+7
| | | | PHPBB3-12273
* [ticket/12273] Remove duplicated codeJoas Schilling2014-04-202-37/+24
| | | | 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-203-8/+51
| | | | PHPBB3-12273
* [ticket/12273] Allow multiple $vars linesJoas Schilling2014-04-205-26/+106
| | | | PHPBB3-12273
* [ticket/12273] Do not use Inline control structuresJoas Schilling2014-04-181-3/+9
| | | | PHPBB3-12273
* [ticket/12273] Fix Markdown layoutJoas Schilling2014-04-181-4/+4
| | | | PHPBB3-12273
* [ticket/12273] Fix missing $vars lineJoas Schilling2014-04-182-2/+4
| | | | PHPBB3-12273
* [ticket/12273] Fix invalid @event and @since tagsJoas Schilling2014-04-183-3/+3
| | | | PHPBB3-12273
* [ticket/12273] Make event exporter compatible with php 5.3.3Joas Schilling2014-04-181-1/+1
| | | | PHPBB3-12273
* [ticket/12273] Fix export scriptJoas Schilling2014-04-181-15/+44
| | | | PHPBB3-12273
* [ticket/12273] Move MD Exporter to separate fileJoas Schilling2014-04-182-0/+253
| | | | PHPBB3-12273
* [ticket/12273] Rename exporter to php_exporterJoas Schilling2014-04-182-79/+26
| | | | PHPBB3-12273
* [ticket/12273] Move event exporter to namespaceJoas Schilling2014-04-183-40/+40
| | | | PHPBB3-12273
* [ticket/12273] Crawl the phpBB directory for eventsJoas Schilling2014-04-183-86/+122
| | | | PHPBB3-12273
* [ticket/12273] Use class properties instead of parametersJoas Schilling2014-04-184-129/+211
| | | | PHPBB3-12273
* [ticket/12273] Add more tests for the event exporterJoas Schilling2014-04-186-40/+424
| | | | PHPBB3-12273
* [ticket/12273] Move grabbing the $vars array line to a methodJoas Schilling2014-04-181-15/+45
| | | | PHPBB3-12273
* [ticket/12273] Grab name of events with a functionJoas Schilling2014-04-181-35/+80
| | | | PHPBB3-12273
* [ticket/12273] Use the new classJoas Schilling2014-04-181-275/+5
| | | | PHPBB3-12273
* [ticket/12273] Add a basic set of tests for the exporterJoas Schilling2014-04-185-0/+794
| | | | PHPBB3-12273
* Merge pull request #2318 from prototech/ticket/12121Joas Schilling2014-04-161-0/+9
|\ | | | | | | | | | | | | [ticket/12121] Preserve link redirect counts when updating from 3.0.x. * prototech/ticket/12121: [ticket/12121] Preserve link redirect counts when updating from 3.0.x.
| * [ticket/12121] Preserve link redirect counts when updating from 3.0.x.Cesar G2014-04-151-0/+9
| | | | | | | | PHPBB3-12121
* | Merge pull request #2243 from n-aleha/ticket/12345Joas Schilling2014-04-162-2/+5
|\ \ | | | | | | | | | | | | | | | | | | [ticket/12345] Improve search flood interval message for ascraeus * n-aleha/ticket/12345: [ticket/12345] Improve search flood interval message for ascraeus