Ok, so here are the actual changes. Woops!
[mediagoblin.git] / mediagoblin /
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 Allan... Add html doctype
2011-07-24 Christopher Allan... Merge branch 'master' of gitorious.org:mediagoblin...
2011-07-24 Christopher Allan... Make charset utf-8.
2011-07-17 Christopher Allan... Merge remote branch 'remotes/elrond/dev/init'
2011-07-17 Christopher Allan... docstring for MediaComment's structure
2011-07-17 Christopher Allan... Described the MediaEntry structure in the docstring.
2011-07-17 Christopher Allan... Docstring for the User model's various schema fields
2011-07-17 Christopher Allan... Finished the docstring of the creature_add_magical_powe...
2011-07-17 ElrondMove application level setup of database to init/
2011-07-17 Christopher Allan... Migration for mediafiles main->original
2011-07-16 Christopher Allan... Merge remote branch 'remotes/jwandborg/feature_400...
2011-07-16 Christopher Allan... Merge remote branch 'remotes/cmoylan/test_submission_vi...
2011-07-14 Christopher Allan... Use cleaned_markdown_conversion in both cases in edit...
2011-07-14 Christopher Allan... app.py and migrate.py must import migrations in order...
2011-07-14 Christopher Allan... First migration: Add markdown bio!
2011-07-14 Christopher Allan... Indenting section in the autoscape block
2011-07-14 Christopher Allan... Merge remote branch 'remotes/aaronw/feature410_markdown...
2011-07-14 Christopher Allan... Merge branch 'master' into f411_new_migrations
2011-07-14 Christopher Allan... Duplicate migration numbers not allowed, bro
2011-07-14 Chris MoylanMerge branch 'master' into test_submission_views_365
2011-07-14 Christopher Allan... Elrond thinks we should use one of print/sys.stdout...
2011-07-14 Christopher Allan... A couple of tests related to migrations_to_run()
2011-07-14 Christopher Allan... We should *raise* MissingCurrentMigration :)
2011-07-13 Debremoved email variables from globals module
2011-07-12 Christopher Allan... Removing old style migrations... not in use anymore
2011-07-12 Christopher Allan... Merge remote branch 'remotes/osamak/master'
2011-07-11 ElrondMove db_name default into config_spec.ini
2011-07-11 Christopher Allan... Just making a note of where the new migrations will go!
2011-07-11 Christopher Allan... 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 Allan... Use new migrations system in ./bin/gmg migrate
2011-07-11 Christopher Allan... give option in connect_database_from_config to connect...
2011-07-11 Christopher Allan... Made it so that it's migrate_new() which installs the...
2011-07-11 Christopher Allan... test_migrations_recorded_as_(latest|zero) tests passing :)
2011-07-11 Christopher Allan... test_run_partial_migrations() working!
2011-07-11 Aaron WilliamsonMarkdown-enable user bio (Feature 410)
2011-07-11 Christopher Allan... testing tools install_fixtures_simple and assert_db_mee...
2011-07-11 Christopher Allan... test_run_full_migrations() all working properly!
2011-07-10 Christopher Allan... No reason to have migration_number optional or default...
2011-07-10 Christopher Allan... Mock out tests, define expected results, add first...
2011-07-10 Christopher Allan... Move the call to install_migration_version_if_missing...
2011-07-10 Christopher Allan... install_migration_version_if_missing() now a separate...
2011-07-10 Christopher Allan... Make sure all these strings in db/util.py are unicode
2011-07-10 Christopher Allan... Added the actual fake/testing migrations. Haven't...
2011-07-10 Christopher Allan... Simpler run_migrations method.
2011-07-10 Christopher Allan... test_migrations.py w/ migrate'able fixtures and some...
2011-07-09 Christopher Allan... Making sure migration_number > 0 :)
2011-07-09 Christopher Allan... run_new_migrations() makes more sense
2011-07-09 Christopher Allan... Sorry, that OptionalField belonged there.
2011-07-09 Christopher Allan... <Elrond> Oh well... Did I really have this wtforms...
2011-07-09 Christopher Allan... Added a note about workbench only currently being used...
2011-07-09 Christopher Allan... Merge remote branch 'remotes/elrond/dev/init'
2011-07-09 Christopher Allan... Adjusting documentation in indexes.py also re: more...
2011-07-09 Christopher Allan... Changing things back so that we keep information about...
2011-07-09 Christopher Allan... Some instructions in the RegisterMigration docstring...
2011-07-09 Christopher Allan... latest_migration now returns migration numbers only...
2011-07-09 Christopher Allan... Migrating quietly, not iteratively, that comment should...
2011-07-09 Christopher Allan... New migration utility code.... I haven't tested this! ;)
2011-07-09 Christopher Allan... Merge remote branch 'remotes/gullydwarf-cfdv/b404_v3_ed...
2011-07-09 Christopher Allan... Merge remote branch 'remotes/jwandborg/f431-prevent_com...
2011-07-09 Christopher Allan... Merge remote branch 'remotes/gullydwarf-cfdv/437_slug_s...
2011-07-09 Christopher Allan... Merge remote branch 'remotes/schendje/master'
2011-07-09 Christopher Allan... Removing trailing whitespace from this file
2011-07-09 Christopher Allan... Add a warning to the user that registrations are disabled.
2011-07-09 Christopher Allan... 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 Davis VBug #437 - adds required validator to slug field for...
2011-07-07 Joar WandborgIssue #431 - Prevent comment link expiry - Added functi...
2011-07-07 Jef van SchendelAdditional style changes to navigation; add three navig...
2011-07-07 Caleb Forbes Davis Vbug #404 - corrects querystring variable name in redirect
2011-07-07 Jef van SchendelExperimental black-and-white style change
2011-07-07 Christopher Allan... This should actually fix the next and previous buttons...
2011-07-07 Christopher Allan... Also encourages editing your profile and submitting...
2011-07-07 Christopher Allan... Merge remote branch 'remotes/gullydwarf-cfdv/f424_email...
2011-07-07 Christopher Allan... Merge remote branch 'remotes/gullydwarf-cfdv/f423_match...
2011-07-07 Christopher Allan... Merge remote branch 'remotes/gullydwarf-cfdv/b404_v2_re...
2011-07-07 Christopher Allan... Merge remote branch 'remotes/gullydwarf-cfdv/b429_fix_e...
2011-07-07 Christopher Allan... Merge remote branch 'remotes/gullydwarf-cfdv/f435_limit...
2011-07-07 Christopher Allan... Merge remote branch 'remotes/gullydwarf-cfdv/b434_prev_...
2011-07-06 Caleb Forbes Davis Vedit profile submit redirects to user home page
2011-07-06 Caleb Forbes Davis VB #429 - form validation allows blank profile url
2011-07-06 Chris Moylanfinished basic submission testing
2011-07-06 Chris MoylanMerge branch 'master' into test_submission_views_365
2011-07-06 Caleb Forbes Davis Vslug-style urls in previous and next urls look much...
2011-07-06 Caleb Forbes Davis Vf#435 - avoids linking to unprocessed media in prev...
next