aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Changed the max character length for tags on media to 255. Only had to change...nattily pigeonfowl2013-04-161-1/+1
* | | | bumping image quality to 90, after conversation with ElrondChristopher Allan Webber2013-04-201-1/+1
* | | | Bumping the default image quality up to 85.Christopher Allan Webber2013-04-201-1/+1
* | | | image quality can be set in config filedunkyp2013-04-202-3/+6
* | | | Refactor test configs.Elrond2013-04-201-24/+13
* | | | removing old callable utilities and porting stuff over.Christopher Allan Webber2013-04-195-76/+8
* | | | Let's not use reserved keywords :)Christopher Allan Webber2013-04-191-2/+2
* | | | Added new tests to test hook_transform()Christopher Allan Webber2013-04-194-3/+32
* | | | we should be returning the result, not None!Christopher Allan Webber2013-04-191-1/+1
* | | | Adjusting tests to use hook_handle and hook_runallChristopher Allan Webber2013-04-191-16/+17
* | | | fixing hook_handle for when result is never assigned, avoid reference without...Christopher Allan Webber2013-04-191-0/+2
* | | | As Elrond points out, we might as well .pop() default_handlerChristopher Allan Webber2013-04-191-1/+1
* | | | Hooks: the Next Generation!Christopher Allan Webber2013-04-191-0/+90
* | | | And... pyblosxom code removed again :)Christopher Allan Webber2013-04-191-114/+0
* | | | pyblosxom run_callback hoistedChristopher Allan Webber2013-04-181-0/+114
* | | | Moving the rest of the relevant tests to have test_app set up in "def setup()...Christopher Allan Webber2013-04-182-58/+50
* | | | at pytest author's advice, changing the way _setup back to -> setupChristopher Allan Webber2013-04-181-37/+15
* | | | piwigo: Send NotImplemented for unknown methods.Elrond2013-04-181-3/+2
* | | | Use check_file_field in pwg_images_addSimple.Elrond2013-04-181-0/+4
* | | | Start to use six for basestring.Elrond2013-04-182-3/+5
* | | | stl:blender_render() - Remove useless arg_string.Elrond2013-04-171-2/+0
* | | | Fixing typo in calling render_http_exceptionChristopher Allan Webber2013-04-171-1/+1
* | | | Turning image's media manager into a new style class.Elrond2013-04-172-12/+12
* | | | Add sniff_handler method to mediamanagers.Elrond2013-04-171-2/+11
* | | | Add MediaManagerBase class.Elrond2013-04-171-0/+16
* | | | MediaManager: Use .foo instead of ['foo'].Elrond2013-04-173-6/+7
* | | | First step towards a MediaManager class: Compat one.Elrond2013-04-173-4/+32
* | | | PIL: Support systems with Pillow and withoutAlon Levy2013-04-177-10/+33
* | | | pdf/processing.py: don't use check_output, only in python>=2.7Alon Levy2013-04-171-9/+14
* | | | Refactor test resources into new resources.pyElrond2013-04-175-55/+47
* | | | PDF: Use pytest.mark.skipif for skipping testsElrond2013-04-162-5/+4
|/ / /
* | | test_timesince() doesn't need a complete test_app.Elrond2013-04-161-1/+1
* | | Removing unused importsChristopher Allan Webber2013-04-151-5/+0
* | | Removing unused imports and an unused media_files dict referenceChristopher Allan Webber2013-04-151-4/+0
* | | pdf: use pdf.js in an iframeAlon Levy2013-04-151-203/+3
* | | add pdf media typeAlon Levy2013-04-1514-1/+5794
* | | Merge branch 'master' of gitorious.org:mediagoblin/mediagoblinChristopher Allan Webber2013-04-137-101/+297
|\ \ \
| * \ \ Merge remote-tracking branch 'joar-github/oauth/refresh_tokens'Nathan Yergler2013-04-137-101/+297
| |\ \ \
| | * | | OAuth: Support refresh tokens, etcJoar Wandborg2013-04-067-102/+297
* | | | | Merge remote-tracking branch 'refs/remotes/tsyesika/599-allow-email-login'Christopher Allan Webber2013-04-132-4/+12
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Allows you to use your username or email to loginJessica T2013-04-122-4/+12
| | |/ / | |/| |
* | | | Text-align the headers on the media panel to the left to avoid confusionChristopher Allan Webber2013-04-131-0/+1
* | | | Comment when/author link styling changesChristopher Allan Webber2013-04-132-2/+23
* | | | Why not also display the times on when these media were createdChristopher Allan Webber2013-04-131-1/+1
* | | | Changing translations to say "amount of time ago", basicallyChristopher Allan Webber2013-04-131-8/+10
* | | | Merge remote-tracking branch 'refs/remotes/tsyesika/394-fuzzy-timestamp'Christopher Allan Webber2013-04-136-4/+183
|\ \ \ \ | |/ / / |/| | |
| * | | Adds the fuzzy timestamp to the admin panel tooJessica T2013-04-121-1/+1
| * | | Adds the unit tests and removes useless function we don't useJessica T2013-04-122-7/+57
| * | | Adds the timesince ability which fixes #394Jessica T2013-04-114-3/+132
* | | | Merge branch '637_friendlier_hooks'Christopher Allan Webber2013-04-109-10/+315
|\ \ \ \ | |/ / / |/| | |