mediagoblin.git
2016-03-01 Andrew BrowningFix #5431 - Typo in models
2016-02-29 Jessica TallonFixes #5421 - Ensures Report.object_id is nullable
2016-02-29 Jessica TallonMigration for #5415 - I forgot it, Doh!
2016-02-29 Jessica TallonFix a typo in consolidate_reports migration
2016-02-29 Jessica TallonFix #5415 - Deleted comments get removed properly when...
2016-02-29 Jessica TallonSimply for the Notification.object_id migration
2016-02-29 Jessica TallonMissing perens
2016-02-29 Jessica TallonFixed issue introduced in previous migration
2016-02-29 Jessica TallonChange Notification.object_id to be ID of Comemnt not...
2016-02-25 Christopher... No need for python-chardet in guix-env.scm
2016-02-25 Christopher... Email debug mode on Python 3 was printing bytestring...
2016-02-25 Christopher... guix-env.scm: Remove python-paste and python-pastescrip...
2016-02-25 Christopher... Crediting iyzsong
2016-02-25 Christopher... Fix sturm (Ben Sturmfels)' attribution
2016-02-25 Christopher... Fix ascii media type for Python 3. Fix by 宋文武 (iyzsong)
2016-02-25 Christopher... Oops, I forgot to include test_mgoblin_app_pdf.ini
2016-02-24 Christopher... Also switch "#!/usr/bin/env bash" to "#!/bin/sh" in...
2016-02-24 Christopher... Add guix-env.scm to launch a Guix environment for hacking.
2016-02-23 Boris BobrovChange viewitems to items
2016-02-23 Boris Bobrovdo not show error message when it's not a exception
2016-02-23 Boris BobrovCatch import error when text is used as a reason instea...
2016-02-23 Andrew BrowningFix issue #5411 sqlite connection closes
2016-02-22 Andrew BrowningFix issue 5422 Resend verification fails
2016-02-20 Christopher... Oh, we don't need Paste, but we do need PasteScript!
2016-02-20 Christopher... Basic explaination of how to deploy with Python 3.
2016-02-19 Christopher... Move Ubuntu -> *buntu because of absurd trademark issues
2016-02-19 Christopher... Removing python 2.6 junk: argparse and a 2.6 classifier
2016-02-19 Christopher... Switch from Paste for serving to Waitress
2016-02-18 Boris BobrovCleanup setup.py
2016-02-17 Christopher... Removed deprecated comment about wsgi environ being...
2016-02-11 Christopher... Fix another python 3 and unicode issue
2016-02-11 Christopher... Fixing one more bytes vs string battle in Python 3
2016-02-11 Christopher... #5416: Fix tests using the FileObjectAwareFile
2016-02-11 Boris BobrovUpgrade sqlalchemy and sa-migrate
2016-02-11 Christopher... Move "/usr/bin/env bash" to simply "/bin/sh"
2016-02-11 Christopher... .iteritems() doesn't exist in Python 3, converted to...
2016-02-10 Christopher... Switch to #!/bin/sh (don't use "env" unless we have to)
2016-02-07 Christopher... Committing extracted and compiled translations
2016-02-06 Loic DacharyFix #5079 - tags unicity is on the slug, not the name
2016-02-05 Boris BobrovDo not calculate processing info for anonymous user
2016-02-05 Boris Bobrovremoved debug prints, added video icon
2016-02-05 Boris BobrovDisplay type icon in thumbnails
2016-02-05 Boris BobrovMerge branch 'media_panel'
2016-02-05 Boris BobrovPrevent `dict changed during iteration` in video
2016-02-05 Boris BobrovMerge branch 'master' of git.sv.gnu.org:/srv/git/mediag...
2016-02-04 Christopher... Issue #5349: Submission tests fail confusingly on missi...
2016-02-01 Boris BobrovFix occurence of unicode()
2016-01-31 Boris BobrovChange `uploader` to `actor`
2016-01-31 Boris Bobrovchanges to BaseProcessingFail arguments usage
2016-01-31 Boris Bobrovsome fixes to the panel looks
2016-01-31 Boris Bobrovadded filtering by entry state in processing panel
2016-01-31 Boris Bobrovincluded plugin from previous commit to mediagoblin.ini
2016-01-31 Boris Bobrovadded a plugin to display information about entries...
2016-01-28 Boris Bobrovchanged the way we save information about exceptions
2016-01-28 Boris Bobrovmoved styles to a css file; more fixes to templates
2016-01-28 Boris Bobrovremoved h2 from media panel
2016-01-28 Boris Bobrovremoved querying of unused metrics in media panel
2016-01-28 Boris Bobrovprocessing panel new looks
2016-01-25 Loic DacharyFix #5408 - ignore non-int offset in api feed
2016-01-22 Loic DacharyFix #947 - media_type configuration files location
2016-01-22 Boris BobrovMerge branch 'master' of git.sv.gnu.org:/srv/git/mediag...
2016-01-21 Boris BobrovMake freesound compatible with python3
2016-01-21 Christopher... Issue #5394: Wrong url for forgot_password in basic_aut...
2016-01-21 宋文武Pass filename instead of file object when calling PIL...
2016-01-21 Boris BobrovFix an occurence of `print ...` to `print(...)`
2016-01-21 Loic DacharyFix #1096 - allow - in usernames
2016-01-21 Ben Sturmfelstrac#5397: Allow decode_request to parse content-type...
2016-01-20 Jessica TallonFix #5398 and #5395 - Fix tests failing due to problem...
2016-01-20 Jessica TallonFix #5390 - Create migration to delete Notifications...
2016-01-20 Loic DacharyFix #1099 - remove x mode from ini file
2016-01-19 Loic DacharyFix #5359 - unpriviledged -> unprivileged
2016-01-18 Jessica TallonUse inspect_table inplace of redefining them all
2016-01-18 Jessica TallonFix #5391 - Alembic migrations would only work for...
2016-01-15 aylephFix issue 5366 Update blog views
2016-01-15 Jessica TallonFix #5382 - Add migration and fix so tombstones are...
2016-01-14 Loic DacharyFix #5315 - use `env` in shebangs
2016-01-14 宋文武Use six.itervalues() in delete_media_files
2016-01-14 Christopher... Adding Tom Fay to the AUTHORS file
2016-01-11 Christopher... Add a TODO to rename run_all_migrations to run_legacy_m...
2016-01-11 Boris BobrovInitial alembic migration to base other migrations on
2016-01-11 Boris BobrovEnable alembic as the main tool for migrations
2016-01-11 Boris BobrovFix various style issues
2016-01-07 Christopher... Add a comment when we do / don't add collections dropdown
2016-01-07 tomAdd test to check that an activity is created when...
2016-01-07 tomAdd collection drop down to submit page.
2016-01-07 Boris BobrovDo not require python3.3 explicitely
2016-01-07 Boris BobrovUncap Paste
2016-01-07 Boris BobrovAdd workaround for incompilable Interlingua locale
2016-01-06 aylephFix issue 5367 Edit view updates
2016-01-06 aylephFix issue 5371 broken collection atom feeds
2016-01-06 Jessica TallonFix #5369 - Broken activities cause issues in migrations
2015-12-29 Christopher... Point to the "Libre Browsers Libre Formats" page on...
2015-12-29 Jessica TallonRemove .tx/config as we're no longer using Transifex
2015-12-29 Jessica TallonFix a exception db closed exception in migrations
2015-12-29 Jessica TallonFix migrations of activity intermediators
2015-12-29 Jessica TallonFix #5368 - Improve test efficiancy
2015-12-20 Boris BobrovMerge branch 'stable'
2015-12-20 Boris BobrovWork around pbutils import warning bug (5066)
2015-12-20 Boris BobrovFix typo in VideoData docstring
2015-12-20 Christopher... Setting 0.8.2.dev in configure.ac as well
next