Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
filter.module
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Feb 2007 at 04:49 UTC
Updated:
23 Feb 2010 at 15:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
Gurpartap Singh commentedAlso to mention, on ?q=admin/settings/filters/1/list the help message is not seen. Therefore, whoever is going for a patch for this, include:
case 'admin/settings/filters/'. arg(3) .'/list:below the line:
case 'admin/settings/filters/'. arg(3):It was just another point out related to this. And also, can't "Rearrange" be changed to "Arrange"(atleast in D6).
Comment #2
Gurpartap Singh commentedComment #3
Bevan commentedI wonder if 'Order' is a better word here. 'Order' implies a linear series that goes 1 2 3 4. 'Arrange' is more of a 2 dimensional design/art concept, like layout -- at least by my understanding and usage of the words. Google seems to agree, but it's a bit subjective and wishy washy:
http://www.google.com/search?q=define:order
http://www.google.com/search?q=define:arrange
Comment #4
Gurpartap Singh commentedComment #5
fwalch commentedI created a patch which adds a 'view' operation and points 'configure' to the right page; the code from #1 is also included. I changed 'Rearrange' to 'Order', since the link is called 'admin/settings/filters/1/order'.
Comment #6
drewish commentedthis patch fixes the help and instead of having a separate view link just adds a link to the filter's name.
Comment #7
catchNeeds a re-roll.
Comment #8
Gurpartap Singh commentedinto the light again
Comment #9
Bevan commentedI haven't checked yet, but I assume this is still an issue in HEAD
Comment #10
matt2000 commentedUpdating title to reflect the D7 status
Comment #11
sunThis bug no longer exists in HEAD.