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
*
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
*
Fall back to "en" if we don't find matching translations
Sebastian Spaeth
2012-12-02
1
-1
/
+1
*
Honor user's browser language (#558)
Sebastian Spaeth
2012-12-02
2
-11
/
+21
*
Fix i18n in our browser
Sebastian Spaeth
2012-12-01
1
-12
/
+13
*
Implement licenses.get_license_by_url
Sebastian Spaeth
2012-11-30
1
-0
/
+10
*
Improve mediagoblin.tools.licenses
Sebastian Spaeth
2012-11-30
1
-34
/
+38
*
Merge remote-tracking branch 'spaetz/formerge/538_FORBIDDEN_admin_pages'
Elrond
2012-11-29
1
-5
/
+26
|
\
|
*
Fix error page text
Sebastian Spaeth
2012-11-29
1
-2
/
+2
|
*
Implement generic error pages
Sebastian Spaeth
2012-11-29
1
-5
/
+26
*
|
Merge remote-tracking branch 'spaetz/formerge/507_remove_routes'
Elrond
2012-11-29
1
-6
/
+4
|
\
\
|
|
/
|
/
|
|
*
Purge routes package from MG (#507)
Sebastian Spaeth
2012-11-20
1
-6
/
+4
*
|
No need to strip the tag 4 times
Sebastian Spaeth
2012-11-16
1
-5
/
+4
*
|
Slightly shorten the media_tags_as_string function
Sebastian Spaeth
2012-11-14
1
-5
/
+3
*
|
Remove tag delimiter configurability (#390), fixed pep-8 compliance
dunkyp
2012-11-14
1
-8
/
+7
|
/
*
Fixed OAuth access_token duplicate route
Joar Wandborg
2012-10-15
1
-0
/
+1
*
Fixed 404 page under werkzeug.routing
Joar Wandborg
2012-10-14
1
-6
/
+1
*
Switched most stuff over from Routes
Joar Wandborg
2012-10-14
1
-1
/
+1
*
Fixed pylint issues, removed unused import
Joar Wandborg
2012-10-02
1
-1
/
+0
*
Changed copy.copy(get_params) to dict(get_params)
Joar Wandborg
2012-09-30
1
-1
/
+1
*
Replaced all request.POST with request.form, ...
Joar Wandborg
2012-09-29
1
-1
/
+1
*
Switch from webob.Request to werkzeug.wrappers.Request
Joar Wandborg
2012-09-29
1
-13
/
+4
*
Added tests for HTTP callbacks
Joar Wandborg
2012-09-27
1
-0
/
+9
*
HTTP callback fixes
Joar Wandborg
2012-09-26
1
-4
/
+11
*
Added support for http callbacks on processing
Joar Wandborg
2012-09-26
1
-0
/
+73
*
Added flask-wtf html5 fields to extlib
Joar Wandborg
2012-09-21
1
-0
/
+1
*
Created API plugin, moved api_auth to the API plugin
Joar Wandborg
2012-09-13
1
-29
/
+0
*
Add OAuth models, plugin DB migrations, api_auth
Joar Wandborg
2012-09-13
1
-1
/
+34
*
Fix for issue #491, invert latitude when neccesary.
warp
2012-08-27
1
-0
/
+3
*
replaced os.path.split()[0] with os.path.dirname() and corrected a couple of ...
Aleksej
2012-08-13
1
-2
/
+2
*
allow pre+code tags in rendered HTML
Jakob Kramer
2012-08-07
1
-1
/
+2
*
renamed MARKDOWN_INSTANCE to UNSAFE_...
Jakob Kramer
2012-08-07
1
-2
/
+4
*
Merge remote-tracking branch 'refs/remotes/gandaro/369-thread-gettext'
Christopher Allan Webber
2012-07-26
2
-7
/
+6
|
\
|
*
make mg_globals.translations thread-safe
Jakob Kramer
2012-07-18
2
-7
/
+6
*
|
Rework plugin infrastructure to nix side-effects
Will Kahn-Greene
2012-07-17
1
-60
/
+40
|
/
*
Finish flatpagesplugin; add plugin docs
Will Kahn-Greene
2012-07-16
1
-1
/
+49
*
Flatpages first pass
Will Kahn-Greene
2012-07-16
1
-1
/
+33
*
Small fix to themedata_for_theme_dir utility about sections
Christopher Allan Webber
2012-07-14
1
-1
/
+1
*
Store licensing info as well
Christopher Allan Webber
2012-07-14
1
-1
/
+2
*
Moving the "dependency injection printer tools" over to tools/common.py
Christopher Allan Webber
2012-07-14
1
-0
/
+36
*
Making the register_themes() tool also return the current theme
Christopher Allan Webber
2012-07-14
1
-2
/
+11
*
Update staticdirect stuff so it can handle "domains" of staticdirection
Christopher Allan Webber
2012-07-14
1
-22
/
+27
*
Kill MultiRemoteStaticDirect... nobody was really using it anyway
Christopher Allan Webber
2012-07-14
1
-17
/
+0
[next]