Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Feature #400 - Resize images to fit on page | Joar Wandborg | 2011-07-03 | 1 | -11/+25 |
| | | | | | | | | | | * `mediagoblin.process_media.__init__` * Added `medium` size image conversion * Updated `thumbnail` conversion to use `queued_filename` instead of `queued_file` * `media.html` * If there exists a `medium` size for the `MediaEntry`, it will display instead of the original `main` image. | ||||
* | Merge remote branch 'remotes/elrond/dev/workbench_class' | Christopher Allan Webber | 2011-06-14 | 1 | -3/+3 |
|\ | |||||
| * | Move destroy_workbench to Workbench class | Elrond | 2011-06-14 | 1 | -1/+1 |
| | | | | | | | | | | And add a lot of warnings, as the checks for "being part of the main Manager" are all gone. | ||||
| * | Create a Workbench class and use it everywhere. | Elrond | 2011-06-13 | 1 | -2/+2 |
| | | | | | | | | | | Some references to Workbench.dir look ugly, I'm happy to hear suggestions there. | ||||
* | | Merge remote branch 'remotes/elrond/idea/simple_proc_media_clean' | Christopher Allan Webber | 2011-06-12 | 1 | -8/+10 |
|\ \ | |/ |/| | | | | | Conflicts: mediagoblin/process_media/__init__.py | ||||
| * | Refactor filename generation in the public store | Elrond | 2011-06-08 | 1 | -8/+10 |
| | | | | | | | | | | Just a small refactoring of the filename setup in the public store. Very simple. | ||||
* | | ensure color mode compatibility when making image thumbnails | cfdv | 2011-06-12 | 1 | -0/+3 |
| | | |||||
* | | First import of mg_globals as mgg, partly because I just wanted it to | Christopher Allan Webber | 2011-06-12 | 1 | -11/+11 |
| | | | | | | | | be clear that it's okay to do by doing it *somewhere* :) | ||||
* | | mediagoblin.globals->mediagoblin.mg_globals | Christopher Allan Webber | 2011-06-12 | 1 | -1/+1 |
| | | |||||
* | | possibly_localize_file->localized_file... a bit less terribly long. | Christopher Allan Webber | 2011-06-11 | 1 | -1/+1 |
| | | |||||
* | | Switch process_media over to using the workbench. | Christopher Allan Webber | 2011-06-11 | 1 | -2/+11 |
| | | |||||
* | | Moving workbench out of process_media | Christopher Allan Webber | 2011-06-11 | 1 | -140/+0 |
| | | |||||
* | | Merge branch 'master' into workbench | Christopher Allan Webber | 2011-06-11 | 1 | -9/+10 |
|\ \ | |||||
| * | | Import mediagoblin.globals as mg_globals so we can be sure things are | Christopher Allan Webber | 2011-06-11 | 1 | -9/+10 |
| |/ | | | | | | | set up in the right order. | ||||
* | | We don't need this extra '.' in making the filename | Christopher Allan Webber | 2011-06-11 | 1 | -1/+1 |
| | | |||||
* | | Wrote functions and documentation for all the WorkbenchManager | Christopher Allan Webber | 2011-06-11 | 1 | -8/+75 |
| | | | | | | | | functions but haven't actually tested them yet. :) | ||||
* | | Base structure of workbench manager | Christopher Allan Webber | 2011-06-11 | 1 | -0/+73 |
|/ | |||||
* | Move ObjectId, DESCENDING to db.util | Elrond | 2011-05-18 | 1 | -2/+2 |
| | | | | | | We used to import those from pymongo and mongokit directly. We should import them from a single place. So let's try db.util for this. | ||||
* | Erk, we didn't save the state right before | Christopher Allan Webber | 2011-05-06 | 1 | -2/+2 |
| | |||||
* | Process media! Successfully! | Christopher Allan Webber | 2011-05-06 | 1 | -5/+20 |
| | |||||
* | Add a rudimentary media processing function. | Christopher Allan Webber | 2011-05-03 | 1 | -0/+50 |
Haven't completely checked it for workingness, and not the final form this will take :) |