Skip to content

Commit

Permalink
Depend on collective.js.videojs
Browse files Browse the repository at this point in the history
  • Loading branch information
rodfersou committed Apr 14, 2016
1 parent b9cce23 commit 6e4083b
Show file tree
Hide file tree
Showing 18 changed files with 102 additions and 5,125 deletions.
4 changes: 3 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ There's a frood who really knows where his towel is.
1.1b2 (unreleased)
^^^^^^^^^^^^^^^^^^

- Nothing changed yet.
- Depend on collective.js.videojs (closes `#50`_).
[rodfersou]


1.1b1 (2016-03-24)
Expand Down Expand Up @@ -136,3 +137,4 @@ There's a frood who really knows where his towel is.
.. _`#32`: https://github.com/simplesconsultoria/sc.embedder/issues/32
.. _`#39`: https://github.com/simplesconsultoria/sc.embedder/issues/39
.. _`#42`: https://github.com/simplesconsultoria/sc.embedder/issues/42
.. _`#50`: https://github.com/simplesconsultoria/sc.embedder/issues/50
1 change: 1 addition & 0 deletions CONTRIBUTORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ This package would not have been possible without the contribution of the follow
- Héctor Velarde
- João S. O. Bueno
- Juan Pablo Giménez
- Rodrigo Ferreira de Souza
- `et alii`_

Development sponsored by `Simples Consultoria`_.
Expand Down
1 change: 1 addition & 0 deletions buildout.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,6 @@ recipe = collective.recipe.omelette
eggs = ${test:eggs}

[versions]
collective.js.videojs = 5.8.8
# use latest version of coverage
coverage =
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
zip_safe=False,
install_requires=[
'collective.dexteritytextindexer',
'collective.js.videojs',
'five.grok',
'lxml',
'plone.api',
Expand Down
7 changes: 1 addition & 6 deletions src/sc/embedder/browser/configure.zcml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@
xmlns:browser="http://namespaces.zope.org/browser"
i18n_domain="sc.embedder">

<browser:resourceDirectory
name="sc.embedder"
directory="resources"
/>

<browser:pages
for="*"
class=".views.TinyMCEBrowserView"
Expand All @@ -16,4 +11,4 @@
<browser:page attribute="jsonSCEmbedderSearch" name="tinymce-jsonscembeddersearch" />
</browser:pages>

</configure>
</configure>
505 changes: 0 additions & 505 deletions src/sc/embedder/browser/resources/video-js/video-js.css

This file was deleted.

Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 6e4083b

Please sign in to comment.