Add DB Mixin classes and use them
[mediagoblin.git] / mediagoblin /
2012-01-08 ElrondAdd DB Mixin classes and use them
2012-01-07 Christopher Allan... Committing extracted and compiled translations
2012-01-07 Christopher Allan... Committing present MediaGoblin translations before...
2012-01-06 Jef van SchendelFix div breaking in user.html; add media query bits
2012-01-06 Jef van SchendelResize image below 660px width
2012-01-05 Jef van Schendel* Rename mediagoblin_header, mediagoblin_body, mediagob...
2012-01-05 Jef van SchendelAdd closing bracket so the whole thing doesn't break...
2012-01-05 Jef van SchendelRemove last 960.gs leftover; fix classes for edit forms
2012-01-05 Jef van SchendelFix merge conflicts
2012-01-05 Jef van SchendelSeveral changes for mobile layout
2012-01-05 Jef van SchendelAlways show 'Change account settings' link
2012-01-05 ElrondFix Unit Tests for new password changing
2012-01-05 ElrondMake show-password-js work for change password too
2012-01-05 ElrondFix more StrictUndefined issues
2012-01-04 Jef van SchendelAdd change-account-settings link to user.html
2012-01-04 Jef van SchendelMerge branch 'master' of gitorious.org:mediagoblin...
2012-01-04 Jef van SchendelCreate edit_account.html
2012-01-04 Elrondf691: Use StrictUndefined for templates and fix some...
2012-01-04 ElrondImport MigrationManager from mongo in mongo backend.
2012-01-04 Jef van SchendelAdd Markdown for submit page, edit page, profile edit...
2012-01-04 ElrondDot-Notation for MediaEntry.queued_media_file
2012-01-04 ElrondDot-Notation for MediaEntry.state
2012-01-04 ElrondDot-Notation for MediaEntry.media_files
2012-01-01 Elrondsql convert: Use more library functions
2012-01-01 Jef van SchendelSeperate jQuery bit that was still in media.html
2012-01-01 ElrondFix unit tests for new forget password flow
2012-01-01 Jef van SchendelRemove fp_changed_success.html, use log in page + notif...
2012-01-01 Jef van SchendelRemove fp_email_sent.html and refs to it
2012-01-01 ElrondFactor out check_db_migrations_current
2012-01-01 Jef van SchendelForgot this one. Also disable horizontal resize for...
2012-01-01 Jef van SchendelRemove border-bottom from media_specs
2012-01-01 Jef van SchendelDisable horizontal resize for text areas.
2011-12-31 Joar WandborgFixed submission error handling and broken tests
2011-12-31 ElrondMerge remote branch 'remotes/joar/tests'
2011-12-31 Joar WandborgASCII media type support & fix a bug in file submission...
2011-12-30 Jef van SchendelChange forgotten password process: different redirect...
2011-12-30 Jef van SchendelFix #712: Comment counter always uses plural
2011-12-30 Jef van SchendelFix #715: On media submit page, "Separate" is misspelled
2011-12-30 Joar WandborgFixed broken confirm_password test
2011-12-30 Jef van SchendelRandom changes that break stuff and eat piglets
2011-12-30 Jef van SchendelLots of little fixes and removal of all 960.gs classes:
2011-12-29 Jef van SchendelForgot to include the newly created JS file
2011-12-29 Jef van SchendelIsolate JavaScript; add new show_password.js to forgot...
2011-12-29 Jef van SchendelFinished #485 and worked out bugs: password fields...
2011-12-29 ElrondAdd a .save method on the sql db objects
2011-12-28 ElrondSupport .get(fieldname) on sql db objects
2011-12-28 ElrondFix "bin/gmg migrate" after mongo move
2011-12-28 ElrondSQL Model: Add relationship properties
2011-12-28 ElrondSQL Model: Forgot MediaEntry.state field
2011-12-28 ElrondImplement _id proxy on sql objects (on User for now)
2011-12-27 ElrondTurn media.get_uploader into a property
2011-12-27 ElrondUse media.url_for_self instead of calling urlgen directly
2011-12-27 ElrondMove verification key generation to view
2011-12-25 ElrondTranslate one string
2011-12-24 ElrondReplace media.get_uploader()._id by media.uploader
2011-12-24 ElrondImprove .one() by using sqlalchemy's .one()
2011-12-24 ElrondAdd search level one() method
2011-12-23 ElrondTurn MediaComment's author() into get_author property
2011-12-23 Karen Rustadadded translation tags to html5 wwarning
2011-12-22 Karen RustadAdded a 'you don't have HTML5 so this video will not...
2011-12-20 ElrondNote reported bug in workaround
2011-12-20 ElrondWorkaround for Routes/urlgen bug.
2011-12-20 ElrondMerge remote branch 'remotes/joar/webfinger'
2011-12-20 Joar WandborgAdded references to docstring in mediagoblin.webfinger
2011-12-20 Joar WandborgRemoved mediagoblin.tools.feed which was accidentally...
2011-12-20 Joar WandborgPolishing the webfinger implementation
2011-12-20 ElrondMove db/models.py -> db/mongo/models.py
2011-12-20 ElrondMove db/migrations.py -> db/mongo/migrations.py
2011-12-20 ElrondMove db/util.py -> db/mongo/util.py
2011-12-20 ElrondMove db/indexes.py to db/mongo/indexes.py
2011-12-20 ElrondMove db/open.py to db/mongo/open.py
2011-12-18 ElrondSQL: mongokit like interface
2011-12-18 Jef van SchendelChange widths to percentages for small devices
2011-12-18 Jef van SchendelAdd styles to make media.html not fall apart entirely
2011-12-18 Jef van SchendelMove reset.css to extlib and symlink it
2011-12-18 Jef van SchendelRemove first 960.gs classes
2011-12-18 Jef van SchendelMedia query for everything(?) below 960px wide
2011-12-18 Jef van SchendelRemove 960.gs stylesheets, add Eric Meyer's reset.css
2011-12-18 Jef van SchendelFirst test lines for responsive design
2011-12-17 Jef van SchendelShow actual comment number. Only shows plural for now...
2011-12-17 ElrondSimple Mongo -> SQL migration tool
2011-12-17 ElrondLittle sql model update
2011-12-15 Joar WandborgFixed import_export
2011-12-15 ElrondSQL: Some toys and little fix
2011-12-15 ElrondMove sql models into db/sql/
2011-12-15 ElrondMerge remote branch 'remotes/cwebber/sqlalchemy'
2011-12-15 Joar Wandborgwebfinger fully compliant with webfinger.org! Still...
2011-12-15 Will Kahn-GreeneFix -dev version and add version number docs
2011-12-14 Joar WandborgChanged some thngs to be compatible with webfinger...
2011-12-14 Joar WandborgAdded *very preliminary* support for webfinger
2011-12-14 Jef van SchendelChange "Submit" to "Add" for ticket #466
2011-12-14 Jef van SchendelRemove "X license" placeholder from media page
2011-12-14 Jef van SchendelChange wording for change_fp; improved the button text
2011-12-13 ElrondMerge remote branch 'joar/b681-comments_from_reviewing_...
2011-12-13 Jef van SchendelMerge jQuery branch, resolve conflicts
2011-12-12 ElrondMerge branch 'sql/dot-notation'
2011-12-12 Will Kahn-GreeneChanger version to -dev
2011-12-12 Will Kahn-GreeneUpdate version numbers
2011-12-12 Christopher Allan... Updated translations
2011-12-12 Christopher Allan... Removed extraneous whitespace from video.html
next