tb_core 0.9.17 → 0.9.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (39) hide show
  1. checksums.yaml +8 -8
  2. data/app/assets/javascripts/spud/admin/editor.js +1 -1
  3. data/lib/spud_core/engine.rb +1 -2
  4. data/lib/spud_core/version.rb +1 -1
  5. metadata +2 -36
  6. data/app/assets/libs/tiny_mce/plugins/advlist/editor_plugin.js +0 -1
  7. data/app/assets/libs/tiny_mce/plugins/advlist/editor_plugin_src.js +0 -176
  8. data/app/assets/libs/tiny_mce/plugins/autoresize/editor_plugin.js +0 -1
  9. data/app/assets/libs/tiny_mce/plugins/autoresize/editor_plugin_src.js +0 -119
  10. data/app/assets/libs/tiny_mce/plugins/contextmenu/editor_plugin.js +0 -1
  11. data/app/assets/libs/tiny_mce/plugins/contextmenu/editor_plugin_src.js +0 -161
  12. data/app/assets/libs/tiny_mce/plugins/directionality/editor_plugin.js +0 -1
  13. data/app/assets/libs/tiny_mce/plugins/directionality/editor_plugin_src.js +0 -82
  14. data/app/assets/libs/tiny_mce/plugins/example/dialog.htm +0 -22
  15. data/app/assets/libs/tiny_mce/plugins/example/editor_plugin.js +0 -1
  16. data/app/assets/libs/tiny_mce/plugins/example/editor_plugin_src.js +0 -84
  17. data/app/assets/libs/tiny_mce/plugins/example/img/example.gif +0 -0
  18. data/app/assets/libs/tiny_mce/plugins/example/js/dialog.js +0 -19
  19. data/app/assets/libs/tiny_mce/plugins/example/langs/en.js +0 -3
  20. data/app/assets/libs/tiny_mce/plugins/example/langs/en_dlg.js +0 -3
  21. data/app/assets/libs/tiny_mce/plugins/example_dependency/editor_plugin.js +0 -1
  22. data/app/assets/libs/tiny_mce/plugins/example_dependency/editor_plugin_src.js +0 -50
  23. data/app/assets/libs/tiny_mce/plugins/iespell/editor_plugin.js +0 -1
  24. data/app/assets/libs/tiny_mce/plugins/iespell/editor_plugin_src.js +0 -54
  25. data/app/assets/libs/tiny_mce/plugins/layer/editor_plugin.js +0 -1
  26. data/app/assets/libs/tiny_mce/plugins/layer/editor_plugin_src.js +0 -262
  27. data/app/assets/libs/tiny_mce/plugins/spellchecker/css/content.css +0 -1
  28. data/app/assets/libs/tiny_mce/plugins/spellchecker/editor_plugin.js +0 -1
  29. data/app/assets/libs/tiny_mce/plugins/spellchecker/editor_plugin_src.js +0 -436
  30. data/app/assets/libs/tiny_mce/plugins/spellchecker/img/wline.gif +0 -0
  31. data/app/assets/libs/tiny_mce/plugins/style/css/props.css +0 -14
  32. data/app/assets/libs/tiny_mce/plugins/style/editor_plugin.js +0 -1
  33. data/app/assets/libs/tiny_mce/plugins/style/editor_plugin_src.js +0 -71
  34. data/app/assets/libs/tiny_mce/plugins/style/js/props.js +0 -709
  35. data/app/assets/libs/tiny_mce/plugins/style/langs/en_dlg.js +0 -1
  36. data/app/assets/libs/tiny_mce/plugins/style/props.htm +0 -845
  37. data/app/assets/libs/tiny_mce/plugins/style/readme.txt +0 -19
  38. data/app/assets/stylesheets/spud/admin/settings.css +0 -4
  39. data/app/assets/stylesheets/spud/admin/users.css +0 -4
@@ -1,19 +0,0 @@
1
- Edit CSS Style plug-in notes
2
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3
- Unlike WYSIWYG editor functionality that operates only on the selected text,
4
- typically by inserting new HTML elements with the specified styles.
5
- This plug-in operates on the HTML blocks surrounding the selected text.
6
- No new HTML elements are created.
7
-
8
- This plug-in only operates on the surrounding blocks and not the nearest
9
- parent node. This means that if a block encapsulates a node,
10
- e.g <p><span>text</span></p>, then only the styles in the block are
11
- recognized, not those in the span.
12
-
13
- When selecting text that includes multiple blocks at the same level (peers),
14
- this plug-in accumulates the specified styles in all of the surrounding blocks
15
- and populates the dialogue checkboxes accordingly. There is no differentiation
16
- between styles set in all the blocks versus styles set in some of the blocks.
17
-
18
- When the [Update] or [Apply] buttons are pressed, the styles selected in the
19
- checkboxes are applied to all blocks that surround the selected text.
@@ -1,4 +0,0 @@
1
- /*
2
- Place all the styles related to the matching controller here.
3
- They will automatically be included in application.css.
4
- */
@@ -1,4 +0,0 @@
1
- /*
2
- Place all the styles related to the matching controller here.
3
- They will automatically be included in application.css.
4
- */