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
/
models.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mv db.sql.base to db.base
Sebastian Spaeth
2013-01-07
1
-2
/
+1
*
Move mediagoblin.db.sql.extratypes to mediagoblin.db.extratypes
Sebastian Spaeth
2013-01-07
1
-1
/
+1
*
Move db.sql.models* to db.models*
Sebastian Spaeth
2013-01-07
1
-0
/
+447
*
Move db/models.py -> db/mongo/models.py
Elrond
2011-12-20
1
-363
/
+0
*
Move db/migrations.py -> db/mongo/migrations.py
Elrond
2011-12-20
1
-1
/
+1
*
Move db/util.py -> db/mongo/util.py
Elrond
2011-12-20
1
-1
/
+1
*
Dot-Notation for MediaEntry.media_data
Elrond
2011-12-05
1
-2
/
+2
*
Dot-Notation for MediaEntry.slug
Elrond
2011-12-05
1
-6
/
+6
*
Dot-Notation for MediaEntry.title
Elrond
2011-12-05
1
-1
/
+1
*
Dot-Notation for MediaEntry.uploader
Elrond
2011-12-05
1
-3
/
+3
*
Dot-Notation for Users.pw_hash
Elrond
2011-12-05
1
-1
/
+1
*
Dot-Notation for Users.username
Elrond
2011-12-05
1
-4
/
+4
*
Rename MediaEntry.uploader() to .get_uploader()
Elrond
2011-11-22
1
-4
/
+4
*
Added parameter ascending to MediaEntry::get_comments, if true, comments
Pablo J. Urbano Santos
2011-11-19
1
-2
/
+7
*
Dot-Notation for "_id"
Elrond
2011-11-15
1
-5
/
+5
*
Enable mongokit's "Dot notation"
Elrond
2011-11-15
1
-0
/
+3
*
Merge remote-tracking branch 'remotes/nyergler/pep8-ification'
Christopher Allan Webber
2011-11-13
1
-17
/
+18
|
\
|
*
Whitespace and formatting cleanup.
Nathan Yergler
2011-10-01
1
-17
/
+18
*
|
Finished splitting util.py into separate files.
Aaron Williamson
2011-10-01
1
-7
/
+5
*
|
Moved common, translation, template, and url code out of util.py and into too...
Aaron Williamson
2011-10-01
1
-2
/
+2
|
/
*
Merge branch 'gullydwarf-cfdv-f357_lost_password_functionality'
Christopher Allan Webber
2011-09-08
1
-0
/
+2
|
\
|
*
oops, uses Alejandro's fp_verification_key. my bad.
Caleb Forbes Davis V
2011-08-28
1
-1
/
+1
|
*
Adding fotgot password functionality
Alejandro Villanueva
2011-08-28
1
-0
/
+2
*
|
508. Updates copyright/license information
Will Kahn-Greene
2011-09-01
1
-1
/
+1
|
/
*
Method to get the failure exception object for a MediaEntry, if appropriate.
Christopher Allan Webber
2011-08-14
1
-0
/
+7
*
Add fail_error and fail_metadata fields to MediaEntry and relevant migration
Christopher Allan Webber
2011-08-13
1
-1
/
+9
*
Merge branch 'master' into processing
Christopher Allan Webber
2011-08-11
1
-6
/
+1
|
\
|
*
Bug #372 - MediaEntry.thumbnail_file not used
Caleb Forbes Davis V
2011-08-10
1
-6
/
+1
*
|
Merge branch 'master' into processing
Christopher Allan Webber
2011-08-10
1
-1
/
+1
|
\
|
|
*
Merge branch 'remotes/gullydwarf-cfdv/f360_tagging' (early part) into mergetags
Christopher Allan Webber
2011-07-30
1
-1
/
+1
|
|
\
|
|
*
changes tags to a list of dicts in the db, adding tag slugs
Caleb Forbes Davis V
2011-07-27
1
-1
/
+1
*
|
|
Store the task id of a processing action in the database.
Christopher Allan Webber
2011-07-24
1
-0
/
+3
|
/
/
*
|
docstring for MediaComment's structure
Christopher Allan Webber
2011-07-17
1
-1
/
+12
*
|
Described the MediaEntry structure in the docstring.
Christopher Allan Webber
2011-07-17
1
-6
/
+81
*
|
Docstring for the User model's various schema fields
Christopher Allan Webber
2011-07-17
1
-0
/
+26
*
|
Merge remote branch 'remotes/jwandborg/feature_400-resize_images_to_fit_page'
Christopher Allan Webber
2011-07-16
1
-0
/
+22
|
\
\
|
*
|
Removed debug code, erroneously included in my last commit
Joar Wandborg
2011-07-03
1
-1
/
+1
|
*
|
Feature #400 - Resize images to fit on page - Additions
Joar Wandborg
2011-07-03
1
-0
/
+19
*
|
|
Merge remote branch 'remotes/aaronw/feature410_markdown_bio'
Christopher Allan Webber
2011-07-13
1
-1
/
+2
|
\
\
\
|
*
|
|
Markdown-enable user bio (Feature 410)
Aaron Williamson
2011-07-10
1
-1
/
+2
|
|
|
/
|
|
/
|
*
/
|
Removing old style migrations... not in use anymore
Christopher Allan Webber
2011-07-11
1
-6
/
+2
|
/
/
*
|
This should actually fix the next and previous buttons now. Sorry I borked t...
Christopher Allan Webber
2011-07-07
1
-2
/
+2
*
|
Merge remote branch 'remotes/gullydwarf-cfdv/f423_match_image_ordering_betwee...
Christopher Allan Webber
2011-07-06
1
-3
/
+3
|
\
\
|
*
|
Feature #423 - gallery and scroll image ordering match
Caleb Forbes Davis V
2011-07-04
1
-4
/
+4
*
|
|
Merge remote branch 'remotes/gullydwarf-cfdv/f435_limit_prev_next_by_processed'
Christopher Allan Webber
2011-07-06
1
-2
/
+4
|
\
\
\
|
*
|
|
f#435 - avoids linking to unprocessed media in prev and next
Caleb Forbes Davis V
2011-07-05
1
-2
/
+4
|
|
/
/
*
/
/
slug-style urls in previous and next urls look much better
Caleb Forbes Davis V
2011-07-05
1
-2
/
+2
|
/
/
*
|
Merge remote branch 'remotes/gullydwarf-cfdv/f401_prev_next_media_nav'
Christopher Allan Webber
2011-07-02
1
-1
/
+27
|
\
\
|
*
|
adds previous and next links in the sidebar
Caleb Forbes Davis V
2011-07-02
1
-1
/
+27
|
*
|
Merge remote branch 'remotes/jwandborg/feature_362-simple_comments'
Christopher Allan Webber
2011-06-29
1
-3
/
+43
|
|
\
\
[next]