mediagoblin.git
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-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 ElrondShow --log-file option in lazyserver help.
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-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 Will Kahn-GreeneFix doc footer
2011-12-12 Will Kahn-GreeneTweak rest formatting
2011-12-12 Christopher... Updated translations
2011-12-12 Christopher... Added the "Media types" chapter
2011-12-12 Will Kahn-GreeneDoc updates
2011-12-12 Will Kahn-GreeneAdd some documentation to lazyserver.sh
2011-12-12 Will Kahn-GreeneUpdate README
2011-12-12 Will Kahn-GreeneTweak runtests to be more helpful
2011-12-12 Christopher... Removed extraneous whitespace from video.html
2011-12-12 Christopher... Add a note on how to up the upload size limit
2011-12-12 Christopher... Allow administrators to disable keeping the original...
2011-12-12 Christopher... Mark "newer/older" buttons for translation
2011-12-10 Jef van SchendelStyle changes for media_uploader (now media_specs)...
2011-12-10 Jef van SchendelRemove pagination images and replace them with unicode...
2011-12-09 Jef van SchendelChange wording in tags.html
2011-12-09 Jef van SchendelOpen Markdown link in new windows; I know _blank is...
2011-12-09 Jef van SchendelOnly apply textarea style to comment box
2011-12-09 Jef van SchendelLots of changes to media page; rearranged things, added...
2011-12-07 Jef van SchendelMove author text, "By X", to the sidebar
2011-12-06 Joar WandborgBug 681 - Comments from reviewing the new video merge
2011-12-05 ElrondDot-Notation for MediaEntry.media_data
2011-12-05 ElrondDot-Notation for MediaEntry.media_type
2011-12-05 ElrondDot-Notation for MediaEntry.description(_html)
2011-12-05 ElrondDot-Notation for MediaEntry.slug
2011-12-05 ElrondDot-Notation for MediaEntry.title
2011-12-05 ElrondDot-Notation for MediaEntry.uploader
2011-12-05 ElrondDot-Notation for MediaEntry.created
2011-12-05 ElrondDot-Notation: tests/test_edit.py
2011-12-05 ElrondDot-Notation for Users.fp_token_expire
2011-12-05 ElrondDot-Notation for Users.fp_verification_key
2011-12-05 ElrondDot-Notation for Users.bio and .bio_html
2011-12-05 ElrondDot-Notation for Users.url
2011-12-05 ElrondDot-Notation for Users.is_admin
2011-12-05 ElrondDot-Notation for Users.verification_key
2011-12-05 ElrondDot-Notation for Users.status
2011-12-05 ElrondDot-Notation for Users.email_verified
2011-12-05 ElrondDot-Notation for Users.pw_hash
2011-12-05 ElrondDot-Notation for Users.email
2011-12-05 ElrondDot-Notation for Users.username
2011-12-05 Christopher... Update comment URLs to use the media slug.
2011-12-05 Christopher... Update the delete item to use the _id after all......
2011-12-05 Christopher... Cloudfiles not actually a dependency, removing from...
2011-12-05 Christopher... Merge remote-tracking branch 'remotes/lorochka85/bug852...
2011-12-04 tycho garenDOCS:: #675 revision to deployment and production documents
2011-12-04 Christopher... Filled in reason #3 to submit separate out celery.
next