aboutsummaryrefslogtreecommitdiffstats
path: root/tests/template/datasets/event_inheritance
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11784] Remove naming redundancy for event listenersMatt Friedman2013-08-137-0/+0
| | | | PHPBB3-11784
* [ticket/11777] Require a suffix of '_listener' on extension template listenersrechosen2013-08-127-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-127-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-127-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
* [feature/template-events] Test for event that is defined in parent style only.Oleg Pudeyev2012-11-172-0/+2
| | | | PHPBB3-9550
* [feature/template-events] Dataset for template event testing with inheritance.Oleg Pudeyev2012-11-178-0/+8
PHPBB3-9550