Rok Garbas | 25 May 03:05
Favicon

plone.app.toolbar/master: updating bootstrap to 2.0.3

Repository: plone.app.toolbar
Branch: refs/heads/master
Date: 2012-05-24T18:08:49-07:00
Author: Rok Garbas (garbas) <rok <at> garbas.si>
Commit: https://github.com/plone/plone.app.toolbar/commit/5e554e870fdb6051fc3eb5524360f79cc6740eb5

updating bootstrap to 2.0.3

Files changed:
A plone/app/toolbar/resources/lib/bootstrap/.travis.yml
A plone/app/toolbar/resources/lib/bootstrap/docs/assets/ico/apple-touch-icon-144-precomposed.png
A plone/app/toolbar/resources/lib/bootstrap/docs/assets/js/bootstrap.js
A plone/app/toolbar/resources/lib/bootstrap/docs/assets/js/bootstrap.min.js
A plone/app/toolbar/resources/lib/bootstrap/docs/build/index.js
A plone/app/toolbar/resources/lib/bootstrap/docs/build/package.json
A plone/app/toolbar/resources/lib/bootstrap/js/.jshintrc
A plone/app/toolbar/resources/lib/bootstrap/js/tests/phantom.js
A plone/app/toolbar/resources/lib/bootstrap/js/tests/server.js
A plone/app/toolbar/resources/lib/bootstrap/js/tests/unit/bootstrap-carousel.js
A plone/app/toolbar/resources/lib/bootstrap/js/tests/unit/bootstrap-phantom.js
A plone/app/toolbar/resources/lib/bootstrap/less/labels-badges.less
A plone/app/toolbar/resources/lib/bootstrap/less/responsive-1200px-min.less
A plone/app/toolbar/resources/lib/bootstrap/less/responsive-767px-max.less
A plone/app/toolbar/resources/lib/bootstrap/less/responsive-768px-979px.less
A plone/app/toolbar/resources/lib/bootstrap/less/responsive-navbar.less
A plone/app/toolbar/resources/lib/bootstrap/less/responsive-utilities.less
A plone/app/toolbar/resources/lib/bootstrap/less/tests/css-tests.css
A plone/app/toolbar/resources/lib/bootstrap/less/tests/css-tests.html
A plone/app/toolbar/resources/lib/bootstrap/package.json
M plone/app/toolbar/resources/lib/bootstrap/.gitignore
(Continue reading)

Rok Garbas | 25 May 02:02
Favicon

plone.app.toolbar/master: renaming iframize into iframed

Repository: plone.app.toolbar
Branch: refs/heads/master
Date: 2012-05-24T17:05:43-07:00
Author: Rok Garbas (garbas) <rok@...>
Commit: https://github.com/plone/plone.app.toolbar/commit/6aa26f5b783bea96a6777eb00f3e318e7801db90

renaming iframize into iframed

Files changed:
A plone/app/toolbar/resources/src/iframed.js
M plone/app/toolbar/profiles/default/jsregistry.xml
M plone/app/toolbar/resources/example.html
M plone/app/toolbar/resources/src/plone.cmsui.js
M plone/app/toolbar/resources/src/plone.overlay.js
M plone/app/toolbar/resources/src/plone.toolbar.js
D plone/app/toolbar/resources/src/iframize.js

diff --git a/plone/app/toolbar/profiles/default/jsregistry.xml b/plone/app/toolbar/profiles/default/jsregistry.xml
index cc63358..18e4377 100644
--- a/plone/app/toolbar/profiles/default/jsregistry.xml
+++ b/plone/app/toolbar/profiles/default/jsregistry.xml
@@ -91,7 +91,7 @@
     <javascript 
         cacheable="False" compression="safe" cookable="False"
         enabled="True" inline="False" bundle="toolbar-init"
-        id="++resource++plone.app.toolbar/src/iframize.js"
+        id="++resource++plone.app.toolbar/src/iframed.js"
         />

     <javascript 
(Continue reading)

Rok Garbas | 25 May 01:48
Favicon

plone.app.toolbar/master: added copyright notice, comments to code and provide some sa

