<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forums/phpBB/styles/subsilver2/template/mcp_post.html, 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/12958] Remove subsilver2 for phpBB 3.2</title>
<updated>2014-08-10T10:05:28+00:00</updated>
<author>
<name>Joas Schilling</name>
<email>nickvergessen@gmx.de</email>
</author>
<published>2014-08-10T10:05:28+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=8c4057404996c03fb08013bbd68a70ea6511ff02'/>
<id>8c4057404996c03fb08013bbd68a70ea6511ff02</id>
<content type='text'>
PHPBB3-12958
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-12958
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/12565] Empty anchors introduce white-space in IE11</title>
<updated>2014-06-02T12:05:46+00:00</updated>
<author>
<name>PayBas</name>
<email>contact@paybas.com</email>
</author>
<published>2014-06-02T12:05:46+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=560e0f97be1129a8b93fc7486cc28f1bea30471e'/>
<id>560e0f97be1129a8b93fc7486cc28f1bea30471e</id>
<content type='text'>
PHPBB3-12565
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-12565
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'remotes/upstream/develop-olympus' into develop</title>
<updated>2013-09-12T19:57:26+00:00</updated>
<author>
<name>Nathan Guse</name>
<email>nathaniel.guse@gmail.com</email>
</author>
<published>2013-09-12T19:57:26+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=94b3d3839218135ddc6a24c432b4459943222bcb'/>
<id>94b3d3839218135ddc6a24c432b4459943222bcb</id>
<content type='text'>
* remotes/upstream/develop-olympus:
  [ticket/11829] Use report_closed to determine status in MCP report_details

Conflicts:
	phpBB/styles/prosilver/template/mcp_post.html
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* remotes/upstream/develop-olympus:
  [ticket/11829] Use report_closed to determine status in MCP report_details

Conflicts:
	phpBB/styles/prosilver/template/mcp_post.html
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/11829] Use report_closed to determine status in MCP report_details</title>
<updated>2013-09-04T11:37:39+00:00</updated>
<author>
<name>rechosen</name>
<email>rechosen@gmail.com</email>
</author>
<published>2013-09-04T11:37:39+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=77845e366e8a5578ad740186cf71d75be32694bc'/>
<id>77845e366e8a5578ad740186cf71d75be32694bc</id>
<content type='text'>
Instead of using post_reported of the post or message_reported of the pm, use
report_closed of the report itself to reliably determine whether this
particular report is closed or not in the report_details view of the MCP.
This fixes a bug where the report_details view would not show that the report
shown was closed and display a "Close report" button that had no effect.

PHPBB3-11829
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead of using post_reported of the post or message_reported of the pm, use
report_closed of the report itself to reliably determine whether this
particular report is closed or not in the report_details view of the MCP.
This fixes a bug where the report_details view would not show that the report
shown was closed and display a "Close report" button that had no effect.

PHPBB3-11829
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/9657] Add note about post being soft deleted in subsilver2</title>
<updated>2013-03-12T10:39:16+00:00</updated>
<author>
<name>Joas Schilling</name>
<email>nickvergessen@gmx.de</email>
</author>
<published>2013-03-12T10:39:16+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=d9e94903664d754914ea66ded880a54f51f46281'/>
<id>d9e94903664d754914ea66ded880a54f51f46281</id>
<content type='text'>
PHPBB3-9657
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-9657
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/10780] Replace colon usage in template output with {L_COLON}</title>
<updated>2012-11-09T23:23:03+00:00</updated>
<author>
<name>Nathan Guse</name>
<email>nathaniel.guse@gmail.com</email>
</author>
<published>2012-08-03T16:43:23+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=6e7e70a18abc4368bc0728db420d1f7f61ad8686'/>
<id>6e7e70a18abc4368bc0728db420d1f7f61ad8686</id>
<content type='text'>
Replace all the instances (I could find) where the colon is displayed
to the user with {L_COLON} so it can be localised.

PHPBB3-10780
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace all the instances (I could find) where the colon is displayed
to the user with {L_COLON} so it can be localised.

PHPBB3-10780
</pre>
</div>
</content>
</entry>
<entry>
<title>[feature/remove-imagesets] Changing subsilver</title>
<updated>2011-09-04T08:05:10+00:00</updated>
<author>
<name>Vjacheslav Trushkin</name>
<email>arty@phpbb.com</email>
</author>
<published>2011-09-03T22:23:03+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=4035f3f6c8fddf52d6d26a6ad2a76535205e41dd'/>
<id>4035f3f6c8fddf52d6d26a6ad2a76535205e41dd</id>
<content type='text'>
Removing imagesets. Changing subsilver

PHPBB3-10336
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Removing imagesets. Changing subsilver

PHPBB3-10336
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug #54745 - Fix language string for PM-Reports refering to post-data.</title>
<updated>2010-01-26T14:06:00+00:00</updated>
<author>
<name>Joas Schilling</name>
<email>nickvergessen@gmx.de</email>
</author>
<published>2010-01-26T14:06:00+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=283ad368eb6e92a51a7c0b5dcaf3d1050f7a9b9c'/>
<id>283ad368eb6e92a51a7c0b5dcaf3d1050f7a9b9c</id>
<content type='text'>
Authorised by: jelly_doughnut

git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10455 89ea8834-ac86-4346-8a33-228a782c2dd0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Authorised by: jelly_doughnut

git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10455 89ea8834-ac86-4346-8a33-228a782c2dd0
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug #51035 introduced in r9814.</title>
<updated>2009-09-09T22:00:08+00:00</updated>
<author>
<name>Andreas Fischer</name>
<email>bantu@phpbb.com</email>
</author>
<published>2009-09-09T22:00:08+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=edaa46a47ded10b31a7a7aa2bbede41139f956e9'/>
<id>edaa46a47ded10b31a7a7aa2bbede41139f956e9</id>
<content type='text'>
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10127 89ea8834-ac86-4346-8a33-228a782c2dd0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10127 89ea8834-ac86-4346-8a33-228a782c2dd0
</pre>
</div>
</content>
</entry>
<entry>
<title>Users can report PMs to moderators which are then visible in a new MCP module</title>
<updated>2009-07-21T20:59:11+00:00</updated>
<author>
<name>Nils Adermann</name>
<email>naderman@naderman.de</email>
</author>
<published>2009-07-21T20:59:11+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=6e4a7c03d14d6fcc03955fbe26c3d5f725eb929d'/>
<id>6e4a7c03d14d6fcc03955fbe26c3d5f725eb929d</id>
<content type='text'>
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9814 89ea8834-ac86-4346-8a33-228a782c2dd0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9814 89ea8834-ac86-4346-8a33-228a782c2dd0
</pre>
</div>
</content>
</entry>
</feed>
