<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forums/phpBB/styles/subsilver2/template/mcp_topic.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/12922] Subsilver2 fix</title>
<updated>2014-08-07T14:10:32+00:00</updated>
<author>
<name>n-aleha</name>
<email>nick_aleha@myway.com</email>
</author>
<published>2014-08-07T14:10:32+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=035f84d2dac2f9227f4a72688ad1762481677dfe'/>
<id>035f84d2dac2f9227f4a72688ad1762481677dfe</id>
<content type='text'>
PHPBB3-12922
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-12922
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/12063] Use CSS to replace valign=top</title>
<updated>2013-12-13T18:33:38+00:00</updated>
<author>
<name>Matt Friedman</name>
<email>maf675@gmail.com</email>
</author>
<published>2013-12-12T18:20:28+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=7bc457175300be7ebaefad20da8d1222539a808f'/>
<id>7bc457175300be7ebaefad20da8d1222539a808f</id>
<content type='text'>
PHPBB3-12063
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-12063
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/12063] Remove obsolete valign attributes from tr tags</title>
<updated>2013-12-06T00:25:51+00:00</updated>
<author>
<name>Matt Friedman</name>
<email>maf675@gmail.com</email>
</author>
<published>2013-12-06T00:25:51+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=88aa7b88a4258c2c376c529c9ef82e6cf6b4f3db'/>
<id>88aa7b88a4258c2c376c529c9ef82e6cf6b4f3db</id>
<content type='text'>
PHPBB3-12063
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-12063
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'phpbb/develop' into feature/softdelete-1-permission</title>
<updated>2013-07-11T09:41:48+00:00</updated>
<author>
<name>Joas Schilling</name>
<email>nickvergessen@gmx.de</email>
</author>
<published>2013-07-11T09:41:48+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=bdb7ec0ceb3210955b2457bfe6fe469b1781d8d6'/>
<id>bdb7ec0ceb3210955b2457bfe6fe469b1781d8d6</id>
<content type='text'>
* phpbb/develop: (704 commits)
  [ticket/11630] Improvements to the PHP lint pre-commit hook
  [feature/auth-refactor] Move auth providers to separate directory
  [ticket/11619] Use HTTP/1.0 because of lack of chunked-encoding handling.
  [ticket/11619] Some tests for get_remote_file().
  [ticket/11617] Remove spaces and tabs from empty lines
  [ticket/11617] Missing U_ACTION in acp_captcha.php
  [feature/auth-refactor] Fix code style issue
  [feature/auth-refactor] Fix comment grammar
  [feature/auth-refactor] Fix the actual cause of test failures
  [ticket/10838] Fix URL for wiki and remove irrelevant line
  [ticket/10838] Remove php 5.4 and builtin server references
  [ticket/10838] Fix missing data
  [ticket/10838] separate database used mentioned in unit tests
  [ticket/11585] Make $auth_admin class property
  [feature/auth-refactor] A possible fix for the functional test failures
  [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
  ...

Conflicts:
	phpBB/docs/sphinx.sample.conf
	phpBB/feed.php
	phpBB/styles/prosilver/template/search_results.html
	phpBB/styles/prosilver/template/viewforum_body.html
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* phpbb/develop: (704 commits)
  [ticket/11630] Improvements to the PHP lint pre-commit hook
  [feature/auth-refactor] Move auth providers to separate directory
  [ticket/11619] Use HTTP/1.0 because of lack of chunked-encoding handling.
  [ticket/11619] Some tests for get_remote_file().
  [ticket/11617] Remove spaces and tabs from empty lines
  [ticket/11617] Missing U_ACTION in acp_captcha.php
  [feature/auth-refactor] Fix code style issue
  [feature/auth-refactor] Fix comment grammar
  [feature/auth-refactor] Fix the actual cause of test failures
  [ticket/10838] Fix URL for wiki and remove irrelevant line
  [ticket/10838] Remove php 5.4 and builtin server references
  [ticket/10838] Fix missing data
  [ticket/10838] separate database used mentioned in unit tests
  [ticket/11585] Make $auth_admin class property
  [feature/auth-refactor] A possible fix for the functional test failures
  [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
  ...

Conflicts:
	phpBB/docs/sphinx.sample.conf
	phpBB/feed.php
	phpBB/styles/prosilver/template/search_results.html
	phpBB/styles/prosilver/template/viewforum_body.html
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/11010] dealing with dimensions problem, removing extra code</title>
<updated>2013-05-20T16:42:06+00:00</updated>
<author>
<name>Senky</name>
<email>jakubsenko@gmail.com</email>
</author>
<published>2013-04-13T09:29:53+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=4c03c22e503a4317db93e7e61f676a396318b097'/>
<id>4c03c22e503a4317db93e7e61f676a396318b097</id>
<content type='text'>
PHPBB3-11010
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-11010
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/11010] applying some of EXreaction notes</title>
<updated>2013-05-20T16:40:12+00:00</updated>
<author>
<name>Senky</name>
<email>jakubsenko@gmail.com</email>
</author>
<published>2013-01-27T21:45:45+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=cf9d407493d76cee76987edf38ae0191360bb661'/>
<id>cf9d407493d76cee76987edf38ae0191360bb661</id>
<content type='text'>
PHPBB3-11010
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-11010
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/11010] adding type="number" to subsilver2</title>
<updated>2013-05-20T16:40:01+00:00</updated>
<author>
<name>Senky</name>
<email>jakubsenko@gmail.com</email>
</author>
<published>2012-09-27T18:32:18+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=e6391acd690eac9baa383b9a693a90f898b1937b'/>
<id>e6391acd690eac9baa383b9a693a90f898b1937b</id>
<content type='text'>
and removing it from prosilver wher it should not be.

PHPBB3-11010
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and removing it from prosilver wher it should not be.

PHPBB3-11010
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/9657] Fix softdelete for subsilver2 - part1</title>
<updated>2013-03-11T22:28:39+00:00</updated>
<author>
<name>Joas Schilling</name>
<email>nickvergessen@gmx.de</email>
</author>
<published>2013-03-11T22:28:39+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=1970ee9854393329a3f805742e6e0e693add71b5'/>
<id>1970ee9854393329a3f805742e6e0e693add71b5</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>
</feed>
