[Checkins] SVN: z3ext.layout/tags/1.5.7/ release tag

Nikolay Kim fafhrd at datacom.kz
Mon Nov 17 02:51:50 EST 2008


Log message for revision 93036:
  release tag

Changed:
  A   z3ext.layout/tags/1.5.7/
  D   z3ext.layout/tags/1.5.7/CHANGES.txt
  A   z3ext.layout/tags/1.5.7/CHANGES.txt
  U   z3ext.layout/tags/1.5.7/setup.py
  D   z3ext.layout/tags/1.5.7/src/z3ext/layout/styles.css
  A   z3ext.layout/tags/1.5.7/src/z3ext/layout/styles.css

-=-
Deleted: z3ext.layout/tags/1.5.7/CHANGES.txt
===================================================================
--- z3ext.layout/trunk/CHANGES.txt	2008-11-12 03:10:23 UTC (rev 92859)
+++ z3ext.layout/tags/1.5.7/CHANGES.txt	2008-11-17 07:51:49 UTC (rev 93036)
@@ -1,166 +0,0 @@
-=======
-CHANGES
-=======
-
-1.5.6 (2008-11-06)
-------------------
-
-- Register nameless pagelet only if provided interface is not
-inherited from IBrowserPublisher
-
-
-1.5.5 (2008-11-05)
-------------------
-
-- Add IPagelet interface to pagelet provides
-
-
-1.5.4 (2008-10-30)
-------------------
-
-- Added 'pagelet' tales expression (same as @@pagelet)
-
-- Update css styles
-
-
-1.5.3 (2008-10-16)
-------------------
-
-- Update css styles
-
-
-1.5.2 (2008-10-15)
-------------------
-
-- Render IPagelet adapter for @@pagelet view
-
-
-1.5.1 (2008-10-14)
-------------------
-
-- Fixed missing NotFount in @@pagelet 
-
-- Log errors in @@pagelet
-
-- Default css styles
-
-
-1.5.0 (2008-10-06)
-------------------
-
-- Added @@pagelet browser view for fast access pagelets
-
-
-1.4.6 (2008-10-03)
-------------------
-
-- Fixed bug with multple nameless pagelet
-
-
-1.4.5 (2008-08-18)
-------------------
-
-- `name` attribute is optional for <z3ext:pagelet/> directive
-
-
-1.4.4 (2008-07-22)
-------------------
-
-- Fix IPagelet adapter for content
-
-
-1.4.3 (2008-05-22)
-------------------
-
-- Added LayoutNotFound exception
-
-
-1.4.2 (2008-05-14)
-------------------
-
-- Remove unused interfaces
-
-- Tests updated
-
-
-1.4.1 (2008-04-23)
-------------------
-
-- Use newer version of z3ext.autoinclude
-
-
-1.4 (2008-03-21)
-----------------
-
-- Added z3ext:pagelet directive
-
-- Code cleanup
-
-- Moved to svn.zope.org
-
-
-1.3.2 (2008-03-06)
-------------------
-
-- Removed context layouts
-
-
-1.3.1 (2008-02-21)
-------------------
-
-- Code cleanup
-
-- Remove code related to zope.formlib
-
-
-1.3.0 (2008-02-20)
-------------------
-
-- Removed code related to z3c.form
-
-
-1.2.1 (2008-02-18)
-------------------
-
-- Added 'redirect' method to IBrowserPagelet, this is usefull
-  when we need redirect during 'update' method and we don't 
-  need render pagelet at all.
-
-- Added adapter to IPagelet for (context, request),
-  this adapter gets browser:defaultView for context and if it IPagelet return it
-
-
-1.2.0 (2008-02-13)
-------------------
-
-- Remove all code related to persistent templates
-
-
-1.1.2 (2008-02-12)
-------------------
-
-- Added 'title' and 'description' fields layout directive
-
-- check ILayoutTemplateTAL for ISite
-
-
-1.1.0 (2008-02-08)
-------------------
-
-- Added compatibility with z3c.template layouts
-
-- Added ILayoutTemplateTAL interface, other packages
-  can define adapter to this interface and change layout template
-  TAL program (layout customization)
-
-
-1.0.1 (2008-02-02)
-------------------
-
-- Added required dependencies
-
-
-1.0.0 (2008-01-15)
-------------------
-
-- Initial release

