aboutsummaryrefslogtreecommitdiffstats
path: root/tests/event
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/15637] Preserve line breaks in event descriptionskasimi2018-07-071-1/+1
| | | | PHPBB3-15637
* [ticket/15637] Updated test fixture to include complete event descriptionkasimi2018-07-072-2/+2
| | | | PHPBB3-15637
* [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-011-2/+2
| | | | PHPBB3-14972
* [ticket/15389] Match multiple events in dispatcher in php_exporterOliver Schramm2017-10-043-0/+65
| | | | | | I've also improved some regular expressions PHPBB3-15389
* Merge branch '3.1.x' into 3.2.xMarc Alexander2017-02-111-1/+1
|\
| * [ticket/13429] Replace @change with @changedJakub Senko2017-01-232-9/+9
| | | | | | | | PHPBB3-13429
| * [ticket/13429] Replace @changed with @change in event docblocksJakub Senko2016-11-201-8/+8
| | | | | | | | PHPBB3-13429
* | [ticket/14576] Move common required files to bootstrapMatt Friedman2016-03-312-4/+0
| | | | | | | | PHPBB3-14576
* | [ticket/14039] Revamp updaterMate Bartus2015-10-171-3/+1
| | | | | | | | PHPBB3-14039
* | [ticket/13872] Remove subsilver2 from md exporter testMarc Alexander2015-05-281-5/+0
| | | | | | | | PHPBB3-13872
* | Merge branch '3.1.x'Marc Alexander2015-05-283-4/+113
|\ \ | |/
| * [ticket/13872] Allow template events to have a changed versionJoas Schilling2015-05-283-4/+113
| | | | | | | | PHPBB3-13872
* | [ticket/13762] Moving language related functionality into a separate classMateBartus2015-05-021-1/+5
| | | | | | | | PHPBB3-13762
* | Merge branch 'develop-ascraeus' into developNils Adermann2015-01-221-0/+100
|\ \ | |/ | | | | | | | | | | | | | | * develop-ascraeus: [ticket/13361] Rename exception to runtime_exception [ticket/13361] Fix the JsonResponse in the exception listener [ticket/13361] Add tests [ticket/13361] Support ajax request (send a json response) [ticket/13361] Improve the exception listener
| * [ticket/13361] Rename exception to runtime_exceptionTristan Darricau2015-01-211-2/+2
| | | | | | | | PHPBB3-13361
| * [ticket/13361] Add testsTristan Darricau2015-01-111-0/+100
| | | | | | | | PHPBB3-13361
* | Merge branch 'develop-ascraeus' into developJoas Schilling2014-10-152-2/+29
|\ \ | |/
| * [ticket/13124] Add another test case as requestedMarc Alexander2014-10-092-0/+27
| | | | | | | | PHPBB3-13124
| * [ticket/13124] Fix tests for event exporterMarc Alexander2014-10-061-2/+2
| | | | | | | | PHPBB3-13124
* | [ticket/12958] Remove more references of subsilver2Joas Schilling2014-08-101-1/+0
|/ | | | PHPBB3-12958
* [ticket/12766] Event exporter does not like RCx as versionPayBas2014-06-251-0/+2
| | | | PHPBB3-12766
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-274-12/+28
| | | | PHPBB3-12594
* [ticket/12273] Do not allow 3.1-A1 versionJoas Schilling2014-04-252-10/+7
| | | | PHPBB3-12273
* [ticket/12273] Fix unit tests for multi line arraysJoas Schilling2014-04-252-11/+61
| | | | PHPBB3-12273
* [ticket/12273] Fix unit test for multi line $varsJoas Schilling2014-04-241-2/+2
| | | | PHPBB3-12273
* [ticket/12273] Fix method name of test and fix undefined indexJoas Schilling2014-04-241-3/+3
| | | | PHPBB3-12273
* [ticket/12273] Test source files and compare with events.mdJoas Schilling2014-04-241-0/+37
| | | | PHPBB3-12273
* [ticket/12273] Remove duplicated codeJoas Schilling2014-04-201-4/+8
| | | | PHPBB3-12273
* [ticket/12273] Move phpBB test to new file and use a data providerJoas Schilling2014-04-202-7/+45
| | | | PHPBB3-12273
* [ticket/12273] Allow multiple $vars linesJoas Schilling2014-04-204-17/+79
| | | | PHPBB3-12273
* [ticket/12273] Move MD Exporter to separate fileJoas Schilling2014-04-181-0/+30
| | | | PHPBB3-12273
* [ticket/12273] Rename exporter to php_exporterJoas Schilling2014-04-181-7/+5
| | | | PHPBB3-12273
* [ticket/12273] Move event exporter to namespaceJoas Schilling2014-04-181-4/+2
| | | | PHPBB3-12273
* [ticket/12273] Crawl the phpBB directory for eventsJoas Schilling2014-04-181-9/+18
| | | | PHPBB3-12273
* [ticket/12273] Use class properties instead of parametersJoas Schilling2014-04-183-20/+83
| | | | PHPBB3-12273
* [ticket/12273] Add more tests for the event exporterJoas Schilling2014-04-185-16/+336
| | | | PHPBB3-12273
* [ticket/12273] Add a basic set of tests for the exporterJoas Schilling2014-04-184-0/+370
| | | | PHPBB3-12273
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-2/+2
| | | | PHPBB3-11700
* [feature/compiled-dic] Compile the DI Container into a cached classDavid King2012-11-101-1/+1
| | | | PHPBB3-11152
* [feature/event-dispatcher] Fix copyright yearsIgor Wiedler2012-03-301-1/+1
| | | | PHPBB3-9550
* [feature/event-dispatcher] Change phpbb_event_dispatcher to inheritance, testsIgor Wiedler2012-03-241-0/+29
PHPBB3-9550