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

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


The annotated tag, v0.0.5 has been created
        at  7f8d1b6f296af8f4275dffabf2e358a105f6e7c5 (tag)
   tagging  05d5d45bf9db4ffe6f7987a8c66e9f547fb1ce15 (commit)
  replaces  v0.0.4
 tagged by  Will Kahn-Greene
        on  Thu Sep 1 21:12:47 2011 -0400

- Shortlog ------------------------------------------------------------
Tagging 0.0.5

Alejandro Villanueva (1):
      Checks if the email(lowercase) have been used before to register a user

Caleb Forbes Davis V (7):
      Bug #488 - email validation assumes active login
      Bug #372 - MediaEntry.thumbnail_file not used
      Feature #446 - Render the submission form using the render_divs macro
      eliminates textarea handling since rows cols not required in HTML5
      uses render_divs for the comments form in media.html for completeness
      Bug #503 - removes inert navigation buttons
      only remove the inert Xs when the user has one item

Christopher Allan Webber (137):
      Store the task id of a processing action in the database.
      Joar points out that these are "local" rather than "user" config
      Merge branch 'master' of gitorious.org:mediagoblin/mediagoblin
      Merge remote branch 'remotes/jwandborg/f477_cloudfiles'
      Tools to extract translation from python files and templates
      MediaGoblin source translation, Transifex config file, German translation test :)
      Changed mediagoblin translations directory to the one we actually use.
      Correct version of the GNU MediaGoblin welcome string translated into German :)
      Merge remote branch 'remotes/schendjes/master'
      Merge remote branch 'remotes/osamak/master'
      Just some indentation changes to the templates because I'm picky about such things :)
      New extracted strings from the templates!
      Swedish translations updated to 100%
      Compiled the new Swedish translations.
      Merge remote branch 'remotes/elrond/dev/mount_storage'
      Actually I did *not* successfully check in our new languages (sr and sv); now fixed :)
      Once again compiling .po to .mo
      Merge branch 'master' of gitorious.org:mediagoblin/mediagoblin
      We should pass ugettext instead of gettext into the jinja template env
      mediagoblin/translations/ directory not used, mediagoblin/i18n/ is; removing former
      Provide a pass_to_ugettext method and set up gettext to default to English.
      Marked relevant strings in python views/forms for translation via ugettext
      Extracted translatable strings from python files.
      New translations including Swedish at 100% (again! now with python strings)
      Compiling the translations files again
      Joar updating a typo in the Swedish translations :)
      Utilities to lazily translate strings and also fake a translation for extraction
      Make it so that form fields and descriptions are actually translated
      Merge branch 'mergeme'
      Converting all forms to use the "fake/null" gettext conversion function
      Removing a tab.  This is a tab-free zone!
      Ooops!  We should do a fake ugettext passthrough here also.
      Minor change to indentation
      Updating translations
      Updating translations
      Merge branch 'master' into processing
      We should save the entry *after* we add the queued_task_id.
      Generate the ObjectId() manually instead of via .save()
      Merge branch 'master' into processing
      Adding slightly clearer docs to MountStorage.
      Moving things around a bit/commenting in the submit view to make the workflow clearer
      Merge remote branch 'remotes/gullydwarf-cfdv/f446_use_render_divs_once_per_form'
      Making the users_with_username function call in the register view slightly cleaner
      Also normalize user's emails to .lower() when we accept the user.
      If both the username and the email checks fail, warn about both at the same time
      Merge remote branch 'remotes/gullydwarf-cfdv/b372_rmdbfield_thumbnail_file'
      Merge remote branch 'remotes/gullydwarf-cfdv/b488_email_validation_assumes_active_login'
      PEP-8ing the keyword argument passing here
      Merge branch 'master' into processing
      Converting object_gallery() from a block to a macro and updating usages of it
      Missing multi=True closing this migration, oops :)
      Create processing errors and raise BadMediaFail on failure to load the image
      Add fail_error and fail_metadata fields to MediaEntry and relevant migration
      Proper handling of processor failures, working as hoped!
      Capture and properly handle errors.
      @task decorator no longer used!  Removing that import.
      Converting multi-line-string-comment to a real comment.
      Updated extracted translations
      Switch BaseProcessingFail.exception_path's separator from period to colon
      Method to get the failure exception object for a MediaEntry, if appropriate.
      Processing panel view
      Malicious uploads test with fake but not really image files working! :)
      Pulled down latest translations
      Pulled down latest translations
      From Jef van Schendel: "here's a spot to tell others about yourself"
      Switch "atom feed" to "Atom feed" and made the icons and text separate links
      Added an alt tag to the feed icons.  Accessibility!  Woo!
      Give a message if the user hasn't filled in their profile yet.
      More useful messages about when stuff isn't there on a user's homepage.
      Feed link, as an includable template!
      Switch the grid over to using a... erk... table! :)
      Merge branch 'master' of gitorious.org:mediagoblin/mediagoblin
      Merge branch 'processing'
      Removing this commented out </div><div> from the media template
      Just a bit of spacing to make things easier to read by a little bit.
      Changing datetime formatting from |format to .stftime()
      Change the ordering of the app's __call__ method (attach things to request first)
      Merge remote branch 'remotes/schendje/master'
      Allow a user to pass in a status to render_to_response
      Adding and making use of the new 404 error page :)
      Tacking on an empty matchdict when 404'ing just in case a template expects it
      Use render_404 EVERYWHERE!
      Changing the welcome text based on IRC conversations and marking for translation.
      Marking the 404 page for translation
      Removing unused imports
      Merge remote branch 'remotes/schendje/master'
      Use "with closing(tf)" since TarFile doesn't have .__exit__()
      Removing some print debugging from import_export
      Apparently we *should* _clean(args), that was commented out for debugging :)
      Import / export to a temporary directory if cache_path not provided.
      We should use os.path.join to concatenate directories.
      Merge branch 'jwandborg-f298_create_envball'
      Slightly wrapping paste error middleware and turning it on
      Better derp eyes for a 500 error in the ascii art :)
      Added a docstring to mgoblin_error_middleware
      Merge remote branch 'remotes/elrond/dev/storage_config'
      Updating tests for new storage config code
      Updating the mediagoblin manual's foreward:
      Changing the MediaGoblin Sphinx docs a bit...
      MediaGoblin favicon by Alex Camelio!!! OMG.
      Add titles to media entries in galleries
      I think the media entries' titles look nicer if they're a bit smaller.
      Feature #506: link to original sized image if we scaled the image down.
      Experimentally putting logo in place
      Removing any chance of spaces in the logo link
      Merge branch 'master' into jwandborg-f482_media_attachments
      Wrap "add attachment" in a paragraph for proper spacing.
      We're no longer a GNU project in the making... we're a straight up GNU project!
      Must switch queuestore_base_dir -> base_dir in test_mgoblin_app.ini
      Static serving in test_paste.ini wasn't pointing at test_user_dev either
      Changing account "verified" to account "activated" in some points for clarity.
      Also changing "Verification needed!" to "Email verification needed!"
      Updating extracted translation template
      Pulling down new translations
      '<a>GNU project</a>' to '<a>GNU</a> project'
      Updating extracted translations
      Pulling down new translations
      Merge remote branch 'remotes/jwandborg/configure_smtp'
      Merge remote branch 'refs/remotes/tychoish/master'
      Merge remote branch 'jwandborg/f519_cloudfiles_performance_fix'
      Pulling down latest translations
      Merge remote branch 'remotes/jwandborg/f403_ability_to_delete'
      I think confirm_delete deserves a url like /confirm-delete/ rather than /confirm/
      Giving schendje some auth registration descriptions so he can style them!
      Merge remote branch 'remotes/jwandborg/f403_ability_to_delete'
      Also allow admins to delete other users' media.
      Caution the admins about deleting the users' media though.
      Merge remote branch 'remotes/gullydwarf-cfdv/b503_remove_inert_prev_nav_buttons'
      Make edit and delete links a bit prettier by making them separate links
      Merge remote branch 'remotes/schendje/master'
      Might as well be consistent about "<a>GNU</a> project" in the footer too
      Extracted translations
      Pulled down latest translations.
      Merge remote branch 'remotes/jwandborg/cloudfiles_storage_object_wrapper'
      Added a bit of clarification about what the medium.jpg corruption
      Remove the inner-classing-ness of StorageObjectWrapper
      I feel pretty strongly about the buttons being bold.

