Custom Query (1174 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (52 - 54 of 1174)

Ticket Resolution Summary Owner Reporter
#52 FIXED Ignore trailing slash in most URLs Aaron Williamson
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 Sebastian Spaeth Sebastian Spaeth
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 Daniel Neel
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.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.