scipy / SciPyCentral

SciPy Central
http://scipy-central.org
BSD 3-Clause "New" or "Revised" License
16 stars 12 forks source link

bug: non existing permalink to revision #57

Closed josef-pkt closed 13 years ago

josef-pkt commented 13 years ago

this http://scipy-central.org/item/10/0/blah-bla-does-this-show-up has a link to revision 5 Permalink to this revision: http://scpyce.org/10/5/

which results in a "Not found" response

there are other problems keeping the order of the revision numbers and display all or the latest revision (maybe I add a new ticket if I get a straight case)

kgdunn commented 13 years ago

Problem was the trailing slash in the regular expression; http://scpyce.org/10/5 works but http://scpyce.org/10/5/ doesn't.

This is fixed now - thanks.