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

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.4 has been created
        at  6b5d6343599ea318ab1e52ac5befb4616a12aa0f (tag)
   tagging  c7f0b6fab08a52cc5a6e242ad3df2e674cb68fb9 (commit)
  replaces  v0.0.3
 tagged by  Will Kahn-Greene
        on  Mon Aug 1 12:17:15 2011 -0400

- Shortlog ------------------------------------------------------------
Tagging 0.0.4.

Aaron Williamson (1):
      Markdown-enable user bio (Feature 410)

Caleb Forbes Davis V (25):
      uses the messaging system to notify user of result of verification check
      allows using messaging instead of verify_email.html to pass tests
      Feature #423 - gallery and scroll image ordering match
      f#435 - avoids linking to unprocessed media in prev and next
      slug-style urls in previous and next urls look much better
      B #429 - form validation allows blank profile url
      edit profile submit redirects to user home page
      bug #404 - corrects querystring variable name in redirect
      Bug #437 - adds required validator to slug field for media edit'
      F360(tagging) - adds tag fields for submission, edit and display
      adds index for tag searches by an uploader
      adds filter function to parse and clean tags field input
      displays the tags on edit correctly now
      uses standard functions instead of form filters and fixes taglist default
      ensures no duplicate tags per media entry
      enforces maximum tag length with (in)appropriate messaging
      adds index for searching across all users' tagged images
      adds "state" to tags indices
      raises tag length error in form context instead of in message queue
      use config_spec.ini to store tag parsing directives
      on submission, use inline error messaging instead of message queue
      changes tags to a list of dicts in the db, adding tag slugs
      updates indices to index on the slug component of the tag list
      modifies duplicate tag check for list of dict tag type change
      Adds tag unit testing

Chris Moylan (13):
      began work on submission test. nothing to see here
      Merge branch 'master' into test_submission_views_365
      Merge branch 'master' into test_submission_views_365
      removed the @setup_fresh_app decorator because it was messing \
      Merge branch 'master' into test_submission_views_365
      Merge branch 'master' into test_submission_views_365
      mocked out submission spec
      Merge branch 'master' into test_submission_views_365
      Merge branch 'master' into test_submission_views_365
      finished basic submission testing
      added suggestions as per http://bugs.foocorp.net/issues/365#note-9
      Merge branch 'master' into test_submission_views_365
      Merge branch 'master' into test_submission_views_365

