index
:
mediagoblin.git
master
MediaGoblin is a free software media publishing platform that anyone can run, with Plyr player for default, search and without nodejs
heckyel
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mediagoblin
/
submit
/
views.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' into processing
Christopher Allan Webber
2011-08-10
1
-4
/
+11
|
\
|
*
Marked relevant strings in python views/forms for translation via ugettext
Christopher Allan Webber
2011-08-08
1
-3
/
+4
|
*
Merge branch 'remotes/gullydwarf-cfdv/f360_tagging' (early part) into mergetags
Christopher Allan Webber
2011-07-30
1
-1
/
+7
|
|
\
|
|
*
changes tags to a list of dicts in the db, adding tag slugs
Caleb Forbes Davis V
2011-07-27
1
-2
/
+3
|
|
*
on submission, use inline error messaging instead of message queue
Caleb Forbes Davis V
2011-07-26
1
-1
/
+1
|
|
*
enforces maximum tag length with (in)appropriate messaging
Caleb Forbes Davis V
2011-07-13
1
-1
/
+3
|
|
*
uses standard functions instead of form filters and fixes taglist default
Caleb Forbes Davis V
2011-07-12
1
-2
/
+3
|
|
*
F360(tagging) - adds tag fields for submission, edit and display
Caleb Forbes Davis V
2011-07-08
1
-0
/
+2
*
|
|
Store the task id of a processing action in the database.
Christopher Allan Webber
2011-07-24
1
-1
/
+2
|
/
/
*
/
Removed route, view and template file for "Submit Success" page
Rasmus Larsson
2011-07-09
1
-5
/
+0
|
/
*
Feature #409 - Submitting an image should redirect you back to user's
Joar Wandborg
2011-07-03
1
-1
/
+5
*
Adds util.cleaned_markdown_conversion() and uses it in the submission process
Christopher Allan Webber
2011-06-19
1
-10
/
+8
*
Made changes according to http://bugs.foocorp.net/issues/363#note-5
Joar Wandborg
2011-06-15
1
-4
/
+6
*
Added Markdown rendering for `media_entry`
Joar Wandborg
2011-06-12
1
-0
/
+7
*
Merge remote branch 'remotes/gandaro/324-bad-media-types'
Christopher Allan Webber
2011-06-06
1
-1
/
+4
|
\
|
*
add changes in mediagoblin/submit/views.py
Jakob Kramer
2011-06-02
1
-1
/
+4
*
|
I have a strong preference for aligning all parameters in a function call.
Christopher Allan Webber
2011-06-05
1
-3
/
+4
*
|
Create redirect shortcut and use it around
Elrond
2011-06-05
1
-5
/
+2
*
|
Reformat render_to_response calls
Elrond
2011-06-05
1
-7
/
+5
*
|
Create render_to_reponse and use it everywhere.
Elrond
2011-06-05
1
-8
/
+6
*
|
Moving all views over to using util.render_template()!
Christopher Allan Webber
2011-06-04
1
-9
/
+6
|
/
*
Update all the views so that they use the uploader reference instead
Christopher Allan Webber
2011-05-22
1
-1
/
+1
*
Generate unique slugs for newly submitted images.
Aaron Williamson
2011-05-13
1
-0
/
+3
*
On image submission, do not require title. If none entered, default to filename.
Aaron Williamson
2011-05-12
1
-3
/
+5
*
Fix description submission in form handling
Sebastian Spaeth
2011-05-09
1
-1
/
+1
*
Process media! Successfully!
Christopher Allan Webber
2011-05-06
1
-2
/
+5
*
Properly require files when users submit
Christopher Allan Webber
2011-04-23
1
-32
/
+40
*
Submission of image works :)
Christopher Allan Webber
2011-04-23
1
-4
/
+3
*
Enclose queue_file writing in with statement so that it's closed correctly.
Christopher Allan Webber
2011-04-23
1
-1
/
+2
*
submit_start written in a way that, by golly, you'd think maybe it'd work
Christopher Allan Webber
2011-04-23
1
-0
/
+44
*
Start of the submit view, but not much there quite yet.
Christopher Allan Webber
2011-04-19
1
-0
/
+37