<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forums/phpBB/install/install_convert.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/14044] Deduplicate the installers</title>
<updated>2015-10-22T19:29:52+00:00</updated>
<author>
<name>Mate Bartus</name>
<email>mate.bartus@gmail.com</email>
</author>
<published>2015-10-18T20:47:04+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=597297b169e2ae14684ad1f40c8e083be22b241d'/>
<id>597297b169e2ae14684ad1f40c8e083be22b241d</id>
<content type='text'>
PHPBB3-14044
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-14044
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '3.1.x'</title>
<updated>2015-06-09T13:24:08+00:00</updated>
<author>
<name>Marc Alexander</name>
<email>admin@m-a-styles.de</email>
</author>
<published>2015-06-09T13:24:08+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=b2ada8ba090f077678ffd67768ea4038e9bd0a06'/>
<id>b2ada8ba090f077678ffd67768ea4038e9bd0a06</id>
<content type='text'>
Conflicts:
	phpBB/includes/mcp/mcp_main.php
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	phpBB/includes/mcp/mcp_main.php
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/13685] This should take care of the rest</title>
<updated>2015-06-08T17:09:48+00:00</updated>
<author>
<name>brunoais</name>
<email>brunoaiss@gmail.com</email>
</author>
<published>2015-06-08T17:09:48+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=6e8da5a4247ce0d386db48cf2d7d6fb08fe994ee'/>
<id>6e8da5a4247ce0d386db48cf2d7d6fb08fe994ee</id>
<content type='text'>
PHPBB3-13685
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-13685
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/13685] Add phpbb_dispatcher to fulltext search constructors</title>
<updated>2015-06-07T17:40:44+00:00</updated>
<author>
<name>brunoais</name>
<email>brunoaiss@gmail.com</email>
</author>
<published>2015-03-11T17:46:42+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=1e45a05000687994137adb7e415a9a39f9afd371'/>
<id>1e45a05000687994137adb7e415a9a39f9afd371</id>
<content type='text'>
PHPBB3-13685
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-13685
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/13770] Wither interface for container_builder</title>
<updated>2015-05-14T21:04:03+00:00</updated>
<author>
<name>Tristan Darricau</name>
<email>tristan.darricau@sensiolabs.com</email>
</author>
<published>2015-04-26T17:41:07+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=c96e7ef1711932c2236620903bc256b346514dfc'/>
<id>c96e7ef1711932c2236620903bc256b346514dfc</id>
<content type='text'>
PHPBB3-13770
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-13770
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/13782] Rename null driver to dummy for PHP7 compatibility</title>
<updated>2015-05-04T08:10:12+00:00</updated>
<author>
<name>Marc Alexander</name>
<email>admin@m-a-styles.de</email>
</author>
<published>2015-05-04T08:09:37+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=b3cc20a575da12e7b66f3883dcc7f0eb6ca82ad8'/>
<id>b3cc20a575da12e7b66f3883dcc7f0eb6ca82ad8</id>
<content type='text'>
PHPBB3-13782
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-13782
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/13697] Moving filesystem related functions to filesystem service</title>
<updated>2015-04-16T11:24:10+00:00</updated>
<author>
<name>MateBartus</name>
<email>mate.bartus@gmail.com</email>
</author>
<published>2015-03-11T23:25:00+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=4bdef6fd21a5dcab455b0cd1ee2652de606929c3'/>
<id>4bdef6fd21a5dcab455b0cd1ee2652de606929c3</id>
<content type='text'>
 * Moving filesystem service to \phpbb\filesystem namespace
 * Wraping Symfony's Filesystem component
 * Moving filesystem related functions from includes/functions.php
   into \phpbb\filesystem\filesystem
   Functions moved (and deprecated):
     - phpbb_chmod
     - phpbb_is_writable
     - phpbb_is_absolute
     - phpbb_own_realpath
     - phpbb_realpath
 * Adding interface for filesystem service

PHPBB3-13697
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * Moving filesystem service to \phpbb\filesystem namespace
 * Wraping Symfony's Filesystem component
 * Moving filesystem related functions from includes/functions.php
   into \phpbb\filesystem\filesystem
   Functions moved (and deprecated):
     - phpbb_chmod
     - phpbb_is_writable
     - phpbb_is_absolute
     - phpbb_own_realpath
     - phpbb_realpath
 * Adding interface for filesystem service

PHPBB3-13697
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/13497] Update calls to `get_tables()`</title>
<updated>2015-02-11T20:28:11+00:00</updated>
<author>
<name>Gaëtan Muller</name>
<email>m.gaetan89@gmail.com</email>
</author>
<published>2015-01-11T19:59:17+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=50478e68b093c71022337469bfa04f27382a8efb'/>
<id>50478e68b093c71022337469bfa04f27382a8efb</id>
<content type='text'>
PHPBB3-13497
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-13497
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'develop-ascraeus' into develop</title>
<updated>2015-02-11T15:53:25+00:00</updated>
<author>
<name>Andreas Fischer</name>
<email>bantu@phpbb.com</email>
</author>
<published>2015-02-11T15:53:25+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=069738a1f264c2966b78473a84dba90b4e6d3051'/>
<id>069738a1f264c2966b78473a84dba90b4e6d3051</id>
<content type='text'>
* develop-ascraeus:
  [ticket/13597] Modify variable-variable syntax to be compatible with PHP7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* develop-ascraeus:
  [ticket/13597] Modify variable-variable syntax to be compatible with PHP7
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/13597] Modify variable-variable syntax to be compatible with PHP7</title>
<updated>2015-02-11T11:03:54+00:00</updated>
<author>
<name>Marc Alexander</name>
<email>admin@m-a-styles.de</email>
</author>
<published>2015-02-11T11:03:54+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=3df25babce5df2d26bc98114cd404d51c659c19f'/>
<id>3df25babce5df2d26bc98114cd404d51c659c19f</id>
<content type='text'>
PHPBB3-13597
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-13597
</pre>
</div>
</content>
</entry>
</feed>
