[Testbot] Plone 5.0 - Python 2.7 - Build # 3947 - Still failing! - 0 failure(s)

jenkins at plone.org jenkins at plone.org
Thu Jan 15 20:45:54 UTC 2015


-------------------------------------------------------------------------------
Plone 5.0 - Python 2.7 - Build # 3947 - Still Failing!
-------------------------------------------------------------------------------

http://jenkins.plone.org/job/plone-5.0-python-2.7/3947/


-------------------------------------------------------------------------------
CHANGES
-------------------------------------------------------------------------------

Repository: plone.formwidget.recurrence
Branch: refs/heads/master
Date: 2014-11-12T14:37:10+01:00
Author: Dimitar Dimitrov (mitakas) <admin at mitakas.com>
Commit: https://github.com/plone/plone.formwidget.recurrence/commit/15ea5a07e92f73257d5986b695e11c5f3344452f

Recurrence widget not shown in Plone 4.3/Archetypes.

Files changed:
M plone/formwidget/recurrence/at/widget.pt

diff --git a/plone/formwidget/recurrence/at/widget.pt b/plone/formwidget/recurrence/at/widget.pt
index 5b1d5a5..3e9899a 100644
--- a/plone/formwidget/recurrence/at/widget.pt
+++ b/plone/formwidget/recurrence/at/widget.pt
@@ -27,7 +27,7 @@
           <!-- Make the text area a recurrenceinput -->
           <script type="text/javascript"
               tal:content="string:
-              string: if (typeof jQuery !== 'undefined') {
+              if (typeof jQuery !== 'undefined') {
                 jQuery(document).ready(function() {
                   jQuery.tools.recurrenceinput.localize('${request/LANGUAGE}', ${widget/@@recurrence_widget/translation});
                   jQuery('.ArchetypesRecurrenceWidget textarea').recurrenceinput(


Repository: plone.formwidget.recurrence
Branch: refs/heads/master
Date: 2015-01-15T19:15:24+01:00
Author: Dimitar Dimitrov (mitakas) <admin at mitakas.com>
Commit: https://github.com/plone/plone.formwidget.recurrence/commit/6bdddc9072b2754f62481f4abdbe8c0aa7e58114

Update changelog.

Files changed:
M CHANGES.rst

diff --git a/CHANGES.rst b/CHANGES.rst
index 9c6d489..1230f73 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -4,7 +4,8 @@ Changelog
 1.2.6 (unreleased)
 ------------------
 
-- Nothing changed yet.
+- Fix typo in the template of the AT widget, which prevented it from loading.
+  [mitakas]
 
 
 1.2.5 (2014-07-22)


Repository: plone.formwidget.recurrence
Branch: refs/heads/master
Date: 2015-01-15T21:13:52+01:00
Author: Johannes Raggam (thet) <raggam-nl at adm.at>
Commit: https://github.com/plone/plone.formwidget.recurrence/commit/fa7b6c153233788bec4f5016c1f7c838e3e2cf15

Merge pull request #15 from mitakas/fix-at-widget

Recurrence widget not shown in Plone 4.3/Archetypes.

Files changed:
M CHANGES.rst
M plone/formwidget/recurrence/at/widget.pt

diff --git a/CHANGES.rst b/CHANGES.rst
index 9c6d489..1230f73 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -4,7 +4,8 @@ Changelog
 1.2.6 (unreleased)
 ------------------
 
-- Nothing changed yet.
+- Fix typo in the template of the AT widget, which prevented it from loading.
+  [mitakas]
 
 
 1.2.5 (2014-07-22)
diff --git a/plone/formwidget/recurrence/at/widget.pt b/plone/formwidget/recurrence/at/widget.pt
index 5b1d5a5..3e9899a 100644
--- a/plone/formwidget/recurrence/at/widget.pt
+++ b/plone/formwidget/recurrence/at/widget.pt
@@ -27,7 +27,7 @@
           <!-- Make the text area a recurrenceinput -->
           <script type="text/javascript"
               tal:content="string:
-              string: if (typeof jQuery !== 'undefined') {
+              if (typeof jQuery !== 'undefined') {
                 jQuery(document).ready(function() {
                   jQuery.tools.recurrenceinput.localize('${request/LANGUAGE}', ${widget/@@recurrence_widget/translation});
                   jQuery('.ArchetypesRecurrenceWidget textarea').recurrenceinput(




-------------------------------------------------------------------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: CHANGES.log
Type: application/octet-stream
Size: 3248 bytes
Desc: not available
URL: <http://lists.plone.org/pipermail/plone-testbot/attachments/20150115/116ead57/attachment-0002.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: build.log
Type: application/octet-stream
Size: 98232 bytes
Desc: not available
URL: <http://lists.plone.org/pipermail/plone-testbot/attachments/20150115/116ead57/attachment-0003.obj>


More information about the Testbot mailing list