<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forums/tests/template/datasets/ext_trivial/ext/trivial, branch master</title>
<subtitle>The forums.mageia.org Website</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/'/>
<entry>
<title>[ticket/12382] Allow nested loops in included files.</title>
<updated>2014-05-02T22:13:06+00:00</updated>
<author>
<name>Nils Adermann</name>
<email>naderman@naderman.de</email>
</author>
<published>2014-05-02T22:13:06+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=d18f19a3bbe764218f391932464e841b3f554c73'/>
<id>d18f19a3bbe764218f391932464e841b3f554c73</id>
<content type='text'>
They have to reference the fully qualified loop name in BEGIN and END.

PHPBB3-12382
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
They have to reference the fully qualified loop name in BEGIN and END.

PHPBB3-12382
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/12382] Add template test for subloops inside events</title>
<updated>2014-04-10T14:06:00+00:00</updated>
<author>
<name>Joas Schilling</name>
<email>nickvergessen@gmx.de</email>
</author>
<published>2014-04-10T14:06:00+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=09804bbae80c36989aba6631afca0dbdd3781f75'/>
<id>09804bbae80c36989aba6631afca0dbdd3781f75</id>
<content type='text'>
PHPBB3-12382
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-12382
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/11784] Remove naming redundancy for event listeners</title>
<updated>2013-08-13T09:14:22+00:00</updated>
<author>
<name>Matt Friedman</name>
<email>maf675@gmail.com</email>
</author>
<published>2013-08-13T09:14:22+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=65d8cd63022d688fe618f128768b78a6214db166'/>
<id>65d8cd63022d688fe618f128768b78a6214db166</id>
<content type='text'>
PHPBB3-11784
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-11784
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/11777] Fix new test for loop variables in extension template listeners</title>
<updated>2013-08-12T08:21:40+00:00</updated>
<author>
<name>rechosen</name>
<email>rechosen@gmail.com</email>
</author>
<published>2013-08-12T08:21:40+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=4b1c5879eb64006c57d94bf534d4a382d9ba5c41'/>
<id>4b1c5879eb64006c57d94bf534d4a382d9ba5c41</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/11777] Require a suffix of '_listener' on extension template listeners</title>
<updated>2013-08-12T07:59:11+00:00</updated>
<author>
<name>rechosen</name>
<email>rechosen@gmail.com</email>
</author>
<published>2013-08-09T09:39:43+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=08e6c6118036700f5d4196aa09d9d1a34b840514'/>
<id>08e6c6118036700f5d4196aa09d9d1a34b840514</id>
<content type='text'>
To further mirror the file name and location requirements for php template
event listeners, require extension template event listener files to follow the
'&lt;event name&gt;_listener.html' naming format.

PHPBB3-11777
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To further mirror the file name and location requirements for php template
event listeners, require extension template event listener files to follow the
'&lt;event name&gt;_listener.html' naming format.

PHPBB3-11777
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/11777] Rename the extension template listener subdirectory to 'event/'</title>
<updated>2013-08-12T07:59:11+00:00</updated>
<author>
<name>rechosen</name>
<email>rechosen@gmail.com</email>
</author>
<published>2013-08-09T09:33:24+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=7f76c9f9c7d9014f313f150a9596bec030f39915'/>
<id>7f76c9f9c7d9014f313f150a9596bec030f39915</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/11777] Move the testing template events to 'events/' subdirectories</title>
<updated>2013-08-12T07:59:10+00:00</updated>
<author>
<name>rechosen</name>
<email>rechosen@gmail.com</email>
</author>
<published>2013-08-08T12:00:44+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=e1c9a875867953f6bfd4e442ae804c85377f8360'/>
<id>e1c9a875867953f6bfd4e442ae804c85377f8360</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/11701] New line at EOF</title>
<updated>2013-07-23T14:28:24+00:00</updated>
<author>
<name>Nathaniel Guse</name>
<email>nathaniel.guse@gmail.com</email>
</author>
<published>2013-07-19T18:36:28+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=0f83d7fd6cf6819c0fe2f4bfa9f65873f7124b72'/>
<id>0f83d7fd6cf6819c0fe2f4bfa9f65873f7124b72</id>
<content type='text'>
PHPBB3-11701
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-11701
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/11701] Test events in loops</title>
<updated>2013-07-23T14:28:24+00:00</updated>
<author>
<name>Nathaniel Guse</name>
<email>nathaniel.guse@gmail.com</email>
</author>
<published>2013-07-19T18:25:53+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=30bfd7fb61bbe1d7ca50290730d8c4b6094c41a4'/>
<id>30bfd7fb61bbe1d7ca50290730d8c4b6094c41a4</id>
<content type='text'>
PHPBB3-11701
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-11701
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/11519] Rename test event template file</title>
<updated>2013-05-04T16:45:49+00:00</updated>
<author>
<name>Nathaniel Guse</name>
<email>nathaniel.guse@gmail.com</email>
</author>
<published>2013-05-04T16:45:49+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=9608d9bf1e4ed23c36496612a6ffb63072c32371'/>
<id>9608d9bf1e4ed23c36496612a6ffb63072c32371</id>
<content type='text'>
As requested by Oleg
https://github.com/phpbb/phpbb3/pull/1340#issuecomment-17306967

PHPBB3-11519
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As requested by Oleg
https://github.com/phpbb/phpbb3/pull/1340#issuecomment-17306967

PHPBB3-11519
</pre>
</div>
</content>
</entry>
</feed>
