<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forums/phpBB/language/en/acp/users.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/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>Merge branch 'develop-olympus' into develop</title>
<updated>2014-03-13T09:27:19+00:00</updated>
<author>
<name>Joas Schilling</name>
<email>nickvergessen@gmx.de</email>
</author>
<published>2014-03-13T09:27:19+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=dbebe30c9a109e5be78590c4a49a71122ad411c6'/>
<id>dbebe30c9a109e5be78590c4a49a71122ad411c6</id>
<content type='text'>
* develop-olympus:
  [ticket/12176] Reword comment about config entries.
  [ticket/12176] Add newest_user_colour to config array to ensure it exists
  [ticket/12176] Display correct message when trying to delete founder.
  [ticket/12176] Add functional test for founder deletion message.

Conflicts:
	tests/test_framework/phpbb_functional_test_case.php
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* develop-olympus:
  [ticket/12176] Reword comment about config entries.
  [ticket/12176] Add newest_user_colour to config array to ensure it exists
  [ticket/12176] Display correct message when trying to delete founder.
  [ticket/12176] Add functional test for founder deletion message.

Conflicts:
	tests/test_framework/phpbb_functional_test_case.php
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/12176] Display correct message when trying to delete founder.</title>
<updated>2014-02-15T01:27:54+00:00</updated>
<author>
<name>Andreas Fischer</name>
<email>bantu@phpbb.com</email>
</author>
<published>2014-02-15T00:19:28+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=8960e6d77741b12025229b8e5ad7972fd571722e'/>
<id>8960e6d77741b12025229b8e5ad7972fd571722e</id>
<content type='text'>
PHPBB3-12176
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-12176
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'develop-olympus' into develop</title>
<updated>2012-07-21T14:15:42+00:00</updated>
<author>
<name>Nils Adermann</name>
<email>naderman@naderman.de</email>
</author>
<published>2012-07-21T14:15:42+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=f7f78adeb910c84e86414dd6f6470631f5a47d8f'/>
<id>f7f78adeb910c84e86414dd6f6470631f5a47d8f</id>
<content type='text'>
* develop-olympus:
  [ticket/10950] Fix grammar in comments
  [ticket/10950] Delete PMs for users that have not yet read the pm
  [ticket/10950] Fix unit tests to fit the new pm deleting behaviour
  [ticket/10950] Update undelivered pm counts in batches not 1 by 1 for each user
  [ticket/10950] Remove deleted entries in tests instead of commenting them out
  [ticket/10950] Use database count() and group by instead of doing that in php
  [ticket/10950] Check $delete_ids to be not empty
  [ticket/10950] Recreated the behaviour of phpbb_delete_user_pms()
  [ticket/10950] Fix unit tests to reflect desired behaviour
  [ticket/10950] Add some first and simple unit tests for phpbb_delete_user_pms()
  [ticket/10950] Correct comment for the second query.
  [ticket/10950] Add empty line to make unset() call more visible.
  [ticket/10950] Select the correct columns in SQL queries.
  [ticket/10950] Use a variable for the private message id.
  [ticket/10950] Move array initialisation to the front.
  [ticket/10950] Remove redundant if statement.
  [ticket/10950] Fix SQL coding style (indentation) in second SQL query.
  [ticket/10950] Use proper ' in order to fix comment.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* develop-olympus:
  [ticket/10950] Fix grammar in comments
  [ticket/10950] Delete PMs for users that have not yet read the pm
  [ticket/10950] Fix unit tests to fit the new pm deleting behaviour
  [ticket/10950] Update undelivered pm counts in batches not 1 by 1 for each user
  [ticket/10950] Remove deleted entries in tests instead of commenting them out
  [ticket/10950] Use database count() and group by instead of doing that in php
  [ticket/10950] Check $delete_ids to be not empty
  [ticket/10950] Recreated the behaviour of phpbb_delete_user_pms()
  [ticket/10950] Fix unit tests to reflect desired behaviour
  [ticket/10950] Add some first and simple unit tests for phpbb_delete_user_pms()
  [ticket/10950] Correct comment for the second query.
  [ticket/10950] Add empty line to make unset() call more visible.
  [ticket/10950] Select the correct columns in SQL queries.
  [ticket/10950] Use a variable for the private message id.
  [ticket/10950] Move array initialisation to the front.
  [ticket/10950] Remove redundant if statement.
  [ticket/10950] Fix SQL coding style (indentation) in second SQL query.
  [ticket/10950] Use proper ' in order to fix comment.
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/10950] Delete PMs for users that have not yet read the pm</title>
<updated>2012-07-20T15:11:20+00:00</updated>
<author>
<name>Joas Schilling</name>
<email>nickvergessen@gmx.de</email>
</author>
<published>2012-07-20T14:13:08+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=a3517232f943fd8070c98a78f2cf731339b76a74'/>
<id>a3517232f943fd8070c98a78f2cf731339b76a74</id>
<content type='text'>
PHPBB3-10950
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-10950
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'github-dhruv/ticket/10308' into develop</title>
<updated>2012-05-29T14:40:00+00:00</updated>
<author>
<name>Nils Adermann</name>
<email>naderman@naderman.de</email>
</author>
<published>2012-05-29T14:40:00+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=8438b61cef7ad80f8e4544f8f2cf25a5860c9da0'/>
<id>8438b61cef7ad80f8e4544f8f2cf25a5860c9da0</id>
<content type='text'>
By Dhruv Goel
via Dhruv Goel
* github-dhruv/ticket/10308:
  [ticket/10308] fixes indentation
  [ticket/10308] fixes language variable name
  [ticket/10308] makes variable boolean
  [ticket/10308] fixes sql query, limit it to 1
  [ticket/10308] fixes user deletion if no posts
  [ticket/10308] renames language key to USER_NO_POSTS_DELETE
  [ticket/10308] fix language and user's total posts
  [ticket/10308] fixes language entity.
  [ticket/10308] Displays message to user if there are no posts.
  [ticket/10308] disable retain/ delete posts option when deleting a user
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
By Dhruv Goel
via Dhruv Goel
* github-dhruv/ticket/10308:
  [ticket/10308] fixes indentation
  [ticket/10308] fixes language variable name
  [ticket/10308] makes variable boolean
  [ticket/10308] fixes sql query, limit it to 1
  [ticket/10308] fixes user deletion if no posts
  [ticket/10308] renames language key to USER_NO_POSTS_DELETE
  [ticket/10308] fix language and user's total posts
  [ticket/10308] fixes language entity.
  [ticket/10308] Displays message to user if there are no posts.
  [ticket/10308] disable retain/ delete posts option when deleting a user
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/10308] fixes language variable name</title>
<updated>2012-05-10T17:24:29+00:00</updated>
<author>
<name>Dhruv Goel</name>
<email>dhruv.goel92@gmail.com</email>
</author>
<published>2012-05-09T16:16:27+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=cf556f92c91816f6aef9028d911b5584f08842af'/>
<id>cf556f92c91816f6aef9028d911b5584f08842af</id>
<content type='text'>
Language variable has be renamed for better understanding

