Closed (fixed)
Project:
Masonry API
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
1 Feb 2013 at 03:07 UTC
Updated:
17 Feb 2013 at 04:00 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
decipheredComment #2
Anonymous (not verified) commentedThanks for the patch!
I made a few tweaks (to bring this code in line with the other Masonry code as well as some formatting changes). If you can confirm this still works and I haven't broken anything, I'll commit it.
Comment #3
decipheredCan I ask for an interdiff if it's not to much? Help me eyeball the changes.
Comment #4
Anonymous (not verified) commentedHere you go.
The two main changes were moving the context_reaction_masonry.inc file out of the 'plugins' directory (it seems silly having a separate directory for only one file, and masonry_views doesn't put its plugin file in a 'plugins' directory), and indenting the javascript code for readability. These changes are what I was hoping didn't break anything.
Because I moved the plugin file, the interdiff didn't show its inner changes. I therefore hacked the interdiff to show the diff of yours and my context_reaction_masonry.inc files.
So don't try applying the interdiff to anything, it won't work :)
Comment #5
Anonymous (not verified) commentedOops, just realised that I forgot to update the .info file after removing the plugins directory. Here's an updated patch.
Comment #6
decipheredAppears to still work fine, I'm not going to nitpick your changes because in the end it's your module and it works, so marking as RTBC.
Comment #7
Anonymous (not verified) commentedPatch from #5 committed: http://drupalcode.org/project/masonry.git/commit/2430f6f
Wouldn't mind hearing your nitpicks, if only to learn what I should/shouldn't be doing in future...