mediagoblin.git
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-26 Jef van SchendelInsert links and content for ticket #387: content for...
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-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 Debremoved email variables from globals module
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 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
2011-07-10 Christopher... Added the actual fake/testing migrations. Haven't...
2011-07-10 Christopher... Simpler run_migrations method.
2011-07-10 Christopher... test_migrations.py w/ migrate'able fixtures and some...
2011-07-09 Christopher... Making sure migration_number > 0 :)
2011-07-09 Christopher... run_new_migrations() makes more sense
2011-07-09 Christopher... Sorry, that OptionalField belonged there.
2011-07-09 Christopher... <Elrond> Oh well... Did I really have this wtforms...
2011-07-09 Christopher... Added a note about workbench only currently being used...
2011-07-09 Christopher... Merge remote branch 'remotes/elrond/dev/init'
2011-07-09 Christopher... Adjusting documentation in indexes.py also re: more...
2011-07-09 Christopher... Changing things back so that we keep information about...
2011-07-09 Christopher... Some instructions in the RegisterMigration docstring...
2011-07-09 Christopher... latest_migration now returns migration numbers only...
2011-07-09 Christopher... Migrating quietly, not iteratively, that comment should...
2011-07-09 Christopher... New migration utility code.... I haven't tested this! ;)
2011-07-09 Christopher... Merge remote branch 'remotes/gullydwarf-cfdv/b404_v3_ed...
2011-07-09 Christopher... Merge remote branch 'remotes/jwandborg/f431-prevent_com...
2011-07-09 Christopher... Merge remote branch 'remotes/gullydwarf-cfdv/437_slug_s...
2011-07-09 Christopher... Merge remote branch 'remotes/schendje/master'
2011-07-09 Christopher... Removing trailing whitespace from this file
2011-07-09 Christopher... Add a warning to the user that registrations are disabled.
2011-07-09 Christopher... Merge remote branch 'remotes/amusablelemur/feature374'
2011-07-09 Rasmus LarssonUpdated spacings in code for better readability
2011-07-09 Rasmus LarssonUpdated the loginpage to not show a link to register...
2011-07-09 Rasmus LarssonAdded configuration variable to toggle registrations...
2011-07-09 Rasmus LarssonRemoved route, view and template file for "Submit Succe...
2011-07-08 Jef van SchendelTiny height fix to footer
2011-07-08 Jef van SchendelTiny padding fix for forms/h1
2011-07-08 Jef van SchendelFix logo styling, positioning
2011-07-08 Jef van SchendelMoved Submit button to header, styled button
2011-07-08 Jef van SchendelAdded sidebar to profile page; moved some content
2011-07-08 Jef van SchendelRemove p style; not need yet
2011-07-07 Joar WandborgUpdated `MediaCommentForm.field_comment` => `MediaComme...
2011-07-07 ElrondFactor setup_workbench into init submodule.
2011-07-07 Jef van SchendelChange pagination styling; add 2 images
2011-07-07 Caleb Forbes... Bug #437 - adds required validator to slug field for...
2011-07-07 Joar WandborgIssue #431 - Prevent comment link expiry - Added functi...
next