Merge branch 'remotes/gullydwarf-cfdv/f360_tagging' (early part) into mergetags
[mediagoblin.git] / mediagoblin / edit / views.py
2011-07-30 Christopher Allan... Merge branch 'remotes/gullydwarf-cfdv/f360_tagging...
2011-07-27 Caleb Forbes Davis Vchanges tags to a list of dicts in the db, adding tag...
2011-07-26 Caleb Forbes Davis Vuse config_spec.ini to store tag parsing directives
2011-07-21 Caleb Forbes Davis Vraises tag length error in form context instead of...
2011-07-16 Christopher Allan... Merge remote branch 'remotes/jwandborg/feature_400...
2011-07-16 Christopher Allan... Merge remote branch 'remotes/cmoylan/test_submission_vi...
2011-07-14 Christopher Allan... Use cleaned_markdown_conversion in both cases in edit...
2011-07-14 Christopher Allan... Merge remote branch 'remotes/aaronw/feature410_markdown...
2011-07-13 Caleb Forbes Davis Venforces maximum tag length with (in)appropriate messaging
2011-07-13 Caleb Forbes Davis Vuses standard functions instead of form filters and...
2011-07-13 Caleb Forbes Davis Vdisplays the tags on edit correctly now
2011-07-13 Caleb Forbes Davis Vadds filter function to parse and clean tags field...
2011-07-11 Chris MoylanMerge branch 'master' into test_submission_views_365
2011-07-11 Aaron WilliamsonMarkdown-enable user bio (Feature 410)
2011-07-09 Christopher Allan... Merge remote branch 'remotes/elrond/dev/init'
2011-07-09 Christopher Allan... Merge remote branch 'remotes/gullydwarf-cfdv/b404_v3_ed...
2011-07-09 Christopher Allan... Merge remote branch 'remotes/jwandborg/f431-prevent_com...
2011-07-08 Caleb Forbes Davis VF360(tagging) - adds tag fields for submission, edit...
2011-07-07 Caleb Forbes Davis Vbug #404 - corrects querystring variable name in redirect
2011-07-07 Christopher Allan... Merge remote branch 'remotes/gullydwarf-cfdv/f424_email...
2011-07-07 Christopher Allan... Merge remote branch 'remotes/gullydwarf-cfdv/f423_match...
2011-07-07 Christopher Allan... Merge remote branch 'remotes/gullydwarf-cfdv/b404_v2_re...
2011-07-06 Caleb Forbes Davis Vedit profile submit redirects to user home page
2011-07-06 Chris MoylanMerge branch 'master' into test_submission_views_365
2011-07-03 Christopher Allan... Merge remote branch 'remotes/jwandborg/f409-redirect_to...
2011-07-03 Christopher Allan... Switching single-quoted strings to double-quote to...
2011-07-03 Christopher Allan... Caution an admin when they're editing someone else...
2011-07-03 Christopher Allan... Merge remote branch 'remotes/gullydwarf-cfdv/b388+b391_...
2011-07-03 Caleb Forbes Davis Vuses new 'username' variable in querystring to specify...
2011-07-03 Christopher Allan... Merge remote branch 'remotes/gullydwarf-cfdv/f401_prev_...
2011-07-03 Christopher Allan... Merge remote branch 'remotes/jwandborg/feature_400...
2011-07-02 Christopher Allan... Merge remote branch 'remotes/gullydwarf-cfdv/b404_edit_...
2011-07-02 Caleb Forbes Davis VBug #404 - Successful profile edit is successful!
2011-06-25 Christopher Allan... Merge remote branch 'remotes/gullydwarf-cfdv/is330'
2011-06-23 Chris MoylanMerge branch 'master' into test_submission_views_365
2011-06-22 Christopher Allan... Merge remote branch 'remotes/elrond/idea/invalidid'
2011-06-22 Jef van SchendelMerge remote-tracking branch 'gitorious/master'
2011-06-22 Christopher Allan... Adding an extra space between function definitions
2011-06-22 Christopher Allan... Merge remote branch 'refs/remotes/gullydwarf-cfdv/is315'
2011-06-20 cfdvMerge remote-tracking branch 'origin/master' into is315
2011-06-20 Jef van SchendelMerge remote-tracking branch 'gitorious/master'
2011-06-20 Christopher Allan... Merge remote branch 'remotes/jwandborg/issue_363'
2011-06-19 cfdvMerge remote-tracking branch 'origin/master' into is315
2011-06-19 cfdvenables entering user details including website url...
2011-06-18 cfdvbaby step towards enabling profile edits
2011-06-15 Joar WandborgMade changes according to bugs.foocorp.net/issues/363...
2011-06-15 Joar WandborgMerge branch 'master' of git.gitorious.org/mediagoblin...
2011-06-12 Christopher Allan... Merge remote branch 'remotes/elrond/idea/simple_proc_me...
2011-06-12 Joar WandborgMerge branch 'master' of git.gitorious.org/mediagoblin...
2011-06-12 Joar WandborgAdded Markdown rendering for `media_entry`
2011-06-06 Christopher Allan... Merge remote branch 'remotes/gandaro/324-bad-media...
2011-06-06 Jef van SchendelMerge remote-tracking branch 'gitorious/master'
2011-06-05 Christopher Allan... I have a strong preference for aligning all parameters...
2011-06-05 Christopher Allan... Merge remote branch 'remotes/elrond/idea/shortcuts'
2011-06-05 ElrondCreate redirect shortcut and use it around
2011-06-05 ElrondReformat render_to_response calls
2011-06-05 ElrondCreate render_to_reponse and use it everywhere.
2011-06-04 Christopher Allan... Moving all views over to using util.render_template()!
2011-06-04 Christopher Allan... Let's redirect back to the media homepage using the...
2011-06-04 Christopher Allan... I shouldn't have removed the .save() entirely :)
2011-06-04 Jef van SchendelMerge remote-tracking branch 'gitorious/master'
2011-06-03 Christopher Allan... Merge branch 'media_edit'
2011-06-03 Christopher Allan... Find out if such a slug exists via a query instead...
2011-06-02 ElrondAdd GNU headers to new *.py
2011-06-02 ElrondHandle Exceptions from save(); Move may_edit_media
2011-06-02 ElrondPrepare for moving /edit/ under /u/.../edit/
2011-06-02 ElrondMerge remote branch 'upstream/master'
2011-06-02 ElrondCheck for edit permission.
2011-05-26 Elrond"edit": Finally implement saving.
2011-05-26 ElrondStarting "edit" functionality.