mediagoblin.git
2011-07-30 Christopher... Merge branch 'remotes/gullydwarf-cfdv/f360_tagging...
2011-07-30 Christopher... Let users know when their migrations are from the future :O
2011-07-30 Will Kahn-GreeneTweaks import lines switching \ for ( ).
2011-07-30 Will Kahn-GreeneAdds license header
2011-07-30 Will Kahn-GreeneMoves destroy_environment to wipealldata command
2011-07-30 Will Kahn-GreeneAdds license/copyright header to maketarball.sh
2011-07-30 Will Kahn-GreeneCosmetic. Tweaks spacing.
2011-07-30 Will Kahn-GreeneTweaks maketarball.sh
2011-07-30 Will Kahn-GreeneMinor tweaks to README.
2011-07-29 Christopher... Remove this superfluous "registration successful" message
2011-07-29 Christopher... Log in user after regitration
2011-07-29 Christopher... Adding spaces after the colon in our CSS file.
2011-07-29 Christopher... Don't need the register success template anymore
2011-07-29 Christopher... Fixing an indentation issue on the login button
2011-07-29 Christopher... "Needs verification!" button should go to the left...
2011-07-29 Christopher... Only show submit button if user is active
2011-07-29 Christopher... Redirect to the user's profile after registration
2011-07-29 Christopher... Remove the verification needed page
2011-07-29 Christopher... Make the button CSS not underline its link text
2011-07-29 Christopher... "Resend verification email" button should actually...
2011-07-29 Christopher... resend_activation should give the user a message and...
2011-07-29 Christopher... require_active_login now redirect's to user's homepage...
2011-07-29 Christopher... I think the "'s account" is a waste of space
2011-07-29 Christopher... I prefer it when "needs verification" looks like a...
2011-07-29 Christopher... A small amount of indenting in base.html
2011-07-29 Christopher... Give useful verification information on users that...
2011-07-29 Christopher... Make "needs verification" link only appear if you need...
2011-07-28 Caleb Forbes... modifies duplicate tag check for list of dict tag type...
2011-07-27 Caleb Forbes... updates indices to index on the slug component of the...
2011-07-27 Caleb Forbes... changes tags to a list of dicts in the db, adding tag...
2011-07-26 Jef van SchendelInsert links and content for ticket #387: content for...
2011-07-26 Caleb Forbes... on submission, use inline error messaging instead of...
2011-07-26 Caleb Forbes... use config_spec.ini to store tag parsing directives
2011-07-26 Christopher... Merge remote branch 'remotes/elrond/dev/init'
2011-07-25 Jef van SchendelFix merge conflict in user.html
2011-07-25 Christopher... Now actually apply Velmont's patch instead of just...
2011-07-25 Jef van SchendelMoved a div around
2011-07-25 Jef van SchendelOk, so here are the actual changes. Woops!
2011-07-25 Jef van SchendelAssorted style changes, small base.html changes, added...
2011-07-24 Christopher... User profile had the wrong {% else %} nesting.
2011-07-24 Christopher... Add html doctype
2011-07-24 Christopher... Merge branch 'master' of gitorious.org:mediagoblin...
2011-07-24 Christopher... Make charset utf-8.
2011-07-24 Will Kahn-Greene333. Adds text about naming bugfix branches
2011-07-21 Caleb Forbes... raises tag length error in form context instead of...
2011-07-18 ElrondMove setting up of storage into init/__init__.py
2011-07-17 Christopher... Merge remote branch 'remotes/elrond/dev/init'
2011-07-17 Christopher... docstring for MediaComment's structure
2011-07-17 Christopher... Described the MediaEntry structure in the docstring.
2011-07-17 Christopher... Docstring for the User model's various schema fields
2011-07-17 Christopher... Added instructions on how to run mongod --repair
2011-07-17 Christopher... Docs: fixing an issue with being unable to install...
2011-07-17 Christopher... Finished the docstring of the creature_add_magical_powe...
2011-07-17 ElrondMove application level setup of database to init/
2011-07-17 Christopher... Migration for mediafiles main->original
2011-07-16 Christopher... Merge remote branch 'remotes/jwandborg/feature_400...
2011-07-16 Christopher... Merge remote branch 'remotes/cmoylan/test_submission_vi...
2011-07-15 Will Kahn-GreeneChanges clone url from http url to git url
2011-07-14 Christopher... Use cleaned_markdown_conversion in both cases in edit...
2011-07-14 Christopher... app.py and migrate.py must import migrations in order...
2011-07-14 Christopher... First migration: Add markdown bio!
2011-07-14 Christopher... Indenting section in the autoscape block
2011-07-14 Christopher... Merge remote branch 'remotes/aaronw/feature410_markdown...
2011-07-14 Christopher... Merge branch 'master' into f411_new_migrations
2011-07-14 Christopher... Duplicate migration numbers not allowed, bro
2011-07-14 Chris MoylanMerge branch 'master' into test_submission_views_365
2011-07-14 Christopher... Elrond thinks we should use one of print/sys.stdout...
2011-07-14 Christopher... A couple of tests related to migrations_to_run()
2011-07-14 Christopher... We should *raise* MissingCurrentMigration :)
2011-07-13 Caleb Forbes... adds "state" to tags indices
2011-07-13 Caleb Forbes... adds index for searching across all users' tagged images
2011-07-13 Caleb Forbes... enforces maximum tag length with (in)appropriate messaging
2011-07-13 Caleb Forbes... ensures no duplicate tags per media entry
2011-07-13 Caleb Forbes... uses standard functions instead of form filters and...
2011-07-13 Caleb Forbes... displays the tags on edit correctly now
2011-07-13 Debremoved email variables from globals module
2011-07-13 Caleb Forbes... adds filter function to parse and clean tags field...
2011-07-12 Christopher... Removing old style migrations... not in use anymore
2011-07-12 Christopher... Merge remote branch 'remotes/osamak/master'
2011-07-11 ElrondMove db_name default into config_spec.ini
2011-07-11 Osama Khalidpython-lxml is required on Fedora
2011-07-11 Osama KhalidReferring to the Hacking HOWTO in deploymenthowto ...
2011-07-11 Caleb Forbes... adds index for tag searches by an uploader
2011-07-11 Christopher... Just making a note of where the new migrations will go!
2011-07-11 Christopher... Setup the application to record the database version...
2011-07-11 Chris MoylanMerge branch 'master' into test_submission_views_365
2011-07-11 Chris Moylanadded suggestions as per bugs.foocorp.net/issues/365...
2011-07-11 Christopher... Use new migrations system in ./bin/gmg migrate
2011-07-11 Christopher... give option in connect_database_from_config to connect...
2011-07-11 Christopher... Made it so that it's migrate_new() which installs the...
2011-07-11 Christopher... test_migrations_recorded_as_(latest|zero) tests passing :)
2011-07-11 Christopher... test_run_partial_migrations() working!
2011-07-11 Aaron WilliamsonMarkdown-enable user bio (Feature 410)
2011-07-11 Christopher... testing tools install_fixtures_simple and assert_db_mee...
2011-07-11 Christopher... test_run_full_migrations() all working properly!
2011-07-10 Christopher... No reason to have migration_number optional or default...
2011-07-10 Christopher... Mock out tests, define expected results, add first...
2011-07-10 Christopher... Move the call to install_migration_version_if_missing...
2011-07-10 Christopher... install_migration_version_if_missing() now a separate...
2011-07-10 Christopher... Make sure all these strings in db/util.py are unicode
next