Closed (fixed)
Project:
Coder Tough Love
Version:
6.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
28 Feb 2010 at 17:20 UTC
Updated:
3 Jan 2014 at 01:08 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
douggreen commentedDoh, that patch was done incorrectly without diff -up, use this one instead.
This also fixes dependency on coder_review instead of coder.
Comment #2
podaroksubscribe
Comment #3
mgiffordpatch fails against coder_tough_love-6.x-1.x-dev.tar.gz
Does it work against the CVS?
Comment #4
cor3huis commentedBump, could maintainer (please please) test against cvs and integrate.
IMHO It would be a waste if not done. Specifically now Drupal 7 is out there and others want to help upgrading modules to a Drupal 7 version, this module will benefit the quality of the module code for a Drupal 7 version.
Specifically since there is already a Coder module working for Drupal 7 http://drupal.org/project/coder
Comment #5
mparker17Subscribe!
Comment #6
Freso commentedSubscribe. :)
Comment #7
rwohlebsubscribe
Comment #8
basicmagic.net commentedsubscribe
Comment #9
pfrenssenRerolled patch against git.
Comment #10
cor3huis commentedSuper, thanks! Now if only my day would have 48H ;) I could also test.
Comment #11
nancydrusub
Comment #12
rickmanelius commentedsubscribe
Comment #13
robin van emden commentedPatch works fine for me, first test-run seems to indicate no problems.
Comment #14
cweagansCan we get this committed to a Drupal 7 branch and iterate from there?
Comment #15
attiks commentedworks like a charm
Comment #16
mgiffordOk, how do we get a release then?
Comment #17
cweagansWe need to talk to Morbus to get a release.
Comment #18
xjmAlright, I've reviewed this patch. It seems to me the "extra changes" to prevent notices should also be backported to the 6.x branch, no? So it would be better to have those in a separate patch. Also, the change from 0 to
unset()doesn't really make sense to me. Instead of all that, wouldn't it be better to useempty()instead? (AndFALSEwould be more self-documenting than 0, while we're at it.) Regardless, let's put that in a separate issue.I've confirmed that the changed namespacing of
_coder_error()to_coder_review_error()is only present in the 7.x-1.x branch of coder, so that change does belong in this patch.Comment #19
xjmHere's a patch for a port without the extra stuff.
Comment #20
xjmComment #21
xjmAh, there is already a patch for the notices in #340617: PHP notices and undefined variables oh my!.
Comment #22
naught101 commentedfor tracker readability
Comment #23
cweagansFor spelling. =P
Comment #24
aspilicious commentedFatal errors, this one works...
Comment #25
xjmI've opened the 7.x-1.x branch and created a release node. A development snapshot should be available within 24 hours. Thanks @aspilicious et al!
http://drupal.org/commitlog/commit/7948/e58b9ad56c1453320965c8619c0303c2...
Comment #26
xjmNo idea where THAT came from.
Comment #27
Freso commentedI got an error "PHP Fatal error: Call to undefined function _coder_severity_name() in /srv/http/drupal7/sites/all/modules/coder_tough_love/coder_tough_love.module on line 211" using the patch from #19. Replacing
_coder_severity_namecalls with_coder_review_severity_namecalls fixed it. Patch attached.Comment #28
Freso commentedHa. Nevermind me then. :)
Comment #29
xjmLooks like you and @aspilicious were testing it at the same time. :)