aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/user_pages/routing.py
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into jwandborg-f482_media_attachmentsChristopher Allan Webber2011-08-221-1/+5
|\
| * Processing panel viewChristopher Allan Webber2011-08-141-1/+5
* | Feature #482 - Media attachments -Joar Wandborg2011-08-221-1/+4
|/
* Issue #431 - Prevent comment link expiry - Added functionality for comment li...Joar Wandborg2011-07-071-0/+3
* Issue #362 - Added a route to MediaComment POST handlerJoar Wandborg2011-06-291-1/+4
* adds routing.py and view.py changescfdv2011-06-161-0/+2
* Mount media editing under /u/{username}/m/{media}/edit/Christopher Allan Webber2011-06-041-0/+2
* modified atomfeed feature, corrected spacing, url generation, routing idBernhard Keller2011-05-231-1/+3
* MediaEntry slugs usable in URLs, & decorator that grabs media from the requestChristopher Allan Webber2011-05-201-1/+1
* Removing the raw string-nessChristopher Allan Webber2011-05-131-1/+1
* URLs should end in trailing slashes, or slash redirection doesn't workChristopher Allan Webber2011-05-111-3/+3
* Implement simple media detail pageSebastian Spaeth2011-05-101-0/+24