Closed (duplicate)
Project:
Panels
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
31 Dec 2015 at 16:25 UTC
Updated:
17 Mar 2016 at 00:38 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
pfrenssen7.x-3.5 was released two days ago but is missing a whole bunch of commits. It seems like all the commits made between May 16 and October 22 are missing. Probably somebody worked from an older local branch without merging in the upstream changes from git.drupal.org.
Raising priority of this, having diverged branches is bad. The new 7.x-3.6 release should be rolled as soon as possible to minimize the impact.
Here is a list of fixes that are missing from the 7.x-3.5 release:
Comment #3
heddnre #2: oops but I think you got the years off by a little. Jan 28, 2015 is over a year ago. Not just a few days ago.
Comment #4
pfrenssen@heddn, thanks for the correction, it is indeed 2016 already :D I regularly goof up in issue comments, but this is pretty hilarious!
Comment #5
IrishAdo commentedI am getting the following message with the latest version of php and latest code.
Deprecated function: Methods with the same name as their class will not be constructors in a future version of PHP; panels_cache_object has a deprecated constructor in require_once() (line 127 of /Users/USERNAME/Development/Sites/CLIENT/docroot/sites/all/modules/ctools/ctools.module).
Comment #6
pfrenssen@IrishAdo, this is not a bug in Panels, as you can see from the path this is in CTools. You can fix it by updating to the latest dev version of CTools. It has been fixed in #2528736: Deprecating PHP4 style constructors.
Comment #7
mustanggb commentedFor once I don't have any burning uncommitted issues to petition for, but perhaps RTBC's would be suitable candidates?
These are the current ones:
Comment #8
mustanggb commentedActually, perhaps we should use the existing issue instead.
Duplicate of #2423733: Plan for Panels 7.x-3.6 release.