aboutsummaryrefslogtreecommitdiffstats
path: root/tests/template/datasets
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12382] Allow nested loops in included files.Nils Adermann2014-05-031-2/+2
| | | | | | They have to reference the fully qualified loop name in BEGIN and END. PHPBB3-12382
* [ticket/12382] Add template test for subloops inside eventsJoas Schilling2014-04-102-0/+5
| | | | PHPBB3-12382
* [ticket/11784] Remove naming redundancy for event listenersMatt Friedman2013-08-1311-0/+0
| | | | PHPBB3-11784
* [ticket/11777] Fix new test for loop variables in extension template listenersrechosen2013-08-121-0/+0
| | | | | | | | With the merge of https://github.com/phpbb/phpbb3/pull/1564 a new test has been added. Renamed and moved the template listener file of that test to comply with the new requirements. PHPBB3-11777
* [ticket/11777] Require a suffix of '_listener' on extension template listenersrechosen2013-08-1210-0/+0
| | | | | | | | To further mirror the file name and location requirements for php template event listeners, require extension template event listener files to follow the '<event name>_listener.html' naming format. PHPBB3-11777
* [ticket/11777] Rename the extension template listener subdirectory to 'event/'rechosen2013-08-1210-0/+0
| | | | | | | | | Per suggestion of EXreaction and nickvergessen, do not look for extension template event listeners in styles/[style]/template/events/ but in styles/[style]/template/event/ (without the trailing 's') to match the way phpBB looks for php template event listeners. PHPBB3-11777
* [ticket/11777] Move the testing template events to 'events/' subdirectoriesrechosen2013-08-1210-0/+0
| | | | | | | | The tests written for extension template events did not follow the convention and documentation of placing template event files in the events/ subdirectory. Moved the files to this subdirectory so the tests succeed again. PHPBB3-11777
* [ticket/11701] New line at EOFNathaniel Guse2013-07-231-1/+1
| | | | PHPBB3-11701
* [ticket/11701] Test events in loopsNathaniel Guse2013-07-232-0/+4
| | | | PHPBB3-11701
* [ticket/11519] Rename test event template fileNathaniel Guse2013-05-042-1/+1
| | | | | | | As requested by Oleg https://github.com/phpbb/phpbb3/pull/1340#issuecomment-17306967 PHPBB3-11519
* [ticket/11435] Mark extension spacing test as incompleteNathaniel Guse2013-04-302-2/+2
| | | | | | | | This test fails until 11435 is fixed Add newlines at EOF PHPBB3-11435
* [ticket/11435] Create test to make sure template/event output is equalNathan Guse2013-04-252-0/+7
| | | | PHPBB3-11435
* [feature/template-events] Test for event that is defined in parent style only.Oleg Pudeyev2012-11-172-0/+2
| | | | PHPBB3-9550
* [feature/template-events] Normalize expected directory trees.Oleg Pudeyev2012-11-172-0/+0
| | | | PHPBB3-9550
* [feature/template-events] Dataset for template event testing with inheritance.Oleg Pudeyev2012-11-178-0/+8
| | | | PHPBB3-9550
* [feature/template-events] Create a dataset for template event tests.Oleg Pudeyev2012-11-174-0/+4
Having all files in one directory is too much of a mess. PHPBB3-9550