Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to enable TinyMCE inline mode #3408

Closed
wants to merge 53 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
e64bff0
PLIP 3211 - Remove RequireJS.
MrTango Feb 17, 2021
296205e
PLIP 3211 - Remove default resource jQuery. It is added to the global…
MrTango Feb 17, 2021
809df95
PLIP 3211 - Remove support for conditional comments.
thet Feb 17, 2021
4cb8636
PLIP 3211 - Integrate Mockup ES6.
thet Feb 18, 2021
7dbc268
Fix TinyMCE configuration JSON serialization and cast entity_encoding…
thet Feb 18, 2021
27a1f8c
Remove dependency on mockup. Mockup is now a npm package only and as …
thet Mar 13, 2021
19d01e9
PLIP 3211 - Raise toolbar width from 120 to 220 pixel. Same as Gitlab…
thet Apr 28, 2021
8d5c23a
PLIP 3211 - Do not include removed lessc/rjs in resource registry view.
thet Apr 28, 2021
99da7c2
PLIP 3211 - Latest bundle has auto discovery of webpack public path -…
thet Apr 28, 2021
e2d3415
PLIP 3211 - Allow inclusion of externally hosted bundles/resources.
thet Apr 28, 2021
aa306ee
PLIP 3211 - First quick and dirty attempt of improving the cache key …
thet Apr 28, 2021
ee7a6f6
Add TinyMCE records to registry.xml
MrTango Sep 22, 2021
285054a
fix TinyMCE control panel menu
MrTango Sep 22, 2021
689eaa4
Fix tinymce settings: entity_encoding
MrTango Sep 23, 2021
46c1e8e
rethinking and simplifying ResourceRegistries using webresource
jensens Sep 23, 2021
6112334
Add examples of alerts in test_rendering view
MrTango Nov 4, 2021
cd29f27
deliver custom css again
jensens Nov 18, 2021
f6fe1a3
resource registry debug mode switching added
jensens Nov 18, 2021
4d3799f
Add TinyMCE template plugin to the plugins vocabulary
MrTango Nov 2, 2021
45de6a5
PLIP 3211 - Code formatting resource registries.
thet Dec 22, 2021
cde56c9
PLIP 3211 - Remove old resourceregistry artefacts.
thet Dec 22, 2021
cd6f4ae
TMP - Fixes test setup for yet unknown reason.
thet Dec 23, 2021
7f52b8d
PLIP 3211 - Implement extended search JavaScript as pattern in Mockup…
thet Jan 6, 2022
2ebcae9
Fix robot test for new toolbar
MrTango Jan 12, 2022
d105837
Fix pat-modal related robot tests
MrTango Jan 12, 2022
8dfcd84
Fix controlpanel navigation robot tests
MrTango Jan 12, 2022
88b1738
fix actions cp robot tests
agitator Jan 14, 2022
7939145
Fix control panel security robot tests
fredvd Jan 14, 2022
59a67f0
Fix controlpanel site robot tests
fredvd Jan 14, 2022
cd1e752
Fix controlpanel search robot tests
fredvd Jan 14, 2022
cb96c40
Remove robot tests for thememapper.
mauritsvanrees Jan 14, 2022
9e23a43
Make sure save button is in viewport
fredvd Jan 15, 2022
e14e7eb
Robot tests: fixed css selector for modal-close.
mauritsvanrees Jan 17, 2022
925096f
Fixed icon traverser.
mauritsvanrees Jan 18, 2022
e0944a2
fix actionmenu tests
agitator Jan 19, 2022
38c3dbd
Fix some robot test for TinyMCE
MrTango Jan 19, 2022
10f0862
Fixed robottests for linkintegrity.
iham Jan 19, 2022
5824477
Fix robot test `Scenario: New user overlay closes on valid data`
ale-rt Jan 20, 2022
f5feee8
fix robottest for Social Settings
petschki Jan 21, 2022
33bc2ea
Fixed robottest selector to ".pat-*" instead of ".pattern-*"
iham Jan 21, 2022
d1129e5
Fix Scenario Event end date query
ale-rt Jan 21, 2022
5c6eada
Remove debug statement
ale-rt Jan 22, 2022
03ca111
fix tobot test where email field is required
pbauer Jan 22, 2022
6a23c30
Improve tests and remove deprecation
ale-rt Jan 22, 2022
6c25448
Change checked error
ale-rt Jan 22, 2022
b35549b
fix TinyMCE robot tests
petschki Jan 24, 2022
9f9b0df
fix bootstrap css class for <select />
petschki Jan 25, 2022
44c3d0e
resources, dependency error detection and graceful fallback
jensens Jan 28, 2022
fa10e08
bool field is not required
pbauer Jan 28, 2022
9158551
bootstrap.bundle.min.js is disabled per default
petschki Jan 29, 2022
5055343
add more examples for bootstrap components
pbauer Jan 30, 2022
0fa84c7
add allowed html attributes to control videos embedded with tinymce
pbauer Jan 31, 2022
2ea4f91
Add option to enable TinyMCE inline mode
pbauer Jan 19, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions Products/CMFPlone/browser/configure.zcml
Original file line number Diff line number Diff line change
Expand Up @@ -217,11 +217,6 @@
for="plone.app.layout.navigation.interfaces.INavigationRoot"
/>

<browser:resource
name="search.js"
file="static/search.js"
/>

<!-- AtD Support -->
<browser:page
for="*"
Expand Down
149 changes: 0 additions & 149 deletions Products/CMFPlone/browser/static/search.js

This file was deleted.

4 changes: 2 additions & 2 deletions Products/CMFPlone/browser/templates/plone-addsite.pt
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<div class="col-md-12 mb-3">
<label for="default_language" class="form-label" i18n:translate="">Language</label>

<select name="default_language" class="form-control"
<select name="default_language" class="form-select"
tal:define="browser_language view/browser_language;
grouped_languages python:view.grouped_languages(browser_language)">
<optgroup tal:repeat="group grouped_languages"
Expand Down Expand Up @@ -105,7 +105,7 @@

<select id="portal_timezone"
name="portal_timezone"
class="form-control"
class="form-select"
tal:define="tz_list view/timezones">
<optgroup tal:repeat="group tz_list"
tal:attributes="label group">
Expand Down
4 changes: 1 addition & 3 deletions Products/CMFPlone/browser/templates/search.pt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
id="searchform"
action="@@search"
role="search"
class="searchPage pat-formautofocus"
class="searchPage pat-formautofocus pat-search"
tal:define="portal context/@@plone_portal_state/portal;
first_call not:request/advanced_search|nothing;
st python:request.get('SearchableText', '');
Expand Down Expand Up @@ -310,8 +310,6 @@
</div>

</form>

<script type="text/javascript" src="${context/portal_url}/++resource++search.js"></script>
</div>

</body>
Expand Down
Loading