Closed (fixed)
Project:
Comment alter taxonomy
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
10 Nov 2008 at 22:46 UTC
Updated:
28 Apr 2009 at 15:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
aclight commentedYes, that will happen eventually, but I don't have immediate plans to do so. Patches are welcome, of course.
Comment #2
ultimateboy commentedInitial port.
Comment #3
aclight commentedThanks for getting this started. Here are some brief comments, without having taken much time yet to look at this:
1. I'm not sure why you removed this line:
2. Looks like you accidentally changed this comment.
3. I'm guessing you used a find/replace and accidentally removed "alter" from text for some reason.
4. Another typo.
and
There are other places where you've deleted "alter", but I'm not going to list them all here. Please go through the diff line by line and make sure that you actually meant to make every change that you made.
5. You've got various places where you've added whitespace that doesn't seem necessary.
6. You removed the period in a few spots.
7. You introduced a typo:
8. TODO placeholders in the description fields need to be added in comment_alter_taxonomy_schema().
9. Also in comment_alter_taxonomy_schema(), I'd prefer that we use TRUE and FALSE, not 1 and 0, for boolean values. This affects the 'unsigned' array elements.
10. You've changed the primary key of the {comment_alter_taxonomy} table:
I'm not sure why you've done this. If it's actually necessary, we will also need a db update function since the current primary key is just 'nid, cid'.
11. These three lines can be deleted, not just the middle one:
These comments should all be very easy to address. If you'd like you can wait to reroll until after #318302: Simplify again the comment insert logic gets committed, since I'll most likely commit that before branching for Drupal 6.
Again, thanks for getting this port started. We'll probably have to wait until the project_issue module is ported to D6 before we can finalize the D6 version of this module, but it would be great to get as much done now as we can.
Comment #4
Babalu commentedsubscribing
Comment #5
Flying Drupalist commentedSince Simplify again the comment insert logic has been committed, should this get a reroll?
Comment #6
damien tournoud commentedThis is needed for the drupal.org upgrade.
Comment #7
ultimateboy commentedI will put some time into reworking the patch per comment #3 and re-rolling based on new additions. Look for an update in the next day or two.
Comment #8
aclight commentedA port of the comment_alter_taxonomy module for D6 is, in part, dependent on any changes to the project_issue module that might result from the port to D6. But we can certainly get a jump on porting of this module.
Comment #9
Rosamunda commentedsubscribing.
Comment #10
Flying Drupalist commentedAny news on this ultimateboy?
Comment #11
damien tournoud commentedCourtesy of the drupal.org upgrade sprint:
Marking as active (this needs testing).
Comment #12
gausarts commentedsubscribe, thanks
Comment #13
birdmanx35 commentedComment #14
birdmanx35 commentedComment #15
dan_aka_jack commented+1
Comment #16
gábor hojtsyWorks for the Drupal.org upgrade.
Comment #17
damien tournoud commentedNow released.