<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forums/tests/session/testable_facade.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/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>Merge branch 'develop' of github.com:phpbb/phpbb3 into ticket/11850</title>
<updated>2013-09-30T23:24:46+00:00</updated>
<author>
<name>Nathan Guse</name>
<email>nathaniel.guse@gmail.com</email>
</author>
<published>2013-09-30T23:24:46+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=a6df011a107132390ecc35b80ab0e88bc31fd103'/>
<id>a6df011a107132390ecc35b80ab0e88bc31fd103</id>
<content type='text'>
# By Nils Adermann (68) and others
# Via Andreas Fischer (12) and others
* 'develop' of github.com:phpbb/phpbb3: (102 commits)
  [ticket/11876] Replace MD5 with SHA256.
  [ticket/11876] Move checksum generation from build PHP files to phing build.xml
  [develop-olympus] Build against 3.0.12 instead of 3.0.12-RC3. Tag exists now.
  [prep-release-3.0.12] Update changelog for 3.0.12 release.
  [ticket/11873] Add unit test for large password input.
  [ticket/11873] Do not hash very large passwords in order to safe resources.
  [ticket/11862] Correct var names in user_delete() events due to prune-users
  [develop-olympus] Use 3.0.13-dev as build version. Use latest 3.0.12 RC tag.
  [prep-release-3.0.12] Bumping version number for 3.0.12 final.
  [ticket/11852] Add class file
  [ticket/11852] Move tests to folder with new class name
  [ticket/11852] Split filesystem and path_helper into 2 classes
  [ticket/11868] Add @depends to test
  [ticket/11868] Add functional test for registration
  [ticket/11868] Replace phpbb_request_interface references
  [ticket/11866] Only single backslash in .md files
  [ticket/11866] Remove outdated and broken develop script
  [ticket/11866] More namespaces
  [ticket/11866] Update some occurances of phpbb_db_ to new Namespace
  [ticket/11865] Convert old class name to namespaced version
  ...

Conflicts:
	tests/security/extract_current_page_test.php
	tests/session/testable_facade.php
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
# By Nils Adermann (68) and others
# Via Andreas Fischer (12) and others
* 'develop' of github.com:phpbb/phpbb3: (102 commits)
  [ticket/11876] Replace MD5 with SHA256.
  [ticket/11876] Move checksum generation from build PHP files to phing build.xml
  [develop-olympus] Build against 3.0.12 instead of 3.0.12-RC3. Tag exists now.
  [prep-release-3.0.12] Update changelog for 3.0.12 release.
  [ticket/11873] Add unit test for large password input.
  [ticket/11873] Do not hash very large passwords in order to safe resources.
  [ticket/11862] Correct var names in user_delete() events due to prune-users
  [develop-olympus] Use 3.0.13-dev as build version. Use latest 3.0.12 RC tag.
  [prep-release-3.0.12] Bumping version number for 3.0.12 final.
  [ticket/11852] Add class file
  [ticket/11852] Move tests to folder with new class name
  [ticket/11852] Split filesystem and path_helper into 2 classes
  [ticket/11868] Add @depends to test
  [ticket/11868] Add functional test for registration
  [ticket/11868] Replace phpbb_request_interface references
  [ticket/11866] Only single backslash in .md files
  [ticket/11866] Remove outdated and broken develop script
  [ticket/11866] More namespaces
  [ticket/11866] Update some occurances of phpbb_db_ to new Namespace
  [ticket/11865] Convert old class name to namespaced version
  ...

Conflicts:
	tests/security/extract_current_page_test.php
	tests/session/testable_facade.php
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/11850] page_name contains controller request rather than query string</title>
<updated>2013-09-18T03:00:06+00:00</updated>
<author>
<name>Nathan Guse</name>
<email>nathaniel.guse@gmail.com</email>
</author>
<published>2013-09-18T03:00:06+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=9c535da52888d60aecef9799062974e375f22f82'/>
<id>9c535da52888d60aecef9799062974e375f22f82</id>
<content type='text'>
Fixing tests

PHPBB3-11850
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixing tests

PHPBB3-11850
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/11700] Fix tests after merging new develop code</title>
<updated>2013-09-16T00:41:03+00:00</updated>
<author>
<name>Nils Adermann</name>
<email>naderman@naderman.de</email>
</author>
<published>2013-09-16T00:41:03+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=2472271bc0cd7c15c77783c86ccaac643ab1756a'/>
<id>2472271bc0cd7c15c77783c86ccaac643ab1756a</id>
<content type='text'>
PHPBB3-11700
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-11700
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/11620] Whitespace and combine function into test_case</title>
<updated>2013-07-23T00:39:45+00:00</updated>
<author>
<name>Andy Chase</name>
<email>asperous2@gmail.com</email>
</author>
<published>2013-07-23T00:39:45+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=2fe2724e684304e1c8323c047d1dde6cd732afcd'/>
<id>2fe2724e684304e1c8323c047d1dde6cd732afcd</id>
<content type='text'>
PHPBB3-11620
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-11620
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/11620] Changes to match merge</title>
<updated>2013-07-22T19:26:02+00:00</updated>
<author>
<name>Andy Chase</name>
<email>asperous2@gmail.com</email>
</author>
<published>2013-07-22T19:26:02+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=28e98466d959875d2f5b0e917c32783c1039dc23'/>
<id>28e98466d959875d2f5b0e917c32783c1039dc23</id>
<content type='text'>
PHPBB3-11620
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-11620
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/11620] Changes for code guidelines consistency</title>
<updated>2013-07-22T18:13:31+00:00</updated>
<author>
<name>Andy Chase</name>
<email>asperous2@gmail.com</email>
</author>
<published>2013-07-22T18:13:31+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=cc1aef47fb4f5d37415436c62067ad2dcde768bb'/>
<id>cc1aef47fb4f5d37415436c62067ad2dcde768bb</id>
<content type='text'>
PHPBB3-11620
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-11620
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/11620] Cherry-Pick merge tests from session-storage-cache</title>
<updated>2013-07-22T18:07:17+00:00</updated>
<author>
<name>Andy Chase</name>
<email>asperous2@gmail.com</email>
</author>
<published>2013-07-22T18:07:17+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=87e65224d45c0571e90e00156abd165bd6bbe059'/>
<id>87e65224d45c0571e90e00156abd165bd6bbe059</id>
<content type='text'>
PHPBB3-11620
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-11620
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/11620] Removed unnecessary lines and whitespace</title>
<updated>2013-07-09T19:03:17+00:00</updated>
<author>
<name>Andy Chase</name>
<email>asperous2@gmail.com</email>
</author>
<published>2013-07-09T19:03:17+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=c96b0b1a47cef409fecc3bd30792e0907a869baa'/>
<id>c96b0b1a47cef409fecc3bd30792e0907a869baa</id>
<content type='text'>
PHPBB3-11620
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-11620
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/11620] Minor changes to tests for coding standards</title>
<updated>2013-07-08T23:34:46+00:00</updated>
<author>
<name>Andy Chase</name>
<email>asperous2@gmail.com</email>
</author>
<published>2013-07-08T23:34:46+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=cd1fe789d243e12330a049799818ed7b062ea347'/>
<id>cd1fe789d243e12330a049799818ed7b062ea347</id>
<content type='text'>
PHPBB3-11620
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-11620
</pre>
</div>
</content>
</entry>
</feed>
