mediagoblin.git
2016-09-16 Boris BobrovAdded Josh Crompton to authors list
2016-09-16 Josh CromptonAdd padding around form field labels
2016-09-16 Ben SturmfelsExtend Paginator tests to satisfy #55.
2016-09-16 Ben SturmfelsAdd Python 3 support in pagination.
2016-08-26 Andrew BrowningModify setup.py version syntax to address #5464
2016-08-16 Boris BobrovRevert "fixed bug #728"
2016-08-07 Boris BobrovDo not try to get private attributes for comments
2016-08-07 Boris BobrovPass test paths to py.test via tox
2016-07-31 Boris BobrovAdding compatibility stuff for themes
2016-07-31 Boris BobrovFixing themes
2016-07-25 Boris BobrovCap kombu and celery
2016-07-25 Boris Bobrovfixed bug #728
2016-07-25 Boris BobrovMerge branch 'fix-unhelpful-smtp-error-5081'
2016-07-25 Loic DacharyFix #928 - cleanup to avoid duplicated get_upload_file_...
2016-07-25 Loic DacharyFix #822 - doc typo s/Plugin/PluginManager/
2016-07-25 Boris BobrovAdd one more contributor
2016-07-25 Boris BobrovUse GLib instead of GObject
2016-07-25 Boris BobrovMerge branch 'login-validator-5414'
2016-07-19 Andrew BrowningFix #5462 - attempt to change email without login
2016-07-14 Christopher... Prevent erroring out in some cases of checking video...
2016-07-13 Christopher... A bit of a documentation update around celery systemd...
2016-06-21 Leah Vellemanuse is_rtl variable to detect rtl locales
2016-06-21 Leah Vellemanfixed 'older' and 'newer' arrows for rtl locales
2016-04-08 Jonathan SandovalInclude original error in debug log
2016-04-08 Jonathan Sandovalsquash! Custom exception in mail.
2016-04-08 Jonathan SandovalCustom exception in mail.
2016-04-08 Jonathan SandovalMail tests with no mail server configured.
2016-04-07 Jonathan SandovalNo length check for login form
2016-04-07 Jonathan SandovalTests for short and long usernames.
2016-04-07 Jonathan SandovalTest with short and long username
2016-04-03 Andrew BrowningImport messages in blog views
2016-04-02 Andrew BrowningFix #5451 - add_message inconsistencies
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... tests: Fix migration tests; foundations are now install...
2016-03-29 Christopher... tests: importorskip migration tests on "migrate" rather...
2016-03-29 Christopher... Now on MediaGoblin 1.0 development cycle!
2016-03-29 Christopher... devtools: Update maketarball.sh to use #!/bin/sh as...
2016-03-29 Christopher... Committing extracted and compiled translations
2016-03-29 Christopher... devtools: Use pybabel in virtualenv or on path dependin...
2016-03-29 Christopher... guix: Add additional useful packages for development
2016-03-29 Christopher... devtools: Switching "#!/usr/bin/env bash" -> "#!/bin...
2016-03-29 Christopher... On MediaGoblin 0.9.0!
2016-03-29 Christopher... doc: 0.9.0 release notes
2016-03-29 Christopher... AUTHORS: Adding new 0.9.0 contributors.
2016-03-29 Christopher... migrations: Only don't import "migrate" if it's not...
2016-03-26 Christopher... doc: Update developer migration docs for Alembic as...
2016-03-26 Christopher... Update make_example_database.sh to use #!/bin/sh instea...
2016-03-26 Christopher... doc: Update plugins documentation in light of alembic...
2016-03-26 Christopher... dbupdate: Correctly handle plugin foundations
2016-03-26 Christopher... doc: Note that plugin authors must NEVER modify tables...
2016-03-26 Christopher... Update database docs for plugin authors for new alembic...
2016-03-26 Christopher... Add comment questioning why run_dbupdate is needed...
2016-03-26 Christopher... Fix tests post-alembic-migration-changes.
2016-03-26 Christopher... Only run archivalook migration if the tables aren't...
2016-03-26 Christopher... Archivalook plugin initial migration.
2016-03-26 Christopher... OpenID plugin initial migration.
2016-03-26 Christopher... Persona plugin initial migration.
2016-03-26 Christopher... Blog media type initial migration.
2016-03-26 Christopher... PDF media type initial migration.
2016-03-26 Christopher... STL media type initial migration.
2016-03-26 Christopher... Ascii media type initial migration.
2016-03-26 Christopher... Video media type initial migration.
2016-03-26 Christopher... Audio media type initial migration.
2016-03-26 Christopher... Image media type initial migration.
2016-03-26 Christopher... Removing erronously installed print statement.
2016-03-26 Christopher... Allow for passing in --with-plugins to the alembic...
2016-03-26 Christopher... Only run sqlalchemy-migrate migrations if we have to...
2016-03-26 Christopher... Switch initial_revision alembic migration to make table...
2016-03-26 Christopher... Set target_metadata in alembic's env.py to Base.metadata
2016-03-26 Christopher... Update out script.py mako template to support branch_labels
2016-03-26 Christopher... dbupdate updates to use plugin migrations if available
2016-03-26 Christopher... Ignore .eggs/ directory
2016-03-26 Christopher... Add build_alembic_config, use it to add plugin migratio...
2016-03-24 Christopher... guix-env.scm: Comment on python-numpy pulling in texlive
2016-03-18 Christopher... 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 Christopher... Add python-gst to guix-env.scm
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... 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... Add "gmg raw_alembic" command.
2016-03-03 Christopher... typo fix: Set sqlalchemy.url, not qlalchemy.url
2016-03-02 Christopher... Remove old hack to support pre-0.7.5 Alembic versions
2016-03-02 Christopher... Remove version caps on sqlalchemy and alembic.
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
next