Custom Query (1173 matches)
Results (112 - 114 of 1173)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#149 | FIXED | media submission success template, view, and routing deprecated | ||
Description |
Successful completion of `#409 </issues/409>`_ (media submission success messaging) leaves some debris to clean up these aren't actually used anywhere - submit\_success view - mediagoblin/submit/success.html template - mediagoblin.submit.success route |
|||
#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. |
|||
#61 | FIXED | Use local fonts instead of linking to remote ones | ||
Description |
Right now we're using Google's Web Fonts embed code: `http://www.google.com/webfonts/family?family=Carter%20One#code <http://www.google.com/webfonts/family?family=Carter%20One#code>`_ This retrieves the font files from Google's servers. In the future we should store the files locally. |
Note:
See TracQuery
for help on using queries.