Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | | | | Multimedia support - Refractored video processing. | Joar Wandborg | 2011-09-24 | 8 | -66/+1875 | |
| | | | | | | | ||||||
| | | * | | | | Multimedia support - Commiting from a not yet finished state - Details below | Joar Wandborg | 2011-09-23 | 13 | -24/+650 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * DONE Initially testing with arista ** DONE Video display templates *** TODO Multi-browser support ** TODO Video thumbnails ** TODO Link to original video ** TODO Video cropping Also contains a lot of "debug" print's | |||||
| * | | | | | | Rename MediaEntry.uploader() to .get_uploader() | Elrond | 2011-11-22 | 8 | -19/+19 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The .uploader() method conflicts with the uploader database field. As we're moving to .FIELD for db field access, this is a relevant conflict. So renaming .uploader() to .get_uploader() | |||||
| * | | | | | | 652: Don't show empty field labels. | Elrond | 2011-11-22 | 1 | -1/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the label for a field is empty, don't show it at all. And don't translate it! | |||||
| * | | | | | | Wrap long line. | Elrond | 2011-11-22 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Nothing else. | |||||
| * | | | | | | Added a message noticing the user the image has been successfully | Pablo J. Urbano Santos | 2011-11-22 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | deleted. | |||||
| * | | | | | | Fixes #597. Add a visible error when user tries to delete an image | Pablo J. Urbano Santos | 2011-11-22 | 1 | -0/+3 | |
| |/ / / / / | | | | | | | | | | | | | | | | | | | without cheking the "I'm sure" checkbox. | |||||
| * | | | | | Tests for StorageInterface*.copy_local_to_storage() | Christopher Allan Webber | 2011-11-20 | 1 | -0/+27 | |
| | | | | | | ||||||
| * | | | | | Made the image processing use intermediary conversion file. | Christopher Allan Webber | 2011-11-20 | 1 | -8/+22 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should fix the problem with PIL and the cloudfiles storage system fighting. | |||||
| * | | | | | Slightly clearer docs on copy_local_to_storage | Christopher Allan Webber | 2011-11-20 | 1 | -0/+4 | |
| | | | | | | ||||||
| * | | | | | copy_local_to_storage, both general and specialized-for-BasicFileStorage ↵ | Christopher Allan Webber | 2011-11-20 | 2 | -0/+22 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | versions This utility should allow for easy copying from a local filesystem to the storage instance. | |||||
| * | | | | | fixed identation | Jakob Kramer | 2011-11-20 | 1 | -3/+3 | |
| | | | | | | ||||||
| * | | | | | eyecandy for programmers | Jakob Kramer | 2011-11-20 | 1 | -11/+13 | |
| | | | | | | ||||||
| * | | | | | don't use 'and' anymore, if there is only one tag | Jakob Kramer | 2011-11-20 | 1 | -1/+4 | |
| | | | | | | ||||||
| * | | | | | Fix redirect to logical path | Elrond | 2011-11-20 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | redirects should in nearly all cases go to a logical path like 'mediagoblin.auth.login' and not to an absolute path like "/auth/login". | |||||
| * | | | | | Merge remote branch 'remotes/aaronw/bug614_verification_crash' | Elrond | 2011-11-20 | 2 | -3/+28 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * remotes/aaronw/bug614_verification_crash: Update english translation file. Reverse order of sanity checks: check email_verified after making sure there's a user in the request. Make sure user isn't already verified before resending verification. Check request.user to determine if user is logged in. Regenerated English .po file to include new string. Display and error and redirect to login page if unauthenticated user tries to access resend_verification. Conflicts: mediagoblin/i18n/en/LC_MESSAGES/mediagoblin.po | |||||
| | * | | | | | Update english translation file. | Aaron Williamson | 2011-10-03 | 1 | -28/+32 | |
| | | | | | | | ||||||
| | * | | | | | Reverse order of sanity checks: check email_verified after making sure ↵ | Aaron Williamson | 2011-10-03 | 1 | -6/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | there's a user in the request. | |||||
| | * | | | | | Make sure user isn't already verified before resending verification. | Aaron Williamson | 2011-10-03 | 1 | -0/+8 | |
| | | | | | | | ||||||
| | * | | | | | Fixed conflict in /auth/views.py. | Aaron Williamson | 2011-10-03 | 54 | -863/+1242 | |
| | |\ \ \ \ \ | ||||||
| | * | | | | | | Check request.user to determine if user is logged in. | Aaron Williamson | 2011-10-03 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| | * | | | | | | Regenerated English .po file to include new string. | Aaron Williamson | 2011-10-01 | 1 | -8/+12 | |
| | | | | | | | | ||||||
| | * | | | | | | Display and error and redirect to login page if unauthenticated user tries ↵ | Aaron Williamson | 2011-10-01 | 1 | -2/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to access resend_verification. | |||||
| * | | | | | | | Navigation buttons edits. Removed images as they are no longer needed. ↵ | Jef van Schendel | 2011-11-20 | 5 | -10/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Related: bug #504 | |||||
| * | | | | | | | Remove Edit/Delete icons, since they are not required yet. | Jef van Schendel | 2011-11-20 | 3 | -9/+2 | |
| | | | | | | | | ||||||
| * | | | | | | | Change tag list from a list to a paragraph. Wrap text for translation. | Jef van Schendel | 2011-11-20 | 1 | -6/+13 | |
| | | | | | | | | ||||||
| * | | | | | | | Fix for bug #467, "Add explanatory copy to add/edit picture pages saying ↵ | Jef van Schendel | 2011-11-20 | 2 | -2/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | that tags are comma-separated" | |||||
| * | | | | | | | Slight style changes to button_action_highlight | Jef van Schendel | 2011-11-20 | 1 | -1/+3 | |
| | | | | | | | | ||||||
| * | | | | | | | Small correction, this button should be button_action, not button_form | Jef van Schendel | 2011-11-20 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| * | | | | | | | Slight change to error wording | Jef van Schendel | 2011-11-20 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| * | | | | | | | Another change to button style. Renamed header_submit, ↵ | Jef van Schendel | 2011-11-20 | 15 | -39/+40 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | header_submit_highlight and button classes, correct all references to these | |||||
| * | | | | | | | Change to background of "empty_space", it now uses an image | Jef van Schendel | 2011-11-20 | 2 | -1/+1 | |
| | | | | | | | | ||||||
| * | | | | | | | added unittests, now using form errors and fixed bug when no GET parameter ↵ | Jakob Kramer | 2011-11-20 | 2 | -9/+126 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | is given for /edit/profile/ | |||||
| * | | | | | | | added support for changing the password, issue #643 | Jakob Kramer | 2011-11-20 | 2 | -10/+37 | |
| | | | | | | | | ||||||
| * | | | | | | | Change button style a bit | Jef van Schendel | 2011-11-20 | 1 | -12/+6 | |
| | |_|_|_|/ / | |/| | | | | | ||||||
| * | | | | | | Change form structure and add relevant CSS rules | Jef van Schendel | 2011-11-19 | 2 | -8/+10 | |
| | | | | | | | ||||||
| * | | | | | | Added back the title block | Christopher Allan Webber | 2011-11-19 | 1 | -1/+1 | |
| | | | | | | | ||||||
| * | | | | | | Merge remote branch 'remotes/inconexo/613_custom_title' | Christopher Allan Webber | 2011-11-19 | 2 | -1/+4 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Allow instance owners to customize html titles of page: | Pablo J. Urbano Santos | 2011-11-19 | 2 | -1/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added html_title config option. Made base.html template use html_title option as page title. | |||||
| * | | | | | | | Added Pablo Santos to the AUTHORS file | Christopher Allan Webber | 2011-11-19 | 1 | -0/+1 | |
| | | | | | | | | ||||||
| * | | | | | | | Allow user to set whether comments are ascending or descending | Christopher Allan Webber | 2011-11-19 | 2 | -2/+9 | |
| | | | | | | | | ||||||
| * | | | | | | | Merge remote branch 'remotes/inconexo/441_comment_order' | Christopher Allan Webber | 2011-11-19 | 2 | -4/+9 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | media_home: order comments by ascending date. | Pablo J. Urbano Santos | 2011-11-19 | 1 | -2/+2 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Added parameter ascending to MediaEntry::get_comments, if true, comments | Pablo J. Urbano Santos | 2011-11-19 | 1 | -2/+7 | |
| | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | will be ordered ascending, otherwise descending | |||||
| * | | | | | | | Added Corey Farwell to the list of contributors | Christopher Allan Webber | 2011-11-19 | 1 | -0/+1 | |
| | | | | | | | | ||||||
| * | | | | | | | incorrect path in nginx config | Corey Farwell | 2011-11-19 | 1 | -1/+1 | |
| |/ / / / / / | ||||||
| * | | | | | | Add app_config and global_config to the template environment | Christopher Allan Webber | 2011-11-19 | 1 | -0/+1 | |
| | | | | | | | ||||||
| * | | | | | | Adding app_config and global_config to the template environment | Christopher Allan Webber | 2011-11-19 | 1 | -0/+2 | |
| | | | | | | | ||||||
| * | | | | | | Merge branch 'master' of gitorious.org:mediagoblin/mediagoblin | Christopher Allan Webber | 2011-11-18 | 53 | -210/+263 | |
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | Conflicts: mediagoblin/templates/mediagoblin/user_pages/user.html | |||||
| | * | | | | | Dot-Notation: x._id = ObjectId() doesn't seem to work properly | Elrond | 2011-11-15 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For whatever reason, this does not work as expected: entry._id = ObjectId() Need to go this way: entry['_id'] = ObjectId() |