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
/
db
/
mixin.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add image URL's (thumb & full)
Jessica Tallon
2014-07-22
1
-0
/
+11
*
Use unicode for logging comments
Tryggvi Bjorgvinsson
2014-07-18
1
-1
/
+1
*
Issue #686: Create User.url_for_self() method.
Berker Peksag
2014-04-10
1
-0
/
+6
*
Merge branch 'ticket-679' into OPW-Moderation-Update
tilly-Q
2013-07-29
1
-8
/
+16
|
\
|
*
Switching the hook 'get_media_manager' to a more "directed" tuple-hook
Christopher Allan Webber
2013-07-12
1
-1
/
+1
|
*
Fix the last bit preventing all the unit tests from passing in media types->p...
Christopher Allan Webber
2013-07-12
1
-1
/
+2
|
*
fixed some typos and enabled media_type plugins in tests
Rodney Ewing
2013-07-02
1
-1
/
+2
|
*
modified gmg to use plugin media_types and converted image media_type to new ...
Rodney Ewing
2013-07-02
1
-9
/
+6
|
*
New notifications
Joar Wandborg
2013-06-09
1
-0
/
+9
*
|
This update I mostly did work on the templates for the admin pages. I did a co-
tilly-Q
2013-07-08
1
-1
/
+0
|
/
*
created a check_login_simple function
Rodney Ewing
2013-05-28
1
-8
/
+0
*
Cleaned up EXIF view
Joar Wandborg
2013-05-23
1
-9
/
+23
*
Only calculate aperture if fnumber is provided
Joar Wandborg
2013-05-20
1
-7
/
+6
*
Take into account incomplete EXIF data
Joar Wandborg
2013-05-20
1
-9
/
+18
*
Modifies EXIF section with Camera Info, display toggle and template styling
Gabriel Saldana
2013-05-20
1
-0
/
+27
*
Changes to display all EXIF information
Gabriel Saldana
2013-05-20
1
-5
/
+3
*
MediaManager: Use .foo instead of ['foo'].
Elrond
2013-04-17
1
-1
/
+1
*
First step towards a MediaManager class: Compat one.
Elrond
2013-04-17
1
-1
/
+1
*
Better docs for GenerateSlugMixin.
Elrond
2013-04-06
1
-1
/
+9
*
Use GenerateSlugMixin for collections.
Elrond
2013-04-06
1
-12
/
+3
*
Refactor generate_slug into a mixin.
Elrond
2013-04-06
1
-9
/
+13
*
A bit of pep8: Remove useless whitespace.
Elrond
2013-03-30
1
-5
/
+5
*
self.media_data->self.media_manager in the docstring. Thanks for catching, E...
Christopher Allan Webber
2013-03-03
1
-1
/
+1
*
No reason really to pass in fetch_order anyway...
Christopher Allan Webber
2013-03-03
1
-7
/
+5
*
Huge amount of work to (mostly) allow .ogg (and maybe other) formats to skip ...
Christopher Allan Webber
2013-03-02
1
-9
/
+15
*
Media URLs with ids in them are now like /u/cwebber/m/id:4112/ rather than /u...
Christopher Allan Webber
2013-02-26
1
-2
/
+4
*
New mediaentry slug tests now pass!
Christopher Allan Webber
2013-01-23
1
-3
/
+4
*
We don't want any empty string slugs, so make "" -> None
Christopher Allan Webber
2013-01-23
1
-0
/
+4
*
Switching uuid4()[1:4] -> uuid4().hex[:4]
Christopher Allan Webber
2013-01-23
1
-1
/
+1
*
Simplifying string concatenation in generate_slug and fixing docstring
Christopher Allan Webber
2013-01-15
1
-5
/
+7
*
A revised algorithm for generating slugs.
Christopher Allan Webber
2013-01-15
1
-11
/
+47
*
Need to import uuid4 for generate_slug to totally work
Christopher Allan Webber
2013-01-15
1
-0
/
+2
*
Make generate_slug assign a slug in any case
Sebastian Spaeth
2013-01-15
1
-8
/
+15
*
Simplify check_media_slug_used
Sebastian Spaeth
2013-01-15
1
-2
/
+1
*
Move DBModel._id -> DBModel.id
Sebastian Spaeth
2012-12-21
1
-4
/
+4
*
make media_manager a property of MediaEntry in mixin.py
Sebastian Spaeth
2012-12-04
1
-3
/
+21
*
Implement licenses.get_license_by_url
Sebastian Spaeth
2012-11-30
1
-1
/
+1
*
Use mediagoblin import machinery
Sebastian Spaeth
2012-11-30
1
-4
/
+5
*
Remove importlib (python2.7'ism)
Sebastian Spaeth
2012-11-30
1
-3
/
+1
*
Simplify/Robustify the thumbnail URL usage in templates
Sebastian Spaeth
2012-11-15
1
-0
/
+19
*
Style fixes
Joar Wandborg
2012-09-18
1
-0
/
+1
*
Fixed collection sidebar for media_home to user collection.url_for_self inste...
Aaron Williamson
2012-09-18
1
-1
/
+1
*
Added basic collection functionality
Aaron Williamson
2012-09-18
1
-0
/
+53
*
Minor improvements to the processing panel
Joar Wandborg
2012-07-10
1
-2
/
+2
*
Prevent non-Unicode SQLAlchemy warnings in most submission tests.
Brett Smith
2012-07-08
1
-1
/
+1
*
Fix cyclic import issue.
Elrond
2012-03-23
1
-1
/
+2
*
Create MediaEntry.exif_display_iter()
Elrond
2012-03-23
1
-0
/
+10
*
Generic generate_slug for mongo and sql.
Elrond
2012-03-07
1
-0
/
+18
*
Drop pre-rendered html: MediaComment.content_html
Elrond
2012-02-18
1
-0
/
+10
*
Drop pre-rendered html: MediaEntry.description_html
Elrond
2012-02-18
1
-0
/
+8
[next]