Add Python 3 support in pagination.
[mediagoblin.git] / mediagoblin /
2016-10-24 Ben SturmfelsAdd Python 3 support in pagination.
2016-10-17 Andrew BrowningFix typo in user processing panel
2016-04-02 Berker PeksagReplace raw_input with six.moves.input
2016-04-02 宋文武Fix the blog_delete page for admins.
2016-03-29 Christopher Allan... Merge branch 'master' into stable
2016-03-29 Christopher Allan... Committing extracted and compiled translations
2016-03-29 Christopher Allan... On MediaGoblin 0.9.0!
2016-03-29 Christopher Allan... migrations: Only don't import "migrate" if it's not...
2016-03-26 Christopher Allan... dbupdate: Correctly handle plugin foundations
2016-03-26 Christopher Allan... Add comment questioning why run_dbupdate is needed...
2016-03-26 Christopher Allan... Fix tests post-alembic-migration-changes.
2016-03-26 Christopher Allan... Only run archivalook migration if the tables aren't...
2016-03-26 Christopher Allan... Archivalook plugin initial migration.
2016-03-26 Christopher Allan... OpenID plugin initial migration.
2016-03-26 Christopher Allan... Persona plugin initial migration.
2016-03-26 Christopher Allan... Blog media type initial migration.
2016-03-26 Christopher Allan... PDF media type initial migration.
2016-03-26 Christopher Allan... STL media type initial migration.
2016-03-26 Christopher Allan... Ascii media type initial migration.
2016-03-26 Christopher Allan... Video media type initial migration.
2016-03-26 Christopher Allan... Audio media type initial migration.
2016-03-26 Christopher Allan... Image media type initial migration.
2016-03-26 Christopher Allan... Removing erronously installed print statement.
2016-03-26 Christopher Allan... Allow for passing in --with-plugins to the alembic...
2016-03-26 Christopher Allan... Only run sqlalchemy-migrate migrations if we have to...
2016-03-26 Christopher Allan... Switch initial_revision alembic migration to make table...
2016-03-26 Christopher Allan... Set target_metadata in alembic's env.py to Base.metadata
2016-03-26 Christopher Allan... Update out script.py mako template to support branch_labels
2016-03-26 Christopher Allan... dbupdate updates to use plugin migrations if available
2016-03-26 Christopher Allan... Add build_alembic_config, use it to add plugin migratio...
2016-03-18 Christopher Allan... Remove requirement that audio/video dependencies must...
2016-03-11 Boris BobrovMerge branch 'master' of git.sv.gnu.org:/srv/git/mediag...
2016-03-09 Boris BobrovCheck all tags for existence before using them
2016-03-08 Boris BobrovFix module name for `gmg alembic` command
2016-03-08 Boris BobrovCheck tags for existence before using them
2016-03-07 Andrew BrowningFix #5440 - Typo in blog views
2016-03-06 Christopher Allan... Commentary on where this hack on detecting no subcomman...
2016-03-05 Andrew BrowningFix comment ID links on blog media page
2016-03-05 Andrew BrowningFix comment ID links on media comment report page
2016-03-03 Christopher Allan... Add "gmg raw_alembic" command.
2016-03-03 Christopher Allan... typo fix: Set sqlalchemy.url, not qlalchemy.url
2016-03-02 Christopher Allan... Remove old hack to support pre-0.7.5 Alembic versions
2016-03-02 Andrew BrowningFix #5432 - Comment report link doens't work
2016-03-02 Andrew BrowningFix #5435 - Bad comment links cause server error
2016-03-01 Jessica TallonFix #5376 - Ensure links have correct ID
2016-03-01 Andrew BrowningFix #5433 - Typo in decorators
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 Allan... Email debug mode on Python 3 was printing bytestring...
2016-02-25 Christopher Allan... Fix ascii media type for Python 3. Fix by 宋文武 (iyzsong)
2016-02-25 Christopher Allan... Oops, I forgot to include test_mgoblin_app_pdf.ini
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-19 Christopher Allan... Switch from Paste for serving to Waitress
2016-02-11 Christopher Allan... Fix another python 3 and unicode issue
2016-02-11 Christopher Allan... Fixing one more bytes vs string battle in Python 3
2016-02-11 Christopher Allan... #5416: Fix tests using the FileObjectAwareFile
2016-02-11 Christopher Allan... .iteritems() doesn't exist in Python 3, converted to...
2016-02-07 Christopher Allan... 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 Allan... 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 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 Boris BobrovMerge branch 'master' of git.sv.gnu.org:/srv/git/mediag...
2016-01-21 Christopher Allan... 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 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-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
next