aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/user_pages
Commit message (Expand)AuthorAgeFilesLines
* Finished splitting util.py into separate files.Aaron Williamson2011-10-011-3/+4
* Moved common, translation, template, and url code out of util.py and into too...Aaron Williamson2011-10-012-2/+2
* Use media.url_for_self() instead of generating itElrond2011-09-091-3/+2
* Updating the confirm delete form: checkboxes shouldn't be required, make tran...Christopher Allan Webber2011-09-051-2/+2
* Page Redesign to Delete confirmation pageShawn Khan2011-09-052-5/+3
* 508. Updates copyright/license informationWill Kahn-Greene2011-09-014-4/+4
* Caution the admins about deleting the users' media though.Christopher Allan Webber2011-08-301-0/+8
* Feature #403 - Ability to delete media entries - Fixes according to feedbackJoar Wandborg2011-08-303-4/+41
* I think confirm_delete deserves a url like /confirm-delete/ rather than /conf...Christopher Allan Webber2011-08-291-2/+3
* Merge remote branch 'remotes/jwandborg/f403_ability_to_delete'Christopher Allan Webber2011-08-282-1/+3
|\
| * + 'confirm' section for confirmation dialoguesMark Holmquist2011-08-222-1/+3
* | Merge branch 'master' into jwandborg-f482_media_attachmentsChristopher Allan Webber2011-08-223-11/+69
|\|
| * Use render_404 EVERYWHERE!Christopher Allan Webber2011-08-201-7/+8
| * Processing panel viewChristopher Allan Webber2011-08-142-2/+56
| * Minor change to indentationChristopher Allan Webber2011-08-101-2/+2
| * Ooops! We should do a fake ugettext passthrough here also.Christopher Allan Webber2011-08-101-1/+1
| * Removing a tab. This is a tab-free zone!Christopher Allan Webber2011-08-101-1/+1
| * Converting all forms to use the "fake/null" gettext conversion functionChristopher Allan Webber2011-08-101-3/+6
* | Feature #482 - Media attachments -Joar Wandborg2011-08-222-3/+7
|/
* For no good reason, I feel like 15 is a good number of default feed items.Christopher Allan Webber2011-07-311-1/+1
* Tweaks import lines switching \ for ( ).Will Kahn-Greene2011-07-301-2/+2
* Adds license headerWill Kahn-Greene2011-07-301-0/+17
* Give useful verification information on users that need to verify their emailChristopher Allan Webber2011-07-281-2/+6
* Updated `MediaCommentForm.field_comment` => `MediaCommentForm.comment_content`Joar Wandborg2011-07-072-22/+23
* Issue #431 - Prevent comment link expiry - Added functionality for comment li...Joar Wandborg2011-07-073-4/+13
* Make pagination on user profile point to the user galleryChristopher Allan Webber2011-07-021-0/+5
* Issue #362 - Simple comments - Changes based on feedback recieved from #media...Joar Wandborg2011-07-011-3/+5
* Excitedly send a user a message that their comment was posted.Christopher Allan Webber2011-06-291-0/+6
* Use the cleaned_markdown_conversion method instead of doing that manuallyChristopher Allan Webber2011-06-291-8/+5
* Issue #362 - Added new `wtforms.Form`; `MediaCommentForm()`Joar Wandborg2011-06-291-0/+21
* Issue #362 - Updated `mediagoblin.user_pages.views` to handle new "Simple com...Joar Wandborg2011-06-291-7/+44
* Issue #362 - Added a route to MediaComment POST handlerJoar Wandborg2011-06-291-1/+4
* Merge remote branch 'remotes/jwandborg/issue_363'Christopher Allan Webber2011-06-191-2/+2
|\
| * Added Markdown rendering for `media_entry`Joar Wandborg2011-06-121-2/+2
* | user_gallery controller calls render_to_reponsecfdv2011-06-161-9/+6
* | adds routing.py and view.py changescfdv2011-06-162-0/+32
|/
* I have a strong preference for aligning all parameters in a function call.Christopher Allan Webber2011-06-051-2/+4
* Reformat render_to_response callsElrond2011-06-051-8/+8
* Create render_to_reponse and use it everywhere.Elrond2011-06-051-8/+6
* Moving all views over to using util.render_template()!Christopher Allan Webber2011-06-041-12/+8
* 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-232-1/+37
* Update all the views so that they use the uploader reference insteadChristopher Allan Webber2011-05-221-1/+1
* This check is redundant now that it's handled by the decorator.Christopher Allan Webber2011-05-201-4/+0
* Make sure that a MediaEntry does belong to this appropriate user inChristopher Allan Webber2011-05-201-2/+2
* Cosmetic changes: removed an unused import, stripped some trailing whitespace.Christopher Allan Webber2011-05-201-1/+1
* MediaEntry slugs usable in URLs, & decorator that grabs media from the requestChristopher Allan Webber2011-05-202-10/+5
* One more mild styling tweakChristopher Allan Webber2011-05-191-3/+4
* Reorganizing the uses_pagination decorator a little and having it passChristopher Allan Webber2011-05-191-3/+3
* Merge remote branch 'remotes/hanaku/pagination'Christopher Allan Webber2011-05-191-5/+18
|\