Closed (fixed)
Project:
Find URL Alias
Version:
5.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
11 Apr 2007 at 20:52 UTC
Updated:
1 May 2007 at 05:45 UTC
Jump to comment: Most recent file
Comments
Comment #1
starbow commentedGreat idea! I have added in support in v1.1 for the % wildcard, and returning multiple hits. I am still using the set_message approach, basically b/c I am lazy. If you want to submit a patch with a nicer layout for the results I will roll it in.
Also, I don't think I am going to pitch this at D6. After talking to chx it looks like the whole url alias interface is going to be radically changed.
Comment #2
douggreen commentedPatch attached for outputting results as a table. I don't like the hack to get the variables from the submit handler to the form function, because it uses $_POST variables. But I'm not sure of the right way to do this. (I did something similar in coder.) But other than that, this is a reasonable approach. Comments (and credit) appreciated :)
Comment #3
douggreen commentedDoh - patch wasn't attached
Comment #4
starbow commentedHi Doug,
This is a really interesting patch. It lead to me spending way too much time thinking through the best way to show the results. I ended up writing it all up as a blog entry over at: http://starbowconsulting.com/blog/tao/best-way-show-results
I finally went a slightly different route for v1.2, but you still get credit for getting the ball rolling.
thanks,
-t
Comment #5
(not verified) commented