<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forums/phpBB/phpbb/template/template.php, 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/15424] Multiple typo fixes in docs &amp; comments</title>
<updated>2019-05-08T20:20:56+00:00</updated>
<author>
<name>luzpaz</name>
<email>luzpaz@@users.noreply.github.com</email>
</author>
<published>2017-08-15T19:00:12+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=a9a28859d4852be72ce782d079ee3183c4d54852'/>
<id>a9a28859d4852be72ce782d079ee3183c4d54852</id>
<content type='text'>
Fixed typos in some docs, guidelines, some non-user-facing files.

PHPBB3-15424
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed typos in some docs, guidelines, some non-user-facing files.

PHPBB3-15424
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'javiexin/ticket/15068' into 3.2.x</title>
<updated>2017-05-29T10:13:41+00:00</updated>
<author>
<name>Marc Alexander</name>
<email>admin@m-a-styles.de</email>
</author>
<published>2017-05-29T10:13:41+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=7dc288cb89b5519817a900a87cd8b68adcc08954'/>
<id>7dc288cb89b5519817a900a87cd8b68adcc08954</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #4612 from javiexin/ticket/14950</title>
<updated>2017-04-15T16:18:32+00:00</updated>
<author>
<name>Marc Alexander</name>
<email>admin@m-a-styles.de</email>
</author>
<published>2017-04-15T16:18:32+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=269150ed40d8cf42c2b8d755191b15229dc170c2'/>
<id>269150ed40d8cf42c2b8d755191b15229dc170c2</id>
<content type='text'>
[ticket/14950] Add possibility to delete a template block
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[ticket/14950] Add possibility to delete a template block
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '3.2.x' into ticket/15068</title>
<updated>2017-03-09T15:12:25+00:00</updated>
<author>
<name>javiexin</name>
<email>javiexin@gmail.com</email>
</author>
<published>2017-03-09T15:12:25+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=bd12504f6cf03b36821a5cea2bf77a419496dcdb'/>
<id>bd12504f6cf03b36821a5cea2bf77a419496dcdb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/15068] Add template vars retrieval from the template object</title>
<updated>2017-03-09T15:05:39+00:00</updated>
<author>
<name>javiexin</name>
<email>javiexin@gmail.com</email>
</author>
<published>2017-03-09T15:05:39+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=96a90d3f81c1fcce3834ee72b7d1b9f76aa9354c'/>
<id>96a90d3f81c1fcce3834ee72b7d1b9f76aa9354c</id>
<content type='text'>
Add possibility to retrieve full block of vars

PHPBB3-15068
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add possibility to retrieve full block of vars

PHPBB3-15068
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/15068] Add template vars retrieval from the template object</title>
<updated>2017-02-05T20:47:31+00:00</updated>
<author>
<name>javiexin</name>
<email>javiexin@gmail.com</email>
</author>
<published>2017-02-05T20:47:31+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=f23d9bf2e0886498a3d9d5bb0a800d663b795e61'/>
<id>f23d9bf2e0886498a3d9d5bb0a800d663b795e61</id>
<content type='text'>
PHPBB3-15068
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-15068
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/14944] Add possibility to search for template loop indexes by key</title>
<updated>2017-01-28T20:34:08+00:00</updated>
<author>
<name>javiexin</name>
<email>javiexin@gmail.com</email>
</author>
<published>2017-01-28T20:34:08+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=849fd9df7d9b2e449801e14ef54584fc8e063d43'/>
<id>849fd9df7d9b2e449801e14ef54584fc8e063d43</id>
<content type='text'>
Adds a new function to the template interface, and implements it in the
context class.  The function returns the ordinal index for a specified key,
with the same structure that the key for alter_block_array.
Reuses same code. Remove unneeded references, do nothing for int keys.
Check out of bounds or wrong blockname errors.  Added tests.
Remove default parameter value.

PHPBB3-14944
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds a new function to the template interface, and implements it in the
context class.  The function returns the ordinal index for a specified key,
with the same structure that the key for alter_block_array.
Reuses same code. Remove unneeded references, do nothing for int keys.
Check out of bounds or wrong blockname errors.  Added tests.
Remove default parameter value.

PHPBB3-14944
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/14950] Add possibility to delete a template block</title>
<updated>2017-01-03T23:36:23+00:00</updated>
<author>
<name>javiexin</name>
<email>javiexin@gmail.com</email>
</author>
<published>2017-01-03T23:36:23+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=92708b290500d6b8e81b3b9bae2829958486f615'/>
<id>92708b290500d6b8e81b3b9bae2829958486f615</id>
<content type='text'>
Adds a new mode to alter_block_array to allow for the deletion of
a certain block of template variables.  The selection method is the
same as for the other modes for alter_block_array.  The passed in
vararray is ignored, and an out of bounds index is considered an error.

PHPBB3-14944
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds a new mode to alter_block_array to allow for the deletion of
a certain block of template variables.  The selection method is the
same as for the other modes for alter_block_array.  The passed in
vararray is ignored, and an out of bounds index is considered an error.

PHPBB3-14944
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/14944] Add possibility to search for template loop indexes by key</title>
<updated>2016-12-28T11:55:26+00:00</updated>
<author>
<name>javiexin</name>
<email>javiexin@gmail.com</email>
</author>
<published>2016-12-28T11:55:26+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=cff57f9076dd160b2185895f7298d4acbc5b5bb3'/>
<id>cff57f9076dd160b2185895f7298d4acbc5b5bb3</id>
<content type='text'>
Adds a new function to the template interface, and implements it in the
context class.  The function returns the ordinal index for a specified key,
with the same structure that the key for alter_block_array.
Reuses same code.

PHPBB3-14944
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds a new function to the template interface, and implements it in the
context class.  The function returns the ordinal index for a specified key,
with the same structure that the key for alter_block_array.
Reuses same code.

PHPBB3-14944
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/12715] Cleanup comments in \phpbb\template\*</title>
<updated>2014-06-15T17:15:06+00:00</updated>
<author>
<name>Tristan Darricau</name>
<email>github@nicofuma.fr</email>
</author>
<published>2014-06-15T13:05:51+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=0d0113e6da590c113068a60864d44372a2fbccab'/>
<id>0d0113e6da590c113068a60864d44372a2fbccab</id>
<content type='text'>
PHPBB3-12715
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-12715
</pre>
</div>
</content>
</entry>
</feed>
