Committing extracted and compiled translations
[mediagoblin.git] / mediagoblin /
2012-09-24 Christopher Allan... Committing extracted and compiled translations
2012-09-24 Christopher Allan... Committing present MediaGoblin translations before...
2012-09-24 Christopher Allan... Correcting a couple of spelling errors. Thanks elesa...
2012-09-22 Joar WandborgRemoved logging entry from sniff_handler
2012-09-22 Joar WandborgFixed typos visisble, appplication
2012-09-21 Christopher Allan... Committing extracted and compiled translations
2012-09-21 Joar WandborgAdded name kwarg to Column(Enum(...)) in OAuth models
2012-09-21 Joar WandborgAdded flask-wtf html5 fields to extlib
2012-09-21 Joar WandborgAdded client registration caps to OAuth plugin
2012-09-19 Joar WandborgFixed typo in OAuth README
2012-09-19 Joar WandborgAdded security warning to OAuth README
2012-09-19 Joar WandborgFixed a horrible security issue in the OAuth plugin.
2012-09-18 Joar WandborgAdded some more helpful links to the OAuth docs
2012-09-18 Joar WandborgFixed typo in OAuth docs, recieve => receive
2012-09-18 Joar WandborgAdded documentation for the OAuth plugin
2012-09-18 Joar WandborgStyle fixes
2012-09-18 Aaron WilliamsonFixed post-collect redirect to always take user to...
2012-09-18 Aaron WilliamsonFixed collection sidebar for media_home to user collect...
2012-09-18 Aaron WilliamsonReference collection creator through already-existing...
2012-09-18 Aaron WilliamsonRemoved unnecessary reference to may_edit_collection...
2012-09-18 Aaron WilliamsonAdded default for 'collected' column to migration
2012-09-18 Aaron WilliamsonFixed migrations for Collection and CollectionItem...
2012-09-18 Aaron WilliamsonAdded migrations for Collection and CollectionItem...
2012-09-18 Aaron WilliamsonFixed collections migration to add 'collected' column...
2012-09-18 Aaron WilliamsonAdded new files for collections
2012-09-18 Aaron WilliamsonAdded basic collection functionality
2012-09-17 Joar WandborgFixed validation in API post_entry.
2012-09-15 Joar WandborgAPI: Fixed media file URLs, limits
2012-09-15 Joar WandborgAdded CORS headers to API json_response
2012-09-15 Joar WandborgFixed ?next=<url> argument for require_active_login
2012-09-15 Joar WandborgFixed tests
2012-09-15 Joar WandborgFixed typo in API post_entry
2012-09-15 Joar WandborgAdded post_entry at /api/submit
2012-09-15 Joar WandborgAdded fields to /api/entries, wrote docstrings for...
2012-09-15 Joar WandborgAdded /api/entries view
2012-09-13 Joar WandborgCreated API plugin, moved api_auth to the API plugin
2012-09-13 Joar WandborgAdd OAuth models, plugin DB migrations, api_auth
2012-08-27 warpFix for issue #491, invert latitude when neccesary.
2012-08-22 Will Kahn-GreeneChange version to 0.3.2.dev
2012-08-22 Will Kahn-GreeneUpdate version to 0.3.1 final
2012-08-22 Christopher Allan... Committing extracted and compiled translations
2012-08-22 Christopher Allan... Committing present MediaGoblin translations before...
2012-08-20 Christopher Allan... Updated flatpages example in plugins.rst to reflect...
2012-08-19 Christopher Allan... Committing extracted and compiled translations
2012-08-19 Christopher Allan... Committing present MediaGoblin translations before...
2012-08-19 Christopher Allan... Merge remote-tracking branch 'refs/remotes/merge-reques...
2012-08-19 Christopher Allan... Merge remote-tracking branch 'refs/remotes/merge-reques...
2012-08-18 Aleksejadd titles to two pages and fix a typo in docs
2012-08-13 Aleksejuse YYYY-MM-DD HH:MM 24-hour format on panels
2012-08-13 Aleksejadded title tags to various pages and marked a string...
2012-08-13 Aleksejreplaced os.path.split()[0] with os.path.dirname()...
2012-08-12 Christopher Allan... Duplication of rstrip unnecessary in link_assets function
2012-08-11 Joar WandborgAudio support now creates OGG instead of WAV
2012-08-07 Joar WandborgChanged <pre> margin to confirm with <p> margins
2012-08-07 Jakob Kramerallow pre+code tags in rendered HTML
2012-08-07 Jakob Kramerrenamed MARKDOWN_INSTANCE to UNSAFE_...
2012-08-05 Joar WandborgNon-performance improvements to cloudfiles
2012-08-05 Christopher Allan... Committing extracted and compiled translations
2012-08-05 Christopher Allan... Committing present MediaGoblin translations before...
2012-08-04 Christopher Allan... Removing text on frontpage that suggests we have favori...
2012-08-03 Joar WandborgFixed a UnicodeError in the sql.models.MediaEntry
2012-07-31 Joar WandborgAll processing exceptions are now logged
2012-07-28 Joar WandborgAdded text-overflow: ellipsis to the media thumbnails
2012-07-27 Joar WandborgCopied base.html to airy and changed the logo
2012-07-26 Christopher Allan... Merge remote-tracking branch 'refs/remotes/gandaro...
2012-07-26 Christopher Allan... Merge remote-tracking branch 'refs/remotes/willkg/plugi...
2012-07-23 Jef van SchendelInclude Airy theme by default
2012-07-20 Jef van SchendelAdd zoom-in cursor css; small indentation fix
2012-07-20 Jef van SchendelEdit comment-notification text
2012-07-20 Jef van SchendelInsignificant edits to logo SVG
2012-07-19 Jef van SchendelIncrease Description and Bio textarea height to 100px
2012-07-18 Jakob Kramermake mg_globals.translations thread-safe
2012-07-18 Will Kahn-Greene[Issue 466] Implement e-z plugin disabling
2012-07-18 Will Kahn-GreeneRework plugin infrastructure to nix side-effects
2012-07-16 Will Kahn-GreeneOverhaul flatpages
2012-07-16 Will Kahn-GreeneFix template
2012-07-16 Will Kahn-GreeneFinish flatpagesplugin; add plugin docs
2012-07-16 Will Kahn-GreeneFlatpages first pass
2012-07-15 Christopher Allan... Moving extrahead.html -> extra_head.html because it...
2012-07-15 Christopher Allan... Small fix to themedata_for_theme_dir utility about...
2012-07-15 Christopher Allan... Allow for an "extrahead" template where themers can...
2012-07-15 Christopher Allan... Store licensing info as well
2012-07-14 Christopher Allan... Setup the scaffolding for theme installing, but it...
2012-07-14 Christopher Allan... Break the asset linking code off into a reusable function
2012-07-14 Christopher Allan... Moving the "dependency injection printer tools" over...
2012-07-14 Christopher Allan... asset linking command now works
2012-07-14 Christopher Allan... Start of the `./bin/gmg theme assetlink` command.
2012-07-14 Christopher Allan... Make the theme_linked_assets_dir config option point...
2012-07-14 Christopher Allan... Making the register_themes() tool also return the curre...
2012-07-14 Christopher Allan... Serve and setup the mediagoblin "linked theme" assets...
2012-07-14 Christopher Allan... Add the theme domain to the application's staticdirector
2012-07-14 Christopher Allan... Update staticdirect stuff so it can handle "domains...
2012-07-14 Christopher Allan... Kill MultiRemoteStaticDirect... nobody was really using...
2012-07-14 Christopher Allan... Moving staticdirect to tools/
2012-07-14 Christopher Allan... Themes are now registered and can have their templates...
2012-07-14 Christopher Allan... Early version of theme registry code
2012-07-12 Jakob Kramerremoved _make_safe in favor of functools.wraps
2012-07-10 Joar WandborgProcessing panel improvements
2012-07-10 Joar WandborgPanel improvements
2012-07-10 Joar WandborgMinor improvements to the processing panel
next