mediagoblin.git
2013-01-23 Christopher... We don't want any empty string slugs, so make "" -...
2013-01-23 Christopher... Switching uuid4()[1:4] -> uuid4().hex[:4]
2013-01-23 ElrondUse better relationships to delete collections.
2013-01-22 Joar WandborgMade pil_filters a PIL_FILTERS (global)
2013-01-22 Joar WandborgChanged sampling filter default to AA
2013-01-22 Joar WandborgMade the image sampling filter configurable
2013-01-22 ElrondUse inspect_table; default user license==None.
2013-01-22 Sebastian Spaethuser.get('moo') -> user.moo
2013-01-22 Christopher... Merge remote-tracking branch 'refs/remotes/spaetz/521_l...
2013-01-22 Joar WandborgMoved MediaComment form descriptions to apt. place
2013-01-21 Sebastian SpaethImplement user's tag filtered gallery page
2013-01-21 Sebastian SpaethAlso set login_failed in case of form errors
2013-01-21 Sebastian SpaethRestructure ForgotPassword view
2013-01-21 Sebastian SpaethNormalize the email address in the same way in all...
2013-01-20 Christopher... Merge remote-tracking branch 'refs/remotes/spaetz/436_c...
2013-01-18 Sebastian SpaethSanitize slug input on media edit
2013-01-18 ElrondAdd (failing) test for editing the slug.
2013-01-18 ElrondEnable foreign key checking on sqlite.
2013-01-18 ElrondTurn comment list into a real <ul>.
2013-01-18 ElrondAdd some simple collection test.
2013-01-18 ElrondRename get_test_app to get_app.
2013-01-17 ElrondRemove useless spaces in comment stuff.
2013-01-17 ElrondTranslate account deletion.
2013-01-17 ElrondFix linking to comments.
2013-01-17 Christopher... Merge branch 'master' of gitorious.org:mediagoblin...
2013-01-17 Sebastian SpaethReturn to media collection page if no collection selected
2013-01-17 ElrondMove workbench into tools directory.
2013-01-17 ElrondRemove DEFAULT_WORKBENCH_DIR.
2013-01-17 Christopher... Merge remote-tracking branch 'refs/remotes/spaetz/565_w...
2013-01-17 Mark HolmquistAdd a license preference field
2013-01-17 Jef van SchendelAdd "Browse collections" link to profile pages
2013-01-17 Christopher... adding back dropdown.js now that we have, well, a dropd...
2013-01-17 Christopher... Merge remote-tracking branch 'refs/remotes/origin/533...
2013-01-17 Christopher... Merge commit '9408938' from 565_workbench_cleanup ...
2013-01-17 Jef van SchendelCSS edits to dropdown menu; added log out button for...
2013-01-17 Jef van SchendelChange position of "Delete account" link, put it below...
2013-01-17 Sebastian SpaethBetter "delete my account" placement
2013-01-17 Sebastian SpaethIntroduce user_deletion test.
2013-01-17 Sebastian SpaethAllowing to delete a user account (#302)
2013-01-17 Sebastian Spaethimport db.sql.util -> db.util
2013-01-17 Sebastian SpaethMerge branch '540_User_delete_deletes_related_entries'
2013-01-17 Sebastian SpaethImplement User.delete() (#540)
2013-01-17 Sebastian SpaethImplement Collection.delete()
2013-01-17 Sebastian SpaethImplement MediaEntry().delete() (#540)
2013-01-16 Sebastian SpaethDo not read complete videos in RAM (#419)
2013-01-16 Sebastian SpaethAdd @get_workbench test
2013-01-16 Sebastian SpaethShorten Workbench(Manager) method names
2013-01-16 Sebastian SpaethSwitch over media processor to use the get_workbench...
2013-01-16 Sebastian SpaethImplement @get_workbench decorator
2013-01-16 Sebastian SpaethMake Workbench() a context manager
2013-01-16 Christopher... Make the workbench destroy itself for video processing...
2013-01-16 Christopher... Merge remote-tracking branch 'refs/remotes/spaetz/561_u...
2013-01-16 Christopher... Merge remote-tracking branch 'refs/remotes/elrond/misc...
2013-01-15 Stefano Zacchirolicollection browsing: rename view/template user_collecti...
2013-01-15 Christopher... Simplifying string concatenation in generate_slug and...
2013-01-15 Stefano Zacchirolicollection browsing: remove pagination support
2013-01-15 Christopher... A revised algorithm for generating slugs.
2013-01-15 Stefano Zacchirolicollection browsing: drop atom feed from page template
2013-01-15 Stefano Zacchirolicollections: add support to browse existing collections
2013-01-15 Christopher... Need to import uuid4 for generate_slug to totally work
2013-01-15 Sebastian SpaethMake generate_slug assign a slug in any case
2013-01-15 Sebastian SpaethSanitize slug input on media edit
2013-01-15 Sebastian SpaethDisallow ":" as part of a media slug
2013-01-15 Tiberiu C.... #571: Fixed. Display collection description with Markdo...
2013-01-15 Sebastian SpaethUnbreak 301 responses
2013-01-15 Sebastian SpaethDon't pass request into run_process_media
2013-01-15 Sebastian SpaethMake PuSHing the Pubhubsubbub server an async task...
2013-01-15 Sebastian SpaethSimplify check_media_slug_used
2013-01-15 Sebastian SpaethMore explicit get_or_create pattern
2013-01-14 Sebastian SpaethImprove error message wording (#564)
2013-01-13 ElrondUse the new logo.html thingy in airy.
2013-01-13 ElrondMove logo part into bits/logo.html
2013-01-13 ElrondKill db_host, db_name, and db_port from config_spec...
2013-01-11 ElrondStart to use the media_id in "admin" URLs.
2013-01-11 ElrondMake runtests.sh be useable from anywhere.
2013-01-11 Elrondissue 355: Only run tests in mediagoblin/tests/
2013-01-09 Sebastian SpaethImprove and extend profile editing tests
2013-01-09 Sebastian SpaethEnable /u/USERNAME/edit/ pattern #588
2013-01-08 ElrondFix tests on webtest < 1.3.6.
2013-01-08 ElrondMove db.sql.migration_tools to db.migration_tools.
2013-01-08 ElrondAdd inspect_table.
2013-01-08 ElrondMove all the migration tools into new migration_tools.py
2013-01-08 Christopher... Fixing import to mediagoblin.db.base in stl models
2013-01-08 Sebastian SpaethMerge branch 'WIP/test_performance'
2013-01-08 Sebastian Spaethtests: More instances where a fresh database is not...
2013-01-08 Sebastian SpaethAudio and video should use workbench instead of tempfil...
2013-01-08 Sebastian SpaethDon't read full image media into RAM on copying (#419)
2013-01-08 Sebastian SpaethDon't get a fresh app when not needed
2013-01-08 Sebastian SpaethDo not fail is a user exists already
2013-01-08 Sebastian SpaethFix slug lookup regression (#587)
2013-01-07 Joar WandborgMade the airy header element responsive again
2013-01-07 Sebastian SpaethRemove custom GMQuery class
2013-01-07 Sebastian SpaethMv db.sql.base to db.base
2013-01-07 Sebastian SpaethMove mediagoblin.db.sql.extratypes to mediagoblin.db...
2013-01-07 Sebastian SpaethMove db.sql.models* to db.models*
2013-01-07 Sebastian SpaethMove db.sql.util to db.util
2013-01-07 Sebastian SpaethRemove mediagoblin.db.sql.fake.DESCENDING
2013-01-07 Christopher... Also make slug unit test work with the new optionally...
2013-01-07 Christopher... Make translitcodec optional, and work nicely without it.
2013-01-02 Joar WandborgMade api_test use @require_active_login
next