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

michelle’s picture

Status: Active » Closed (works as designed)

That'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

mscdex’s picture

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

michelle’s picture

Ah, yeah. Strange programming convention, starting at 0 to count. I've gotten used to it so it doesn't phase me anymore. ;)

Michelle