Skip to content

Commit e3de443

Browse files
authored
Add check for sidebar availability (#1666)
* Add check for sidebar availability * GPU-1281 Clean up old components
1 parent e176357 commit e3de443

27 files changed

+3
-2440
lines changed

build/aloha/build-with-plugin-separated.js

+2-6
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@
1010
* For example, most plugins depend on the ui-plugin - so, they must
1111
* explicitly exclude the ui-plugin, otherwise the ui-plugin may be
1212
* compiled into multiple plugins. Additionally, the ui-plugin exposes
13-
* multiple .js files (toggleButton.js, menuButton.js) on which the
14-
* ui-plugin itself doesn't have a dependency - so, they must be
15-
* explicitly included.
13+
* multiple .js files on which the ui-plugin itself doesn't have a
14+
* dependency - so, they must be explicitly included.
1615
*
1716
* The same issue applies to the core, which is treated as just another
1817
* module by r.js.
@@ -469,10 +468,7 @@
469468
'ui/arena',
470469
'ui/autocomplete',
471470
'ui/dialog',
472-
'ui/menuButton',
473471
'ui/multiSplit',
474-
'ui/port-helper-attribute-field',
475-
'ui/port-helper-multi-split',
476472
'ui/text',
477473
'ui/toggleButton'
478474
],

cypress/e2e/ribbon-plugin.cy.js

-83
This file was deleted.

doc/guides/source/plugin_videoblock.textile

-54
This file was deleted.

src/demo/boilerplate/index.html

-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@
101101
<!-- Include the fake-jquery to make sure that Aloha works even if
102102
the user includes his own global jQuery after aloha.js. -->
103103
<script src="fake-jquery.js"></script>
104-
<script src="ribbon-example.js"></script>
105104
<link rel="stylesheet" href="css/style.css">
106105
<style>
107106
b {

src/demo/boilerplate/ribbon-example.js

-150
This file was deleted.

src/demo/modules/index.html

-2
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,11 @@ <h1>Modules</h1>
3535
<li><a href="./textcolor.html">textcolor module</a></li>
3636
<li><a href="./toc.html">toc module</a></li>
3737
<li><a href="./wai-lang.html">wai-lang module</a></li>
38-
<li><a href="./ribbon.html">ribbon module</a></li>
3938
<li><a href="./headerids.html">headerids module</a></li>
4039
<li><a href="./sourceview.html">sourceview module</a></li>
4140
<li><a href="./captioned-image.html">captioned-image module</a></li>
4241
<li><a href="./command.html">command module</a></li>
4342
<li><a href="./block.html">block module</a></li>
44-
<li><a href="./videoblock.html">videoblock module</a></li>
4543
<li><a href="./contenthandler.html">contenthandler module</a></li>
4644
<li><a href="./fortmatlesspaste.html">formatlesspaste module</a></li>
4745
<li><a href="./draganddropfiles.html">draganddropfiles module</a></li>

0 commit comments

Comments
 (0)