PHPBB3-10308
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Language variable has be renamed for better understanding

PHPBB3-10308
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/10308] renames language key to USER_NO_POSTS_DELETE</title>
<updated>2012-05-10T17:21:08+00:00</updated>
<author>
<name>Dhruv Goel</name>
<email>dhruv.goel92@gmail.com</email>
</author>
<published>2012-04-20T17:41:55+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=faf232219ef3b7a5dcc3d22639d4005040b0d8ad'/>
<id>faf232219ef3b7a5dcc3d22639d4005040b0d8ad</id>
<content type='text'>
language key renamed to make its usability more clearer.

PHPBB3-10308
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
language key renamed to make its usability more clearer.

PHPBB3-10308
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/10308] fix language and user's total posts</title>
<updated>2012-05-10T17:20:13+00:00</updated>
<author>
<name>Dhruv Goel</name>
<email>dhruv.goel92@gmail.com</email>
</author>
<published>2012-04-20T11:41:07+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=59177a86c4160a4879aaf77e602f91ccea0fb107'/>
<id>59177a86c4160a4879aaf77e602f91ccea0fb107</id>
<content type='text'>
language modified to be clear and select box disappears in case no
posts by user. user's total posts are fetched using a new query.

PHPBB3-10308
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
language modified to be clear and select box disappears in case no
posts by user. user's total posts are fetched using a new query.

PHPBB3-10308
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/10308] fixes language entity.</title>
<updated>2012-05-10T17:19:24+00:00</updated>
<author>
<name>Dhruv Goel</name>
<email>dhruv.goel92@gmail.com</email>
</author>
<published>2012-04-10T21:30:16+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=8f7e85604bb36679db1baa37588fc5e39a8b853f'/>
<id>8f7e85604bb36679db1baa37588fc5e39a8b853f</id>
<content type='text'>
Language key has been changed and has been made more specific to
avoid conflicts

PHPBB3-10308
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Language key has been changed and has been made more specific to
avoid conflicts

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