<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forums/tests/functional/ucp_profile_test.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/12730] Add functional test for Google+ field</title>
<updated>2014-06-20T22:05:19+00:00</updated>
<author>
<name>Shitiz Garg</name>
<email>mail@dragooon.net</email>
</author>
<published>2014-06-20T15:48:57+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=ea0e073c12b8c1f7136bc21dba0cf6e02aed1166'/>
<id>ea0e073c12b8c1f7136bc21dba0cf6e02aed1166</id>
<content type='text'>
PHPBB3-12730
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-12730
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2628 from Dragooon/ticket/12731</title>
<updated>2014-06-20T21:42:54+00:00</updated>
<author>
<name>Joas Schilling</name>
<email>nickvergessen@gmx.de</email>
</author>
<published>2014-06-20T21:42:54+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=18bf45ab1b3f07fbed5c7d566766170ff0a71e8e'/>
<id>18bf45ab1b3f07fbed5c7d566766170ff0a71e8e</id>
<content type='text'>
[ticket/12731] Add YouTube custom profile field

* Dragooon/ticket/12731:
  [ticket/12731] Add functional test for youtube field
  [ticket/12731] Set field_active to 1 for YouTube field
  [ticket/12731] Add YouTube custom profile field

Conflicts:
	phpBB/install/schemas/schema.json
	phpBB/install/schemas/schema_data.sql
	phpBB/language/en/memberlist.php
	tests/functional/ucp_profile_test.php
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[ticket/12731] Add YouTube custom profile field

* Dragooon/ticket/12731:
  [ticket/12731] Add functional test for youtube field
  [ticket/12731] Set field_active to 1 for YouTube field
  [ticket/12731] Add YouTube custom profile field

Conflicts:
	phpBB/install/schemas/schema.json
	phpBB/install/schemas/schema_data.sql
	phpBB/language/en/memberlist.php
	tests/functional/ucp_profile_test.php
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2621 from Dragooon/ticket/12732</title>
<updated>2014-06-20T21:39:54+00:00</updated>
<author>
<name>Joas Schilling</name>
<email>nickvergessen@gmx.de</email>
</author>
<published>2014-06-20T21:39:54+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=3c38fcce40b28d7b67f4a9686be88044eda40b9a'/>
<id>3c38fcce40b28d7b67f4a9686be88044eda40b9a</id>
<content type='text'>
[ticket/12732] Add Skype custom profile field

* Dragooon/ticket/12732:
  [ticket/12732] Update schema.json for Skype
  [ticket/12732] Add functional test for Skype profile field
  [ticket/12732] Values shouldn't be escaped for schema_data.sql
  [ticket/12732] Set field_active to 1 for Skype's field
  [ticket/12732] Add unit tests for ALPHA_PUNCTUATION
  [ticket/12732] Missing comma after validation definition
  [ticket/12732] Improve ALPHA_PUNCTUATION description
  [ticket/12732] Use user info instead of chat as default Skype action
  [ticket/12732] Add Skype custom profile field

Conflicts:
	phpBB/install/schemas/schema.json
	phpBB/install/schemas/schema_data.sql
	phpBB/language/en/memberlist.php
	tests/functional/ucp_profile_test.php
	tests/profilefields/type_string_test.php
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[ticket/12732] Add Skype custom profile field

* Dragooon/ticket/12732:
  [ticket/12732] Update schema.json for Skype
  [ticket/12732] Add functional test for Skype profile field
  [ticket/12732] Values shouldn't be escaped for schema_data.sql
  [ticket/12732] Set field_active to 1 for Skype's field
  [ticket/12732] Add unit tests for ALPHA_PUNCTUATION
  [ticket/12732] Missing comma after validation definition
  [ticket/12732] Improve ALPHA_PUNCTUATION description
  [ticket/12732] Use user info instead of chat as default Skype action
  [ticket/12732] Add Skype custom profile field

