aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Import MigrationManager from mongo in mongo backend.Elrond2012-01-042-2/+2
* Add Markdown for submit page, edit page, profile edit page; thus fixing ticke...Jef van Schendel2012-01-044-5/+16
* Dot-Notation for MediaEntry.queued_media_fileElrond2012-01-043-4/+4
* Dot-Notation for MediaEntry.stateElrond2012-01-042-3/+3
* Dot-Notation for MediaEntry.media_filesElrond2012-01-0410-16/+16
* sql convert: Use more library functionsElrond2012-01-011-11/+9
* Seperate jQuery bit that was still in media.htmlJef van Schendel2012-01-012-11/+11
* Fix unit tests for new forget password flowElrond2012-01-011-1/+1
* Remove fp_changed_success.html, use log in page + notification message insteadJef van Schendel2012-01-013-33/+6
* Remove fp_email_sent.html and refs to itJef van Schendel2012-01-012-32/+0
* Factor out check_db_migrations_currentElrond2012-01-014-22/+32
* Forgot this one. Also disable horizontal resize for the bio fieldJef van Schendel2012-01-011-1/+1
* Remove border-bottom from media_specsJef van Schendel2012-01-011-1/+0
* Disable horizontal resize for text areas.Jef van Schendel2012-01-011-1/+6
* Fixed submission error handling and broken testsJoar Wandborg2011-12-313-6/+12
* Merge remote branch 'remotes/joar/tests'Elrond2011-12-311-17/+0
|\
| * Fixed broken confirm_password testJoar Wandborg2011-12-301-17/+0
* | ASCII media type support & fix a bug in file submission error handlingJoar Wandborg2011-12-3118-11/+7323
* | Change forgotten password process: different redirect, added/changed messagesJef van Schendel2011-12-301-8/+16
* | Fix #712: Comment counter always uses pluralJef van Schendel2011-12-301-40/+46
* | Fix #715: On media submit page, "Separate" is misspelledJef van Schendel2011-12-302-2/+2
|/
* Forgot to include the newly created JS fileJef van Schendel2011-12-291-0/+19
* Isolate JavaScript; add new show_password.js to forgot-password-page as wellJef van Schendel2011-12-293-28/+8
* Finished #485 and worked out bugs: password fields always update, added margi...Jef van Schendel2011-12-292-1/+10
* Add a .save method on the sql db objectsElrond2011-12-291-1/+9
* Support .get(fieldname) on sql db objectsElrond2011-12-291-0/+3
* Fix "bin/gmg migrate" after mongo moveElrond2011-12-281-2/+2
* Show --log-file option in lazyserver help.Elrond2011-12-281-1/+1
* SQL Model: Add relationship propertiesElrond2011-12-281-0/+5
* SQL Model: Forgot MediaEntry.state fieldElrond2011-12-282-1/+2
* Implement _id proxy on sql objects (on User for now)Elrond2011-12-281-0/+14
* Turn media.get_uploader into a propertyElrond2011-12-277-13/+14
* Use media.url_for_self instead of calling urlgen directlyElrond2011-12-272-12/+6
* Move verification key generation to viewElrond2011-12-272-2/+1
* Translate one stringElrond2011-12-251-1/+5
* Replace media.get_uploader()._id by media.uploaderElrond2011-12-242-4/+4
* Improve .one() by using sqlalchemy's .one()Elrond2011-12-241-3/+1
* Add search level one() methodElrond2011-12-241-0/+13
* Turn MediaComment's author() into get_author propertyElrond2011-12-232-2/+3
* added translation tags to html5 wwarningKaren Rustad2011-12-231-2/+6
* Added a 'you don't have HTML5 so this video will not work' warning using just...Karen Rustad2011-12-232-0/+13
* Note reported bug in workaroundElrond2011-12-211-0/+1
* Workaround for Routes/urlgen bug.Elrond2011-12-211-0/+4
* Merge remote branch 'remotes/joar/webfinger'Elrond2011-12-206-0/+225
|\
| * Added references to docstring in mediagoblin.webfingerJoar Wandborg2011-12-202-0/+13
| * Removed mediagoblin.tools.feed which was accidentally includedJoar Wandborg2011-12-201-527/+0
| * Polishing the webfinger implementationJoar Wandborg2011-12-204-30/+623
| * webfinger fully compliant with webfinger.org! Still *preliminary* solution.Joar Wandborg2011-12-151-1/+1
| * Changed some thngs to be compatible with webfinger.org, still *very preliminary*Joar Wandborg2011-12-152-2/+5
| * Added *very preliminary* support for webfingerJoar Wandborg2011-12-156-0/+143