<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forums/phpBB/phpbb/avatar/driver/gravatar.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>Merge branch '3.1.x' into 3.2.x</title>
<updated>2016-07-17T08:46:51+00:00</updated>
<author>
<name>Marc Alexander</name>
<email>admin@m-a-styles.de</email>
</author>
<published>2016-07-17T08:46:51+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=44303aa425c975dc6d1f10308257f699848bfd22'/>
<id>44303aa425c975dc6d1f10308257f699848bfd22</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/14615] Fix HTML5 validation errors on avatar deletion</title>
<updated>2016-05-16T20:21:31+00:00</updated>
<author>
<name>Jakub Senko</name>
<email>jakubsenko@gmail.com</email>
</author>
<published>2016-05-16T20:21:31+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=9ca3cd519ac488e98ad28f67f5f99a6c7f46126f'/>
<id>9ca3cd519ac488e98ad28f67f5f99a6c7f46126f</id>
<content type='text'>
PHPBB3-14615
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-14615
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '3.1.x'</title>
<updated>2015-10-12T09:32:05+00:00</updated>
<author>
<name>Tristan Darricau</name>
<email>tristan.darricau@sensiolabs.com</email>
</author>
<published>2015-10-12T09:32:05+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=af1597ae2547495999f2452d096255c7ea4fe80d'/>
<id>af1597ae2547495999f2452d096255c7ea4fe80d</id>
<content type='text'>
* 3.1.x:
  [ticket/14191] Add core.get_gravatar_url_after event
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* 3.1.x:
  [ticket/14191] Add core.get_gravatar_url_after event
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/14191] Add core.get_gravatar_url_after event</title>
<updated>2015-09-23T16:45:15+00:00</updated>
<author>
<name>Jakub Senko</name>
<email>jakubsenko@gmail.com</email>
</author>
<published>2015-09-23T16:45:15+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=d5f625382b3162e4f661138ad9b1f0d0ca8de335'/>
<id>d5f625382b3162e4f661138ad9b1f0d0ca8de335</id>
<content type='text'>
PHPBB3-14191
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-14191
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/8672] Use fastImageSize in classes</title>
<updated>2015-04-24T11:33:14+00:00</updated>
<author>
<name>Marc Alexander</name>
<email>admin@m-a-styles.de</email>
</author>
<published>2015-04-07T14:19:36+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=39d6180c6814996dde84cfcd8c0150bba37354ac'/>
<id>39d6180c6814996dde84cfcd8c0150bba37354ac</id>
<content type='text'>
PHPBB3-8672
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-8672
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/8672] Add class for retrieving imagesize without download</title>
<updated>2015-04-24T11:31:36+00:00</updated>
<author>
<name>Marc Alexander</name>
<email>admin@m-a-styles.de</email>
</author>
<published>2015-02-08T19:46:14+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=2fa99602c6f6431e99468ca13f4a58344a401c24'/>
<id>2fa99602c6f6431e99468ca13f4a58344a401c24</id>
<content type='text'>
getimagesize() always downloads the complete file before checking
the actual image dimensions. This class will be able to do the same
without having to download possibly large files.

PHPBB3-8672
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
getimagesize() always downloads the complete file before checking
the actual image dimensions. This class will be able to do the same
without having to download possibly large files.

PHPBB3-8672
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/12822] Remove "None" option from avatar select boxes</title>
<updated>2014-08-07T15:28:21+00:00</updated>
<author>
<name>Marc Alexander</name>
<email>admin@m-a-styles.de</email>
</author>
<published>2014-08-07T10:21:46+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=4f23bb711ca457efba370d7ac67394e0db59b578'/>
<id>4f23bb711ca457efba370d7ac67394e0db59b578</id>
<content type='text'>
This option is just used for deleting avatars for which we already have
a checkbox.

PHPBB3-12822
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This option is just used for deleting avatars for which we already have
a checkbox.

PHPBB3-12822
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/12715] Cleanup comments in \phpbb\avatar\driver\*</title>
<updated>2014-06-15T14:39:30+00:00</updated>
<author>
<name>Tristan Darricau</name>
<email>github@nicofuma.fr</email>
</author>
<published>2014-06-14T19:33:26+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=569ebd1592d4cc6938dd7a6672265405467064db'/>
<id>569ebd1592d4cc6938dd7a6672265405467064db</id>
<content type='text'>
PHPBB3-12715
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-12715
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/10073] Split email validation from email ban and taken checks</title>
<updated>2014-05-29T00:14:41+00:00</updated>
<author>
<name>Joas Schilling</name>
<email>nickvergessen@gmx.de</email>
</author>
<published>2014-05-05T14:59:55+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=911725a5812cff5c1a0daa37b99767b5144e8a11'/>
<id>911725a5812cff5c1a0daa37b99767b5144e8a11</id>
<content type='text'>
PHPBB3-10073
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-10073
</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>
</feed>
