[SCM] mediagoblin packaging annotated tag, v0.2.0, created. v0.2.0

js at users.alioth.debian.org js at users.alioth.debian.org
Sun Aug 20 22:08:02 UTC 2017


The annotated tag, v0.2.0 has been created
        at  df26604ec40e9700d9dad31186f185bb4f2ae773 (tag)
   tagging  449f58e446ff50f9c84a99a123bd0225a4907f52 (commit)
  replaces  v0.1.0
 tagged by  Will Kahn-Greene
        on  Mon Dec 12 11:41:49 2011 -0500

- Shortlog ------------------------------------------------------------
Tag 0.2.0

Aaron Williamson (7):
      Display and error and redirect to login page if unauthenticated user tries to access resend_verification.
      Regenerated English .po file to include new string.
      Check request.user to determine if user is logged in.
      Fixed conflict in /auth/views.py.
      Make sure user isn't already verified before resending verification.
      Reverse order of sanity checks: check email_verified after making sure there's a user in the request.
      Update english translation file.

Christopher Allan Webber (66):
      Recommendation to install flup!
      We left out a critical fastcgi variable from the nginx config
      Indentation was off by one ;)
      A correct but compact set of instructions for fastcgi on nginx
      Correcting the mediagoblin static/media aliases in the deployment guide
      Updating translations
      Merge branch 'master' of gitorious.org:mediagoblin/mediagoblin
      Probably should have MANIFEST.in checked in, for doing python sdists
      Don't force-convert resized images to JPEG.
      Final step for non-force-conversion to jpeg
      Merge remote-tracking branch 'remotes/nyergler/issue-653-csrf-exception'
      Improved title block on media page
      Enhanced title for user profile page
      If the gallery view makes sure we have a user anyway, do we need this check?
      Enhanced title on the user's main media gallery
      Improving <title> on tag page *and* adjusting translation for RTL reasons
      Merge remote-tracking branch 'remotes/nyergler/pep8-ification'
      Only show "post a comment" link if comments already exist
      Accidentally had user['profile'] where it shoulda been user['bio']
      Merge branch 'master' of gitorious.org:mediagoblin/mediagoblin
      Adding app_config and global_config to the template environment
      Add app_config and global_config to the template environment
      Added Corey Farwell to the list of contributors
      Merge remote branch 'remotes/inconexo/441_comment_order'
      Allow user to set whether comments are ascending or descending
      Added Pablo Santos to the AUTHORS file
      Merge remote branch 'remotes/inconexo/613_custom_title'
      Added back the title block
      copy_local_to_storage, both general and specialized-for-BasicFileStorage versions
      Slightly clearer docs on copy_local_to_storage
      Made the image processing use intermediary conversion file.
      Tests for StorageInterface*.copy_local_to_storage()
      Merge remote-tracking branch 'remotes/jwandborg/master'
      Load multiple media types based on the media_types section of the config file
      Remove old enable_video config option
      Removing these video javascript files, which are currently unused
      Rename MediaGoblin middleware to meddleware to avoid confusion w/ wsgi middleware
      Uncommenting requires=['gst'] till I figure out why Joar added it there :)
      Updating translations
      Don't barf on templates that use the autoescaping extension
      Should be 404 for 404s, not 400 :)
      Merge branch 'master' of gitorious.org:mediagoblin/mediagoblin
      We should use the variable local_templates instead of user_template_path
      Updated translations
      Raise a slightly useful exception when we can't find the media type.
      Merge remote-tracking branch 'remotes/manolinux/645_gmg_adduser_prompt'
      PEP-8'ifying prompt_if_not_set
      Most users won't see this but having space after prompt still nice for passwords.
      Change "Your finest source of goblin related media" to something else
      Removing the conditional that checks if there's a media in media.html
      Merge branch 'master' of gitorious.org:mediagoblin/mediagoblin
      Updated translations
      Compiled the .mo files too
      Merge remote-tracking branch 'tychoish/master'
      Fix button word-wrapping issue
      Filled in reason #3 to submit separate out celery.
      Merge remote-tracking branch 'remotes/lorochka85/bug852_use_media_slug_instead_of_id'
      Cloudfiles not actually a dependency, removing from setup.py
      Update the delete item to use the _id after all... it's the safest way.
      Update comment URLs to use the media slug.
      Mark "newer/older" buttons for translation
      Allow administrators to disable keeping the original.  That's the new default!
      Add a note on how to up the upload size limit
      Removed extraneous whitespace from video.html
      Added the "Media types" chapter
      Updated translations

Corey Farwell (1):
      incorrect path in nginx config

