? Success

User tests: Successful: Unsuccessful:

avatar mbabker
mbabker
22 Nov 2014

This will update the password_compat library and Symfony YAML Component

Testing Instructions

The password hashing library is used for our password hashes on PHP 5.3 and 5.4. So, you'll need to check that logins and password changes still work correctly for these versions of PHP.

The YAML component is supported by Joomla\Registry\Registry but outputting objects to YAML format isn't used in core. If you're really interested in testing this, you could use this test snippet:

use Joomla\Registry\Registry;

$registry = new Registry;
$registry->set('foo.bar', 'baz');
$registry->toString('YAML');
avatar mbabker mbabker - open - 22 Nov 2014
avatar jissues-bot jissues-bot - change - 22 Nov 2014
Labels Added: ?
avatar brianteeman brianteeman - change - 22 Nov 2014
Category Libraries
avatar wilsonge
wilsonge - comment - 24 Nov 2014

Talking of composer updates there's also a PHPMailer update in this PR #4997 if people wanna test that as well :)

avatar wilsonge
wilsonge - comment - 24 Nov 2014

@test Created a new user and logged in with it. Tried logging in with a existing user also without any issues. Result: success. 1 more tester

avatar wilsonge wilsonge - test_item - 24 Nov 2014 - Tested successfully
avatar waader
waader - comment - 25 Nov 2014

@test success

I did the same as @wilsonge with php 5.3.29 and 5.4.16.

avatar wilsonge wilsonge - change - 25 Nov 2014
Status Pending Ready to Commit
avatar wilsonge
wilsonge - comment - 25 Nov 2014

RTC

This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/5163.

avatar wilsonge wilsonge - alter_testresult - 25 Nov 2014 - waader: Tested successfully
avatar brianteeman brianteeman - change - 29 Nov 2014
Labels Added: ?
avatar zero-24 zero-24 - close - 2 Dec 2014
avatar Bakual Bakual - close - 2 Dec 2014
avatar Bakual Bakual - change - 2 Dec 2014
Status Ready to Commit Closed
Closed_Date 0000-00-00 00:00:00 2014-12-02 21:04:59
avatar zero-24 zero-24 - change - 14 Oct 2015
Labels Removed: ?

Add a Comment

Login with GitHub to post a comment