<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forums/phpBB/includes/acp/acp_reasons.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/16051] Remove mysql driver as it's no longer supported in PHP &gt;= 7.0</title>
<updated>2019-10-06T10:07:35+00:00</updated>
<author>
<name>Marc Alexander</name>
<email>admin@m-a-styles.de</email>
</author>
<published>2019-10-06T10:07:35+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=bd02c5bd085e957aa4341e7fc2df2199081ab069'/>
<id>bd02c5bd085e957aa4341e7fc2df2199081ab069</id>
<content type='text'>
PHPBB3-16051
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-16051
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/14972] replace all occurrences of sizeof() with the count()</title>
<updated>2018-01-01T12:56:04+00:00</updated>
<author>
<name>rxu</name>
<email>rxu@mail.ru</email>
</author>
<published>2017-06-27T17:58:03+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=f8fbe3793680af1dae2db2829cfc84068831c52f'/>
<id>f8fbe3793680af1dae2db2829cfc84068831c52f</id>
<content type='text'>
PHPBB3-14972
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-14972
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/14739] Remove SQLite 2.8.x database driver</title>
<updated>2016-11-16T16:59:28+00:00</updated>
<author>
<name>Jakub Senko</name>
<email>jakubsenko@gmail.com</email>
</author>
<published>2016-11-13T17:08:35+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=e974f338afb86c065e9b160363bc2e6156f8566d'/>
<id>e974f338afb86c065e9b160363bc2e6156f8566d</id>
<content type='text'>
PHPBB3-14739
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-14739
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #4265 from Senky/ticket/10809</title>
<updated>2016-09-25T15:19:13+00:00</updated>
<author>
<name>Tristan Darricau</name>
<email>github@nicofuma.fr</email>
</author>
<published>2016-09-25T15:19:13+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=de2c70127f61819d1771493016ec2935eadb7e91'/>
<id>de2c70127f61819d1771493016ec2935eadb7e91</id>
<content type='text'>
[ticket/10809] Remove MSSQL support

* Senky/ticket/10809:
  [ticket/10809] Reflect MSSQL removal in docs files
  [ticket/10809] Remove MSSQL support
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[ticket/10809] Remove MSSQL support

* Senky/ticket/10809:
  [ticket/10809] Reflect MSSQL removal in docs files
  [ticket/10809] Remove MSSQL support
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '3.1.x' into 3.2.x</title>
<updated>2016-09-18T19:14:47+00:00</updated>
<author>
<name>Tristan Darricau</name>
<email>github@nicofuma.fr</email>
</author>
<published>2016-09-18T19:14:47+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=19bbbfe0f3e9898f2ee8d8d392ecf2584dafce86'/>
<id>19bbbfe0f3e9898f2ee8d8d392ecf2584dafce86</id>
<content type='text'>
* 3.1.x:
  [ticket/14789] Add form tokens to tests and uncomment add_form_key
  [ticket/14789] Add link hashes and form tokens to all acp links/buttons
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* 3.1.x:
  [ticket/14789] Add form tokens to tests and uncomment add_form_key
  [ticket/14789] Add link hashes and form tokens to all acp links/buttons
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/14789] Add link hashes and form tokens to all acp links/buttons</title>
<updated>2016-09-18T13:29:50+00:00</updated>
<author>
<name>Marc Alexander</name>
<email>admin@m-a-styles.de</email>
</author>
<published>2016-09-17T23:14:23+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=585a3ed863c267f36584a3fb9a0cf35f6a2e4c2d'/>
<id>585a3ed863c267f36584a3fb9a0cf35f6a2e4c2d</id>
<content type='text'>
This will further harden the ACP security by adding link hashes to links and
form tokens to forms that did not have these yet and result in modified
settings or write action on the filesystem or database. These few links and
forms were still relying on the global ACP protection, mainly due to them
not posing further risks of compromising data. After this change these will
now also be properly protected against tampering.

PHPBB3-14789
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will further harden the ACP security by adding link hashes to links and
form tokens to forms that did not have these yet and result in modified
settings or write action on the filesystem or database. These few links and
forms were still relying on the global ACP protection, mainly due to them
not posing further risks of compromising data. After this change these will
now also be properly protected against tampering.

PHPBB3-14789
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/10809] Remove MSSQL support</title>
<updated>2016-08-02T10:06:06+00:00</updated>
<author>
<name>Jakub Senko</name>
<email>jakubsenko@gmail.com</email>
</author>
<published>2016-03-29T19:21:35+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=c64b8102b7c5dc5bd0be9d8085d01a66e90dde73'/>
<id>c64b8102b7c5dc5bd0be9d8085d01a66e90dde73</id>
<content type='text'>
PHPBB3-10809
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-10809
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/13454] Remove unused variables</title>
<updated>2016-01-06T12:51:19+00:00</updated>
<author>
<name>Marc Alexander</name>
<email>admin@m-a-styles.de</email>
</author>
<published>2015-12-03T16:50:29+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=73e6e5b77faadbb7676961bf38122d669de111db'/>
<id>73e6e5b77faadbb7676961bf38122d669de111db</id>
<content type='text'>
This is the first part of the changes. More to come.

PHPBB3-13454
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is the first part of the changes. More to come.

PHPBB3-13454
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/13455] Remove unnecessary calls to `utf8_normalize_nfc()`</title>
<updated>2015-02-03T19:50:40+00:00</updated>
<author>
<name>Gaëtan Muller</name>
<email>m.gaetan89@gmail.com</email>
</author>
<published>2015-02-02T20:35:46+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=abcb2680eec86dc8016c489ebc7362e29be9e4df'/>
<id>abcb2680eec86dc8016c489ebc7362e29be9e4df</id>
<content type='text'>
PHPBB3-13455
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-13455
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/13455] Update calls to `request_var()`</title>
<updated>2015-02-03T19:50:40+00:00</updated>
<author>
<name>Gaëtan Muller</name>
<email>m.gaetan89@gmail.com</email>
</author>
<published>2015-01-04T19:41:04+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=f6e06da4c68917dafb057bf7fe19f884a3e148c2'/>
<id>f6e06da4c68917dafb057bf7fe19f884a3e148c2</id>
<content type='text'>
PHPBB3-13455
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-13455
</pre>
</div>
</content>
</entry>
</feed>
