<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forums/phpBB/includes/acp/acp_icons.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/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 branch '3.1.x' into 3.2.x</title>
<updated>2016-10-02T15:18:32+00:00</updated>
<author>
<name>Tristan Darricau</name>
<email>github@nicofuma.fr</email>
</author>
<published>2016-10-02T15:18:32+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=5075090d4fa4e3f8340f6f9d19851046122f6dc7'/>
<id>5075090d4fa4e3f8340f6f9d19851046122f6dc7</id>
<content type='text'>
* 3.1.x:
  [ticket/14789] Remove obsolete check_form_key() and add missing hashes
  [ticket/14789] Move form key checks to where they actually do something
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* 3.1.x:
  [ticket/14789] Remove obsolete check_form_key() and add missing hashes
  [ticket/14789] Move form key checks to where they actually do something
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/14789] Move form key checks to where they actually do something</title>
<updated>2016-09-30T21:32:54+00:00</updated>
<author>
<name>Marc Alexander</name>
<email>admin@m-a-styles.de</email>
</author>
<published>2016-09-30T21:32:54+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=88d7c4fe57eb0255c6c5cb434f3a3aaa0f6e726c'/>
<id>88d7c4fe57eb0255c6c5cb434f3a3aaa0f6e726c</id>
<content type='text'>
PHPBB3-14789
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-14789
</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/13454] Remove unused variables</title>
<updated>2016-01-06T12:52:11+00:00</updated>
<author>
<name>Marc Alexander</name>
<email>admin@m-a-styles.de</email>
</author>
<published>2015-12-03T17:19:02+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=f50ba9ab4f6e74e4d472c9e2012dfdd29720dfe9'/>
<id>f50ba9ab4f6e74e4d472c9e2012dfdd29720dfe9</id>
<content type='text'>
This is part 2 of the pr.

PHPBB3-13454
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is part 2 of the pr.

PHPBB3-13454
</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/14157] Allow to set the alt/title attribute on post icons</title>
<updated>2015-10-10T13:29:31+00:00</updated>
<author>
<name>Zoddo</name>
<email>zoddo.ino@gmail.com</email>
</author>
<published>2015-09-11T22:53:33+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=3937f1f4ae77b29faf69292783cc3ae267785ee4'/>
<id>3937f1f4ae77b29faf69292783cc3ae267785ee4</id>
<content type='text'>
PHPBB3-14157
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-14157
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/11768] This commit integrates s9e\TextFormatter</title>
<updated>2015-04-02T17:16:01+00:00</updated>
<author>
<name>s9e</name>
<email>s9e.dev@gmail.com</email>
</author>
<published>2014-11-22T19:00:58+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=147a713cc066d493b50b82a9d475aa9af940e2b4'/>
<id>147a713cc066d493b50b82a9d475aa9af940e2b4</id>
<content type='text'>
This commit integrates s9e\TextFormatter as outlined in
http://area51.phpbb.com/phpBB/viewtopic.php?f=108&amp;t=44467

PHPBB3-11768
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit integrates s9e\TextFormatter as outlined in
http://area51.phpbb.com/phpBB/viewtopic.php?f=108&amp;t=44467

PHPBB3-11768
</pre>
</div>
</content>
</entry>
</feed>
