Closed (fixed)
Project:
Backstretch Formatter
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
4 Jan 2013 at 18:23 UTC
Updated:
27 Jan 2013 at 14:46 UTC
I'm the maintainer of the backstretch module.
If interested, I think it makes sense to merge this module into mine. I'll gladly add you as a maintainer if you so desire.
Comments
Comment #1
yannickooHey Matt,
I answered this in #1876524: difference with backstretch project ?. I think it would make sense but your module does a complete another thing. I like it that you can control the image via context module but the "view photo" link and the famfamfam icon is a little bit strange but this is my opinion.
Comment #2
ultimateboy commentedUnderstood. Those are features that I would love to try to improve.
IMO, the difference in approach is manageable. I dont see a reason why we cant have the best of both worlds.
I definitely like the idea of having a field formatter, and it's actually been on my future-plans for my module (at least until I found yours :)
Anyways, if you aren't interested in merging the projects, I understand. I'm definitely going to pull certain things from your module (like the drush download command). Anyways, the invite is always there if you want to help combine the functionality.
Comment #3
yannickooI have some claims like complying with coding standards. You have lot of errors and you do not have all variables sent via
drupal_add_js(array(...), 'setting)in one object, you have for every setting an extra object like:Drupal.settings.backstretchURL,Drupal.settings.backstretchScrollerAdj,Drupal.settings.backstretchScroller,Drupal.settings.backstretchScrollTo.I think you should fix all these things and then I will take a look and decide whether we can merge our projects or not, okay?
Comment #4
ultimateboy commentedThanks yannickoo.
Most of the syntax issues you linked are pretty simple to solve. The recommendation to merge the Drupal.settings is a good one as well. I'll do what I can.
Comment #5
yannickoo