mediagoblin.git
2013-03-04 Christopher... Three fixes to collection adding view, one of them...
2013-03-03 Joar WandborgRemoved debugging exception
2013-03-03 Joar WandborgUpdated raven plugin
2013-03-02 Joar Wandborgplugin/raven: Fix paster's celery config issue
2013-03-02 Joar WandborgAdded raven plugin docs to docs
2013-03-02 Joar WandborgRemoved stray )
2013-03-02 Joar WandborgRemoved PLUGIN_DIR from raven
2013-03-02 Joar WandborgDon't look for the oauth config in raven plugin
2013-03-02 Joar WandborgRefactored raven plugin
2013-03-02 Joar WandborgAdded raven plugin
2013-03-02 Joar WandborgAdded .send method to cloudfiles storage object
2013-03-02 Sebastian SpaethMake Cloudfiles copy memory efficient too (#419)
2013-03-02 Joar WandborgFixed hidden fields in oauth client authorization
2013-03-02 Joar WandborgDo not encode the next kwarg twice
2013-03-02 ElrondTurn "License preference" into a normal field.
2013-03-01 ElrondFix some media page redirects in media_collect.
2013-03-01 ElrondFixup _("...") % (...) in media_collect.
2013-02-27 Christopher... MediaGoblin not really anything to do with FooCorp...
2013-02-27 Christopher... Fixing translations stuff for command line tools and...
2013-02-27 Christopher... Simplifying the test for whether or not a user and...
2013-02-26 Christopher... Removing html5shiv for not complying with its own licen...
2013-02-26 Joar WandborgAllow media managers without sniff_handler
2013-02-26 Christopher... Copying the license from the jquery repository rather...
2013-02-26 Christopher... Simplifying the "id:" url detection, per Elrond's sugge...
2013-02-26 Christopher... Replacing several request.matchdict['media'] -> media_s...
2013-02-26 Christopher... Media URLs with ids in them are now like /u/cwebber...
2013-02-26 Christopher... Stylistic cleanups to some urlgen calls.
2013-02-26 Christopher... Small PEP-8 compliance fix.
2013-02-26 Christopher... Import sqlalchemy's and_ and use it in our select statement
2013-02-26 Christopher... And of course, we need to actually commit at the end...
2013-02-25 Christopher... Dope'ily missed .count() on the query where we're counting
2013-02-25 Christopher... Supplying migrations for a bold new era of mediagoblin...
2013-02-25 Christopher... You can now set the PASTE_CONFIG environment variable...
2013-02-24 Christopher... Removing stray character from pythonsnake's doc change...
2013-02-24 pythonsnakeFix bug 461
2013-02-24 Jef van SchendelImproved dropdown styling, part deux
2013-02-24 Jef van SchendelMerge branch 'master' of gitorious.org:mediagoblin...
2013-02-24 Jef van SchendelImproved dropdown styling
2013-02-24 Christopher... Changing the order so that config_spec.ini is mentioned...
2013-02-24 Christopher... Merge remote-tracking branch 'refs/remotes/pythonsnake...
2013-02-24 Christopher... Merge remote-tracking branch 'refs/remotes/pythonsnake...
2013-02-24 Christopher... Renaming "extrahead" template hooks to "head".
2013-02-24 Christopher... extra_head template hook. This will allow plugins...
2013-02-24 ElrondAdd owner to list of collections.
2013-02-24 ElrondUse media.id for collecting media too.
2013-02-24 ElrondUse the media id for attachmemt editing.
2013-02-23 Christopher... Committing extracted and compiled translations
2013-02-23 Christopher... Committing present MediaGoblin translations before...
2013-02-22 Joar WandborgFix stray comma in listings.views.atom_feed
2013-02-22 Joar WandborgAdded some empty templates
2013-02-22 András Veres... simplified get_useful
2013-02-22 András Veres... use dict.iteritems() instead of dict.items()
2013-02-22 András Veres... use list expression instead of 3-deep for
2013-02-22 András Veres... simplified clean_exif
2013-02-22 András Veres... close file properly and remove unneeded variable
2013-02-22 András Veres... typofix in comment
2013-02-22 András Veres... use key in dict instead of key in dict.keys()
2013-02-22 András Veres... removed unused import cgi.FieldStorage
2013-02-22 András Veres... removed unused import re
2013-02-22 András Veres... removed unnecessary collection lookup
2013-02-22 András Veres... removed unused import NotFound
2013-02-22 Christopher... Changing name for atom feed view to be more generic...
2013-02-22 Sebastian SpaethIntegrate all atom feed in template
2013-02-22 Sebastian SpaethAdding an Atom RSS feed for all media on the server
2013-02-22 ElrondCreate wtforms_util.render_label(_p) and use it around.
2013-02-22 ElrondUse wtforms_util.render_field_div more in media_collect...
2013-02-21 Christopher... Merge remote-tracking branch 'aleksej/632_config_spec_c...
2013-02-21 Christopher... Remove "translation legos" and linkify the tag to more...
2013-02-21 Christopher... Making the tags on media pages point to the user's...
2013-02-21 Christopher... Fixing user gallery tags filter to be on slug rather...
2013-02-21 Christopher... Merge remote-tracking branch 'refs/remotes/spaetz/WIP...
2013-02-20 Runar Peturssonplugins/api: fix for cross origin requests
2013-02-19 ElrondFix some small bits in base.html.
2013-02-19 ElrondMerge remote-tracking branch 'pythonsnake/537_version'
2013-02-18 ElrondFix deleting media with attachments.
2013-02-18 Joar WandborgFix errors in collection views
2013-02-13 Joar WandborgChange from email format in tag URI to domain format
2013-02-13 Joar WandborgAddress concerns in Issue #543
2013-02-13 pythonsnakeMention mediagoblin/config_spec.ini
2013-02-12 ElrondAdd markdown notice to collection description.
2013-02-11 pythonsnakeAdded "version" before the version
2013-02-10 Christopher... Fixing MANIFEST.in: graft expects one directory per...
2013-02-10 Christopher... Updating MANIFEST.in for more files... trying to make...
2013-02-10 Joar WandborgTuned logging and added comments to 511 fix
2013-02-10 pythonsnakeFixed issue #511.
2013-02-10 pythonsnakeFix bug 629
2013-02-10 pythonsnakeFix bug 537
2013-02-10 Aleksejcorrect typo in a comment in config_spec.ini
2013-02-09 Christopher... Merge remote-tracking branch 'refs/remotes/elrond/sql...
2013-02-09 ElrondAdd type="text/javascript" for <script>.
2013-02-08 Jef van SchendelAdd translation tags; remove unnecessary title attribut...
2013-02-08 Jef van SchendelRemove unused translation variable
2013-02-08 Jef van SchendelFix "Add to collection" button: remove icon, add text...
2013-02-08 Jef van SchendelRemove the collection counter because it's not needed
2013-02-08 ElrondKill monkeypatching of ProcessingState.
2013-02-08 ElrondAlso refactor "copy original into public storage".
2013-02-08 ElrondUse ProcessingState for video.
2013-02-08 ElrondProcessingState: Document monkey patching.
2013-02-08 ElrondImplement ProcessingState class and use for images
2013-02-07 Joar WandborgUse logging.config.fileConfig()
next