Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/12382] Allow nested loops in included files. | Nils Adermann | 2014-05-03 | 1 | -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 events | Joas Schilling | 2014-04-10 | 2 | -0/+5 |
| | | | | PHPBB3-12382 | ||||
* | [ticket/11784] Remove naming redundancy for event listeners | Matt Friedman | 2013-08-13 | 11 | -0/+0 |
| | | | | PHPBB3-11784 | ||||
* | [ticket/11777] Fix new test for loop variables in extension template listeners | rechosen | 2013-08-12 | 1 | -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 listeners | rechosen | 2013-08-12 | 10 | -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/' | rechosen | 2013-08-12 | 10 | -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/' subdirectories | rechosen | 2013-08-12 | 10 | -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 EOF | Nathaniel Guse | 2013-07-23 | 1 | -1/+1 |
| | | | | PHPBB3-11701 | ||||
* | [ticket/11701] Test events in loops | Nathaniel Guse | 2013-07-23 | 2 | -0/+4 |
| | | | | PHPBB3-11701 | ||||
* | [ticket/11519] Rename test event template file | Nathaniel Guse | 2013-05-04 | 2 | -1/+1 |
| | | | | | | | As requested by Oleg https://github.com/phpbb/phpbb3/pull/1340#issuecomment-17306967 PHPBB3-11519 | ||||
* | [ticket/11435] Mark extension spacing test as incomplete | Nathaniel Guse | 2013-04-30 | 2 | -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 equal | Nathan Guse | 2013-04-25 | 2 | -0/+7 |
| | | | | PHPBB3-11435 | ||||
* | [feature/template-events] Test for event that is defined in parent style only. | Oleg Pudeyev | 2012-11-17 | 2 | -0/+2 |
| | | | | PHPBB3-9550 | ||||
* | [feature/template-events] Normalize expected directory trees. | Oleg Pudeyev | 2012-11-17 | 2 | -0/+0 |
| | | | | PHPBB3-9550 | ||||
* | [feature/template-events] Dataset for template event testing with inheritance. | Oleg Pudeyev | 2012-11-17 | 8 | -0/+8 |
| | | | | PHPBB3-9550 | ||||
* | [feature/template-events] Create a dataset for template event tests. | Oleg Pudeyev | 2012-11-17 | 4 | -0/+4 |
Having all files in one directory is too much of a mess. PHPBB3-9550 |