Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed attachments | Joar Wandborg | 2012-10-23 | 1 | -1/+1 |
| | |||||
* | Fixed 404 page under werkzeug.routing | Joar Wandborg | 2012-10-14 | 1 | -1/+1 |
| | | | | | - Removed ?lang=<langcode> feature due to incompatibility with werkzeug routes in the current state of the architecture. | ||||
* | Switched most stuff over from Routes | Joar Wandborg | 2012-10-14 | 1 | -45/+65 |
| | | | | | | | | | | Removed the Routes routing functionality and replaced it with werkzeug.routes. Most views are functional. Known issues: - Translation integration with the request object is not yet figured out. This breaks 404 pages. | ||||
* | Replaced all request.POST with request.form, ... | Joar Wandborg | 2012-09-29 | 1 | -11/+11 |
| | | | | | - Fixed error handling in OAuth plugin - Changed request.POST file fields to request.files | ||||
* | Style fixes | Joar Wandborg | 2012-09-18 | 1 | -21/+33 |
| | |||||
* | Fixed post-collect redirect to always take user to image collected. | Aaron Williamson | 2012-09-18 | 1 | -1/+1 |
| | |||||
* | Reference collection creator through already-existing collection_item's ↵ | Aaron Williamson | 2012-09-18 | 1 | -1/+1 |
| | | | | foreign key | ||||
* | Added basic collection functionality | Aaron Williamson | 2012-09-18 | 3 | -5/+316 |
| | |||||
* | Panel improvements | Joar Wandborg | 2012-07-11 | 1 | -7/+17 |
| | | | | | | | | | | - Added progress meter for video and audio media types. - Changed the __repr__ method of a MediaEntry to display a bit more useful explanation. - Added a new MediaEntry.state, 'processing', which means that the task is running the processor on the item currently. - Fixed some PEP8 issues in user_pages/views.py - Fixed the ATOM TAG URI to show the correct year. | ||||
* | Merge branch 'master' into 201207-testfixes | Brett Smith | 2012-07-08 | 1 | -1/+12 |
|\ | |||||
| * | fixing bug #255 as Joar and CWebber ask me to do :) | Jorge Araya Navarro | 2012-06-28 | 1 | -1/+12 |
| | | |||||
* | | Prevent non-Unicode SQLAlchemy warnings in most submission tests. | Brett Smith | 2012-07-08 | 1 | -8/+8 |
|/ | | | | This commit makes test_submission mostly warning-clean. | ||||
* | Fixed some comment notification code for compliance with SQL | Joar Wandborg | 2012-06-10 | 2 | -12/+15 |
| | | | | * Pulled instance name in notification email from config | ||||
* | Merge remote-tracking branch ↵ | Joar Wandborg | 2012-06-10 | 2 | -0/+61 |
|\ | | | | | | | | | | | | | 'is_derek/bug405_email_notifications_for_comments' into notifications-merge Conflicts: mediagoblin/db/mongo/migrations.py | ||||
| * | Updates to send email comments, included translation, better validation. | Derek Moore | 2012-03-25 | 1 | -9/+9 |
| | | |||||
| * | Merge branch 'master' into derek-moore-bug405_email_notifications_for_comments | Christopher Allan Webber | 2012-03-18 | 2 | -1/+5 |
| |\ | | | | | | | | | | | | | Conflicts: mediagoblin/db/mongo/migrations.py | ||||
| * | | These are changes for issue #405, add email comment notification. | Derek Moore | 2012-03-15 | 2 | -0/+61 |
| | | | |||||
* | | | Panel: Find "unprocessed" not "processing" entries. | Elrond | 2012-03-21 | 1 | -1/+1 |
| |/ |/| | | | | | | | | | Our entries in the queue are marked as "unprocessed" and not as "processing" as the panel code wanted it to be. So search for the correct string. | ||||
* | | When media is deleted, delete associated comments too. | Brett Smith | 2012-03-17 | 1 | -0/+4 |
| | | | | | | | | | | | | The actual code is just a simple for loop; there might be a better implementation but this is a fine start. I also extended test_delete to check this too. | ||||
* | | More/better translation. | Elrond | 2012-03-17 | 1 | -1/+1 |
|/ | | | | | | - Try to preserve some translations (somehow). - Mark "Tagged with" again for translation. - Do not translate the empty string | ||||
* | 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 | 4 | -4/+4 |
| | |||||
* | 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! | ||||
* | Merge jQuery branch, resolve conflicts | Jef van Schendel | 2011-12-13 | 1 | -1/+1 |
|\ | |||||
| * | Lots of changes to media page; rearranged things, added new styles, added ↵ | Jef van Schendel | 2011-12-09 | 1 | -1/+1 |
| | | | | | | | | jquery bits, gave the comment section a refresh | ||||
* | | 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 | 2 | -5/+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 | 2 | -7/+8 |
| |/ | | | | | | | | | | | | | * Removed trailing whitespace * Line length < 80 where possible * Honor conventions on number of blank lines * Honor conventions about spaces around :, = |