Elrond (13):
      First start at MountStorage.
      MountStorage: Some small fixups/changes.
      MountStorage: Create all the wrappers
      MountStorage: drop u'' nonsense from mount method
      MountStorage: Better error reporting
      Merge remote branch 'upstream/master' into dev/mount_storage
      MountStorage: Add docs.
      MountStorage: Improve mounting asserts
      Storage Config: Use own section
      storage Config: Stop being backward compatible (beginning).
      Storage config: Drop all Backward Compatibility
      Storage Config: Finally drop debug
      Document changes to storage_system_from_config

Jef van Schendel (22):
      Sidebar changes: correct tags header to be <h3>, show action buttons header only to owner
      Small changes to media.html: changed order of uploader/date and description, added css classes
      Removed temporary logo image, replaced it with text for now
      Whole bunch of changes to base.css
      Remove space at end of MediaGoblin logo link
      No longer center small images
      Replace the Feed icon with a transparent one, put it next to the [atom feed] links
      Fix text sizes (use relative values), remove some unnecessary text sizes, add some spaces here and there
      Added empty_space class for user profile placeholders
      First ugly push with Lato typeface
      Small size correction for footer text and <input> button text
      Small changes: adjust text color, add h2 text size
      New layout for root.html
      Add 404 page and image
      Bug #464 Font in text fields is inconsistent
      Bug #486: Generic submit button label
      Feature #494: login vs. log in -- lots of incorrect usage
      Missed one thing for Bug #464
      Logout -> log out
      Add 500.html page
      Testing logo without logo
      Style changes for form labels and descriptions

