Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Dot-Notation: MediaComment and some random places | Elrond | 2012-02-26 | 1 | -4/+4 |
| | |||||
* | Drop pre-rendered html: MediaComment.content_html | Elrond | 2012-02-18 | 1 | -2/+0 |
| | | | | | | | | | | | After a bit of discussion, we decided to drop the pre-rendered html from the database and render it on the fly. In another step, we will use some proper caching method to cache this stuff. This commit affects the MediaComment.content_html part. | ||||
* | Drop pre-rendered html: MediaEntry.description_html | Elrond | 2012-02-18 | 1 | -1/+1 |
| | | | | | | | | | | | After a bit of discussion, we decided to drop the pre-rendered html from the database and render it on the fly. In another step, we will use some proper caching method to cache this stuff. This commit affects the MediaEntry.description_html part. | ||||
* | Fix copyright statements; add LICENSE for EXIF.py | Will Kahn-Greene | 2012-02-08 | 1 | -1/+1 |
| | |||||
* | It's 2012 all up in here | Christopher Allan Webber | 2012-02-02 | 1 | -1/+1 |
| | |||||
* | As per spec, we permit to have more then 1 hub | Michele Azzolari | 2012-01-12 | 1 | -4/+5 |
| | |||||
* | As suggested by Elrond, we use only one setting | Michele Azzolari | 2012-01-12 | 1 | -1/+1 |
| | |||||
* | Added PuSH capability | Michele Azzolari | 2012-01-11 | 1 | -6/+14 |
| | |||||
* | Fixed #724 and added extra infos to the atom feed (author uri and links to ↵ | Michele Azzolari | 2012-01-10 | 1 | -4/+24 |
| | | | | the html version of each entry) | ||||
* | Turn media.get_uploader into a property | Elrond | 2011-12-27 | 1 | -1/+1 |
| | | | | | | | sqlalchemy gives autoloading (hopefully caching) link to other objects as properties. So turn get_uploader on the current mongo based stuff into a property to ease transition. | ||||
* | Replace media.get_uploader()._id by media.uploader | Elrond | 2011-12-24 | 1 | -1/+1 |
| | | | | | | media.get_uploader()._id loads a complete user object without actually needing it, because media.uploader already has the id! | ||||
* | Dot-Notation for MediaEntry.media_type | Elrond | 2011-12-05 | 1 | -1/+1 |
| | |||||
* | Dot-Notation for Users.is_admin | Elrond | 2011-12-05 | 1 | -1/+1 |
| | |||||
* | Dot-Notation for Users.status | Elrond | 2011-12-05 | 1 | -2/+2 |
| | |||||
* | Dot-Notation for Users.username | Elrond | 2011-12-05 | 1 | -2/+2 |
| | |||||
* | Changed comment error message wording slightly. Btw, should we translate ↵ | Jef van Schendel | 2011-12-03 | 1 | -2/+2 |
| | | | | these things? | ||||
* | Merge remote-tracking branch 'remotes/jwandborg/master' | Christopher Allan Webber | 2011-11-24 | 1 | -1/+5 |
|\ | |||||
| * | Merge branch 'video_gstreamer-only' | Joar Wandborg | 2011-11-21 | 1 | -1/+5 |
| |\ | | | | | | | | | | | | | | | | Conflicts: mediagoblin/db/migrations.py mediagoblin/submit/views.py | ||||
| | * | Multimedia support - Commiting from a not yet finished state - Details below | Joar Wandborg | 2011-09-23 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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() | ||||
* | | | 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. | ||||
* | | Allow user to set whether comments are ascending or descending | Christopher Allan Webber | 2011-11-19 | 1 | -2/+6 |
| | | |||||
* | | media_home: order comments by ascending date. | Pablo J. Urbano Santos | 2011-11-19 | 1 | -2/+2 |
| | | |||||
* | | Dot-Notation for "_id" | Elrond | 2011-11-15 | 1 | -9/+9 |
| | | | | | | | | | | | | | | | | | | 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. | ||||
* | | Merge remote-tracking branch 'remotes/nyergler/pep8-ification' | Christopher Allan Webber | 2011-11-13 | 1 | -3/+6 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | Conflicts: mediagoblin/db/migrations.py mediagoblin/db/models.py mediagoblin/user_pages/views.py mediagoblin/util.py | ||||
| * | | Whitespace and formatting cleanup. | Nathan Yergler | 2011-10-01 | 1 | -5/+8 |
| |/ | | | | | | | | | | | | | * Removed trailing whitespace * Line length < 80 where possible * Honor conventions on number of blank lines * Honor conventions about spaces around :, = | ||||
* | | Removed the bloof print debugging | Christopher Allan Webber | 2011-11-02 | 1 | -1/+0 |
| | | |||||
* | | Make sure you can't force comments on entries that don't exist. | Christopher Allan Webber | 2011-11-02 | 1 | -5/+8 |
| | | | | | | | | See: http://bugs.foocorp.net/issues/621 | ||||
* | | Make Comment posted! translatable. | Aaron Williamson | 2011-10-04 | 1 | -1/+1 |
| | | |||||
* | | Added a check to prevent blank messages from being posted. | Aaron Williamson | 2011-10-03 | 1 | -5/+10 |
| | | |||||
* | | Finished splitting util.py into separate files. | Aaron Williamson | 2011-10-01 | 1 | -3/+4 |
| | | |||||
* | | Moved common, translation, template, and url code out of util.py and into ↵ | Aaron Williamson | 2011-10-01 | 1 | -1/+1 |
|/ | | | | tools/[file].py | ||||
* | Use media.url_for_self() instead of generating it | Elrond | 2011-09-09 | 1 | -3/+2 |
| | | | | | | Some places used to generate the URL for a media entry on their own instead of calling media.url_for_self() to do that. The later handles missing slugs better. | ||||
* | Page Redesign to Delete confirmation page | Shawn Khan | 2011-09-05 | 1 | -1/+1 |
| | |||||
* | 508. Updates copyright/license information | Will Kahn-Greene | 2011-09-01 | 1 | -1/+1 |
| | |||||
* | Caution the admins about deleting the users' media though. | Christopher Allan Webber | 2011-08-30 | 1 | -0/+8 |
| | |||||
* | Feature #403 - Ability to delete media entries - Fixes according to feedback | Joar Wandborg | 2011-08-30 | 1 | -2/+32 |
| | | | | | | | | | | * Moved `mediagoblin.confirm` stuff to `mediagoblin.user_pages`, templates too. * Removed route extension for `mediagoblin.confirm` * Created `delete_media_files` which deletes all media files on the public_store when the entry is deleted * Created a new decorator to check if a user has the permission to delete an entry. | ||||
* | Merge remote branch 'remotes/jwandborg/f403_ability_to_delete' | Christopher Allan Webber | 2011-08-28 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | Conflicts: mediagoblin/edit/views.py mediagoblin/templates/mediagoblin/user_pages/media.html mediagoblin/user_pages/routing.py | ||||
| * | + 'confirm' section for confirmation dialogues | Mark Holmquist | 2011-08-22 | 1 | -1/+1 |
| | | | | | | | | | | + implemented delete functionality * fixed several instances of 'must be an instance of unicode, not str' | ||||
* | | Merge branch 'master' into jwandborg-f482_media_attachments | Christopher Allan Webber | 2011-08-22 | 1 | -7/+58 |
|\| | | | | | | | | | | | | | | | | | Conflicts: mediagoblin/config_spec.ini mediagoblin/edit/forms.py mediagoblin/edit/views.py mediagoblin/submit/views.py mediagoblin/templates/mediagoblin/user_pages/media.html | ||||
| * | Use render_404 EVERYWHERE! | Christopher Allan Webber | 2011-08-20 | 1 | -7/+8 |
| | | |||||
| * | Processing panel view | Christopher Allan Webber | 2011-08-14 | 1 | -1/+51 |
| | | | | | | | | Now you can view your failed and in-process media items! | ||||
| * | Removing a tab. This is a tab-free zone! | Christopher Allan Webber | 2011-08-10 | 1 | -1/+1 |
| | | |||||
* | | Feature #482 - Media attachments - | Joar Wandborg | 2011-08-22 | 1 | -2/+3 |
|/ | | | | | * Moved attachment uploading to separate view * Support for multiple attachments! | ||||
* | For no good reason, I feel like 15 is a good number of default feed items. | Christopher Allan Webber | 2011-07-31 | 1 | -1/+1 |
| | |||||
* | Tweaks import lines switching \ for ( ). | Will Kahn-Greene | 2011-07-30 | 1 | -2/+2 |
| | |||||
* | Give useful verification information on users that need to verify their email | Christopher Allan Webber | 2011-07-28 | 1 | -2/+6 |
| | |||||
* | Updated `MediaCommentForm.field_comment` => `MediaCommentForm.comment_content` | Joar Wandborg | 2011-07-07 | 1 | -1/+1 |
| | | | | * Also changed file encoding of `user_pages/forms.py` from dos to unix. |