Custom Query (1173 matches)
Results (115 - 117 of 1173)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#116 | FIXED | Pagination should not display when there is only one page | ||
Description |
Right now pagination always shows up, even where there is just a single page to be shown. This means that many of the web pages have a "1" floating around at the bottom. |
|||
#117 | FIXED | media_details template deprecated | ||
Description |
It looks to me like mediagoblin/templates/mediagoblin/media\_details.html serves no purpose anymore. mediagoblin/templates/mediagoblin/user\_pages/media.html does everything that media\_details ever dreamed of doing and more. Also, no references to media\_details.html come up with a git grep. Shall we delete media\_details.html? |
|||
#118 | fixed | Provide option to limit upload size | ||
Description |
Due to the possibility to overload a server by sending it HUGE POST requests, we should provide an option to instance-owners to limit the possible media upload size. Presumably, we should put this option in ``mediagoblin.ini``. We should also display this information to the end-user by providing a notice in ``mediagoblin/submit/forms.py``. Here's a handy snippet provided by cwebber/paroneayea that might aid anyone pursuing this ticket's completion: `http://wiki.pylonshq.com/display/pylonscookbook/A+Better+Way+To+Limit+File+Upload+Size <http://wiki.pylonshq.com/display/pylonscookbook/A+Better+Way+To+Limit+File+Upload+Size>`_ |
Note:
See TracQuery
for help on using queries.