[SCM] mediagoblin packaging annotated tag, v0.2.1, created. v0.2.1
js at users.alioth.debian.org
js at users.alioth.debian.org
Sun Aug 20 22:08:03 UTC 2017
The annotated tag, v0.2.1 has been created
at cb398de3b21201ce06ccbfbad990c27f1bee0aae (tag)
tagging 58301e093c7b99dc66b1e9255e34ef2e90e48d4d (commit)
replaces v0.2.0
tagged by Will Kahn-Greene
on Thu Feb 9 10:46:24 2012 -0500
- Shortlog ------------------------------------------------------------
Tag v0.2.1
Aaron Williamson (10):
First crack at basic license support.
Merged changes with upstream
Fixed merge with upstream
Added new files
Fixed a syntax error in edit/views and added back in some missing license stuff from models
Changed license.html to fit new layout better
Merge branch 'mediagoblin-upstream' into feature544_basic_license_data
Moved get_license_data to mixin.py, added license to sql media model, added translation tags to license template.
Minor formatting and syntax fix.
Added migration for license field, resolved conflict in db/sql/models.py
Christopher Allan Webber (30):
Beginnings of sqlalchemy models
Committing present MediaGoblin translations before pushing extracted messages
Committing extracted and compiled translations
Merge branch 'master' of gitorious.org:mediagoblin/mediagoblin
Simple translation update script
make this script executable
License "all rights reserved" default should be None/NULL, not empty string
Convert over the license field, too!
Provided a SORTED_SUPPORTED_LICENSES (but keep the old unsorted dict!)
Oops, I broke teh all rights reserved ;)
Show the license list in sorted form
Canonical license URIS for CC stuff should have a trailing slash.
We aren't using translitcodec anymore. Kill it!
We were using translitcodec and I didn't understand how it worked ;)
Update update_translations script to consider several things conditionally
Hm, maybe this is better... that didn't fix the stop-in-the-middle issue.
Committing extracted and compiled translations
Adding a line reminding user to push up commits
Committing present MediaGoblin translations before pushing extracted messages
Committing extracted and compiled translations
Updating deployment guide so that it can handle the current virtualenv site-packages changes
It's 2012 all up in here
Committing present MediaGoblin translations before pushing extracted messages
Committing present MediaGoblin translations before pushing extracted messages
Committing extracted and compiled translations
Added CC0 header to all MediaGoblin docs in docs/source/
Fully qualify the import of asciitoimage
Updating codebase.rst to reflect the modern mediagoblin world
Added info on how to enable ascii art
Committing extracted and compiled translations
Elrond (89):
Dot-Notation for Users.username
Dot-Notation for Users.email
Dot-Notation for Users.pw_hash
Dot-Notation for Users.email_verified
Dot-Notation for Users.status
Dot-Notation for Users.verification_key
Dot-Notation for Users.is_admin
Dot-Notation for Users.url
Dot-Notation for Users.bio and .bio_html
Dot-Notation for Users.fp_verification_key
Dot-Notation for Users.fp_token_expire
Dot-Notation: tests/test_edit.py
Dot-Notation for MediaEntry.created
Dot-Notation for MediaEntry.uploader
Dot-Notation for MediaEntry.title
Dot-Notation for MediaEntry.slug
Dot-Notation for MediaEntry.description(_html)
Dot-Notation for MediaEntry.media_type
Dot-Notation for MediaEntry.media_data
Merge branch 'sql/dot-notation'
Merge remote branch 'joar/b681-comments_from_reviewing_video'
Merge remote branch 'remotes/cwebber/sqlalchemy'
Move sql models into db/sql/
SQL: Some toys and little fix
Little sql model update
Simple Mongo -> SQL migration tool
SQL: mongokit like interface
Move db/open.py to db/mongo/open.py
Move db/indexes.py to db/mongo/indexes.py
Move db/util.py -> db/mongo/util.py
Move db/migrations.py -> db/mongo/migrations.py
Move db/models.py -> db/mongo/models.py
Merge remote branch 'remotes/joar/webfinger'
Workaround for Routes/urlgen bug.
Note reported bug in workaround
Turn MediaComment's author() into get_author property
Add search level one() method
Improve .one() by using sqlalchemy's .one()
Replace media.get_uploader()._id by media.uploader
Translate one string
Move verification key generation to view
Use media.url_for_self instead of calling urlgen directly
Turn media.get_uploader into a property
Implement _id proxy on sql objects (on User for now)
SQL Model: Forgot MediaEntry.state field
SQL Model: Add relationship properties
Show --log-file option in lazyserver help.
Fix "bin/gmg migrate" after mongo move
Support .get(fieldname) on sql db objects
Add a .save method on the sql db objects
Merge remote branch 'remotes/joar/tests'
Factor out check_db_migrations_current
Fix unit tests for new forget password flow
sql convert: Use more library functions
Dot-Notation for MediaEntry.media_files
Dot-Notation for MediaEntry.state
Dot-Notation for MediaEntry.queued_media_file
Import MigrationManager from mongo in mongo backend.
f691: Use StrictUndefined for templates and fix some issues
Fix more StrictUndefined issues
Make show-password-js work for change password too
Fix Unit Tests for new password changing
Add DB Mixin classes and use them
Create a default logging config
Warn about unknown staticdirect paths.
Fix reset.css reference and drop link to video-js.css
Test Suite: Enable attachments, add failing test
Fix url_for_self mixup
Dot-Notation: Some random places
Add MediaFile table and related infrastructure.
Fix request.user==None error
Move maketarball.sh into devtools/
Drop sessions with invalid ObjectIds
Merge remote branch 'remotes/macno/pushatom'
sql/fake.py: Some fake objects/methods to calm the code
Use custom query class
Add copyright header and a bit of pep8ification
Fix unit tests with new license support
Create a fully functional get_comments for SQL
Proper url_to_{prev,next} for SQL
Packaging improvement by Clint Byrum from Debian/Ubuntu
Drop all buildout things
Add "mediagoblin/templates *.txt" to packaging
Move declarative_base Base into base.py
Let some code support "media without slug"
Add develover sql switch
Nearly complete support for Tags
Some small SQL model improvements
Fix EXIF based image rotation test
Jef van Schendel (55):
First push with jQuery library
Add show-password checkbox and make it work
Move author text, "By X", to the sidebar
Lots of changes to media page; rearranged things, added new styles, added jquery bits, gave the comment section a refresh
Only apply textarea style to comment box
Open Markdown link in new windows; I know _blank is sometimes frowned upon but it may be useful here
Change wording in tags.html
Remove pagination images and replace them with unicode characters
Style changes for media_uploader (now media_specs); removed margins from button_action buttons
Merge jQuery branch, resolve conflicts
Change wording for change_fp; improved the button text
Remove "X license" placeholder from media page
Change "Submit" to "Add" for ticket #466
Show actual comment number. Only shows plural for now (ticket #712)
First test lines for responsive design
Remove 960.gs stylesheets, add Eric Meyer's reset.css
Media query for everything(?) below 960px wide
Remove first 960.gs classes
Move reset.css to extlib and symlink it
Add styles to make media.html not fall apart entirely
Change widths to percentages for small devices
Finished #485 and worked out bugs: password fields always update, added margins, fixed Chrome width bug, wrapped checkbox in label element
Isolate JavaScript; add new show_password.js to forgot-password-page as well
Forgot to include the newly created JS file
Lots of little fixes and removal of all 960.gs classes:
Random changes that break stuff and eat piglets
Fix #715: On media submit page, "Separate" is misspelled
Fix #712: Comment counter always uses plural
Change forgotten password process: different redirect, added/changed messages
Disable horizontal resize for text areas.
Remove border-bottom from media_specs
Forgot this one. Also disable horizontal resize for the bio field
Remove fp_email_sent.html and refs to it
Remove fp_changed_success.html, use log in page + notification message instead
Seperate jQuery bit that was still in media.html
Add Markdown for submit page, edit page, profile edit page; thus fixing ticket #690
Create edit_account.html
Merge branch 'master' of gitorious.org:mediagoblin/mediagoblin
Add change-account-settings link to user.html
Always show 'Change account settings' link
Several changes for mobile layout
Fix merge conflicts
Remove last 960.gs leftover; fix classes for edit forms
Add closing bracket so the whole thing doesn't break down
* Rename mediagoblin_header, mediagoblin_body, mediagoblin_footer, mediagoblin_header_right, mediagoblin_logo
Resize image below 660px width
Fix div breaking in user.html; add media query bits
First push with new style (includes css file, logo image, fonts)
New docs logo, small css changes
Increase docs sidebar width
Add CC0 license header to Sphinx MediaGoblin theme (mg.css)
Remove unnecessary piece of text in media.html. Fix "Markdown text" indentation so they are the same.
Small margin/font-weight fix
Another small text style fix
Small fix to simplify font style
Joar Wandborg (31):
Bug 681 - Comments from reviewing the new video merge
Added *very preliminary* support for webfinger
Changed some thngs to be compatible with webfinger.org, still *very preliminary*
webfinger fully compliant with webfinger.org! Still *preliminary* solution.
Fixed import_export
Polishing the webfinger implementation
Removed mediagoblin.tools.feed which was accidentally included
Added references to docstring in mediagoblin.webfinger
Fixed broken confirm_password test
ASCII media type support & fix a bug in file submission error handling
Fixed submission error handling and broken tests
Added check for request.user to media.html attachment-related conditional
Installed leaflet in extlib
Installed EXIF.py in extlibs/
Added code for leaflet geolocation map
EXIF extraction, geolocation map, image rotation
Removed link to EXIF.py in media_types.image
EXIF fixes
Added exif_visisble and geolocation_map_visible to config_spec
Moved EXIF to sidebar, added conditions for visibility configuration settings
Acts on feedback from Chris
Refractored media.html template and related includes
Updated .gitignore due to it blacking out the extlib/leaflet/dist/ directory
Adding previously erroneously gitignored extlib/leaflet/{lib,dist,build}/ files
Scripts and styleshets for geolocation map - Conditional
JavaScript fixes - AGPL headers, etc
Merge remote-tracking branch 'joar/exif-rebase'
Resized a test_exif test image. 1.9M is unnecessarily large.
Added extensions 'asc' and 'nfo' to ASCII media type
ASCII art support - Fixes
ASCII media support - Fixes
Karen Rustad (2):
Added a 'you don't have HTML5 so this video will not work' warning using just the inherent properties of the <video> tag (and some css for style)
added translation tags to html5 wwarning
Michele Azzolari (7):
Fixed #724 and added extra infos to the atom feed (author uri and links to the html version of each entry)
Added PuSH capability
Default is now PuSH disabled
As suggested by Elrond, we use only one setting
As per spec, we permit to have more then 1 hub
We handle exceptions if PuSH fails
Cleaned the code
Will Kahn-Greene (7):
Changer version to -dev
Fix -dev version and add version number docs
Fix copyright statements; add LICENSE for EXIF.py
Minor rewording
Update copyright headers for shell scripts
Removing youcanhelp stuff
Update version numbers
-----------------------------------------------------------------------
--
mediagoblin packaging
More information about the pkg-multimedia-commits
mailing list