Closed (won't fix)
Project:
Drupal core
Version:
7.x-dev
Component:
base system
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
9 Feb 2007 at 17:33 UTC
Updated:
14 Oct 2008 at 09:26 UTC
Jump to comment: Most recent
Comments
Comment #1
killes@www.drop.org commentedwhat would you prefer?
Comment #2
Anonymous (not verified) commentedi dont see an easy way of getting rid of it.. :S
Comment #3
giorgosk@killes
I was thinking node/123/2
the second number denotes the page number
@steve
I am not sure about the internals (I am sort of new) but wouldn't it be similar to
handling node/1/edit
when you see a number after the node number its a page number
Comment #4
killes@www.drop.org commentedthat won't work. Currently you can have a pager on any page and it uses the same code and it doesn't matter how deep the menu path to that page is. With your proposal we'd need extra code for every pager.
Comment #5
giorgoskOK just a thought,
its probably the only think of the drupal URLs that stands out as not being so nice (apart from the admin interface in which case the nice URLs don't matter that much)
The status change means you are considering it for the 6 release ?
Comment #6
webchickThe version change means "features don't go into production versions -- only the development version"
The change won't actually make it into any release unless someone steps up to code it. ;)
Comment #7
giorgoskwouldn't I be able to accomplish this from the htaccess file ?
would it mess other things up ?
Comment #8
pasqualleComment #9
swentel commentedMarking as duplicate. cf http://drupal.org/node/294449 which allready has a patch. Take it over there if people want to see this change.
Comment #10
damien tournoud commentedGenerally, the page number is not semantically significant. As such it should not be part of the URL, and putting it the query part makes total sense.
Won't fixing
node/123/2Comment #11
giorgosk@swentel that was a similar issue but not duplicate
@Damien what do you mean semantically significant ?
Drupal prides to have nice URLs out of the box but this is the only thing that does not follow !!!