Closed (works as designed)
Project:
Drupal.org site moderators
Component:
Other
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Oct 2008 at 15:49 UTC
Updated:
8 Oct 2008 at 20:28 UTC
I noticed that http://drupal.org/project/Themes/date shows the latest themes by date just fine, hnowever http://drupal.org/project/Themes/date?page=1 only shows themes dated sept. 14 and older.
Comments
Comment #1
michelleThat's because the first page shows the themes newer than Sep14th. I'm not sure what you expected to happen on the second page of the listing? Seems like it's working just fine to me.
Michelle
Comment #2
mscdex commentedI guess I assumed that "page=1" would return the first page rather than the second page. I didn't realize that the parameter was a zero-based index.
Comment #3
michelleAh, yeah. Strange programming convention, starting at 0 to count. I've gotten used to it so it doesn't phase me anymore. ;)
Michelle