﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	resolution	keywords	cc	parents
53	Show media in reverse submitted order in galleries	Sebastian Spaeth	Sebastian Spaeth	"{{{
#!rst
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.



}}}"	defect	closed	trivial	0.0.2		FIXED			
