Plone Site
Large Plone Folder
Modified: kupu/trunk/kupu/plone/wire.kupu
==============================================================================
--- kupu/trunk/kupu/plone/wire.kupu (original)
+++ kupu/trunk/kupu/plone/wire.kupu Wed Aug 15 12:47:27 2007
@@ -56,11 +56,11 @@
-
+
Modified: kupu/trunk/kupu/version.txt
==============================================================================
--- kupu/trunk/kupu/version.txt (original)
+++ kupu/trunk/kupu/version.txt Wed Aug 15 12:47:27 2007
@@ -1 +1 @@
-kupu 1.4
+kupu 1.4.1
From kupu-checkins at codespeak.net Wed Aug 15 15:35:21 2007
From: kupu-checkins at codespeak.net (kupu-checkins at codespeak.net)
Date: Wed, 15 Aug 2007 15:35:21 +0200 (CEST)
Subject: [kupu-checkins] NEW Products 2802912
Message-ID: <20070815083626.4047.qmail@ppp-143-254.utech.ru>
An HTML attachment was scrubbed...
URL: http://codespeak.net/pipermail/kupu-checkins/attachments/20070815/c61f825e/attachment.htm
From limi at codespeak.net Thu Aug 16 08:08:11 2007
From: limi at codespeak.net (limi at codespeak.net)
Date: Thu, 16 Aug 2007 08:08:11 +0200 (CEST)
Subject: [kupu-checkins] r45691 - kupu/trunk/kupu/plone/kupu_plone_layer
Message-ID: <20070816060811.1005E8102@code0.codespeak.net>
Author: limi
Date: Thu Aug 16 08:08:09 2007
New Revision: 45691
Modified:
kupu/trunk/kupu/plone/kupu_plone_layer/kupuplone.css.dtml
Log:
Adding the "invisible" pseudo table class, as well as a visual representation of the page break for print.
Modified: kupu/trunk/kupu/plone/kupu_plone_layer/kupuplone.css.dtml
==============================================================================
--- kupu/trunk/kupu/plone/kupu_plone_layer/kupuplone.css.dtml (original)
+++ kupu/trunk/kupu/plone/kupu_plone_layer/kupuplone.css.dtml Thu Aug 16 08:08:09 2007
@@ -45,19 +45,19 @@
.pullQuote { float: right; width: 30%; }
.kupu .pullQuote { float:none; width: auto; }
*/
-.kupu table {
- border-left:1px solid ThreeDLightShadow;
- border-top:1px solid ThreeDLightShadow;
- border-right:1px solid ThreeDDarkShadow;
- border-bottom:1px solid ThreeDDarkShadow;
+.kupu table.invisible {
+ border:1px solid ThreeDLightShadow;
}
-.kupu table tr td {
- border-left:1px solid ThreeDDarkShadow;
- border-top:1px solid ThreeDDarkShadow;
- border-right:1px solid ThreeDLightShadow;
- border-bottom:1px solid ThreeDLightShadow;
+.kupu table.invisible tr td {
+ border:1px solid ThreeDDarkShadow;
}
+
+.kupu div.pageBreak {
+ border-top: 1px dotted #ccc;
+}
+
+
/* Hide the 'target' field in the LinkLibraryDrawer
I've used a class as an identifier here because somehow using id
From duncan at codespeak.net Thu Aug 16 12:32:00 2007
From: duncan at codespeak.net (duncan at codespeak.net)
Date: Thu, 16 Aug 2007 12:32:00 +0200 (CEST)
Subject: [kupu-checkins] r45701 - in kupu/trunk/kupu: default doc plone
plone/kupu_plone_layer plone/profiles/default
Message-ID: <20070816103200.D69D28155@code0.codespeak.net>
Author: duncan
Date: Thu Aug 16 12:31:59 2007
New Revision: 45701
Modified:
kupu/trunk/kupu/default/drawers.kupu
kupu/trunk/kupu/doc/CHANGES.txt
kupu/trunk/kupu/doc/PLONE2.txt
kupu/trunk/kupu/plone/kupu_config.pt
kupu/trunk/kupu/plone/kupu_plone_layer/kupu_wysiwyg_support.html
kupu/trunk/kupu/plone/plonelibrarytool.py
kupu/trunk/kupu/plone/profiles/default/kupu.xml
kupu/trunk/kupu/plone/z3interfaces.py
Log:
Table 'create headings' now on by default.
Various references to 'Paragraph styles' changed to 'Styles'
Added new table styles and styles for page break, clear floats to GS profile (so they won't appear for older versions of Plone using quickinstaller).
Modified: kupu/trunk/kupu/default/drawers.kupu
==============================================================================
--- kupu/trunk/kupu/default/drawers.kupu (original)
+++ kupu/trunk/kupu/default/drawers.kupu Thu Aug 16 12:31:59 2007
@@ -169,7 +169,7 @@
| |
Modified: kupu/trunk/kupu/doc/CHANGES.txt
==============================================================================
--- kupu/trunk/kupu/doc/CHANGES.txt (original)
+++ kupu/trunk/kupu/doc/CHANGES.txt Thu Aug 16 12:31:59 2007
@@ -20,6 +20,12 @@
- Place the delete link/image button after the pulldown (so it doesn't
push around the toolbar elements)
+ - Default table styles now include "grid listing" and "invisible".
+
+ - Paragraph styles now labelled just styles and include: highlight, page break, clear floats
+
+ - Create headings now on by default.
+
- 1.4
- The icons in the toolbar for Plone now use CSS sprites. This means that
Modified: kupu/trunk/kupu/doc/PLONE2.txt
==============================================================================
--- kupu/trunk/kupu/doc/PLONE2.txt (original)
+++ kupu/trunk/kupu/doc/PLONE2.txt Thu Aug 16 12:31:59 2007
@@ -225,8 +225,8 @@
``data``. Only ``listing`` is defined in the default Plone css, you
should add suitable rules for the other styles to ``ploneCustom.css``.
-Paragraph Styles
-::::::::::::::::
+Styles
+::::::
Enter a list of styles to be added to the style pulldown. See `Custom
Styles`_.
@@ -519,7 +519,7 @@
c) For Archetypes content types additional styles may be defined for
individual fields.
-Styles defined under `Paragraph Styles`_ in the control panel are in the format ``title|tag``
+Styles defined under `Styles`_ in the control panel are in the format ``title|tag``
or ``title|tag|class``. e.g.::
Heading|h2
@@ -529,7 +529,7 @@
Highlight|span|highlight
Table Head|th
-Each rich text field can define its own set of paragraph styles to be
+Each rich text field can define its own set of styles to be
made available in kupu. These are defined on the ``parastyles`` attribute
of the ``RichWidget``. For example, a typical field definition might be::
Modified: kupu/trunk/kupu/plone/kupu_config.pt
==============================================================================
--- kupu/trunk/kupu/plone/kupu_config.pt (original)
+++ kupu/trunk/kupu/plone/kupu_config.pt Thu Aug 16 12:31:59 2007
@@ -233,8 +233,8 @@
-
- Enter a list of paragraph styles to appear in the style pulldown. Format is title|tag or title|tag|className, one per line.
+
+ Enter a list of styles to appear in the style pulldown. Format is title|tag or title|tag|className, one per line.
|