Needs work
Project:
Drupal core
Version:
main
Component:
path.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
15 Aug 2009 at 22:59 UTC
Updated:
28 Jun 2021 at 19:53 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
jromine commentedsimpletest patch attached
Comment #3
gpk commentedThe new path API appears to have fixed #543608: path.module creates additional alias instead of modifying existing, after node preview for 7.x and it appears that this patch will still apply albeit with offset. Retesting...
Comment #8
gpk commentedHmm seems the tesbot can no longer cope with CR-LF line endings. Trying again.
Comment #11
dave reidgpk up for a re-roll?
Comment #12
gpk commentedWell, erm, I might be persuaded.. ;)
Only thing is I'm not quite sure where all those fails appeared from in "Path alias functionality".
Comment #13
mr.baileysLeaving this at CNW since I'm seeing the same fails for "Path alias functionality" on my local computer.
Comment #14
dave reidComment #16
mr.baileysThe patch in #8 seems to be a mixture between D6 and D7. The failures were caused by using
$edit['path'](D6) instead of$edit['path[alias]'](D7).Rerolled, should pass the testbot's scrutiny this time.
edit: typo.
Comment #18
mr.baileysAgainst a fresh version of HEAD.
Comment #20
valthebaldComment #21
valthebaldBumping version and marking as needing backport.
Comment #23
valthebaldComment #26
mgiffordreroll
Comment #36
catchAdding test coverage is a task. Not clear if this is still relevant for 9.x or not.