Needs work
Project:
Drupal core
Version:
main
Component:
path.module
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
25 Oct 2007 at 16:15 UTC
Updated:
22 Jul 2023 at 00:11 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
catchsubscribing.
Comment #2
stborchertUh, forgot about this issue.
Here's a patch against 6.1. Perhaps I should do this for 7.x?
Comment #3
catchYeah this'll need to be against 7.x
Comment #4
stborchert"Ported" the patch to 7.x.
Comment #5
floretan commentedThe patch seems to work but the HTML output needs to be fixed (see screenshot).
Comment #6
stborchertYou have to clear your cache to load the new theme function for the overview form.
Go to [admin/settings/performance] and click on "Clear cached data" on the bottom of the page.
Comment #7
stborchertNew patch:
- hide "Delete selected" button if no aliases are found
Comment #8
floretan commentedUpdate patch for singular/plural in notification message ("The URL alias has been deleted." / "The URL aliases have been deleted").
Code looks good and passes coder module validation.
Comment #9
robin monks commentedNo longer applies to HEAD.
Robin
Comment #10
robin monks commentedFree untested re-roll.
Robin
Comment #11
robin monks commentedYeah, code's broken and needs to be updated. flobruit, interested? :)
Robin
Comment #12
drawk commentedsubscribing.
Comment #13
stborchertPatch applies but there is one major bug: the path alias table is displayed with empty cells (see screenshot).
In function
theme_path_admin_overview_form()(around #310)drupal_render()returns an empty string for$form['paths'][$key],$form['dst'][$key]and$form['src'][$key]so there seems to be something wrong with the form array (I searched but couldn't find any eye-catching error).Comment #14
EllECTRONC commentedsubscribing...
need to 6.x and 7.x
Comment #15
dave reidToo late for 7.x
Comment #16
yoroy commentedtagging
Comment #29
smustgrave commentedThis seems like a feature that could still be useful to many.
Will need an issue summary update and appropriate test coverage.