Copied: z3ext.layout/tags/1.5.7/CHANGES.txt (from rev 93035, z3ext.layout/trunk/CHANGES.txt)
===================================================================
--- z3ext.layout/tags/1.5.7/CHANGES.txt	                        (rev 0)
+++ z3ext.layout/tags/1.5.7/CHANGES.txt	2008-11-17 07:51:49 UTC (rev 93036)
@@ -0,0 +1,172 @@
+=======
+CHANGES
+=======
+
+1.5.7 (2008-11-17)
+------------------
+
+- Update css styles
+
+
+1.5.6 (2008-11-06)
+------------------
+
+- Register nameless pagelet only if provided interface is not
+inherited from IBrowserPublisher
+
+
+1.5.5 (2008-11-05)
+------------------
+
+- Add IPagelet interface to pagelet provides
+
+
+1.5.4 (2008-10-30)
+------------------
+
+- Added 'pagelet' tales expression (same as @@pagelet)
+
+- Update css styles
+
+
+1.5.3 (2008-10-16)
+------------------
+
+- Update css styles
+
+
+1.5.2 (2008-10-15)
+------------------
+
+- Render IPagelet adapter for @@pagelet view
+
+
+1.5.1 (2008-10-14)
+------------------
+
+- Fixed missing NotFount in @@pagelet 
+
+- Log errors in @@pagelet
+
+- Default css styles
+
+
+1.5.0 (2008-10-06)
+------------------
+
+- Added @@pagelet browser view for fast access pagelets
+
+
+1.4.6 (2008-10-03)
+------------------
+
+- Fixed bug with multple nameless pagelet
+
+
+1.4.5 (2008-08-18)
+------------------
+
+- `name` attribute is optional for <z3ext:pagelet/> directive
+
+
+1.4.4 (2008-07-22)
+------------------
+
+- Fix IPagelet adapter for content
+
+
+1.4.3 (2008-05-22)
+------------------
+
+- Added LayoutNotFound exception
+
+
+1.4.2 (2008-05-14)
+------------------
+
+- Remove unused interfaces
+
+- Tests updated
+
+
+1.4.1 (2008-04-23)
+------------------
+
+- Use newer version of z3ext.autoinclude
+
+
+1.4 (2008-03-21)
+----------------
+
+- Added z3ext:pagelet directive
+
+- Code cleanup
+
+- Moved to svn.zope.org
+
+
+1.3.2 (2008-03-06)
+------------------
+
+- Removed context layouts
+
+
+1.3.1 (2008-02-21)
+------------------
+
+- Code cleanup
+
+- Remove code related to zope.formlib
+
+
+1.3.0 (2008-02-20)
+------------------
+
+- Removed code related to z3c.form
+
+
+1.2.1 (2008-02-18)
+------------------
+
+- Added 'redirect' method to IBrowserPagelet, this is usefull
+  when we need redirect during 'update' method and we don't 
+  need render pagelet at all.
+
+- Added adapter to IPagelet for (context, request),
+  this adapter gets browser:defaultView for context and if it IPagelet return it
+
+
+1.2.0 (2008-02-13)
+------------------
+
+- Remove all code related to persistent templates
+
+
+1.1.2 (2008-02-12)
+------------------
+
+- Added 'title' and 'description' fields layout directive
+
+- check ILayoutTemplateTAL for ISite
+
+
+1.1.0 (2008-02-08)
+------------------
+
+- Added compatibility with z3c.template layouts
+
+- Added ILayoutTemplateTAL interface, other packages
+  can define adapter to this interface and change layout template
+  TAL program (layout customization)
+
+
+1.0.1 (2008-02-02)
+------------------
+
+- Added required dependencies
+
+
+1.0.0 (2008-01-15)
+------------------
+
+- Initial release

