http://drupal.org/coding-standards#naming
I think the magic getter setter stuff is not taking advnatage of PHP5s magic get and set properly and is also a lot of extra code. This patch doesn't seek to fix that, but it at least reduces the redundancy in the StylesDefault constructor.
subscribe
still reviewing. it breaks style ui previews; i'll see if i can fix that as well.
thanks, @JacobSingh!
OK, the following works off that patch and fixes the rendered output. I also rolled in a fix to honor thumbnail links when set.
ok, I've committed that change. Thanks, @JacobSingh!
Automatically closed -- issue fixed for 2 weeks with no activity.
Comments
Comment #1
JacobSingh commentedI think the magic getter setter stuff is not taking advnatage of PHP5s magic get and set properly and is also a lot of extra code. This patch doesn't seek to fix that, but it at least reduces the redundancy in the StylesDefault constructor.
Comment #2
effulgentsia commentedsubscribe
Comment #3
aaron commentedstill reviewing. it breaks style ui previews; i'll see if i can fix that as well.
thanks, @JacobSingh!
Comment #4
aaron commentedOK, the following works off that patch and fixes the rendered output. I also rolled in a fix to honor thumbnail links when set.
Comment #5
aaron commentedok, I've committed that change. Thanks, @JacobSingh!