Repository: plone.app.toolbar
Branch: refs/heads/master
Date: 2012-05-24T16:27:01-07:00
Author: Rok Garbas (garbas) <rok@...>
Commit: https://github.com/plone/plone.app.toolbar/commit/302c0c2e5e51d3dd36217a5a04503363e4d0d104

added copyright notice, comments to code and provide some same naming.

Files changed:
M plone/app/toolbar/resources/src/plone.toolbar.js

diff --git a/plone/app/toolbar/resources/src/plone.toolbar.js b/plone/app/toolbar/resources/src/plone.toolbar.js
index 7f4d976..980479e 100644
--- a/plone/app/toolbar/resources/src/plone.toolbar.js
+++ b/plone/app/toolbar/resources/src/plone.toolbar.js
@@ -1,66 +1,113 @@
+// This plugin is used to handle all clicks inside toolbar iframe.
+//
+// @author Rok Garbas
+// @version 1.0
+// @licstart  The following is the entire license notice for the JavaScript
+//            code in this page.
+//
+// Copyright (C) 2010 Plone Foundation
+//
+// This program is free software; you can redistribute it and/or modify it
+// under the terms of the GNU General Public License as published by the Free
+// Software Foundation; either version 2 of the License.
+//
+// This program is distributed in the hope that it will be useful, but WITHOUT
(Continue reading)

Rok Garbas | 25 May 01:46
Favicon

buildout.deco/master: some description where is what

Repository: buildout.deco
Branch: refs/heads/master
Date: 2012-05-24T16:49:26-07:00
Author: Rok Garbas (garbas) <rok@...>
Commit: https://github.com/plone/buildout.deco/commit/633556f0b3774457a7241142f3c30ac292340461

some description where is what

Files changed:
M README.rst

diff --git a/README.rst b/README.rst
index ce399a2..6a13872 100644
--- a/README.rst
+++ b/README.rst
@@ -1,3 +1,7 @@
+Development buildout for `plone.app.deco`_ and `plone.app.toolbar`_.
+
+.. contents::
+
 Bootstrapping
 =============

@@ -6,29 +10,46 @@ Check out the buildout, bootstrap and run it, as usual::
     % git clone git@...:plone/buildout.deco.git
     % cd buildout.deco
     % cp buildout.cfg.in buildout.cfg
+
+Then uncomment one of the lines under ``extends``, more about them you can find
+at the section ``Projects``. Then run following commands::
(Continue reading)

Paul Roeland | 25 May 00:50
Favicon

plone.app.layout/master: add language header for WCAG 2.0 compliance

Repository: plone.app.layout
Branch: refs/heads/master
Date: 2012-05-24T15:53:25-07:00
Author: Paul Roeland (polyester) <paula@...>
Commit: https://github.com/plone/plone.app.layout/commit/ff1cdc1fbf0d8f7bff6ac9f02700497fcf7e0e54

add language header for WCAG 2.0 compliance

Files changed:
M CHANGES.txt
M plone/app/layout/presentation/presentation.pt

diff --git a/CHANGES.txt b/CHANGES.txt
index 4a3e4ef..f3675ba 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -4,6 +4,10 @@ Changelog
 2.2.7 (unreleased)
 ------------------

+- Add language atribute to presentation.pt for WCAG 2.0 compliance. 
+  See https://dev.plone.org/ticket/12902
+  [rmatt, polyester]
+
 - Remove hard dependency on ATContentTypes.
   [davisagli]

diff --git a/plone/app/layout/presentation/presentation.pt b/plone/app/layout/presentation/presentation.pt
index 5685df4..1ff444c 100644
--- a/plone/app/layout/presentation/presentation.pt
(Continue reading)

Paul Roeland | 25 May 00:48
Favicon

Products.CMFPlone/4.2: convert dynamically generated font-size from px to em in s5_

Repository: Products.CMFPlone
Branch: refs/heads/4.2
Date: 2012-05-24T15:51:05-07:00
Author: Paul Roeland (polyester) <paula@...>
Commit: https://github.com/plone/Products.CMFPlone/commit/39878677dabb00fad57d0a09b8d5af4435ddbcb0

convert dynamically generated font-size from px to em in s5_slides.js to comply with WCAG 2.0

Files changed:
M Products/CMFPlone/skins/plone_3rdParty/s5_slides.js
M docs/CHANGES.txt

