Custom Query (1173 matches)
Results (43 - 45 of 1173)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#52 | FIXED | Ignore trailing slash in most URLs | ||
Description |
We should treat ``/u/aaron/`` the same as ``/u/aaron`` rather than returning a 404. (Should this be true of URLs ending in a file extension or not?) |
|||
#53 | FIXED | Show media in reverse submitted order in galleries | ||
Description |
Main page and user page show media galleries. They should be showing them in reverse order they had been submitted and not according to ascending document id as they are now. For that we simply need to append: :: .sort({'created': -1}) to the find() query. While we are it, we should add :: .skip(0).limit(30); too (using variables with those defaults), so we can easily do pagination later. |
|||
#54 | FIXED | Ambiguous README wording | ||
Description |
The main README file for the project contains the following wording: "\* A place for people to collaborate and show off original and derived creations Free, as in freedom. We're a GNU project in the making, afterall." The confusion is in the wording "...derived creations Free, as in freedom. We're a GNU project..." It seems this is a typo and there should be a period after "creations", or the words "that are" placed after "creations". Depends on the intent of the statement, which I'm not sure of. |
Note:
See TracQuery
for help on using queries.