<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forums/phpBB/phpbb/cache/driver/redis.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/15320] Fix to accomplish coding guidelines</title>
<updated>2017-08-14T11:00:54+00:00</updated>
<author>
<name>Jagoba Los Arcos</name>
<email>moledj@moledj.com</email>
</author>
<published>2017-08-14T11:00:54+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=4e5fd9a6e925487fe424538f4a2e6905f00da43d'/>
<id>4e5fd9a6e925487fe424538f4a2e6905f00da43d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/15320] 	Redis cache does not save keys withouth expiration</title>
<updated>2017-08-13T20:49:24+00:00</updated>
<author>
<name>Jagoba Los Arcos</name>
<email>moledj@moledj.com</email>
</author>
<published>2017-08-13T20:49:24+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=a6c9119dfa1cf812292fffe1131f3b9f3bfebfc7'/>
<id>a6c9119dfa1cf812292fffe1131f3b9f3bfebfc7</id>
<content type='text'>
In some functions like sql_save in cache/memory.php, code try to save a key/value in cache with ttl = 0 so key should never expire. In current redis.php cache driver, it fails so key never get cached. This cause for example that when you create a subforum, it not appear in the forum box in the admincp.
To solve, if ttl is 0, we use redis-&gt;set instead of setex</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In some functions like sql_save in cache/memory.php, code try to save a key/value in cache with ttl = 0 so key should never expire. In current redis.php cache driver, it fails so key never get cached. This cause for example that when you create a subforum, it not appear in the forum box in the admincp.
To solve, if ttl is 0, we use redis-&gt;set instead of setex</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/12594] Remove @package tags and update file headers</title>
<updated>2014-05-27T18:51:13+00:00</updated>
<author>
<name>Yuriy Rusko</name>
<email>github@rusko.net</email>
</author>
<published>2014-05-27T18:18:06+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=a759704b39fc1c1353f865a633759b1369589b67'/>
<id>a759704b39fc1c1353f865a633759b1369589b67</id>
<content type='text'>
PHPBB3-12594
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-12594
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/11230] Use inheritdoc in docblocks in cache drivers</title>
<updated>2014-03-20T03:31:55+00:00</updated>
<author>
<name>Matt Friedman</name>
<email>maf675@gmail.com</email>
</author>
<published>2014-03-20T03:31:55+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=60e5757fa104c875de084fbb3740d97bafa19070'/>
<id>60e5757fa104c875de084fbb3740d97bafa19070</id>
<content type='text'>
http://tracker.phpbb.com/browse/PHPBB3-11230

PHPBB3-11230
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
http://tracker.phpbb.com/browse/PHPBB3-11230

PHPBB3-11230
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/12180] Add "Each file MUST end with exactly one newline character" rule</title>
<updated>2014-02-10T14:01:50+00:00</updated>
<author>
<name>Andreas Fischer</name>
<email>bantu@phpbb.com</email>
</author>
<published>2014-02-10T14:01:50+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=1e86f7113339c6b032a4500ce65cf959db97645a'/>
<id>1e86f7113339c6b032a4500ce65cf959db97645a</id>
<content type='text'>
PHPBB3-12180
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-12180
</pre>
</div>
</content>
</entry>
<entry>
<title>[task/code-sniffer] Remove the IN_PHPBB check side-effect from class files.</title>
<updated>2013-10-30T12:05:28+00:00</updated>
<author>
<name>Andreas Fischer</name>
<email>bantu@phpbb.com</email>
</author>
<published>2013-10-30T12:05:28+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=7aa8f6461f1e85cf91931f56b95384e54fec07c2'/>
<id>7aa8f6461f1e85cf91931f56b95384e54fec07c2</id>
<content type='text'>
PHPBB3-11980
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-11980
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/11700] Move all recent code to namespaces</title>
<updated>2013-09-15T22:25:27+00:00</updated>
<author>
<name>Nils Adermann</name>
<email>naderman@naderman.de</email>
</author>
<published>2013-09-10T12:01:09+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=b95fdacdd378877d277e261465da73deb06e50da'/>
<id>b95fdacdd378877d277e261465da73deb06e50da</id>
<content type='text'>
PHPBB3-11700
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-11700
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/11698] Moving all autoloadable files to phpbb/</title>
<updated>2013-07-14T05:32:34+00:00</updated>
<author>
<name>Nils Adermann</name>
<email>naderman@naderman.de</email>
</author>
<published>2013-07-14T05:32:34+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=7030578bbe9e11c18b5becaf8b06e670e3c2e3cd'/>
<id>7030578bbe9e11c18b5becaf8b06e670e3c2e3cd</id>
<content type='text'>
PHPBB3-11698
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-11698
</pre>
</div>
</content>
</entry>
</feed>
