<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forums/phpBB/styles/prosilver/template/ucp_agreement.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/16211] Use form to ensure link data is passed on coppa registration</title>
<updated>2019-11-27T21:01:26+00:00</updated>
<author>
<name>Marc Alexander</name>
<email>admin@m-a-styles.de</email>
</author>
<published>2019-11-27T21:01:26+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=417271f5738b0a73bc3dba28f516675ca3d146ea'/>
<id>417271f5738b0a73bc3dba28f516675ca3d146ea</id>
<content type='text'>
PHPBB3-16211
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-16211
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/15974] Remove Back to previous page link</title>
<updated>2019-05-27T13:49:49+00:00</updated>
<author>
<name>Jakub Senko</name>
<email>jakubsenko@gmail.com</email>
</author>
<published>2019-05-27T13:49:49+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=9c47e0eee8e57c75191e1c3a3d6fbcfd0aa80fe2'/>
<id>9c47e0eee8e57c75191e1c3a3d6fbcfd0aa80fe2</id>
<content type='text'>
PHPBB3-15974
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-15974
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/13043] Improve HTML5</title>
<updated>2018-06-18T11:34:02+00:00</updated>
<author>
<name>Jakub Senko</name>
<email>jakubsenko@gmail.com</email>
</author>
<published>2018-06-18T11:34:02+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=4c3cb4bc5c9f4fafdac856c359ecb77838d6d36a'/>
<id>4c3cb4bc5c9f4fafdac856c359ecb77838d6d36a</id>
<content type='text'>
PHPBB3-13043
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-13043
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/12484] Add template event ucp_agreement_terms_before/after</title>
<updated>2014-05-02T23:41:40+00:00</updated>
<author>
<name>Matt Friedman</name>
<email>maf675@gmail.com</email>
</author>
<published>2014-05-02T23:41:40+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=47ff63f823a66cc16d2d9d6675ba6da821fa39dc'/>
<id>47ff63f823a66cc16d2d9d6675ba6da821fa39dc</id>
<content type='text'>
PHPBB3-12484
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-12484
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'github-vse/ticket/12254' into develop-ascraeus</title>
<updated>2014-05-02T19:23:58+00:00</updated>
<author>
<name>Nils Adermann</name>
<email>naderman@naderman.de</email>
</author>
<published>2014-05-02T19:23:58+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=0fc6b6ac369e56ce648c808447ce8ec311f91a89'/>
<id>0fc6b6ac369e56ce648c808447ce8ec311f91a89</id>
<content type='text'>
* github-vse/ticket/12254:
  [ticket/12254] Add subsilver2 support for cookie storage instead of SID
  [ticket/12254] Use a cookie instead of SID to store language selection
  [ticket/12254] No longer need to add change_lang to the URL params
  [ticket/12254] Use 'language' instead of 'set_lang' as the variable name
  [ticket/12254] Persist set_lang after reg only if changed from default
  [ticket/12254] Add set_lang var changes to subsilver2 files
  [ticket/12254] Use new set_lang var to avoid conflict with change_lang
  [ticket/12254] Stop using deprecated request_var in user class
  [ticket/12254] Better language switching on registration page
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* github-vse/ticket/12254:
  [ticket/12254] Add subsilver2 support for cookie storage instead of SID
  [ticket/12254] Use a cookie instead of SID to store language selection
  [ticket/12254] No longer need to add change_lang to the URL params
  [ticket/12254] Use 'language' instead of 'set_lang' as the variable name
  [ticket/12254] Persist set_lang after reg only if changed from default
  [ticket/12254] Add set_lang var changes to subsilver2 files
  [ticket/12254] Use new set_lang var to avoid conflict with change_lang
  [ticket/12254] Stop using deprecated request_var in user class
  [ticket/12254] Better language switching on registration page
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/12254] Use a cookie instead of SID to store language selection</title>
<updated>2014-05-02T19:08:35+00:00</updated>
<author>
<name>Matt Friedman</name>
<email>maf675@gmail.com</email>
</author>
<published>2014-05-02T19:08:35+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=78325736b1560c17713b5207c53fe0af582fab0b'/>
<id>78325736b1560c17713b5207c53fe0af582fab0b</id>
<content type='text'>
PHPBB3-12254
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-12254
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/12442] Add CSS classes to important headings</title>
<updated>2014-04-25T10:56:58+00:00</updated>
<author>
<name>PayBas</name>
<email>contact@paybas.com</email>
</author>
<published>2014-04-25T10:56:58+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=5109d3a12f09447c8f74f0619f8703ecd8c56ba6'/>
<id>5109d3a12f09447c8f74f0619f8703ecd8c56ba6</id>
<content type='text'>
PHPBB3-12442
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-12442
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/12254] Use 'language' instead of 'set_lang' as the variable name</title>
<updated>2014-04-11T15:50:15+00:00</updated>
<author>
<name>Matt Friedman</name>
<email>maf675@gmail.com</email>
</author>
<published>2014-04-11T15:50:15+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=60be5021900d0907ca65f83d11ae4f0b5ce090b0'/>
<id>60be5021900d0907ca65f83d11ae4f0b5ce090b0</id>
<content type='text'>
PHPBB3-12254
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-12254
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/12254] Use new set_lang var to avoid conflict with change_lang</title>
<updated>2014-04-07T16:14:58+00:00</updated>
<author>
<name>Matt Friedman</name>
<email>maf675@gmail.com</email>
</author>
<published>2014-04-07T16:14:58+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=daae87d65a20664af09a002f90483cc75e84d01f'/>
<id>daae87d65a20664af09a002f90483cc75e84d01f</id>
<content type='text'>
PHPBB3-12254
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-12254
</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>
