Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
hvelarde committed Jan 13, 2016
1 parent 7469bc7 commit 30b766e
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 7 deletions.
6 changes: 3 additions & 3 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ There's a frood who really knows where his towel is.
1.0a13 (unreleased)
^^^^^^^^^^^^^^^^^^^

- If mockup is present and new widgets are used, call the scan function from
the mockup-registry to initialize them.
[frapell, rodfersou]
- RichText tile is now compatible with plone.app.widgets (closes `#543`_).
[frapell, rodfersou, hvelarde]

- Implement drag and drop among tiles (closes `#487`_).
[rodfersou]
Expand Down Expand Up @@ -723,5 +722,6 @@ There's a frood who really knows where his towel is.
.. _`#526`: https://github.com/collective/collective.cover/issues/526
.. _`#530`: https://github.com/collective/collective.cover/issues/530
.. _`#534`: https://github.com/collective/collective.cover/issues/534
.. _`#543`: https://github.com/collective/collective.cover/issues/543
.. _`#559`: https://github.com/collective/collective.cover/issues/559
.. _`PloneFormGen`: https://pypi.python.org/pypi/Products.PloneFormGen
3 changes: 0 additions & 3 deletions buildout.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ extends =

package-name = collective.cover
package-extras = [test]
test-eggs =
Pillow
plone.app.widgets

parts +=
checkversions
Expand Down
5 changes: 4 additions & 1 deletion src/collective/cover/tests/test_richtext_tile.robot
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,12 @@ Test RichText Tile
Wait For Condition return typeof tinyMCE != "undefined" && tinyMCE.activeEditor != null
Click Button Cancel
Wait Until Page Does Not Contain Edit Rich Text Tile
# check if tinymce load on second time

# check if TinyMCE loads a second time
# see: https://github.com/collective/collective.cover/issues/543
Click Link css=${edit_link_selector}
Wait For Condition return typeof tinyMCE != "undefined" && tinyMCE.activeEditor != null

Execute Javascript tinyMCE.activeEditor.setContent("${text_sample}");
Click Button Save
# save via ajax => wait until the tile has been reloaded
Expand Down
3 changes: 3 additions & 0 deletions versions-4.2.x.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[buildout]
test-eggs = Pillow

[versions]
collective.js.bootstrap = 2.3.1.1
collective.js.jqueryui = 1.8.16.9
Expand Down
3 changes: 3 additions & 0 deletions versions-4.3.x.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[buildout]
test-eggs = plone.app.widgets

[versions]
collective.js.bootstrap = 2.3.1.1
plone.app.blocks = 2.2.0
Expand Down

0 comments on commit 30b766e

Please sign in to comment.