Cédric Carrard
9f9ed3aeed
fix test soundcloud and update docs ( #66 )
2016-11-14 22:37:51 +01:00
Juda Kaleta
7a21c7dd7f
Release 1.0
2015-05-01 10:58:08 +02:00
Juda Kaleta
65a6ce4d5a
Merge branch 'patch-1' of https://github.com/SalahAdDin/django-embed-video into SalahAdDin-patch-1
...
Conflicts:
CHANGES.rst
embed_video/__init__.py
2014-09-20 12:21:55 +02:00
Yusuf (Josè) Luis
8d82219731
Update websites.rst
...
My website use django embed video.
2014-09-19 22:45:04 -05:00
Juda Kaleta
5c20fd6348
EMBED_VIDEO_YOUTUBE_DEFAULT_QUERY [skip ci]
2014-07-26 18:01:59 +02:00
Juda Kaleta
68717e07cb
Improve docs [skip ci]
2014-07-26 17:38:55 +02:00
Juda Kaleta
15e8e68943
Fix doc example [skip ci]
2014-07-26 16:56:51 +02:00
Juda Kaleta
9950156aaa
Update docs [skip ci]
2014-07-26 16:45:39 +02:00
Juda Kaleta
b4c94681c8
Fix spelling in docs
2014-05-07 22:44:17 +02:00
Brad Buran
5ebea38220
Updated video template tag to accept kwargs
...
Some video backends support optional arguments embedded in the URL query
string that adjust how the video is displayed (e.g. Youtube supports
rel=0 which means don't show related videos). Updated the template tag
to accept optional KEY=VALUE pairs that will be added onto the embedded
URL as a query string. Also added support for specifying default query
strings on a per-backend basis (e.g. so that all YouTube urls have
?rel=0 added to the end).
Added appropriate tests and documentation.
2014-05-01 07:17:53 -04:00
Juda Kaleta
8fc5022dd1
Fix docs: versionadded
2014-04-05 16:14:08 +02:00
Juda Kaleta
847be2d6d9
Merge branch 'relative-size'
...
Conflicts:
embed_video/backends.py
2014-03-07 22:30:01 +01:00
Juda Kaleta
86e2725bdb
Add example of relative size
2014-03-07 22:28:54 +01:00
Juda Kaleta
80ebc9f330
Add info about `template_name` to docs.
2014-02-27 09:47:22 +01:00
Juda Kaleta
cbc265d94d
Upgrade Django version to 1.6 in documentation
2014-02-27 09:36:17 +01:00
Juda Kaleta
fe11ac2f0c
Docs: add info about installing coverage
2014-02-22 10:28:06 +01:00
Juda Kaleta
0331a0e030
Handling timeout in template tags
2014-02-22 10:17:58 +01:00
Juda Kaleta
0850b2385c
EMBED_VIDEO_TIMEOUT
2014-02-21 23:31:41 +01:00
Juda Kaleta
078e5662a7
Test case for #17 .
2014-02-21 20:55:16 +01:00
Juda Kaleta
d4c222e606
Versionadded to {% video %}
2014-01-24 16:50:58 +01:00
Juda Kaleta
40ec635e6e
Raise up docs requirements
2014-01-22 11:19:52 +01:00
Juda Kaleta
8bf4da4cfe
Docs
2014-01-10 19:51:14 +01:00
Juda Kaleta
2ad0cdf0a4
Cosmetic changes in docs
2013-12-23 10:04:04 +01:00
Juda Kaleta
26098c094f
Request context processor needed
2013-12-22 16:40:40 +01:00
Juda Kaleta
83a4f256f1
Remove badges from docs
2013-12-21 17:29:32 +01:00
Juda Kaleta
07de8a3af8
Closes #11 .
...
Major changes:
- filter ``embed`` is replaced by tag ``video``.
- removed caching for whole backend, caching properties instead.
- HTTP or HTTPS is set by context.is_secure() (just for ``video`` tag).
- backends can be HTTP only (``allow_https = False``).
Minor changes:
- changed theme of docs to RTD theme.
- help about testing HTTPS on development server.
- added and modified tests
2013-12-21 17:18:47 +01:00
Juda Kaleta
46d0097399
Docs for admin mixins
2013-10-04 10:19:30 +02:00
Juda Kaleta
a31f4b976b
Closes #7 .
...
Return back raising UnknownIdException in Youtube backend to fix form validation.
2013-09-03 13:47:39 +02:00
Juda Kaleta
e0236bf280
Add missing __init__
2013-08-23 14:33:12 +02:00
Juda Kaleta
773031d006
Settings doc
2013-08-23 14:25:46 +02:00
Juda Kaleta
ff07d5b2a3
get_release() instead of __version__
2013-08-23 13:38:34 +02:00
Juda Kaleta
088f3caf4e
Vimeo thumbnails
2013-08-23 13:26:34 +02:00
Juda Kaleta
b5264f7a12
Simplify versioning
2013-08-23 12:25:32 +02:00
Juda Kaleta
7abf457705
Documentation for example project
2013-08-23 11:25:09 +02:00
Juda Kaleta
363e40899a
Change version in Sphinx
2013-08-22 17:16:46 +02:00
Juda Kaleta
f7f6b4b882
Docs: Custom backends
2013-08-22 17:03:31 +02:00
Juda Kaleta
7e787072ab
Docs for utils
2013-08-22 16:09:34 +02:00
Juda Kaleta
0052ffae18
Sphinx requirements
2013-08-22 14:40:25 +02:00
Juda Kaleta
b8611cdd50
Docs: nosetests
2013-08-22 14:33:24 +02:00
Juda Kaleta
efc5bf7f14
Docs: Running tests
2013-08-22 14:31:33 +02:00
Juda Kaleta
9aff3bd210
--source option is redundant with .coveragerc
2013-08-22 12:53:22 +02:00
Juda Kaleta
6f2314844f
Sphinx doc
2013-08-22 10:34:29 +02:00