Modified: z3ext.layout/tags/1.5.7/setup.py
===================================================================
--- z3ext.layout/trunk/setup.py	2008-11-12 03:10:23 UTC (rev 92859)
+++ z3ext.layout/tags/1.5.7/setup.py	2008-11-17 07:51:49 UTC (rev 93036)
@@ -21,7 +21,7 @@
 def read(*rnames):
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
-version='1.5.7dev'
+version='1.5.7'
 
 
 setup(name='z3ext.layout',

Deleted: z3ext.layout/tags/1.5.7/src/z3ext/layout/styles.css
===================================================================
--- z3ext.layout/trunk/src/z3ext/layout/styles.css	2008-11-12 03:10:23 UTC (rev 92859)
+++ z3ext.layout/tags/1.5.7/src/z3ext/layout/styles.css	2008-11-17 07:51:49 UTC (rev 93036)
@@ -1,224 +0,0 @@
-/* zrt-cssregistry: */
-
- at media all {
-
-  .z-page, .page {
-    padding: 1.5em;
-    border: borderWidth borderStyle globalBorderColor;
-    border-top: borderWidth borderStyle globalBorderColor;
-    background-color: globalBackgroundColor;
-    font-size: 100%;
-  }
-
-  .z-page h1 {
-    padding-top: 0;
-  }
-
-  .z-page h4 {
-    border-bottom: borderWidth borderStyle globalBorderColor;
-  }
-
-  .z-page legend {
-    background-color: transparent;
-  }
-
-  .z-page-description,
-  .pageDescription {
-    color: discreetColor;
-    font-size: fontSmallSize;
-    font-weight: normal;
-    margin-bottom: 1.5em;
-  }
-
-  .z-frame, .z-topframe,
-  .frame, .topframe {
-    padding: 1em;
-    margin-top: 1em;
-    background: contentBackgroundColor;
-    border: borderWidth borderStyle globalExtraBorderColor;
-  }
-
-  .z-topframe, .topframe {
-    margin-top: 0em;
-  }
-
-  .z-frame h4 {
-    border-bottom: borderWidth borderStyle globalExtraBorderColor;
-    font-weight: normal;
-  }
-
-  #z-portal {
-    background-color: contentBackgroundColor;
-  }
-
-  #z-portal-workspace {
-    margin: 2em 1.5em 1.5em 1.5em;
-  }
-
-  #z-portal-workspace {
-    font-size: 110%;
-    background: contentBackgroundColor;
-  }
-  
-  #z-portal-workspace h1 {
-    font-size: 120%;
-    font-weight: bold;
-  }
-  
-  #z-portal-workspace h2 {
-    font-size: 110%;
-  }
-  
-  #z-portal-workspace h3 {
-    font-size: 100%;
-  }
-  
-  #z-portal-workspace h5,
-  #z-portal-workspace h6 {
-    color: discreetColor;
-  }
-
-  ul.z-listing {
-    margin: 0.5em 0;
-    list-style: none;
-    list-style-image: none;
-    list-style-type: none;
-  }
-  
-  ul.z-listing li {
-    clear: both;
-    margin-bottom: 0.5em;
-    list-style: none;
-    list-style-image: none;
-  }
-  
-  ul.z-listing li .z-listing-icon {
-    float: left;
-    padding-top: 8px;
-    padding-right: 0.5em;
-    height: 32px;
-  }
-  
-  ul.z-listing li a,
-  ul.z-listing li .z-listing-details a {
-    color: linkColor;
-    border: 0;
-    border-bottom: 1px dotted discreetColor;
-    text-decoration: none;
-  }
-  
-  ul.z-listing li a:visited,
-  ul.z-listing li .z-listing-details a:visited {
-    color: linkColor;
-    background-color: transparent;
-  }
-  
-  ul.z-listing li a:active,
-  ul.z-listing li .z-listing-details a:active {
-    color: linkColor;
-    background-color: transparent;
-  }
-  
-  ul.z-listing li span {
-    border: 0;
-    border-bottom: 1px dotted discreetColor;
-  }
-  
-  ul.z-listing li .z-listing-details span a {
-    border-bottom: 0px;
-  }
-  
-  ul.z-listing li label {
-    font-weight: bold;
-    border-bottom: borderWidth dotted discreetColor;
-  }
-  
-  ul.z-listing li {
-    border: 1px solid contentBackgroundColor;
-  }
-  
-  ul.z-listing li .z-listing-details div {
-    color: discreetColor;
-    font-size: fontSmallSize;
-  }
-  
-  ul.z-listing li ul.z-listing {
-    margin-left: 1.5em;
-    font-size: 110%;
-  }
-  
-  ul.z-listing li .z-listing-details div span {
-    color: discreetColor;
-    font-size: fontSmallSize;
-    border: 0;
-  }
-
-  table.z-listing {
-    border-collapse: collapse;
-    border-left: borderWidth borderStyle globalBorderColor;
-    border-bottom: borderWidth borderStyle globalBorderColor;
-  }
-
-  table.z-listing tr {
-    vertical-align: middle;
-  }
-
-  table.z-listing th {
-    background: globalBackgroundColor;
-    border-top: borderWidth borderStyle globalBorderColor;
-    border-bottom: borderWidth borderStyle globalBorderColor;
-    border-right: borderWidth borderStyle globalBorderColor;
-    font-weight: normal;
-    padding: 0.25em 1em;
-    text-transform: textTransform;
-    text-align: center;
-  }
-
-  table.z-listing .top {
-    border-left: borderWidth borderStyle backgroundColor;
-    border-top: borderWidth borderStyle backgroundColor ! important;
-    border-right: borderWidth borderStyle backgroundColor ! important;
-    text-align: right ! important;
-    padding: 0em 0em 1em 0em;
-  }
-
-  table.z-listing td {
-    border-right: borderWidth borderStyle globalBorderColor;
-    padding: 0.25em 1em;
-  }
-
-  table.z-listing a {
-    text-decoration: none;
-  }
-
-  table.z-listing a:hover {
-    text-decoration: underline;
-  }
-
-  table.z-listing img {
-    vertical-align: middle;
-  }
-
-  .z-level1 {
-    padding-left: 0.8em;
-  }
-  
-  .z-level2 {
-    padding-left: 1.6em;
-  }
-  
-  .z-level3 {
-    padding-left: 2.4em;
-  }
-  
-  .z-level4 {
-    padding-left: 3.2em;
-  }
-}
-
- at media print {
-  .z-page-description,
-  .pageDescription {
-    font-weight: normal;
-  }
-}

