Closed (won't fix)
Project:
Drupal core
Version:
8.0.x-dev
Component:
breakpoint.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
23 Oct 2012 at 08:26 UTC
Updated:
23 Aug 2014 at 22:32 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
lars toomre commentedThe attached patch addresses all of the items in #1818016-7: Make Breakpoint module pass Coder Review that were not subsequently covered in the patch for that issue.
Comment #2
lars toomre commentedGrr... Need to remember to set the right status!
Comment #3
lars toomre commentedWhile performing a manual review with patch applied, I see that I missed adding a @throws directive to docblock for breakpoint_get_theme_media_queries(). This needs to be added in the next roll of this patch.
Comment #5
lars toomre commentedThe @param directive for $group_id in _breakpoint_delete_breakpoint_groups() was wrong. Changed it from array to string and removed array from function declaration. Here is a re-rolled patch for the bot.
Comment #5.0
lars toomre commentedAdded the follow-up issues list.
Comment #6
rainbowarrayIs this issue and the listed follow-up issues still relevant? The follow-up issues mention the 7.x-2.x version, and there's been a fair amount of mixup work on breakpoint module since this issue over a year ago.
Are these things we need to double-check to see if the fixes have been made?
Comment #7
attiks commentedPostponing since the whole system of breakpoints is going to change, see #2271529: Move breakpoint settings to theme and module *.breakpoints.yml files at root level
Comment #8
attiks commentedClosing since this is no longer relevant, see #2271529: Move breakpoint settings to theme and module *.breakpoints.yml files at root level