Christopher Allan Webber
e49b7bf290
As Elrond points out, we might as well .pop() default_handler
2013-04-19 14:25:02 -05:00
Christopher Allan Webber
ff259f6bf3
Hooks: the Next Generation!
...
I have not tested any of this but it looks right ;)
2013-04-19 13:56:05 -05:00
Christopher Allan Webber
4d0191dcb8
A warning about the plugin API being unstable.
2013-04-19 13:22:03 -05:00
Christopher Allan Webber
dd7eac8223
And... pyblosxom code removed again :)
...
We agreed on a new direction on IRC last night...
2013-04-19 13:13:32 -05:00
Christopher Allan Webber
0ea7b48055
pyblosxom run_callback hoisted
2013-04-18 17:03:25 -05:00
Christopher Allan Webber
2455a54f72
Moving the rest of the relevant tests to have test_app set up in "def setup()" as well
2013-04-18 11:15:47 -05:00
Christopher Allan Webber
0f3467013f
at pytest author's advice, changing the way _setup back to -> setup
...
They showed me how to use @pytest.fixture, which allowed us to pass the
test into setup!
2013-04-18 10:53:36 -05:00
Elrond
90d7de255a
piwigo: Send NotImplemented for unknown methods.
...
That's somewhat, what piwigo does.
2013-04-18 16:14:16 +02:00
Elrond
f6f557696d
Use check_file_field in pwg_images_addSimple.
2013-04-18 16:14:16 +02:00
Elrond
bc92ff9d3c
Start to use six for basestring.
...
six allows us to smoothly get more forward compatible with
py3. The idea is to change things over to use six, when/if
we feel a need for it.
2013-04-18 16:14:16 +02:00
Elrond
4c7b9420ab
stl:blender_render() - Remove useless arg_string.
2013-04-17 22:08:10 +02:00
Christopher Allan Webber
6a28bc4e87
Fixing typo in calling render_http_exception
2013-04-17 10:03:33 -05:00
Christopher Allan Webber
3606316e9d
ppoppler -> poppler tyop fix
2013-04-17 07:41:15 -05:00
Elrond
f84425c0c1
Turning image's media manager into a new style class.
...
images are the first media type to use the new style class
based media manager.
2013-04-17 12:09:30 +02:00
Elrond
95dab599da
Add sniff_handler method to mediamanagers.
...
The MediaManagerBase gets a fallback "return False" one.
The Compat-Manager checks in the dict and calls that one or
returns False.
2013-04-17 12:09:30 +02:00
Elrond
6d37733a3f
Add MediaManagerBase class.
...
This is the base class for all new style class based media
managers.
2013-04-17 12:08:53 +02:00
Elrond
e8676fa383
MediaManager: Use .foo instead of ['foo'].
...
To make .media_fetch_order work, create a property.
2013-04-17 12:08:53 +02:00
Elrond
2077d6ed93
First step towards a MediaManager class: Compat one.
...
To get us moving towards a MediaManager class, the first
idea is to create a class that wraps our current dict based
manager and makes all users happy.
2013-04-17 12:08:52 +02:00
Alon Levy
827f91e603
update documentation for s/nose/py.test/
...
Signed-off-by: Alon Levy <alon@pobox.com>
2013-04-17 12:55:57 +03:00
Alon Levy
d0e9f843e2
PIL: Support systems with Pillow and without
...
Fixes for systems with Pillow, but leaves a "try: except ImportError" to
support anything that doesn't have a PIL top level import.
Signed-off-by: Alon Levy <alon@pobox.com>
2013-04-17 12:54:54 +03:00
Alon Levy
519bcfb0e6
pdf/processing.py: don't use check_output, only in python>=2.7
...
Signed-off-by: Alon Levy <alon@pobox.com>
2013-04-17 12:47:28 +03:00
Elrond
b698c94d03
Refactor test resources into new resources.py
2013-04-17 01:15:46 +02:00
Elrond
54b3113abc
PDF: Use pytest.mark.skipif for skipping tests
...
Instead of leaving test early if they can not run, use the
pytest.mark.skipif marked to tell the test system not to
even run the test.
This also adds to the stats, because skipped tests are
counted differently. Thus making it obvious, that some
tests did not run, because of any reason.
2013-04-16 23:39:01 +02:00
Christopher Allan Webber
24b1683b0d
Switch to an apparently newer version of pdf.js per irc.mozilla.org #pdfjs recommendations
2013-04-16 16:09:57 -05:00
nattily pigeonfowl
d83f214b71
Updating branch...
...
Merge branch 'master' of git://gitorious.org/mediagoblin/mediagoblin into ticket-660
2013-04-16 16:28:04 -04:00
nattily pigeonfowl
86bd1f3caf
Changed the max character length for tags on media to 255. Only had to change one line in mediagoblin/config_spec.ini
...
in response to isses.mediagoblin.org/ticket/601
2013-04-16 16:25:59 -04:00
nattily pigeonfowl
a2d94b0cca
Transfered information from http://wiki.mediagoblin.org/Storage into docs/source/devel/storage
...
For info check out ticket: issues.mediagoblin.org/ticket/660
2013-04-16 15:34:40 -04:00
Elrond
d38e9779dd
test_timesince() doesn't need a complete test_app.
2013-04-16 19:40:57 +02:00
Christopher Allan Webber
455f2d6506
Removing unused imports
2013-04-15 15:55:24 -05:00
Christopher Allan Webber
1d1276be79
Removing unused imports and an unused media_files dict reference
2013-04-15 15:31:22 -05:00
Alon Levy
bbd7112a5e
pdf: use pdf.js in an iframe
2013-04-15 15:01:59 -05:00
Alon Levy
a80ebf3b64
add pdf media type
...
The new media type supports pdf and a subset of media recognized by libreoffice via
unoconv.
Every document added goes through:
* conversion to pdf with unoconv if not already a pdf
* creation of thumbnail and medium sized image, and pdfinfo generates
some information (even for unoconv produces docs - should fix this)
Poppler (pdftocairo, pdfinfo) is used. http://poppler.freedesktop.org/
A working but uglified pdf.js integration exists, which is enabled by
setting pdf.pdf_js=true mediagoblin_local.ini (disabled in mediagoblin.ini)
Adds one test to the test_submission test suite, and another separate test_pdf suite.
The tests are only run if media_types.pdf.processing.check_prerequisites passes, so
the test suite will not require any extra package.
TODO: make test suite say 'skipped' in that case instead of just 'ok'
Signed-off-by: Alon Levy <alon@pobox.com>
2013-04-15 09:51:21 +03:00
Alon Levy
3cadb4a6cd
document submodule usage
...
Signed-off-by: Alon Levy <alon@pobox.com>
2013-04-14 22:46:44 +03:00
Christopher Allan Webber
0f6ab7da86
Merge branch 'master' of gitorious.org:mediagoblin/mediagoblin
2013-04-13 20:21:14 -05:00
Christopher Allan Webber
f4f9d7ca95
Merge remote-tracking branch 'refs/remotes/tsyesika/599-allow-email-login'
2013-04-13 20:11:11 -05:00
Nathan Yergler
64598a79a9
Merge remote-tracking branch 'joar-github/oauth/refresh_tokens'
...
This merges the patch for Issue #548 .
2013-04-13 15:54:58 -07:00
Christopher Allan Webber
50bf38b26e
Text-align the headers on the media panel to the left to avoid confusion
...
Thanks to Tsyesika for pointing this out!
2013-04-13 14:12:25 -05:00
Christopher Allan Webber
9cbbc2a401
Adding Jessica Tallon to AUTHORS!
2013-04-13 12:10:23 -05:00
Christopher Allan Webber
64308aca3f
Comment when/author link styling changes
2013-04-13 12:06:19 -05:00
Christopher Allan Webber
05ad187b86
Why not also display the times on when these media were created
2013-04-13 11:58:50 -05:00
Christopher Allan Webber
eac52ac1ce
Changing translations to say "amount of time ago", basically
...
Previously they were just "amount of time"... I think this fits a bit better.
2013-04-13 11:57:16 -05:00
Christopher Allan Webber
6432755db3
Merge remote-tracking branch 'refs/remotes/tsyesika/394-fuzzy-timestamp'
2013-04-13 11:42:34 -05:00
David Thompson
99338b6a64
Do not allow comments to be posted when they are disabled.
2013-04-13 10:42:40 -04:00
David Thompson
aa4f958a40
Do not render 'Add a comment' button if comments are disabled.
2013-04-13 09:40:34 -04:00
David Thompson
20f8f50ccb
Add allow_comments configuration setting.
2013-04-13 09:40:01 -04:00
Jessica T
b2c8dbcf85
Allows you to use your username or email to login
2013-04-12 22:07:44 +01:00
Jessica T
88dd6fc2e2
Adds the fuzzy timestamp to the admin panel too
2013-04-12 02:38:24 +01:00
Jessica T
79e2d4eee4
Adds the unit tests and removes useless function we don't use
2013-04-12 01:40:15 +01:00
Christopher Allan Webber
36748921c2
adding callable_runone and callable_runall to the docs
2013-04-11 16:57:11 -05:00
Jessica T
f1c3807db7
Adds the timesince ability which fixes #394
2013-04-11 22:37:48 +01:00