Elrond (27):
      591: Let Testing Middleware check for staticdirect() usage
      Some docs for the TestingMiddleware
      Move TestingMiddleware to tests/tools.py
      Merge branch 'idea/check_mgoblin_static'
      640: Configuration files should mention their _local versions
      Mark two strings for translation
      export: Handle Unicode titles better in logging
      Enable mongokit's "Dot notation"
      Dot-Notation for "_id"
      Dot-Notation: x._id = ObjectId() doesn't seem to work properly
      Merge remote branch 'remotes/aaronw/bug614_verification_crash'
      Fix redirect to logical path
      Wrap long line.
      652: Don't show empty field labels.
      Rename MediaEntry.uploader() to .get_uploader()
      Add base class for Meddleware
      Use setup_global_and_app_config in gmg's migrate.
      Merge remote branch 'remotes/inconexo/588_lowercase_extension'
      Merge remote branch 'remotes/manolinux/683_text_separate_tags_by_commas_and_spaces'
      Mark two strings for translation
      Merge remote branch 'remotes/nyergler/issue-680-csrf-optout'
      fixture_add_user: Factoring a unit test tool
      Expect 404 in unit tests, if we now use 404.
      Bug #685: Add failing unit test
      Bug #685: only provide CSRF token if it exists
      Merge remote branch 'remotes/manolinux/671_spaces_in_tag_list_edit'
      Merge branch 'misc/fixture_add_user'

Jakob Kramer (5):
      added support for changing the password, issue #643
      added unittests, now using form errors and fixed bug when no GET parameter is given for /edit/profile/
      don't use 'and' anymore, if there is only one tag
      eyecandy for programmers
      fixed identation

Jef van Schendel (20):
      Several small changes (reordering/restyling) for media descriptions and comments
      Text changes to front page, as described in ticket #637
      Text changes to forgot-paddword page
      Add translation brackety things to forgot-password page, I forgot those
      Text edits and rearrangements to login.html
      On second thought, let's use this title for forgot_password.html
      Small style changes to navigation buttons
      Tiny padding change to vertically center navigation button arrows
      Change form structure and add relevant CSS rules
      Change button style a bit
      Change to background of "empty_space", it now uses an image
      Another change to button style. Renamed header_submit, header_submit_highlight and button classes, correct all references to these
      Slight change to error wording
      Small correction, this button should be button_action, not button_form
      Slight style changes to button_action_highlight
      Fix for bug #467, "Add explanatory copy to add/edit picture pages saying that tags are comma-separated"
      Change tag list from a list to a paragraph. Wrap text for translation.
      Remove Edit/Delete icons, since they are not required yet.
      Navigation buttons edits. Removed images as they are no longer needed. Related: bug #504
      Changed comment error message wording slightly. Btw, should we translate these things?

Joar Wandborg (25):
      Multimedia support - Commiting from a not yet finished state - Details below
      Multimedia support - Refractored video processing.
      Added arista to install requires
      Renamed video.presets => video.devices
      Multimedia refractoring, and added video thumbnail support
      Added parameter to transcoding_error
      Fixed incorrect logger.[...] calls
      - Refractored the video thumbnailer
      import_export - Added some error handling
      Video transcoding is now gstreamer directly instead of through arista
      Removed arista dependency
      Image media exceptions
      Added new thumbnailer, renamed old.
      Added pygtk to dependencies
      Minor fixes
      moved from videoscale => ffvideoscale *and* put queus before video and audio pipes
      Committing some futile attempts to make GStreamer transcode the audio properly.
      Fixed video transcoding
      Stashing changes
      Refractored GStreamer element linking
      Merge branch 'video_gstreamer-only'
      Fixes after merging video branch into master
      Fixes after merging video into master - part 2
      Video support is disabled by default, set enable_video to true to enable
      Fixes for video branch

Manuel Urbano Santos (5):
      * Bug #671: Tags list on Edit page is not seperated by spaces and hard to read : Make 'media_tags_as_string' function put a space after each comma.
      * Feature #678: Drop custom delimiters in tags
      Fix the text "Seperate tags by commas and spaces" since spaces are not used to seperate anymore.
      Change adduser arguments from positional to --keyword style.
      Prompt for arguments in adduser if not present (I created a function in util.py to check and prompt for arguments).

Nathan Yergler (7):
      Whitespace and formatting cleanup.
      has_key is deprecated, converting uses to use "in" operator.
      Issue 653: Don't throw exception if response has no vary header.
      Issue 653: Handle the case where request.vary is None
      Issue 653: This time for sure!
      Issue 680: Dispatch meddleware request processing post-routing
      Issue 680 Allow decorating views to prevent CSRF protection.

Pablo J. Urbano Santos (6):
      Allow instance owners to customize html titles of page:
      Added parameter ascending to MediaEntry::get_comments, if true, comments
      media_home: order comments by ascending date.
      Filename extensions are lowercased before uploading the image.
      Fixes #597. Add a visible error when user tries to delete an image
      Added a message noticing the user the image has been successfully

Will Kahn-Greene (7):
      Tweak runtests to be more helpful
      Update README
      Add some documentation to lazyserver.sh
      Doc updates
      Tweak rest formatting
      Fix doc footer
      Update version numbers

lora (2):
      issue 582: use media.slug instead of media.id
      Merge branch 'master' of git://gitorious.org/mediagoblin/mediagoblin

tycho garen (2):
      DOCS: update to deployment documentation and new production deployments doc
      DOCS:: #675 revision to deployment and production documents

-----------------------------------------------------------------------

-- 
mediagoblin packaging



More information about the pkg-multimedia-commits mailing list