Christopher Allan Webber (118):
      Instructions for installing MediaGoblin on Fedora
      Merge remote branch 'remotes/gullydwarf-cfdv/b434_prev_next_use_slug'
      Merge remote branch 'remotes/gullydwarf-cfdv/f435_limit_prev_next_by_processed'
      Merge remote branch 'remotes/gullydwarf-cfdv/b429_fix_edit_profile_form_validation'
      Merge remote branch 'remotes/gullydwarf-cfdv/b404_v2_redirect_after_profile_edit'
      Merge remote branch 'remotes/gullydwarf-cfdv/f423_match_image_ordering_between_scroll_and_gallery'
      Merge remote branch 'remotes/gullydwarf-cfdv/f424_email_verified_messaging'
      Also encourages editing your profile and submitting images
      This should actually fix the next and previous buttons now.  Sorry I borked the merge!
      Merge remote branch 'remotes/amusablelemur/feature374'
      Add a warning to the user that registrations are disabled.
      Removing trailing whitespace from this file
      Merge remote branch 'remotes/schendje/master'
      Merge remote branch 'remotes/gullydwarf-cfdv/437_slug_shouldnt_be_empty'
      Merge remote branch 'remotes/jwandborg/f431-prevent_comment_link_expiry'
      Merge remote branch 'remotes/gullydwarf-cfdv/b404_v3_edit_profile_submit_fail'
      New migration utility code.... I haven't tested this! ;)
      Migrating quietly, not iteratively, that comment should say!
      latest_migration now returns migration numbers only, and 0 if no migrations.
      Some instructions in the RegisterMigration docstring on how to use.
      Changing things back so that we keep information about deprecated
      Adjusting documentation in indexes.py also re: more info in deprecation
      Merge remote branch 'remotes/elrond/dev/init'
      Added a note about workbench only currently being used by celery
      <Elrond> Oh well... Did I really have this wtforms cruft in my setup_workbench
      Sorry, that OptionalField belonged there.
      run_new_migrations() makes more sense
      Making sure migration_number > 0 :)
      test_migrations.py w/ migrate'able fixtures and some migration scaffolding
      Simpler run_migrations method.
      Added the actual fake/testing migrations.  Haven't run them yet...
      Make sure all these strings in db/util.py are unicode
      install_migration_version_if_missing() now a separate function
      Move the call to install_migration_version_if_missing() to migrations_to_run()
      Mock out tests, define expected results, add first test
      No reason to have migration_number optional or default to None
      test_run_full_migrations() all working properly!
      testing tools install_fixtures_simple and assert_db_meets_expected
      test_run_partial_migrations() working!
      test_migrations_recorded_as_(latest|zero) tests passing :)
      Made it so that it's migrate_new() which installs the migration
      give option in connect_database_from_config to connect to a pymongo.Connection
      Use new migrations system in ./bin/gmg migrate
      Setup the application to record the database version if missing on launch
      Just making a note of where the new migrations will go!
      Merge remote branch 'remotes/osamak/master'
      Removing old style migrations... not in use anymore
      We should *raise* MissingCurrentMigration :)
      A couple of tests related to migrations_to_run()
      Elrond thinks we should use one of print/sys.stdout.write and .flush()
      Duplicate migration numbers not allowed, bro
      Merge branch 'master' into f411_new_migrations
      Merge remote branch 'remotes/aaronw/feature410_markdown_bio'
      Indenting section in the autoscape block
      First migration: Add markdown bio!
      app.py and migrate.py must import migrations in order to load said migrations...
      Use cleaned_markdown_conversion in both cases in edit/views.py
      Merge remote branch 'remotes/cmoylan/test_submission_views_365'
      Merge remote branch 'remotes/jwandborg/feature_400-resize_images_to_fit_page'
      Migration for mediafiles main->original
      Finished the docstring of the creature_add_magical_powers fake migration
      Docs: fixing an issue with being unable to install with distribute installed already
      Added instructions on how to run mongod --repair
      Docstring for the User model's various schema fields
      Described the MediaEntry structure in the docstring.
      docstring for MediaComment's structure
      Merge remote branch 'remotes/elrond/dev/init'
      Make charset utf-8.
      Merge branch 'master' of gitorious.org:mediagoblin/mediagoblin
      Add html doctype
      User profile had the wrong {% else %} nesting.
      Now actually apply Velmont's patch instead of just committing it ;)
      Merge remote branch 'remotes/elrond/dev/init'
      Make "needs verification" link only appear if you need verification really.
      Give useful verification information on users that need to verify their email
      A small amount of indenting in base.html
      I prefer it when "needs verification" looks like a button :)
      I think the "'s account" is a waste of space
      require_active_login now redirect's to user's homepage if not email verified
      resend_activation should give the user a message and redirect them to their user_home
      "Resend verification email" button should actually resend the verification email
      Make the button CSS not underline its link text
      Remove the verification needed page
      Redirect to the user's profile after registration
      Only show submit button if user is active
      "Needs verification!" button should go to the left of username
      Fixing an indentation issue on the login button
      Don't need the register success template anymore
      Adding spaces after the colon in our CSS file.
      Log in user after regitration
      Remove this superfluous "registration successful" message
      Let users know when their migrations are from the future :O
      Merge branch 'remotes/gullydwarf-cfdv/f360_tagging' (early part) into mergetags
      Merge remote branch 'remotes/gullydwarf-cfdv/f360_tagging' into mergetags
      TOO_LONG_TAG_WARNING isn't needed in this module
      tags field should be last on the submission form
      Merge branch 'master' of gitorious.org:mediagoblin/mediagoblin
      Removing option to make tags lowercase
      Updating tests to reflect not having a 'tags_case_sensitive' option.
      Add a clear div between the object gallery and the "user's media" / atom feed
      Give a more usful message if no media is available.
      We should redirect after verify_email to the user's homepage
      Show the message about nothing exiting either if media_entries object not there or empty
      Merge remote branch 'remotes/willkg/459_lgpl'
      Renaming "StatusNet" -> MediaGoblin in the extlib policy
      Added tag listing views.
      Updated media detail view to linkify the tags.  Adjusted tag link styling.
      Merge branch 'master' of gitorious.org:mediagoblin/mediagoblin
      Align image in media detail to center
      For no good reason, I feel like 15 is a good number of default feed items.
      Added tags atom feed and linked it in the appropriate places
      user pages atom feed not enclosed properly in div, fixing.
      "needs verification"->"verify your email"
      Updating tests to reflect we redirect to the user's page after verification now.
      get_test_app() should turn on testing buckets
      Phrasing update: "own your data" -> "free your data from proprietary control"
      Make sure there's a break between the object gallery and its pagination.
      Make index page paginated