Conflicts:
	phpBB/install/schemas/schema.json
	phpBB/install/schemas/schema_data.sql
	phpBB/language/en/memberlist.php
	tests/functional/ucp_profile_test.php
	tests/profilefields/type_string_test.php
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2612 from Dragooon/ticket/12733</title>
<updated>2014-06-20T21:37:51+00:00</updated>
<author>
<name>Joas Schilling</name>
<email>nickvergessen@gmx.de</email>
</author>
<published>2014-06-20T21:37:51+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=b9890c6a4c7c30215ce7863825917f9152326081'/>
<id>b9890c6a4c7c30215ce7863825917f9152326081</id>
<content type='text'>
[ticket/12733] Add Twitter custom profile field

* Dragooon/ticket/12733:
  [ticket/12733] Add functional test for twitter profile field
  [ticket/12733] Values needn't be escaped for schema_data.sql
  [ticket/12733] Set field_active to 1 for Twitter
  [ticket/12733] Convert spaces to tabs
  [ticket/12733] Fix spacing for block header in profilefield_twitter.php
  [ticket/12733] Update schema.json
  [ticket/12733] Add Twitter custom profile field

Conflicts:
	phpBB/install/schemas/schema.json
	phpBB/install/schemas/schema_data.sql
	phpBB/language/en/memberlist.php
	tests/functional/ucp_profile_test.php
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[ticket/12733] Add Twitter custom profile field

* Dragooon/ticket/12733:
  [ticket/12733] Add functional test for twitter profile field
  [ticket/12733] Values needn't be escaped for schema_data.sql
  [ticket/12733] Set field_active to 1 for Twitter
  [ticket/12733] Convert spaces to tabs
  [ticket/12733] Fix spacing for block header in profilefield_twitter.php
  [ticket/12733] Update schema.json
  [ticket/12733] Add Twitter custom profile field

Conflicts:
	phpBB/install/schemas/schema.json
	phpBB/install/schemas/schema_data.sql
	phpBB/language/en/memberlist.php
	tests/functional/ucp_profile_test.php
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/12729] Add functional test for Facebook field</title>
<updated>2014-06-20T15:50:04+00:00</updated>
<author>
<name>Shitiz Garg</name>
<email>mail@dragooon.net</email>
</author>
<published>2014-06-20T15:50:04+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=aeeaf2f6efc79ca407cf8872b1538902b93c2236'/>
<id>aeeaf2f6efc79ca407cf8872b1538902b93c2236</id>
<content type='text'>
PHPBB3-12729
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-12729
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/12731] Add functional test for youtube field</title>
<updated>2014-06-20T15:47:23+00:00</updated>
<author>
<name>Shitiz Garg</name>
<email>mail@dragooon.net</email>
</author>
<published>2014-06-20T15:47:23+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=51b4dc7077e40518307f726956ec49b73ca1a808'/>
<id>51b4dc7077e40518307f726956ec49b73ca1a808</id>
<content type='text'>
PHPBB3-12731
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-12731
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/12732] Add functional test for Skype profile field</title>
<updated>2014-06-20T15:43:29+00:00</updated>
<author>
<name>Shitiz Garg</name>
<email>mail@dragooon.net</email>
</author>
<published>2014-06-20T15:43:29+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=10b466848aa31d430694a5ded689bb9007817c34'/>
<id>10b466848aa31d430694a5ded689bb9007817c34</id>
<content type='text'>
PHPBB3-12732
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-12732
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/12733] Add functional test for twitter profile field</title>
<updated>2014-06-20T15:42:02+00:00</updated>
<author>
<name>Shitiz Garg</name>
<email>mail@dragooon.net</email>
</author>
<published>2014-06-20T15:42:02+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=cdfcbfc6d0c7c1ea7f1b5c802eaa85887934f829'/>
<id>cdfcbfc6d0c7c1ea7f1b5c802eaa85887934f829</id>
<content type='text'>
PHPBB3-12733
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-12733
</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>
<entry>
<title>[ticket/12331] Add functional test for saving custom profile fields</title>
<updated>2014-04-01T19:36:11+00:00</updated>
<author>
<name>Joas Schilling</name>
<email>nickvergessen@gmx.de</email>
</author>
<published>2014-04-01T19:36:11+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=45e6dd23e90fb3cc65f2b2454579f738fb81d293'/>
<id>45e6dd23e90fb3cc65f2b2454579f738fb81d293</id>
<content type='text'>
PHPBB3-12331
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-12331
</pre>
</div>
</content>
</entry>
</feed>
