Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | New mediaentry slug tests now pass! | Christopher Allan Webber | 2013-01-23 | 2 | -3/+134 | |
| * | | | | | | | require mock for the new uuid-mocking tests | Christopher Allan Webber | 2013-01-23 | 1 | -0/+1 | |
| * | | | | | | | We don't want any empty string slugs, so make "" -> None | Christopher Allan Webber | 2013-01-23 | 1 | -0/+4 | |
| * | | | | | | | Switching uuid4()[1:4] -> uuid4().hex[:4] | Christopher Allan Webber | 2013-01-23 | 1 | -1/+1 | |
| * | | | | | | | Simplifying string concatenation in generate_slug and fixing docstring | Christopher Allan Webber | 2013-01-15 | 1 | -5/+7 | |
| * | | | | | | | A revised algorithm for generating slugs. | Christopher Allan Webber | 2013-01-15 | 1 | -11/+47 | |
| * | | | | | | | Need to import uuid4 for generate_slug to totally work | Christopher Allan Webber | 2013-01-15 | 1 | -0/+2 | |
| * | | | | | | | Make generate_slug assign a slug in any case | Sebastian Spaeth | 2013-01-15 | 1 | -8/+15 | |
| * | | | | | | | Sanitize slug input on media edit | Sebastian Spaeth | 2013-01-15 | 1 | -7/+6 | |
| * | | | | | | | Disallow ":" as part of a media slug | Sebastian Spaeth | 2013-01-15 | 1 | -1/+1 | |
* | | | | | | | | Use better relationships to delete collections. | Elrond | 2013-01-23 | 1 | -5/+8 | |
* | | | | | | | | Made pil_filters a PIL_FILTERS (global) | Joar Wandborg | 2013-01-22 | 1 | -8/+8 | |
* | | | | | | | | Changed sampling filter default to AA | Joar Wandborg | 2013-01-22 | 1 | -2/+2 | |
* | | | | | | | | Made the image sampling filter configurable | Joar Wandborg | 2013-01-22 | 2 | -1/+23 | |
* | | | | | | | | Use inspect_table; default user license==None. | Elrond | 2013-01-22 | 1 | -3/+2 | |
| |_|/ / / / / |/| | | | | | | ||||||
* | | | | | | | user.get('moo') -> user.moo | Sebastian Spaeth | 2013-01-22 | 3 | -7/+7 | |
| |_|/ / / / |/| | | | | | ||||||
* | | | | | | Merge remote-tracking branch 'refs/remotes/spaetz/521_license_preference' int... | Christopher Allan Webber | 2013-01-22 | 6 | -37/+63 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Add a license preference field | Mark Holmquist | 2013-01-17 | 6 | -37/+63 | |
* | | | | | | | Moved MediaComment form descriptions to apt. place | Joar Wandborg | 2013-01-22 | 2 | -5/+5 | |
| |_|/ / / / |/| | | | | | ||||||
* | | | | | | Also set login_failed in case of form errors | Sebastian Spaeth | 2013-01-21 | 1 | -11/+12 | |
* | | | | | | Restructure ForgotPassword view | Sebastian Spaeth | 2013-01-21 | 3 | -79/+103 | |
* | | | | | | Normalize the email address in the same way in all places | Sebastian Spaeth | 2013-01-21 | 1 | -0/+13 | |
* | | | | | | Merge remote-tracking branch 'refs/remotes/spaetz/436_celery_push' | Christopher Allan Webber | 2013-01-20 | 4 | -45/+65 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Don't pass request into run_process_media | Sebastian Spaeth | 2013-01-15 | 4 | -7/+18 | |
| * | | | | | | Make PuSHing the Pubhubsubbub server an async task (#436, #585) | Sebastian Spaeth | 2013-01-15 | 4 | -45/+54 | |
* | | | | | | | Sanitize slug input on media edit | Sebastian Spaeth | 2013-01-18 | 1 | -7/+6 | |
* | | | | | | | Add (failing) test for editing the slug. | Elrond | 2013-01-18 | 1 | -1/+7 | |
* | | | | | | | Enable foreign key checking on sqlite. | Elrond | 2013-01-18 | 1 | -1/+12 | |
* | | | | | | | Turn comment list into a real <ul>. | Elrond | 2013-01-18 | 1 | -8/+11 | |
* | | | | | | | Add some simple collection test. | Elrond | 2013-01-18 | 2 | -1/+59 | |
* | | | | | | | Rename get_test_app to get_app. | Elrond | 2013-01-18 | 12 | -32/+32 | |
* | | | | | | | Remove useless spaces in comment stuff. | Elrond | 2013-01-17 | 1 | -4/+4 | |
* | | | | | | | Translate account deletion. | Elrond | 2013-01-17 | 2 | -4/+10 | |
* | | | | | | | Fix linking to comments. | Elrond | 2013-01-17 | 2 | -3/+4 | |
* | | | | | | | Merge branch 'master' of gitorious.org:mediagoblin/mediagoblin | Christopher Allan Webber | 2013-01-17 | 5 | -6/+12 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Return to media collection page if no collection selected | Sebastian Spaeth | 2013-01-17 | 1 | -0/+4 | |
| * | | | | | | | Move workbench into tools directory. | Elrond | 2013-01-17 | 3 | -2/+2 | |
| * | | | | | | | Remove DEFAULT_WORKBENCH_DIR. | Elrond | 2013-01-17 | 1 | -4/+0 | |
| | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | Add "Browse collections" link to profile pages | Jef van Schendel | 2013-01-17 | 1 | -0/+6 | |
* | | | | | | | Merge remote-tracking branch 'refs/remotes/spaetz/565_workbench_cleanup' | Christopher Allan Webber | 2013-01-17 | 1 | -41/+21 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Do not read complete videos in RAM (#419) | Sebastian Spaeth | 2013-01-16 | 1 | -41/+21 | |
* | | | | | | | adding back dropdown.js now that we have, well, a dropdown again :) | Christopher Allan Webber | 2013-01-17 | 1 | -0/+3 | |
* | | | | | | | Merge remote-tracking branch 'refs/remotes/origin/533-new-dropdown' | Christopher Allan Webber | 2013-01-17 | 4 | -47/+80 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | CSS edits to dropdown menu; added log out button for unverified users | Jef van Schendel | 2013-01-17 | 2 | -13/+10 | |
| * | | | | | | | Add header_dropdown.js | Jef van Schendel | 2012-12-04 | 1 | -0/+27 | |
| * | | | | | | | Edit header styling (add border-bottom, remove background-color); add margin ... | Jef van Schendel | 2012-12-04 | 1 | -2/+5 | |
| * | | | | | | | Fix header width again: this is a better approach | Jef van Schendel | 2012-12-02 | 1 | -2/+2 | |
| * | | | | | | | Fix header width issue on small screens | Jef van Schendel | 2012-12-02 | 1 | -0/+1 | |
| * | | | | | | | Fix small user error | Jef van Schendel | 2012-12-02 | 1 | -1/+1 | |
| * | | | | | | | Give elements proper, more descriptive class names | Jef van Schendel | 2012-12-02 | 1 | -3/+3 |