Deb (1):
      removed email variables from globals module

Elrond (7):
      Move setting up of staticdirector to init submodule
      Create setup_global_and_app_config
      Let setup_global_and_app_config call setup_globals
      Factor setup_workbench into init submodule.
      Move db_name default into config_spec.ini
      Move application level setup of database to init/
      Move setting up of storage into init/__init__.py

Jef van Schendel (14):
      Experimental black-and-white style change
      Additional style changes to navigation; add three navigation images
      Change pagination styling; add 2 images
      Remove p style; not need yet
      Added sidebar to profile page; moved some content
      Moved Submit button to header, styled button
      Fix logo styling, positioning
      Tiny padding fix for forms/h1
      Tiny height fix to footer
      Assorted style changes, small base.html changes, added new background image
      Ok, so here are the actual changes. Woops!
      Moved a div around
      Fix merge conflict in user.html
      Insert links and content for ticket #387: content for verification in user.html, needs-verification link in base.html, highlight class for links in base.css

Joar Wandborg (4):
      Feature #400 - Resize images to fit on page - Additions
      Removed debug code, erroneously included in my last commit
      Issue #431 - Prevent comment link expiry - Added functionality for comment linking
      Updated `MediaCommentForm.field_comment` => `MediaCommentForm.comment_content`

Osama Khalid (2):
      Referring to the Hacking HOWTO in deploymenthowto (this is where I looked in first when I wanted to build MG)
      python-lxml is required on Fedora

Rasmus Larsson (4):
      Removed route, view and template file for "Submit Success" page
      Added configuration variable to toggle registrations, if disabled the registration page redirects to index and no link to register is shown
      Updated the loginpage to not show a link to register if registrations are disabled
      Updated spacings in code for better readability

Will Kahn-Greene (19):
      Changes clone url from http url to git url
      333. Adds text about naming bugfix branches
      Minor tweaks to README.
      Tweaks maketarball.sh
      Cosmetic. Tweaks spacing.
      Adds license/copyright header to maketarball.sh
      Moves destroy_environment to wipealldata command
      Adds license header
      Tweaks import lines switching \ for ( ).
      460. Adds texinfo output bits
      270, 459. extlib policy, JS -> lgpl, ...
      270. Moves 960.gs stuff to extlib/ per policy
      270. Adds symlinks for 960.gs stuff
      Moves docs files around so we build from source/ directory
      Adds release-related bits; fixes arg handling
      Moves hacking howto and design decisions docs to wiki
      Updates documentation section in the README
      Adds additional metadata to setup.py
      Updating version to 0.0.4.

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

-- 
mediagoblin packaging



More information about the pkg-multimedia-commits mailing list