Copied: z3ext.layout/tags/1.5.7/src/z3ext/layout/styles.css (from rev 92985, z3ext.layout/trunk/src/z3ext/layout/styles.css)
===================================================================
--- z3ext.layout/tags/1.5.7/src/z3ext/layout/styles.css	                        (rev 0)
+++ z3ext.layout/tags/1.5.7/src/z3ext/layout/styles.css	2008-11-17 07:51:49 UTC (rev 93036)
@@ -0,0 +1,318 @@
+/* zrt-cssregistry: */
+
+ at media all {
+
+  .z-page, .page {
+    padding: 1.5em;
+    border: borderWidth borderStyle globalBorderColor;
+    background-color: globalBackgroundColor;
+    font-size: 100%;
+  }
+
+  .z-page h1 {
+    padding-top: 0;
+  }
+
+  .z-page h4 {
+    border-bottom: borderWidth borderStyle globalBorderColor;
+  }
+
+  .z-page legend {
+    background-color: transparent;
+  }
+
+  .z-page-description,
+  .pageDescription {
+    color: discreetColor;
+    font-size: fontSmallSize;
+    font-weight: normal;
+    margin-bottom: 1.5em;
+  }
+
+  .z-frame, .z-topframe,
+  .frame, .topframe {
+    padding: 1em;
+    margin-top: 1em;
+    background: contentBackgroundColor;
+    border: borderWidth borderStyle globalExtraBorderColor;
+  }
+
+  .z-topframe, .topframe {
+    margin-top: 0em;
+  }
+
+  .z-frame h4 {
+    border-bottom: borderWidth borderStyle globalExtraBorderColor;
+    font-weight: normal;
+  }
+
+  #z-portal {
+    background-color: contentBackgroundColor;
+  }
+
+  #z-portal-workspace {
+    margin: 2em 1.5em 1.5em 1.5em;
+  }
+
+  #z-portal-workspace {
+    font-size: 110%;
+    background: contentBackgroundColor;
+  }
+  
+  #z-portal-workspace h1 {
+    font-size: 120%;
+    font-weight: bold;
+  }
+  
+  #z-portal-workspace h2 {
+    font-size: 110%;
+  }
+  
+  #z-portal-workspace h3 {
+    font-size: 100%;
+  }
+  
+  #z-portal-workspace h5,
+  #z-portal-workspace h6 {
+    color: discreetColor;
+  }
+
+  ul.z-listing {
+    margin: 0.5em 0;
+    list-style: none;
+    list-style-image: none;
+    list-style-type: none;
+  }
+  
+  ul.z-listing li {
+    clear: both;
+    margin-bottom: 0.5em;
+    list-style: none;
+    list-style-image: none;
+  }
+  
+  ul.z-listing li .z-listing-icon {
+    float: left;
+    padding-top: 8px;
+    padding-right: 0.5em;
+    height: 32px;
+  }
+  
+  ul.z-listing li a,
+  ul.z-listing li .z-listing-details a {
+    color: linkColor;
+    border: 0;
+    border-bottom: 1px dotted discreetColor;
+    text-decoration: none;
+  }
+  
+  ul.z-listing li a:visited,
+  ul.z-listing li .z-listing-details a:visited {
+    color: linkColor;
+    background-color: transparent;
+  }
+  
+  ul.z-listing li a:active,
+  ul.z-listing li .z-listing-details a:active {
+    color: linkColor;
+    background-color: transparent;
+  }
+  
+  ul.z-listing li span {
+    border: 0;
+    border-bottom: 1px dotted discreetColor;
+  }
+  
+  ul.z-listing li .z-listing-details span a {
+    border-bottom: 0px;
+  }
+  
+  ul.z-listing li label {
+    font-weight: bold;
+    border-bottom: borderWidth dotted discreetColor;
+  }
+  
+  ul.z-listing li {
+    border: 1px solid transparent;
+  }
+  
+  ul.z-listing li .z-listing-details div {
+    color: discreetColor;
+    font-size: fontSmallSize;
+  }
+  
+  ul.z-listing li ul.z-listing {
+    margin-left: 1.5em;
+    font-size: 110%;
+  }
+  
+  ul.z-listing li .z-listing-details div span {
+    color: discreetColor;
+    font-size: fontSmallSize;
+    border: 0;
+  }
+
+  table.z-listing {
+    border-collapse: collapse;
+    border-left: borderWidth borderStyle globalBorderColor;
+    border-bottom: borderWidth borderStyle globalBorderColor;
+  }
+
+  table.z-listing tr {
+    vertical-align: middle;
+  }
+
+  table.z-listing th {
+    background: globalBackgroundColor;
+    border-top: borderWidth borderStyle globalBorderColor;
+    border-bottom: borderWidth borderStyle globalBorderColor;
+    border-right: borderWidth borderStyle globalBorderColor;
+    font-weight: normal;
+    padding: 0.25em 1em;
+    text-transform: textTransform;
+    text-align: center;
+  }
+
+  table.z-listing .top {
+    border-left: borderWidth borderStyle backgroundColor;
+    border-top: borderWidth borderStyle backgroundColor ! important;
+    border-right: borderWidth borderStyle backgroundColor ! important;
+    text-align: right ! important;
+    padding: 0em 0em 1em 0em;
+  }
+
+  table.z-listing td {
+    border-right: borderWidth borderStyle globalBorderColor;
+    padding: 0.25em 1em;
+  }
+
+  table.z-listing a {
+    text-decoration: none;
+  }
+
+  table.z-listing a:hover {
+    text-decoration: underline;
+  }
+
+  table.z-listing img {
+    vertical-align: middle;
+  }
+
+  .z-level1 {
+    padding-left: 0.8em;
+  }
+  
+  .z-level2 {
+    padding-left: 1.6em;
+  }
+  
+  .z-level3 {
+    padding-left: 2.4em;
+  }
+  
+  .z-level4 {
+    padding-left: 3.2em;
+  }
+
+  .even {
+    background-color: evenRowBackgroundColor;
+  }
+  
+  .odd {
+    background-color: oddRowBackgroundColor;
+  }
+  
+  .visualHighlight {
+    background-color: evenRowBackgroundColor;
+  }
+  
+  .discreet {
+    color: discreetColor;
+    font-size: fontSmallSize;
+    font-weight: normal;
+  }
+  
+  .discreet a { 
+    color: discreetColor;
+    text-decoration: underline;
+  }
+  
+  .discreet a:hover {
+    text-decoration: none;
+  }
+  
+  .visualClear {
+    display: block;
+    clear: both;
+  }
+
+  .hiddenStructure {
+    display: block;
+    background: transparent;
+    background-image: none; /* safari bug */
+    border: none;
+    height: 1px;
+    overflow: hidden;
+    padding: 0;
+    margin: -1px 0 0 -1px;
+    width: 1px;
+  }
+  
+  .hiddenLabel {
+    display: block;
+    background: transparent;
+    background-image: none; /* safari bug */
+    border: none;
+    height: 1px;
+    overflow: hidden;
+    padding: 0;
+    margin: -1px 0 0 -1px;
+    width: 1px;
+  }
+  
+  .wide {
+    width: 100%;
+  }
+  
+  .nowrap {
+    white-space: nowrap;
+  }
+  
+  .strong {
+    font-weight: bold;
+  }
+  
+  .small { 
+    font-size: fontSmallSize;
+  }
+  
+  td.error {
+    width: auto !important;
+  }
+  
+  .center {
+    text-align: center;
+  }
+  
+  .warning {
+    color: notifyBorderColor;
+    font-weight: bold;
+  }
+  
+  .spacer { 
+    padding-top: 1.5em;
+    padding-bottom: 1.5em;
+  }
+  
+  .u {
+    border-bottom: borderWidth borderStyle globalBorderColor;
+  }
+  
+}
+
+ at media print {
+  .z-page-description,
+  .pageDescription {
+    font-weight: normal;
+  }
+}



More information about the Checkins mailing list