mediagoblin.git
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
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
next