[SCM] mediagoblin packaging annotated tag, v0.1.0, created. v0.1.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.1.0 has been created
        at  66123ab5f782b28cd842a1384a7db2f8a972f9bc (tag)
   tagging  8efddbf2986524ad777b671af9935b44d009103e (commit)
  replaces  v0.0.5
 tagged by  Christopher Allan Webber
        on  Wed Nov 2 09:09:53 2011 -0500

- Shortlog ------------------------------------------------------------
MediaGoblin 0.1.0: Living the Dream

Aaron Williamson (14):
      Moved common, translation, template, and url code out of util.py and into tools/[file].py
      Merge branch 'mediagoblin-upstream' into bug444_fix_utils_py_redux
      Finished splitting util.py into separate files.
      Finished splitting util.py into separate files.
      Merge branch 'mediagoblin-upstream' into bug444_fix_utils_py_redux
      Checkbox label is being translated in the form definition -- translating it in the template is redundant and breaks <label> functionality.
      Added a check to prevent blank messages from being posted.
      Update english translation file.
      Update english translation file.
      Move comment form below comments.
      Add label tag to fix translation issue.
      No need to translate label name.
      Make Comment posted! translatable.
      Put the trans tag in the right place.

Alejandro Villanueva (1):
      Adding fotgot password functionality

Caleb Forbes Davis V (9):
      oops, uses Alejandro's fp_verification_key. my bad.
      needed to access email_sender_address through mg_globals.app_config
      Changed phrasing, spelling, and added translations
      Avoids informing browser whether the username or email is a match
      Generalizes error model for change password verification
      Bug #534 - well, we don't really have collections or favorites yet
      refactors verify_forgot_password
      added unit tests for lost password code
      for readability, and adds unit test for expired token

Christopher Allan Webber (95):
      Basic beaker caching functionality added to the application.
      Make "newer" and "older" arrows not have underlined gap between image / text
      Make "newer" "older" translatable
      #i536: Removing attachments stuff from edit_media(), in its own method now
      delete_media_files() might as well use itervalues (thx Elrond)
      I can't believe I checked in my debugging garbage, removed!
      Removing description field cruft that mostly existed for testing purposes. :)
      Added a description to the slug field on the media entry form.
      Merge branch 'remotes/merge-requests/21' (early part)
      Mark description field's label for translation
      A couple more delete UI tweaks
      A couple of tweaks to the checkbox styling... pretty minor.
      Merge remote branch 'remotes/jwandborg/f571_closing_storage_objects'
      Caching test... pretty basic.
      Updating the confirm delete form: checkboxes shouldn't be required, make translatable
      Fixing the confirm delete unit test
      Turning on caching for mediagoblin testing after all?
      Merge branch 'i507_beaker_cache'
      Updating translations
      Adjusting spacing between function arguments
      Changing the forgot password urls so they all start under /auth/forgot_password/
      Resent verification email template and view aren't used anymore.  Removing!
      user_add_forgot_password_token_and_expires migration should set new fields to None/null
      Updating calls to recall password URLs to respect changed routing
      Avoiding using '$or' query modifier since that's newer-mongo only.
      Adjusting indentation a bit
      Adding additional check that verification key exists, and updating indentation
      If the user hasn't verified their email or account inactive give a special warning
      Also nullify verification key after verifying in the email confirmation step
      Keys in mongodb should be unicode, here...
      Adding a small docstring
      Renaming request.[GET|POST] as formdata instead of session; that's more accurate.
      Merge branch 'gullydwarf-cfdv-f357_lost_password_functionality'
      Using Local Fonts instead of Remote Fonts linked to Google.
      Adding Shawn to the contributor list.  By the way, it's Shawn *Khan* :)
      Adding Nathan Yergler, another recent contributor, to the AUTHORS list.
      Adding MIT.txt to the 960.gs extlib/ checkout.
      Merge remote branch 'remotes/elrond/idea/use_media_url_for_self'
      Marking some things on the frontpage for translation.
      Extracted, pushed, pulled, compiled translations
      Merge remote branch 'remotes/jwandborg/f587-split_storage_into_submodules'
      Stripping out whitespace on these translation blocks.
      Updating translations
      Merge remote branch 'remotes/elrond/misc/use_staticdirect'
      Merge remote branch 'remotes/elrond/misc/f602_client_cache_improvement'
      Merge remote branch 'remotes/nyergler/569-application-middleware'
      Merge remote branch 'remotes/jwandborg/storage_split_fix'
      Merge remote branch 'remotes/aaronw/bug444_fix_utils_py_redux'
      Fixing indentation in start.html
      Adding csrf token fields to the forgot password calls
      Fixing 404s, related to recent util refactoring.
      Merge remote branch 'remotes/elrond/idea/csrf_improvement'
      Merge remote branch 'remotes/elrond/misc/i592_use_full_path'
      Fixes issue662, MediaGoblin was broken by recent WebOb release.
      Support for older webobs and newer webobs both in accept language mess :)
      Now that we're encouraging in-package virtualenv use, we should update
      Require an older version of WebOb as a stopgap fix for Issue #622
      Should be Lato-Regular.ttf not Lato-Regular.woff (why was it even working?)
      Add a flup server option to the default paste.ini to make deployment a bit easier.
      Merge remote branch 'remotes/elrond/refactor/gmg_cf_option'
      Merge remote branch 'remotes/elrond/misc/add_db_field'
      flup, not flerp!
      Added an extra warning about wipealldata being pretty inflexible.
      Removed suggestion that the user run ./bin/buildout
      Renamed "Temporary button holder" to "actions"
      Only show the "post a comment" link if there's a logged in user
      Unclosed anchor tags in the tags!  Fixed :)
      Removing comment_form link which doesn't do anything?
      Removing this extra padding after form_field_box.
      Default to mediagoblin_local.ini if available in ./bin/gmg commands
      [620] Allow for multiple mediagoblin configs to be set in config.ini, use first
      Added a "broadcast" server config and a bit of helpful commenting (I hope!)
      Added a lot more details to deploying.rst
      More easy options for deploying without having to modify paste.ini...
      Hook mediagoblin up to nginx
      If I"m telling people to use fastcgi, we should probably use fastcgi ;)
      Let's comply with the Filesystem Hierarchy Standard
      Recommend that users use a non-privelaged user (thanks Elrond for the text)
      No reason to include commented-out things.
      Make sure we run fcgi in forked mode... mediagoblin is not currently thread safe!
      Added notes on a more permanent mediagoblin process.
      Configuring MediaGoblin, a loose sketch of documentation.
      First section of configuring mediagoblin
      Added the "making local copies" section to configuration.rst
      Making docs changes per Jim's suggestions.
      Enabling email notifications documentation!
      A cop-out section for all other config changes
      Added configuration to the index
      Merge remote branch 'remotes/j1mc/master'
      Updated translations
      Updated logo from Thorsten Wilms!
      Make sure you can't force comments on entries that don't exist.
      Removed the bloof print debugging
      0.1.0!
      0.1.0, also in the docs file! ;)

