<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forums/phpBB/includes/ucp/ucp_confirm.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/13454] Remove unused variables</title>
<updated>2016-01-06T12:51:19+00:00</updated>
<author>
<name>Marc Alexander</name>
<email>admin@m-a-styles.de</email>
</author>
<published>2015-12-03T16:50:29+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=73e6e5b77faadbb7676961bf38122d669de111db'/>
<id>73e6e5b77faadbb7676961bf38122d669de111db</id>
<content type='text'>
This is the first part of the changes. More to come.

PHPBB3-13454
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is the first part of the changes. More to come.

PHPBB3-13454
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/13455] Update calls to `request_var()`</title>
<updated>2015-02-03T19:50:40+00:00</updated>
<author>
<name>Gaëtan Muller</name>
<email>m.gaetan89@gmail.com</email>
</author>
<published>2015-01-04T19:41:04+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=f6e06da4c68917dafb057bf7fe19f884a3e148c2'/>
<id>f6e06da4c68917dafb057bf7fe19f884a3e148c2</id>
<content type='text'>
PHPBB3-13455
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-13455
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/11854] Rename captchas.factory service to captcha.factory</title>
<updated>2014-08-10T23:16:22+00:00</updated>
<author>
<name>Tristan Darricau</name>
<email>github@nicofuma.fr</email>
</author>
<published>2014-08-09T13:57:01+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=b91abf1a0bd751da640219596a94019f70086c0b'/>
<id>b91abf1a0bd751da640219596a94019f70086c0b</id>
<content type='text'>
PHPBB3-11854
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-11854
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/11854] Move captcha stuff to phpbb/ and use DI for plugins</title>
<updated>2014-08-10T23:15:49+00:00</updated>
<author>
<name>Tristan Darricau</name>
<email>github@nicofuma.fr</email>
</author>
<published>2014-08-08T16:02:03+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=160ff7b912243dc14d871b820213ddcd20dd06f4'/>
<id>160ff7b912243dc14d871b820213ddcd20dd06f4</id>
<content type='text'>
PHPBB3-11854
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-11854
</pre>
</div>
</content>
</entry>
<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>[ticket/9916] Updating header license and removing Version $Id$</title>
<updated>2011-12-31T13:32:52+00:00</updated>
<author>
<name>Unknown</name>
<email>unknownbliss@phpbbdevelopers.net</email>
</author>
<published>2011-12-31T13:32:52+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=7a04c9048c110f0bd21ea3e9e869e17b408d640e'/>
<id>7a04c9048c110f0bd21ea3e9e869e17b408d640e</id>
<content type='text'>
PHPBB3-9916
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-9916
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/9556] Drop php closing tags, add trailing newline</title>
<updated>2010-11-11T18:10:55+00:00</updated>
<author>
<name>Igor Wiedler</name>
<email>igor@wiedler.ch</email>
</author>
<published>2010-11-09T07:59:25+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=af5b9a96409d788733fcb1ff367e0c7fb0583702'/>
<id>af5b9a96409d788733fcb1ff367e0c7fb0583702</id>
<content type='text'>
Closing tags converted using Oleg's script.
remove-php-end-tags.py -a .

Trailing newlines added using the following where $ext is file extension.
find . -type f -name "*.$ext" -print | xargs printf "e %s\nw\n" | ed -s;

Extensions: php, css, html, js, xml.

PHPBB3-9556
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closing tags converted using Oleg's script.
remove-php-end-tags.py -a .

Trailing newlines added using the following where $ext is file extension.
find . -type f -name "*.$ext" -print | xargs printf "e %s\nw\n" | ed -s;

Extensions: php, css, html, js, xml.

PHPBB3-9556
</pre>
</div>
</content>
</entry>
<entry>
<title>Copy 3.0.x branch to trunk</title>
<updated>2009-10-04T18:14:59+00:00</updated>
<author>
<name>Meik Sievertsen</name>
<email>acydburn@phpbb.com</email>
</author>
<published>2009-10-04T18:14:59+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=2e17e448deed073f8614bb555a8ef20c57291c2a'/>
<id>2e17e448deed073f8614bb555a8ef20c57291c2a</id>
<content type='text'>
git-svn-id: file:///svn/phpbb/trunk@10211 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@10211 89ea8834-ac86-4346-8a33-228a782c2dd0
</pre>
</div>
</content>
</entry>
<entry>
<title>put acp, mcp and ucp into modules/ directory</title>
<updated>2008-12-24T14:08:15+00:00</updated>
<author>
<name>Meik Sievertsen</name>
<email>acydburn@phpbb.com</email>
</author>
<published>2008-12-24T14:08:15+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=68aa6bd29a0ea8c3e5b981677ace1ac188469bb8'/>
<id>68aa6bd29a0ea8c3e5b981677ace1ac188469bb8</id>
<content type='text'>
git-svn-id: file:///svn/phpbb/trunk@9223 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@9223 89ea8834-ac86-4346-8a33-228a782c2dd0
</pre>
</div>
</content>
</entry>
<entry>
<title>Okay, that is pretty raw, but better to have it in place than trying to play catch-up. Introducing an early stage of CAPTCHA modules.</title>
<updated>2008-09-19T13:17:30+00:00</updated>
<author>
<name>Henry Sudhof</name>
<email>kellanved@phpbb.com</email>
</author>
<published>2008-09-19T13:17:30+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=461be11e8d0f5d4bd879cf95bd1472dbe985e0b6'/>
<id>461be11e8d0f5d4bd879cf95bd1472dbe985e0b6</id>
<content type='text'>
git-svn-id: file:///svn/phpbb/trunk@8889 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@8889 89ea8834-ac86-4346-8a33-228a782c2dd0
</pre>
</div>
</content>
</entry>
</feed>
