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
...
*
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
*
Drop pre-rendered html: User.bio_html
Elrond
2012-02-18
1
-0
/
+5
*
Fix copyright statements; add LICENSE for EXIF.py
Will Kahn-Greene
2012-02-08
1
-1
/
+1
*
Let some code support "media without slug"
Elrond
2012-01-28
1
-12
/
+9
*
License "all rights reserved" default should be None/NULL, not empty string
Christopher Allan Webber
2012-01-21
1
-1
/
+1
*
Moved get_license_data to mixin.py, added license to sql media model, added t...
Aaron Williamson
2012-01-18
1
-1
/
+5
*
Fix url_for_self mixup
Elrond
2012-01-11
1
-3
/
+5
*
Add DB Mixin classes and use them
Elrond
2012-01-08
1
-0
/
+90
[prev]