Elrond (16):
      Use media.url_for_self() instead of generating it
      Templates: Use request.staticdirect instead of /mgoblin_static
      When using paste's static content server to serve media
      Give debug message in email debug mode
      i592: Use full path in various places
      Some mostly cosmetic changes to CSRF
      Merge remote branch 'aaronw/feature469_comment_form_under_comments'
      Improve indentation a bit
      Merge remote branch 'aaronw/bug608_checkbox_labels'
      Merge remote branch 'aaronw/bug601_blank_comments'
      Hotfix: Renaming cookie broke unit tests
      Factor out a add_table_field function
      Change unit tests to use add_table_field
      Refactor gmg's cf option into a function
      Make gmg's -cf option a global option
      lazyserver.sh: Try paste_local.ini before paste.ini

Jef van Schendel (2):
      Small style changes: decrease button text size, change navigation button background color
      Merge remote branch 'remotes/elrond/misc/lazyserver_paste_local'

Jim Campbell (1):
      docs - tweaked configuration.rst for style.

Joar Wandborg (6):
      Feature #571 - Closing storage objects - Removed closing(), renamed
      Changed `*args` => `*exc_info` in CloudFilesStorageObjectWrapper
      Refractored gmg_commands.import_export
      Feature #587 - Split storage.py into submodules
      Fixed ./bin/gmg. import_export would not find BasicFileStorage, and ./bin/gmg would throw an error no matter what command you tried to run.
      mountstorage - Changed typo in import

Nathan Yergler (8):
      Issue 569: Initial framework for application middleware.
      Issue 361 Initial implementation of CSRF protection middleware
      Issue 361: Include the CSRF token in all forms
      Merge remote-tracking branch 'refs/remotes/upstream/master' into 569-application-middleware
      PEP8-ification.
      #361: Don't test for CSRF token if we're running unit tests.
      #361 Unit tests for CSRF Middleware
      #361: Removing additional secret key, per CW's request.

Shawn Khan (2):
      Page Redesign to Delete confirmation page
      Created a Cancel Button, if you don't want to delete Media.

Will Kahn-Greene (1):
      Overhauls docs

tycho garen (1):
      docs: editing/tweaking deployment documentation

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

-- 
mediagoblin packaging



More information about the pkg-multimedia-commits mailing list