<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forums/phpBB/includes/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>[feature/template-engine] Move template.php to includes/template</title>
<updated>2011-07-09T22:30:50+00:00</updated>
<author>
<name>Igor Wiedler</name>
<email>igor@wiedler.ch</email>
</author>
<published>2011-07-09T21:33:44+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=f7b06ca12db9da519d49ce334eaf96573d003c0f'/>
<id>f7b06ca12db9da519d49ce334eaf96573d003c0f</id>
<content type='text'>
This allows making use of autoloading.

PHPBB3-9726
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows making use of autoloading.

PHPBB3-9726
</pre>
</div>
</content>
</entry>
<entry>
<title>[feature/template-engine] Fixed absolute path PHP includes, added test.</title>
<updated>2011-05-19T16:18:16+00:00</updated>
<author>
<name>Oleg Pudeyev</name>
<email>oleg@bsdpower.com</email>
</author>
<published>2011-05-19T16:18:16+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=6ae5a64f6c12937367ad56cac5e38104b445c780'/>
<id>6ae5a64f6c12937367ad56cac5e38104b445c780</id>
<content type='text'>
PHPBB3-9726
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-9726
</pre>
</div>
</content>
</entry>
<entry>
<title>[feature/template-engine] Delete @version everywhere.</title>
<updated>2011-05-14T19:30:20+00:00</updated>
<author>
<name>Oleg Pudeyev</name>
<email>oleg@bsdpower.com</email>
</author>
<published>2011-05-13T14:54:23+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=7d911e0bc1475ee769bfd3849d1eca6db7cc95d2'/>
<id>7d911e0bc1475ee769bfd3849d1eca6db7cc95d2</id>
<content type='text'>
This is not used since the switch to git.

PHPBB3-9726
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is not used since the switch to git.

PHPBB3-9726
</pre>
</div>
</content>
</entry>
<entry>
<title>[feature/template-engine] Delete @access everywhere.</title>
<updated>2011-05-14T19:30:20+00:00</updated>
<author>
<name>Oleg Pudeyev</name>
<email>oleg@bsdpower.com</email>
</author>
<published>2011-05-13T14:49:53+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=b04f0a5f70ed79d45e254d7b6db61f6fc1f484f5'/>
<id>b04f0a5f70ed79d45e254d7b6db61f6fc1f484f5</id>
<content type='text'>
Access specification in php 5 is done directly on functions/properties.

PHPBB3-9726
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Access specification in php 5 is done directly on functions/properties.

PHPBB3-9726
</pre>
</div>
</content>
</entry>
<entry>
<title>[feature/template-engine] Make INCLUDEPHP relative to board root.</title>
<updated>2011-05-13T00:13:32+00:00</updated>
<author>
<name>Oleg Pudeyev</name>
<email>oleg@bsdpower.com</email>
</author>
<published>2011-05-13T00:09:41+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=94560d708649df876f8486d4ba5361475037f1ff'/>
<id>94560d708649df876f8486d4ba5361475037f1ff</id>
<content type='text'>
PHPBB3-9726
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-9726
</pre>
</div>
</content>
</entry>
<entry>
<title>[feature/template-engine] Replaced globals with dependency injection.</title>
<updated>2011-05-13T00:13:31+00:00</updated>
<author>
<name>Oleg Pudeyev</name>
<email>oleg@bsdpower.com</email>
</author>
<published>2011-05-12T22:08:36+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=d2ac05aa74d3a1c9723be41a4c0ffe86542f223f'/>
<id>d2ac05aa74d3a1c9723be41a4c0ffe86542f223f</id>
<content type='text'>
PHPBB3-9726
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-9726
</pre>
</div>
</content>
</entry>
<entry>
<title>[feature/template-engine] Clarify cache directory path for set_custom_template</title>
<updated>2011-05-13T00:13:31+00:00</updated>
<author>
<name>Oleg Pudeyev</name>
<email>oleg@bsdpower.com</email>
</author>
<published>2011-05-11T23:43:08+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=345852d240fe224fa825f90b0ef8a34398c91291'/>
<id>345852d240fe224fa825f90b0ef8a34398c91291</id>
<content type='text'>
Even if the template may be outside of phpBB, phpBB's cache directory
is still going to be used for storing compiled template code.

PHPBB3-9726
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Even if the template may be outside of phpBB, phpBB's cache directory
is still going to be used for storing compiled template code.

PHPBB3-9726
</pre>
</div>
</content>
</entry>
<entry>
<title>[feature/template-engine] Try to handle failed template includes.</title>
<updated>2011-05-13T00:13:31+00:00</updated>
<author>
<name>Oleg Pudeyev</name>
<email>oleg@bsdpower.com</email>
</author>
<published>2011-05-11T23:38:04+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=d2daaf0317ac6bb224b8f93c1ac9578c9d570dc9'/>
<id>d2daaf0317ac6bb224b8f93c1ac9578c9d570dc9</id>
<content type='text'>
PHPBB3-9726
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-9726
</pre>
</div>
</content>
</entry>
<entry>
<title>[feature/template-engine] Rename $filename to $compiled_path for clarity.</title>
<updated>2011-05-13T00:13:31+00:00</updated>
<author>
<name>Oleg Pudeyev</name>
<email>oleg@bsdpower.com</email>
</author>
<published>2011-05-11T23:32:32+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=7638bcb56011ebde65005a0ce1abfe7f4a6be4b7'/>
<id>7638bcb56011ebde65005a0ce1abfe7f4a6be4b7</id>
<content type='text'>
PHPBB3-9726
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-9726
</pre>
</div>
</content>
</entry>
<entry>
<title>[feature/template-engine] Move DEBUG_EXTRA check for $recompile up.</title>
<updated>2011-05-13T00:13:31+00:00</updated>
<author>
<name>Oleg Pudeyev</name>
<email>oleg@bsdpower.com</email>
</author>
<published>2011-05-11T23:25:07+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=77787718196c05b98efccec668c4a9762591398f'/>
<id>77787718196c05b98efccec668c4a9762591398f</id>
<content type='text'>
PHPBB3-9726
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-9726
</pre>
</div>
</content>
</entry>
</feed>