diff --git a/Products/CMFPlone/skins/plone_3rdParty/s5_slides.js b/Products/CMFPlone/skins/plone_3rdParty/s5_slides.js
index a434119..3511166 100644
--- a/Products/CMFPlone/skins/plone_3rdParty/s5_slides.js
+++ b/Products/CMFPlone/skins/plone_3rdParty/s5_slides.js
@@ -392,7 +392,7 @@ function fontScale() {  // causes layout problems in FireFox that get fixed if b
 		var hSize = 1024; // these do not account for kiosk mode or Opera Show
 	}
 	var newSize = Math.min(Math.round(vSize/vScale),Math.round(hSize/hScale));
-	fontSize(newSize + 'px');
+	fontSize(newSize/16 + 'em');
 	if (isGe) {  // hack to counter incremental reflow bugs
 		var obj = document.getElementsByTagName('body')[0];
 		obj.style.display = 'none';
diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt
index 9803d39..9a7ec87 100644
--- a/docs/CHANGES.txt
+++ b/docs/CHANGES.txt
@@ -7,6 +7,9 @@ Changelog
(Continue reading)

Paul Roeland | 25 May 00:48
Favicon

Products.CMFPlone/4.2: Merge branch '4.2' of git://github.com/plone/Products.CMFPlo

Repository: Products.CMFPlone
Branch: refs/heads/4.2
Date: 2012-05-24T15:52:12-07:00
Author: Paul Roeland (polyester) <paula@...>
Commit: https://github.com/plone/Products.CMFPlone/commit/29aa6098370fd366549789a47e62777df569dc4f

Merge branch '4.2' of git://github.com/plone/Products.CMFPlone into 4.2

Files changed:
M Products/CMFPlone/SkinsTool.py
M Products/CMFPlone/exportimport/configure.zcml
M docs/CHANGES.txt

diff --git a/Products/CMFPlone/SkinsTool.py b/Products/CMFPlone/SkinsTool.py
index 22ff50c..b051dcd 100644
--- a/Products/CMFPlone/SkinsTool.py
+++ b/Products/CMFPlone/SkinsTool.py
@@ -1,6 +1,10 @@
 from AccessControl import ClassSecurityInfo
 from App.class_init import InitializeClass
+from Products.CMFCore.permissions import ManagePortal
 from Products.CMFCore.SkinsTool import SkinsTool as BaseTool
+from Products.ResourceRegistries.tools.BaseRegistry import \
+    cookWhenChangingSettings
+
 from Products.CMFPlone.PloneBaseTool import PloneBaseTool

 
@@ -13,6 +17,22 @@ class SkinsTool(PloneBaseTool, BaseTool):
     default_skin = ''
(Continue reading)

Hanno Schlichting | 25 May 00:33
Favicon

Products.CMFPlone/master: keep the RR ZMI screens working ; )

Repository: Products.CMFPlone
Branch: refs/heads/master
Date: 2012-05-24T15:37:00-07:00
Author: Hanno Schlichting (hannosch) <hanno@...>
Commit: https://github.com/plone/Products.CMFPlone/commit/da281328412fdc690fdba10f8fe05958f7b47a19

keep the RR ZMI screens working ;)

Files changed:
M Products/CMFPlone/SkinsTool.py

diff --git a/Products/CMFPlone/SkinsTool.py b/Products/CMFPlone/SkinsTool.py
index 790a9d9..b051dcd 100644
--- a/Products/CMFPlone/SkinsTool.py
+++ b/Products/CMFPlone/SkinsTool.py
@@ -27,12 +27,12 @@ def addSkinSelection(self, skinname, skinpath, test=0, make_default=0):
     security.declareProtected(ManagePortal, 'manage_skinLayers')
     def manage_skinLayers(self, chosen=(), add_skin=0, del_skin=0,
                           skinname='', skinpath='', REQUEST=None):
-        super(SkinsTool, self).manage_skinLayers(chosen=chosen,
+        response = super(SkinsTool, self).manage_skinLayers(chosen=chosen,
             add_skin=add_skin, del_skin=del_skin, skinname=skinname,
             skinpath=skinpath, REQUEST=REQUEST)
         # when changing skins, we need to tell RR about it
         cookWhenChangingSettings(None, None)
-
+        return response

 SkinsTool.__doc__ = BaseTool.__doc__

(Continue reading)

Hanno Schlichting | 25 May 00:33
Favicon

Products.CMFPlone/4.2: keep the RR ZMI screens working ; )

