aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tools
Commit message (Expand)AuthorAgeFilesLines
* Switching both gettext calls to _() so babel can find/extract them.Christopher Allan Webber2012-12-141-4/+6
* Add comments explaining how translitcodec *is* usedChristopher Allan Webber2012-12-141-0/+2
* Add example to the lazy gettext version to make clear when it's appropriateSebastian Spaeth2012-12-141-1/+4
* Use the correct translation mechanismSebastian Spaeth2012-12-141-3/+4
* Remove gridify_*Sebastian Spaeth2012-12-041-31/+0
* Fallback to "en_US" if browser does not send preferred languagesSebastian Spaeth2012-12-041-16/+13
* Provide jinja2 urlencode filterSebastian Spaeth2012-12-031-0/+4
* en_US is always availableSebastian Spaeth2012-12-021-7/+8
* Fixing bug where not all conditions returned a language in get_locale_from_re...Christopher Allan Webber2012-12-011-1/+2
* Fall back to "en" if we don't find matching translationsSebastian Spaeth2012-12-021-1/+1
* Honor user's browser language (#558)Sebastian Spaeth2012-12-022-11/+21
* Fix i18n in our browserSebastian Spaeth2012-12-011-12/+13
* Implement licenses.get_license_by_urlSebastian Spaeth2012-11-301-0/+10
* Improve mediagoblin.tools.licensesSebastian Spaeth2012-11-301-34/+38
* Merge remote-tracking branch 'spaetz/formerge/538_FORBIDDEN_admin_pages'Elrond2012-11-291-5/+26
|\
| * Fix error page textSebastian Spaeth2012-11-291-2/+2
| * Implement generic error pagesSebastian Spaeth2012-11-291-5/+26
* | Merge remote-tracking branch 'spaetz/formerge/507_remove_routes'Elrond2012-11-291-6/+4
|\ \ | |/ |/|
| * Purge routes package from MG (#507)Sebastian Spaeth2012-11-201-6/+4
* | No need to strip the tag 4 timesSebastian Spaeth2012-11-161-5/+4
* | Slightly shorten the media_tags_as_string functionSebastian Spaeth2012-11-141-5/+3
* | Remove tag delimiter configurability (#390), fixed pep-8 compliancedunkyp2012-11-141-8/+7
|/
* Fixed OAuth access_token duplicate routeJoar Wandborg2012-10-151-0/+1
* Fixed 404 page under werkzeug.routingJoar Wandborg2012-10-141-6/+1
* Switched most stuff over from RoutesJoar Wandborg2012-10-141-1/+1
* Fixed pylint issues, removed unused importJoar Wandborg2012-10-021-1/+0
* Changed copy.copy(get_params) to dict(get_params)Joar Wandborg2012-09-301-1/+1
* Replaced all request.POST with request.form, ...Joar Wandborg2012-09-291-1/+1
* Switch from webob.Request to werkzeug.wrappers.RequestJoar Wandborg2012-09-291-13/+4
* Added tests for HTTP callbacksJoar Wandborg2012-09-271-0/+9
* HTTP callback fixesJoar Wandborg2012-09-261-4/+11
* Added support for http callbacks on processingJoar Wandborg2012-09-261-0/+73
* Added flask-wtf html5 fields to extlibJoar Wandborg2012-09-211-0/+1
* Created API plugin, moved api_auth to the API pluginJoar Wandborg2012-09-131-29/+0
* Add OAuth models, plugin DB migrations, api_authJoar Wandborg2012-09-131-1/+34
* Fix for issue #491, invert latitude when neccesary.warp2012-08-271-0/+3
* replaced os.path.split()[0] with os.path.dirname() and corrected a couple of ...Aleksej2012-08-131-2/+2
* allow pre+code tags in rendered HTMLJakob Kramer2012-08-071-1/+2
* renamed MARKDOWN_INSTANCE to UNSAFE_...Jakob Kramer2012-08-071-2/+4
* Merge remote-tracking branch 'refs/remotes/gandaro/369-thread-gettext'Christopher Allan Webber2012-07-262-7/+6
|\
| * make mg_globals.translations thread-safeJakob Kramer2012-07-182-7/+6
* | Rework plugin infrastructure to nix side-effectsWill Kahn-Greene2012-07-171-60/+40
|/
* Finish flatpagesplugin; add plugin docsWill Kahn-Greene2012-07-161-1/+49
* Flatpages first passWill Kahn-Greene2012-07-161-1/+33
* Small fix to themedata_for_theme_dir utility about sectionsChristopher Allan Webber2012-07-141-1/+1
* Store licensing info as wellChristopher Allan Webber2012-07-141-1/+2
* Moving the "dependency injection printer tools" over to tools/common.pyChristopher Allan Webber2012-07-141-0/+36
* Making the register_themes() tool also return the current themeChristopher Allan Webber2012-07-141-2/+11
* Update staticdirect stuff so it can handle "domains" of staticdirectionChristopher Allan Webber2012-07-141-22/+27
* Kill MultiRemoteStaticDirect... nobody was really using it anywayChristopher Allan Webber2012-07-141-17/+0