-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add changelog * Move static files to webpack * Review resources registry * Review compose view * Review content chooser * Test fixes * Initialize carousel tile after drop content * Move static files to viewlet * Move unload code into webpack * Fix layout preview * Add upgrade step * Fix tests * Review static resources for Plone 5 * Code review * Update docs * Code review
- Loading branch information
Showing
79 changed files
with
2,821 additions
and
3,221 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,3 +28,4 @@ parts/ | |
report.html | ||
selenium* | ||
var/ | ||
src/collective/cover/browser/static/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
# -*- coding: utf-8 -*- | ||
from plone.app.layout.viewlets import ViewletBase | ||
|
||
|
||
class ResourcesViewlet(ViewletBase): | ||
"""This viewlet inserts static resources on page header.""" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
.. note:: | ||
Content on this folder is generated automatically by `webpack <https://webpack.js.org/>`_. | ||
Check package documentation for more information. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,6 @@ | ||
<?xml version="1.0"?> | ||
<object name="portal_javascripts"> | ||
<javascript id="++resource++collective.cover/js/contentchooser.js" | ||
cacheable="True" compression="none" cookable="True" enabled="True" | ||
expression="" inline="False" authenticated="True" /> | ||
<javascript id="++resource++collective.js.bootstrap/js/bootstrap.min.js" | ||
cacheable="True" compression="none" cookable="True" enabled="True" | ||
expression="" inline="False" /> | ||
<javascript id="++resource++collective.cover/js/vendor/jquery.endless-scroll.js" | ||
cacheable="True" compression="none" cookable="True" enabled="True" | ||
expression="" inline="False" authenticated="True" /> | ||
<javascript id="++resource++collective.cover/js/layout_edit.js" | ||
cacheable="True" compression="none" cookable="True" enabled="True" | ||
expression="" inline="False" authenticated="True" /> | ||
<javascript id="++resource++collective.cover/js/main.js" | ||
cacheable="True" compression="none" cookable="True" enabled="True" | ||
expression="" inline="False" authenticated="False" /> | ||
</object> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.