Joar Wandborg (22):
      Feature 477 - Support Cloud Files public storage
      Feature #477 - Cloud Files public storage
      Feature #482 - Media attachments
      Added SMTP configuration options
      Feature #298 - Environment tarball
      Feature #298
      Feature #298 - Changed some defaults in gmg_commands.import_export
      Merge branch 'master' of git://gitorious.org/mediagoblin/mediagoblin into f298_create_envball
      Feature 298 - Create environment tarball
      Feature #298 - Create environment tarball
      Feature #298 - Create environment tarball
      Feature #482 - Media attachments -
      Feature/Bug #519 - CloudFilesStorage.get_file() performance issue - Fix
      Feature #489 - SMTP configuration options - Acts on feedback from cwebber.
      Added notice that deletion of a media entry is *permanent*
      Added tests for delete/confirm_delete
      Deleted old `mediagoblin.confirm` files
      Feature #403 - Ability to delete media entries - Fixes according to feedback
      Bug #530 - CloudFiles - Incorrect MIMEtypes - Fixed!
      Made a wrapper for cloudfiles.storage_object.Object
      Bug #532 - CloudFiles StorageObjectWrapper AttributeError - Fix + More
      Get this confirm_routing import out of here.. it doesn't exist! :)

Karen Rustad (1):
      adds feature #458 -- given a column number, limits the number of items in a row (and adds divs saying so). No CSS styling to make these demarcations visible, though

Mark Holmquist (2):
      + 'confirm' section for confirmation dialogues
      * Fix bad commit (oops!)

Osama Khalid (1):
      Adding {% trans %} to all fixed strings in the templates

Will Kahn-Greene (6):
      Removes .pyc files from mgext directory after building
      Switches to Zooko's version method
      508. Updates COPYING file; adds translations bit
      508. Updates copyright/license information
      Adds another contributor
      Updates version number in docs

tycho garen (1):
      Documentation Revision, clarification, and editing.

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

-- 
mediagoblin packaging



More information about the pkg-multimedia-commits mailing list