on the pagination of pages

Comments

killes@www.drop.org’s picture

what would you prefer?

Anonymous’s picture

i dont see an easy way of getting rid of it.. :S

giorgosk’s picture

@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

killes@www.drop.org’s picture

Version: 5.1 » 6.x-dev

that 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.

giorgosk’s picture

OK 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 ?

webchick’s picture

The 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. ;)

giorgosk’s picture

wouldn't I be able to accomplish this from the htaccess file ?
would it mess other things up ?

pasqualle’s picture

Version: 6.x-dev » 7.x-dev
Component: other » base system
swentel’s picture

Status: Active » Closed (duplicate)

Marking as duplicate. cf http://drupal.org/node/294449 which allready has a patch. Take it over there if people want to see this change.

damien tournoud’s picture

Status: Closed (duplicate) » Closed (won't fix)

Generally, 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/2

giorgosk’s picture

@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 !!!