Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
taxonomy.module
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Sep 2009 at 08:03 UTC
Updated:
18 Jan 2010 at 12:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
attiks commentedPatch looks good
+1
Comment #3
nvanhove commentedIf it is renamed in PHP, it should also be renamed in the Javascript to be consistent.
Comment #4
joachim commentedWell spotted :)
Comment #5
nvanhove commentedPatched installed and I can still drag&drop the terms on the following page:
admin/structure/taxonomy/1
Also a
grep -Ri "Peddle" *
is now empty, so it is fine by me :)
Comment #6
nvanhove commentedComment #7
webchickYou know, as cute as "backpedal" is as a name of this variable, since "forwardpedal" is not a word, and I forsee another person coming along in a few weeks to fix that, I wonder if there is some other pair we could name these instead.
$back_step, $forward_step, maybe?
Comment #8
joachim commentedFWIW I don't think neologisms that have some kind of foundation to them (prepend, forwardpedal) are half bad as what we had, but here's a new patch with webchick's suggested names.
perl -pi -e 's/_peddle/_step/g' modules/taxonomy/taxonomy.*
perl -pi -e 's/Peddle/Step/g' modules/taxonomy/taxonomy.*
Comment #9
mrfelton commentedPatch applied and tested:
Creating vocabs, creating terms, drag/drop of vocabs and terms.
Works for me.
Comment #10
dries commentedCommitted to CVS HEAD. Thanks.