Patch is the result of:
perl -pie 's/_peddle/pedal/g' taxonomy.admin.inc
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | 569024-2.drupal.taxonomy-back-pedal-spelling.patch | 7.24 KB | joachim |
| #4 | 569024.drupal.taxonomy-back-pedal-spelling.patch | 7.25 KB | joachim |
| taxonomy-backpedal.patch | 5.4 KB | joachim |
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.