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
...
|
*
Dot-Notation for MediaEntry.media_type
Elrond
2011-12-05
1
-1
/
+1
|
*
Dot-Notation for MediaEntry.description(_html)
Elrond
2011-12-05
1
-3
/
+3
|
*
Dot-Notation for MediaEntry.title
Elrond
2011-12-05
1
-1
/
+1
|
*
Dot-Notation for MediaEntry.uploader
Elrond
2011-12-05
1
-1
/
+1
|
*
Dot-Notation for Users.username
Elrond
2011-12-05
1
-1
/
+1
|
*
Fixes after merging video into master - part 2
Joar Wandborg
2011-11-21
1
-66
/
+69
|
*
Fixes after merging video branch into master
Joar Wandborg
2011-11-21
1
-2
/
+5
|
*
Merge branch 'video_gstreamer-only'
Joar Wandborg
2011-11-21
1
-8
/
+9
|
|
\
|
|
*
Multimedia support - Commiting from a not yet finished state - Details below
Joar Wandborg
2011-09-23
1
-6
/
+7
|
*
|
Dot-Notation: x._id = ObjectId() doesn't seem to work properly
Elrond
2011-11-15
1
-1
/
+1
|
*
|
Dot-Notation for "_id"
Elrond
2011-11-15
1
-5
/
+5
|
*
|
Merge remote-tracking branch 'remotes/nyergler/pep8-ification'
Christopher Allan Webber
2011-11-13
1
-8
/
+10
|
|
\
\
|
|
*
|
has_key is deprecated, converting uses to use "in" operator.
Nathan Yergler
2011-10-01
1
-1
/
+1
|
|
*
|
Whitespace and formatting cleanup.
Nathan Yergler
2011-10-01
1
-7
/
+9
|
|
|
/
*
|
/
First crack at basic license support.
Aaron Williamson
2012-01-17
1
-0
/
+4
|
/
/
*
|
Finished splitting util.py into separate files.
Aaron Williamson
2011-10-01
1
-3
/
+2
*
|
Moved common, translation, template, and url code out of util.py and into too...
Aaron Williamson
2011-10-01
1
-1
/
+1
|
/
*
508. Updates copyright/license information
Will Kahn-Greene
2011-09-01
1
-1
/
+1
*
Merge remote branch 'remotes/jwandborg/f403_ability_to_delete'
Christopher Allan Webber
2011-08-28
1
-2
/
+2
|
\
|
*
+ 'confirm' section for confirmation dialogues
Mark Holmquist
2011-08-22
1
-2
/
+2
*
|
Merge branch 'master' into jwandborg-f482_media_attachments
Christopher Allan Webber
2011-08-22
1
-15
/
+38
|
\
|
|
*
Capture and properly handle errors.
Christopher Allan Webber
2011-08-13
1
-4
/
+17
|
*
Proper handling of processor failures, working as hoped!
Christopher Allan Webber
2011-08-13
1
-8
/
+18
|
*
Moving things around a bit/commenting in the submit view to make the workflow...
Christopher Allan Webber
2011-08-11
1
-2
/
+6
|
*
Merge branch 'master' into processing
Christopher Allan Webber
2011-08-10
1
-4
/
+2
|
|
\
|
|
*
Generate the ObjectId() manually instead of via .save()
Christopher Allan Webber
2011-08-10
1
-4
/
+2
|
*
|
We should save the entry *after* we add the queued_task_id.
Christopher Allan Webber
2011-08-10
1
-1
/
+1
|
*
|
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
|
*
|
Store the task id of a processing action in the database.
Christopher Allan Webber
2011-07-24
1
-1
/
+2
*
|
|
Feature #482 - Media attachments -
Joar Wandborg
2011-08-22
1
-25
/
+0
*
|
|
Feature #482 - Media attachments
Joar Wandborg
2011-08-05
1
-1
/
+31
|
|
/
|
/
|
*
|
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
*
|
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
|
/
[prev]
[next]