Fulvio Casali
Fulvio Casali
Fixes #664 This fixes most of the major issues, except in jquery.anythingslider.video*.js.
This plugin is not yet compatible with jQuery 3. For example, when loading jQ3 in the demos, the use of $.load causes this error: ``` jquery-3.4.1.min.js:2 Uncaught TypeError: e.indexOf is...
I'm still a beginner when it comes to dispatch and this plugin, but I am having a problem with the quickfix window from the `Make` output. Somehow the error parsing...
If you specify a multi-line `plone_zope_conf_additional` value, it gets expanded in the buildout cfg without proper indentation. For example: local-configure.yml: ............................... ``` plone_zope_conf_additional: | session.type file session.data_dir ${buildout:var-dir}/sessions/data session.lock_dir ${buildout:var-dir}/sessions/lock...
Between Diazo v 1.0.6 and v 1.2.1 (which ship with Plone 4.3.6 and Plone 5.0, respectively), something broke in the way `` works. The simplest test case I can think...
This rule: ``` ``` seems to be applied like this _(simplifying a bit for clarity)_: `drop link OR (script IF NOT body.frontend)` instead of: `drop (link OR script) IF NOT...
I created a browser view that is designed to be used in the `src` of an iframe embedded in a third-party (non-Plone) site. Inside this browser view, I use `pat-select2`....
@ebrehault When I ran `ng build --prod` I got this error: ``` Module not found: Error: Can't resolve './$$_gendir/app/app.module.ngfactory' ``` Doing `ng build --env=prod` instead, fixed it for me. I...
If you run `bin/buildout` on vagrant without specifying `-c vagrant.cfg`, you will end up with a broken site, because filestorage and blobstorage paths point to the buildout dir, instead of...
If I try `start`ing the instance installed in vagrant following http://training.plone.org/5/plone_training_config/instructions.html, I get the following error: ``` vagrant@training:/vagrant/buildout$ bin/instance start . Traceback (most recent call last): File "/vagrant/buildout/parts/instance/bin/interpreter", line 286,...