<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forums/tests/avatar/driver, 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/12620] Fix rebase</title>
<updated>2014-11-20T22:15:49+00:00</updated>
<author>
<name>Tristan Darricau</name>
<email>github@nicofuma.fr</email>
</author>
<published>2014-11-20T21:40:37+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=677b5b2cd4937ee6c777728082084c661223dee8'/>
<id>677b5b2cd4937ee6c777728082084c661223dee8</id>
<content type='text'>
PHPBB3-12620
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-12620
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/11859] Add missing get_template_name method to test drivers</title>
<updated>2013-11-27T14:28:14+00:00</updated>
<author>
<name>Marc Alexander</name>
<email>admin@m-a-styles.de</email>
</author>
<published>2013-11-27T14:28:14+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=b0a561117c557c6abe0db91c210a71d0604a07cd'/>
<id>b0a561117c557c6abe0db91c210a71d0604a07cd</id>
<content type='text'>
PHPBB3-11859
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-11859
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/11700] Fix avatar tests</title>
<updated>2013-09-15T22:29:14+00:00</updated>
<author>
<name>Nils Adermann</name>
<email>naderman@naderman.de</email>
</author>
<published>2013-09-10T12:40:30+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=43c5ed570fca18c5a41a6b9b2b60de4dd4235d2c'/>
<id>43c5ed570fca18c5a41a6b9b2b60de4dd4235d2c</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/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>[feature/avatars] Pass phpbb_user to prepare and process form functions</title>
<updated>2013-02-19T11:24:21+00:00</updated>
<author>
<name>Marc Alexander</name>
<email>admin@m-a-styles.de</email>
</author>
<published>2013-02-19T11:24:21+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=2302cd7a42004b288c5f6be6d0e4b63fe363a983'/>
<id>2302cd7a42004b288c5f6be6d0e4b63fe363a983</id>
<content type='text'>
The phpbb_user object might be used for language variables and other
things.

PHPBB3-10018
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The phpbb_user object might be used for language variables and other
things.

PHPBB3-10018
</pre>
</div>
</content>
</entry>
<entry>
<title>[feature/avatars] Differentiate tests for get drivers functions</title>
<updated>2013-01-08T20:58:03+00:00</updated>
<author>
<name>Marc Alexander</name>
<email>admin@m-a-styles.de</email>
</author>
<published>2013-01-08T20:58:03+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=caa3516d134360c86b00c3f8104f3ac7157b0e47'/>
<id>caa3516d134360c86b00c3f8104f3ac7157b0e47</id>
<content type='text'>
Tests for get_all_drivers() and get_enabled_drivers() should be different.

PHPBB3-10018
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Tests for get_all_drivers() and get_enabled_drivers() should be different.

PHPBB3-10018
</pre>
</div>
</content>
</entry>
<entry>
<title>[feature/avatars] Remove $request property and pass as argument if needed</title>
<updated>2013-01-07T22:02:07+00:00</updated>
<author>
<name>Marc Alexander</name>
<email>admin@m-a-styles.de</email>
</author>
<published>2013-01-07T21:49:48+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=023d7a972dd5c279e0b0b24801f9e53e7865d39a'/>
<id>023d7a972dd5c279e0b0b24801f9e53e7865d39a</id>
<content type='text'>
Remove the $request property from the phpbb_avatar_driver class and rather
pass it as function argument if it's needed in a function. Currently this
is only the case for the class methods prepare_form() and process_form().

PHPBB3-10018
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove the $request property from the phpbb_avatar_driver class and rather
pass it as function argument if it's needed in a function. Currently this
is only the case for the class methods prepare_form() and process_form().

PHPBB3-10018
</pre>
</div>
</content>
</entry>
<entry>
<title>[feature/avatars] Remove unnecessary "implements" from foobar avatar</title>
<updated>2012-12-02T00:22:42+00:00</updated>
<author>
<name>Marc Alexander</name>
<email>admin@m-a-styles.de</email>
</author>
<published>2012-12-02T00:22:42+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=ce653db49129f215c18c4d0dab24001d73ba94e6'/>
<id>ce653db49129f215c18c4d0dab24001d73ba94e6</id>
<content type='text'>
PHPBB3-10018
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-10018
</pre>
</div>
</content>
</entry>
<entry>
<title>[feature/avatars] Do not use gravatar avatar in tests</title>
<updated>2012-12-02T00:19:10+00:00</updated>
<author>
<name>Marc Alexander</name>
<email>admin@m-a-styles.de</email>
</author>
<published>2012-12-02T00:19:10+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=232fa5b5884d97329b2bf5c79907dfa0128b618b'/>
<id>232fa5b5884d97329b2bf5c79907dfa0128b618b</id>
<content type='text'>
PHPBB3-10018
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-10018
</pre>
</div>
</content>
</entry>
</feed>