Repository: Products.CMFPlone
Branch: refs/heads/4.2
Date: 2012-05-24T15:36:32-07:00
Author: Hanno Schlichting (hannosch) <hanno@...>
Commit: https://github.com/plone/Products.CMFPlone/commit/09d5a8d7b69b41f34f19857ed9abf1b6af83cac0

keep the RR ZMI screens working ;)

Files changed:
M Products/CMFPlone/SkinsTool.py

diff --git a/Products/CMFPlone/SkinsTool.py b/Products/CMFPlone/SkinsTool.py
index 790a9d9..b051dcd 100644
--- a/Products/CMFPlone/SkinsTool.py
+++ b/Products/CMFPlone/SkinsTool.py
@@ -27,12 +27,12 @@ def addSkinSelection(self, skinname, skinpath, test=0, make_default=0):
     security.declareProtected(ManagePortal, 'manage_skinLayers')
     def manage_skinLayers(self, chosen=(), add_skin=0, del_skin=0,
                           skinname='', skinpath='', REQUEST=None):
-        super(SkinsTool, self).manage_skinLayers(chosen=chosen,
+        response = super(SkinsTool, self).manage_skinLayers(chosen=chosen,
             add_skin=add_skin, del_skin=del_skin, skinname=skinname,
             skinpath=skinpath, REQUEST=REQUEST)
         # when changing skins, we need to tell RR about it
         cookWhenChangingSettings(None, None)
-
+        return response

 SkinsTool.__doc__ = BaseTool.__doc__

(Continue reading)

Eric Steele | 25 May 00:05
Favicon

buildout.coredev/4.1: Use 2.0 branch.

Repository: buildout.coredev
Branch: refs/heads/4.1
Date: 2012-05-24T15:08:57-07:00
Author: Eric Steele (esteele) <EricSteele47@...>
Commit: https://github.com/plone/buildout.coredev/commit/026ceec8297eb67c9b90ec8d0b296e1e3663673f

Use 2.0 branch.

Files changed:
M sources.cfg

diff --git a/sources.cfg b/sources.cfg
index 780d15f..b40062c 100644
--- a/sources.cfg
+++ b/sources.cfg
@@ -62,7 +62,7 @@ plone.app.controlpanel              = git ${remotes:plone}/plone.app.controlpane
 plone.app.customerize               = git ${remotes:plone}/plone.app.customerize.git
 plone.app.discussion                = git ${remotes:plone}/plone.app.discussion.git branch=2.0.x
 plone.app.folder                    = git ${remotes:plone}/plone.app.folder.git
-plone.app.form                      = git ${remotes:plone}/plone.app.form.git
+plone.app.form                      = git ${remotes:plone}/plone.app.form.git branch=2.0
 plone.app.i18n                      = git ${remotes:plone}/plone.app.i18n.git
 plone.app.imaging                   = git ${remotes:plone}/plone.app.imaging.git
 plone.app.iterate                   = git ${remotes:plone}/plone.app.iterate.git

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
(Continue reading)

Eric Steele | 25 May 00:04
Favicon

plone.app.form/master: Bump to 2.1

Repository: plone.app.form
Branch: refs/heads/master
Date: 2012-05-24T15:07:52-07:00
Author: Eric Steele (esteele) <EricSteele47@...>
Commit: https://github.com/plone/plone.app.form/commit/40d4c9f193addac65af16cc2020d223c35778433

Bump to 2.1

Files changed:
M CHANGES.txt
M setup.py

diff --git a/CHANGES.txt b/CHANGES.txt
index fce6d86..5675296 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,7 +1,7 @@
 Changelog
 =========

-2.0.6 (unreleased)
+2.1 (unreleased)
 ------------------

 - Remove hard-coded required markers. Replaced by CSS in Plone 4.2.x.
diff --git a/setup.py b/setup.py
index 49dff4c..6faeac7 100644
--- a/setup.py
+++ b/setup.py
@@ -1,6 +1,6 @@
(Continue reading)


Gmane