Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Update comment URLs to use the media slug. | Christopher Allan Webber | 2011-12-05 | 1 | -1/+1 | |
| | | | ||||||
| * | | Update the delete item to use the _id after all... it's the safest way. | Christopher Allan Webber | 2011-12-05 | 2 | -2/+2 | |
| | | | | | | | | | | | | See http://bugs.foocorp.net/issues/695 | |||||
| * | | Merge remote-tracking branch ↵ | Christopher Allan Webber | 2011-12-04 | 2 | -3/+3 | |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'remotes/lorochka85/bug852_use_media_slug_instead_of_id' Conflicts: mediagoblin/decorators.py mediagoblin/templates/mediagoblin/user_pages/media.html mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html | |||||
| | * \ | Merge branch 'master' of git://gitorious.org/mediagoblin/mediagoblin | lora | 2011-11-19 | 12 | -109/+101 | |
| | |\ \ | ||||||
| | * | | | issue 582: use media.slug instead of media.id | lora | 2011-11-19 | 2 | -3/+3 | |
| | | | | | ||||||
| * | | | | Removing the conditional that checks if there's a media in media.html | Christopher Allan Webber | 2011-12-04 | 1 | -125/+121 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | If there isn't a media, we shouldn't hit that template! The view should ensure that. | |||||
| * | | | | Change "Your finest source of goblin related media" to something else | Christopher Allan Webber | 2011-12-04 | 1 | -1/+1 | |
| | |_|/ | |/| | | | | | | | | | | We don't want to insist everyone hold a goblin-related gallery :) | |||||
| * | | | Mark two strings for translation | Elrond | 2011-11-28 | 2 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | 1. "Go to page:" in pagination 2. "Submit" in the forget password form | |||||
| * | | | Removing these video javascript files, which are currently unused | Christopher Allan Webber | 2011-11-25 | 1 | -5/+0 | |
| | | | | ||||||
| * | | | Merge remote-tracking branch 'remotes/jwandborg/master' | Christopher Allan Webber | 2011-11-24 | 4 | -14/+49 | |
| |\ \ \ | ||||||
| | * \ \ | Merge branch 'video_gstreamer-only' | Joar Wandborg | 2011-11-21 | 4 | -14/+49 | |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: mediagoblin/db/migrations.py mediagoblin/submit/views.py | |||||
| | | * | | | Stashing changes | Joar Wandborg | 2011-11-21 | 2 | -6/+19 | |
| | | | | | | ||||||
| | | * | | | Video transcoding is now gstreamer directly instead of through arista | Joar Wandborg | 2011-10-14 | 1 | -2/+5 | |
| | | | | | | ||||||
| | | * | | | Multimedia support - Refractored video processing. | Joar Wandborg | 2011-09-24 | 1 | -0/+8 | |
| | | | | | | ||||||
| | | * | | | Multimedia support - Commiting from a not yet finished state - Details below | Joar Wandborg | 2011-09-23 | 3 | -15/+26 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | 4 | -11/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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! | |||||
| * | | | | 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 | |
| | | | | | ||||||
| * | | | | Navigation buttons edits. Removed images as they are no longer needed. ↵ | Jef van Schendel | 2011-11-20 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | Related: bug #504 | |||||
| * | | | | Remove Edit/Delete icons, since they are not required yet. | Jef van Schendel | 2011-11-20 | 1 | -9/+2 | |
| | | | | | ||||||
| * | | | | Change tag list from a list to a paragraph. Wrap text for translation. | Jef van Schendel | 2011-11-20 | 1 | -6/+13 | |
| | | | | | ||||||
| * | | | | Small correction, this button should be button_action, not button_form | Jef van Schendel | 2011-11-20 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Another change to button style. Renamed header_submit, ↵ | Jef van Schendel | 2011-11-20 | 14 | -20/+20 | |
| | |_|/ | |/| | | | | | | | | | | header_submit_highlight and button classes, correct all references to these | |||||
| * | | | Change form structure and add relevant CSS rules | Jef van Schendel | 2011-11-19 | 1 | -7/+5 | |
| | | | | ||||||
| * | | | Added back the title block | Christopher Allan Webber | 2011-11-19 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Allow instance owners to customize html titles of page: | Pablo J. Urbano Santos | 2011-11-19 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | Added html_title config option. Made base.html template use html_title option as page title. | |||||
| * | | | Merge branch 'master' of gitorious.org:mediagoblin/mediagoblin | Christopher Allan Webber | 2011-11-18 | 5 | -33/+51 | |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: mediagoblin/templates/mediagoblin/user_pages/user.html | |||||
| | * | | | Dot-Notation for "_id" | Elrond | 2011-11-15 | 2 | -8/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note: Migrations can't use "Dot Notation"! Migrations run on pymongo, not mongokit. So they can't use the "Dot Notation". This isn't really a big issue, as migrations are anyway quite mongo specific. | |||||
| | * | | | Only show "post a comment" link if comments already exist | Christopher Allan Webber | 2011-11-13 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The purpose of the link is to help you jump past comments to the comment box, and so... Even with this new conditional, I'm not entirely sure I like that link ;) | |||||
| | * | | | Improving <title> on tag page *and* adjusting translation for RTL reasons | Christopher Allan Webber | 2011-11-13 | 1 | -1/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Basically moving the variable inside the translation to give translators more flexibility | |||||
| | * | | | Enhanced title on the user's main media gallery | Christopher Allan Webber | 2011-11-13 | 1 | -0/+6 | |
| | | | | | ||||||
| | * | | | If the gallery view makes sure we have a user anyway, do we need this check? | Christopher Allan Webber | 2011-11-13 | 1 | -22/+17 | |
| | | | | | | | | | | | | | | | | | | | | Seems like the classic annoying "SHOULD NEVER HAPPEN" else: statement :) | |||||
| | * | | | Enhanced title for user profile page | Christopher Allan Webber | 2011-11-13 | 1 | -0/+11 | |
| | | | | | ||||||
| | * | | | Improved title block on media page | Christopher Allan Webber | 2011-11-13 | 1 | -0/+2 | |
| | | | | | ||||||
| | * | | | Mark two strings for translation | Elrond | 2011-11-13 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Accidentally had user['profile'] where it shoulda been user['bio'] | Christopher Allan Webber | 2011-11-16 | 1 | -1/+1 | |
| |/ / / | ||||||
| * | | | On second thought, let's use this title for forgot_password.html | Jef van Schendel | 2011-11-04 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Text edits and rearrangements to login.html | Jef van Schendel | 2011-11-04 | 1 | -14/+10 | |
| | | | | ||||||
| * | | | Add translation brackety things to forgot-password page, I forgot those | Jef van Schendel | 2011-11-04 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Text changes to forgot-paddword page | Jef van Schendel | 2011-11-04 | 1 | -7/+2 | |
| | | | | ||||||
| * | | | Text changes to front page, as described in ticket #637 | Jef van Schendel | 2011-11-04 | 1 | -14/+5 | |
| | | | | ||||||
| * | | | Several small changes (reordering/restyling) for media descriptions and comments | Jef van Schendel | 2011-11-04 | 1 | -19/+9 | |
| | | | | ||||||
* | | | | First crack at basic license support. | Aaron Williamson | 2012-01-17 | 1 | -0/+2 | |
|/ / / | ||||||
* | | | Removing comment_form link which doesn't do anything? | Christopher Allan Webber | 2011-10-29 | 1 | -1/+0 | |
| | | | ||||||
* | | | Unclosed anchor tags in the tags! Fixed :) | Christopher Allan Webber | 2011-10-27 | 1 | -1/+1 | |
| | | | ||||||
* | | | Only show the "post a comment" link if there's a logged in user | Christopher Allan Webber | 2011-10-27 | 1 | -1/+3 | |
| | | | ||||||
* | | | Renamed "Temporary button holder" to "actions" | Christopher Allan Webber | 2011-10-27 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge remote branch 'remotes/elrond/misc/i592_use_full_path' | Christopher Allan Webber | 2011-10-15 | 1 | -1/+1 | |
|\ \ \ |