<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forums/phpBB/styles/prosilver/template/report_body.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/14447] Remove trailing white spaces in Prosilver</title>
<updated>2016-02-02T16:42:53+00:00</updated>
<author>
<name>Matt Friedman</name>
<email>maf675@gmail.com</email>
</author>
<published>2016-02-02T16:42:53+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=93a25893d59805b269494804b5569b71acc33f86'/>
<id>93a25893d59805b269494804b5569b71acc33f86</id>
<content type='text'>
PHPBB3-14447
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-14447
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'ticket/11566' into ticket/11566-develop</title>
<updated>2013-07-01T17:55:29+00:00</updated>
<author>
<name>Dhruv</name>
<email>dhruv.goel92@gmail.com</email>
</author>
<published>2013-07-01T17:55:29+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=c80b80ca0f4328124bc4f2e8fdf9374aff06b7e1'/>
<id>c80b80ca0f4328124bc4f2e8fdf9374aff06b7e1</id>
<content type='text'>
* ticket/11566:
  [ticket/11566] Subsilver template error displayed after table headers
  [ticket/11566] Remove extra pair of brackets from conditional statement
  [ticket/11566] Check that guest doesn't have reporting permission by default
  [ticket/11566] Add captcha to report post template in subsilver
  [ticket/11566] Use the new constant CONFIRM_REPORT for captcha init
  [ticket/11566] Rename var to $visual_confirmation_response
  [ticket/11566] Revert forum permission changes
  [ticket/11566] Use language variable instead of hardcode
  [ticket/11566] add tests for reporting post
  [ticket/11566] add captcha reset and hidden fields
  [ticket/11566] display error instead of trigger_error
  [ticket/11566] add error in template
  [ticket/11566] add error functionality
  [ticket/11566] add interface for captcha

Conflicts:
	phpBB/report.php
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* ticket/11566:
  [ticket/11566] Subsilver template error displayed after table headers
  [ticket/11566] Remove extra pair of brackets from conditional statement
  [ticket/11566] Check that guest doesn't have reporting permission by default
  [ticket/11566] Add captcha to report post template in subsilver
  [ticket/11566] Use the new constant CONFIRM_REPORT for captcha init
  [ticket/11566] Rename var to $visual_confirmation_response
  [ticket/11566] Revert forum permission changes
  [ticket/11566] Use language variable instead of hardcode
  [ticket/11566] add tests for reporting post
  [ticket/11566] add captcha reset and hidden fields
  [ticket/11566] display error instead of trigger_error
  [ticket/11566] add error in template
  [ticket/11566] add error functionality
  [ticket/11566] add interface for captcha

Conflicts:
	phpBB/report.php
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/11566] add error in template</title>
<updated>2013-07-01T16:18:54+00:00</updated>
<author>
<name>Dhruv</name>
<email>dhruv.goel92@gmail.com</email>
</author>
<published>2013-06-10T18:23:33+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=7c9a1cbca9719eccbee11db418cb4e531f539a0c'/>
<id>7c9a1cbca9719eccbee11db418cb4e531f539a0c</id>
<content type='text'>
Check if error exists, then display it
in the report post template.

PHPBB3-11566
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Check if error exists, then display it
in the report post template.

PHPBB3-11566
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/11566] add interface for captcha</title>
<updated>2013-07-01T16:18:51+00:00</updated>
<author>
<name>Dhruv</name>
<email>dhruv.goel92@gmail.com</email>
</author>
<published>2013-06-03T18:08:48+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=7a2e3b4354b495f7f46bc57dfde070ce7270bd25'/>
<id>7a2e3b4354b495f7f46bc57dfde070ce7270bd25</id>
<content type='text'>
Add basic captcha template while reporting post
when the user is not a registered user.

PHPBB3-11566
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add basic captcha template while reporting post
when the user is not a registered user.

PHPBB3-11566
</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>[ticket/10734] Removed unwanted span classes</title>
<updated>2012-04-01T19:12:11+00:00</updated>
<author>
<name>Shibu Lijack</name>
<email>shibulijack@gmail.com</email>
</author>
<published>2012-04-01T19:12:11+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=03f5fde7476797ff06b9bdabcb5d56730180c628'/>
<id>03f5fde7476797ff06b9bdabcb5d56730180c628</id>
<content type='text'>
Removed the corner and clear span classes

PHPBB-10734
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Removed the corner and clear span classes

PHPBB-10734
</pre>
</div>
</content>
</entry>
<entry>
<title>#15038</title>
<updated>2007-11-05T19:07:10+00:00</updated>
<author>
<name>Henry Sudhof</name>
<email>kellanved@phpbb.com</email>
</author>
<published>2007-11-05T19:07:10+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=35f205ea61b5cab5dc202062284d2ade448e6b95'/>
<id>35f205ea61b5cab5dc202062284d2ade448e6b95</id>
<content type='text'>
I'm very sorry. This should make W3C happy again.


git-svn-id: file:///svn/phpbb/trunk@8227 89ea8834-ac86-4346-8a33-228a782c2dd0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I'm very sorry. This should make W3C happy again.


git-svn-id: file:///svn/phpbb/trunk@8227 89ea8834-ac86-4346-8a33-228a782c2dd0
</pre>
</div>
</content>
</entry>
<entry>
<title>some bugfixes</title>
<updated>2007-10-12T18:14:28+00:00</updated>
<author>
<name>Meik Sievertsen</name>
<email>acydburn@phpbb.com</email>
</author>
<published>2007-10-12T18:14:28+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=d0f2399a863c4c60cdde91d9c89a175f86b494c8'/>
<id>d0f2399a863c4c60cdde91d9c89a175f86b494c8</id>
<content type='text'>
git-svn-id: file:///svn/phpbb/trunk@8168 89ea8834-ac86-4346-8a33-228a782c2dd0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: file:///svn/phpbb/trunk@8168 89ea8834-ac86-4346-8a33-228a782c2dd0
</pre>
</div>
</content>
</entry>
<entry>
<title>Ok, here comes a big one. Poor updater. Also requires testing.</title>
<updated>2007-10-03T15:05:54+00:00</updated>
<author>
<name>Henry Sudhof</name>
<email>kellanved@phpbb.com</email>
</author>
<published>2007-10-03T15:05:54+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=4defd8a8306fa8daa25427a37fb6db00bff390c7'/>
<id>4defd8a8306fa8daa25427a37fb6db00bff390c7</id>
<content type='text'>
#i91
#i92
#i93
#i94
#i95
#i96


git-svn-id: file:///svn/phpbb/trunk@8120 89ea8834-ac86-4346-8a33-228a782c2dd0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
#i91
#i92
#i93
#i94
#i95
#i96


git-svn-id: file:///svn/phpbb/trunk@8120 89ea8834-ac86-4346-8a33-228a782c2dd0
</pre>
</div>
</content>
</entry>
<entry>
<title>XHTML</title>
<updated>2007-07-23T04:16:45+00:00</updated>
<author>
<name>David M</name>
<email>davidmj@users.sourceforge.net</email>
</author>
<published>2007-07-23T04:16:45+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=2fdb32bc1d3509b9a9f43ac0f0f364a2bd9d93c7'/>
<id>2fdb32bc1d3509b9a9f43ac0f0f364a2bd9d93c7</id>
<content type='text'>
git-svn-id: file:///svn/phpbb/trunk@7926 89ea8834-ac86-4346-8a33-228a782c2dd0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: file:///svn/phpbb/trunk@7926 89ea8834-ac86-4346-8a33-228a782c2dd0
</pre>
</div>
</content>
</entry>
</feed>
