? Pending

User tests: Successful: Unsuccessful:

avatar StefanSTS
StefanSTS
15 May 2017

Pull Request for Issue #14571 .
Summary of Changes

Message for nearing eol appears three month before eol.
Testing Instructions

If you have PHP 5.6 the quickicon message should disappear. Changing the 3 month into e.g. 23 month, anything more than the real remaining time, should make the message appear again.

$interval = new DateInterval('P3M'); // line 179, message gone
$interval = new DateInterval('P23M'); // message appears

avatar StefanSTS StefanSTS - open - 15 May 2017
avatar StefanSTS StefanSTS - change - 15 May 2017
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 15 May 2017
Category Front End Plugins
avatar StefanSTS StefanSTS - change - 15 May 2017
The description was changed
avatar StefanSTS StefanSTS - edited - 15 May 2017
avatar StefanSTS StefanSTS - change - 15 May 2017
The description was changed
avatar StefanSTS StefanSTS - edited - 15 May 2017
avatar StefanSTS
StefanSTS - comment - 23 May 2017

@Bakual @mbabker Could you guys help with the procedure how to go forward, please.

I didn't want to disturb at the time of the security release. But I hope you got a bit time for this now. I really think it will help as explained before in #14571.

avatar mbabker
mbabker - comment - 23 May 2017

Could you guys help with the procedure how to go forward, please.

It needs 2 people (other than you) to test the behavioral changes and a maintainer to review the code change and decide if it should be merged. Instructions on how to test that for our lesser-technical folks would be beneficial.

avatar franz-wohlkoenig
franz-wohlkoenig - comment - 23 May 2017

@StefanSTS Test Instructions a non-Technical like: #15998

avatar StefanSTS StefanSTS - edited - 23 May 2017
avatar StefanSTS
StefanSTS - comment - 23 May 2017

Thanks for your help. I adjusted the test instructions and I will be looking out for qualified testers. Sure, if anyone else reads this, feel free to test. ;-)
So now I have to look out for a maintainer, I could imagine Mr. Babker would be interested? :-) @mbabker

avatar franz-wohlkoenig
franz-wohlkoenig - comment - 23 May 2017

@StefanSTS "Quick Icon - PHP Version Check" is enabled, no Warning.

System information

3.7.3-dev
Multilanguage Site
macOS Sierra, 10.12.4
Firefox 53 (64-bit)

MAMP 4.1.1

  • PHP 7.0.15
  • MySQLi 5.6.35
avatar brianteeman
brianteeman - comment - 23 May 2017

@franz-wohlkoenig thats because you are on php 7!!! Please read the test instructions again

Choose PHP 5.6 for your Joomla site (in your hosting panel or your local server), if not chosen.

avatar franzpeter
franzpeter - comment - 23 May 2017

Did install the patch and I can confirm that it works as it should do. No php warning in case of php 5.6.30. Did switch to php 5.5.38 and I receive an error message, which is correct because not any more supported by developers. So everything works fine with that patch.

avatar franz-wohlkoenig
franz-wohlkoenig - comment - 23 May 2017

Tzz, reading "PHP" and thinking "MySQL".

avatar wojsmol
wojsmol - comment - 23 May 2017
avatar franz-wohlkoenig franz-wohlkoenig - alter_testresult - 23 May 2017 - franzpeter: Tested successfully
avatar franz-wohlkoenig
franz-wohlkoenig - comment - 23 May 2017

@wojsmol have altered Test of @franzpeter

avatar Gitjk
Gitjk - comment - 23 May 2017

Tested sucessfully with php 5.6.28 according to test instructions.

avatar wojsmol
wojsmol - comment - 23 May 2017

I have tested this item successfully on 3888477


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

avatar wojsmol wojsmol - test_item - 23 May 2017 - Tested successfully
avatar joomla-cms-bot joomla-cms-bot - edited - 23 May 2017
avatar franz-wohlkoenig franz-wohlkoenig - change - 23 May 2017
Status Pending Ready to Commit
avatar franz-wohlkoenig
franz-wohlkoenig - comment - 23 May 2017

RTC after two successful tests.

avatar Gitjk
Gitjk - comment - 23 May 2017

I have tested this item successfully on 3888477


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

avatar Gitjk Gitjk - test_item - 23 May 2017 - Tested successfully
avatar rdeutz rdeutz - change - 23 May 2017
Status Ready to Commit Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2017-05-23 19:38:15
Closed_By rdeutz
Labels Added: ?
avatar rdeutz rdeutz - close - 23 May 2017
avatar rdeutz rdeutz - merge - 23 May 2017
avatar StefanSTS
StefanSTS - comment - 24 May 2017

Thanks all participants and testers for helping to get this done!

Add a Comment

Login with GitHub to post a comment