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
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
A more realistic "con" explaination in the docstring of exif_fix_image_orient...
Christopher Allan Webber
2013-03-15
1
-1
/
+4
*
Huge amount of work to (mostly) allow .ogg (and maybe other) formats to skip ...
Christopher Allan Webber
2013-03-02
1
-1
/
+0
*
simplified get_useful
András Veres-Szentkirályi
2013-02-22
1
-6
/
+1
*
use dict.iteritems() instead of dict.items()
András Veres-Szentkirályi
2013-02-22
1
-1
/
+1
*
use list expression instead of 3-deep for
András Veres-Szentkirályi
2013-02-22
1
-7
/
+2
*
simplified clean_exif
András Veres-Szentkirályi
2013-02-22
1
-6
/
+2
*
close file properly and remove unneeded variable
András Veres-Szentkirályi
2013-02-22
1
-6
/
+2
*
typofix in comment
András Veres-Szentkirályi
2013-02-22
1
-1
/
+1
*
use key in dict instead of key in dict.keys()
András Veres-Szentkirályi
2013-02-22
1
-1
/
+1
*
Merge remote-tracking branch 'pythonsnake/537_version'
Elrond
2013-02-19
1
-0
/
+2
|
\
|
*
Fix bug 537
pythonsnake
2013-02-10
1
-0
/
+2
*
|
Fix deleting media with attachments.
Elrond
2013-02-18
1
-1
/
+1
|
/
*
Use system wide EXIF package, if available.
Elrond
2013-02-07
1
-1
/
+5
*
Improve formatting for hook template docs.
Elrond
2013-01-31
1
-1
/
+8
*
Switching set syntax to python2.6 compatible
Christopher Allan Webber
2013-01-31
1
-1
/
+1
*
Even better documentation for get_hook_templates!
Christopher Allan Webber
2013-01-30
1
-1
/
+9
*
Improved documentation for get_hook_templates, noting the template tag
Christopher Allan Webber
2013-01-30
1
-0
/
+9
*
Moved the docstring for the plugin template stuff from the class to module me...
Christopher Allan Webber
2013-01-30
1
-13
/
+19
*
No need for an __init__ at all in the TemplateHookExtension, really.
Christopher Allan Webber
2013-01-30
1
-4
/
+1
*
Move template hook over to a template_hook tag. Seems to work! :)
Christopher Allan Webber
2013-01-30
1
-1
/
+37
*
Geolocation stuff, including including templates seems to be working-ish
Christopher Allan Webber
2013-01-30
2
-1
/
+12
*
Very start of plugin hooks and openstreetmap pluginification
Christopher Allan Webber
2013-01-30
1
-0
/
+27
*
Better Py3 compat: d.has_key(k) -> k in d
Elrond
2013-01-30
3
-4
/
+3
*
Merge branch '216_cwebber_style_unique_slugs'
Christopher Allan Webber
2013-01-25
1
-1
/
+1
|
\
|
*
Disallow ":" as part of a media slug
Sebastian Spaeth
2013-01-15
1
-1
/
+1
*
|
Normalize the email address in the same way in all places
Sebastian Spaeth
2013-01-21
1
-0
/
+13
*
|
Move workbench into tools directory.
Elrond
2013-01-17
1
-0
/
+164
|
/
*
Move db.sql.models* to db.models*
Sebastian Spaeth
2013-01-07
1
-1
/
+1
*
Make translitcodec optional, and work nicely without it.
Christopher Allan Webber
2013-01-06
1
-3
/
+12
*
Fix up symlinks in exif bump
Sebastian Spaeth
2012-12-26
2
-1916
/
+1
*
Remove ObjectId from the tree
Sebastian Spaeth
2012-12-25
2
-2
/
+2
*
Remove InvalidId
Sebastian Spaeth
2012-12-25
1
-9
/
+3
*
RIP out mongo
Sebastian Spaeth
2012-12-25
1
-1
/
+1
*
Update extlib/EXIF
Sebastian Spaeth
2012-12-25
3
-3
/
+1917
*
Rewrite routing using new MGRoute class
Elrond
2012-12-23
1
-12
/
+15
*
Move things from routing.py to tools/routing.py
Elrond
2012-12-23
1
-0
/
+63
*
Provide tools.response.render_http_exception and use that
Sebastian Spaeth
2012-12-23
1
-0
/
+19
*
Remove Mongoism query.skip()
Sebastian Spaeth
2012-12-21
1
-2
/
+5
*
Remove webob from render_to_response
Sebastian Spaeth
2012-12-21
1
-1
/
+5
*
Extend redirect helper to take optional location keyword
Sebastian Spaeth
2012-12-21
1
-10
/
+17
*
Move DBModel._id -> DBModel.id
Sebastian Spaeth
2012-12-21
2
-3
/
+3
*
Switching both gettext calls to _() so babel can find/extract them.
Christopher Allan Webber
2012-12-14
1
-4
/
+6
*
Add comments explaining how translitcodec *is* used
Christopher Allan Webber
2012-12-14
1
-0
/
+2
*
Add example to the lazy gettext version to make clear when it's appropriate
Sebastian Spaeth
2012-12-14
1
-1
/
+4
*
Use the correct translation mechanism
Sebastian Spaeth
2012-12-14
1
-3
/
+4
*
Remove gridify_*
Sebastian Spaeth
2012-12-04
1
-31
/
+0
*
Fallback to "en_US" if browser does not send preferred languages
Sebastian Spaeth
2012-12-04
1
-16
/
+13
*
Provide jinja2 urlencode filter
Sebastian Spaeth
2012-12-03
1
-0
/
+4
*
en_US is always available
Sebastian Spaeth
2012-12-02
1
-7
/
+8
*
Fixing bug where not all conditions returned a language in get_locale_from_re...
Christopher Allan Webber
2012-12-01
1
-1
/
+2
[next]