[Checkins] SVN: z3ext.principals/tags/1.0.1/ egg 1.0.1

Nikolay Kim fafhrd at datacom.kz
Mon Apr 7 02:54:03 EDT 2008


Log message for revision 85142:
  egg 1.0.1

Changed:
  A   z3ext.principals/tags/1.0.1/
  D   z3ext.principals/tags/1.0.1/CHANGES.txt
  A   z3ext.principals/tags/1.0.1/CHANGES.txt
  U   z3ext.principals/tags/1.0.1/setup.py
  D   z3ext.principals/tags/1.0.1/src/z3ext/principals/information.pt
  A   z3ext.principals/tags/1.0.1/src/z3ext/principals/information.pt
  D   z3ext.principals/tags/1.0.1/src/z3ext/principals/layout.pt
  A   z3ext.principals/tags/1.0.1/src/z3ext/principals/layout.pt

-=-
Copied: z3ext.principals/tags/1.0.1 (from rev 85130, z3ext.principals/trunk)

Deleted: z3ext.principals/tags/1.0.1/CHANGES.txt
===================================================================
--- z3ext.principals/trunk/CHANGES.txt	2008-04-07 02:16:29 UTC (rev 85130)
+++ z3ext.principals/tags/1.0.1/CHANGES.txt	2008-04-07 06:54:02 UTC (rev 85142)
@@ -1,39 +0,0 @@
-=======
-CHANGES
-=======
-
-1.0.1 (2008-03-??)
-------------------
-
-- Rename principals configlet to `principals`
-
-
-1.0.0 (2008-03-24)
-------------------
-
-- Code cleanup
-
-- Code moved to svn.zope.org
-
-
-0.11.2 (2008-02-28)
--------------------
-
-- Use z3c.autoinclude
-
-
-0.11.1 (2008-02-20)
--------------------
-
-- Code cleanup
-
-
-0.11 (2008-02-04)
-------------------
-
-- Added 'remove principal'
-
-0.10 (2008-02-01)
-------------------
-
-- Initial release.

Copied: z3ext.principals/tags/1.0.1/CHANGES.txt (from rev 85140, z3ext.principals/trunk/CHANGES.txt)
===================================================================
--- z3ext.principals/tags/1.0.1/CHANGES.txt	                        (rev 0)
+++ z3ext.principals/tags/1.0.1/CHANGES.txt	2008-04-07 06:54:02 UTC (rev 85142)
@@ -0,0 +1,41 @@
+=======
+CHANGES
+=======
+
+1.0.1 (2008-04-07)
+------------------
+
+- Rename principals configlet to `principals`
+
+- Fix UI for principal preferences layout
+
+
+1.0.0 (2008-03-24)
+------------------
+
+- Code cleanup
+
+- Code moved to svn.zope.org
+
+
+0.11.2 (2008-02-28)
+-------------------
+
+- Use z3c.autoinclude
+
+
+0.11.1 (2008-02-20)
+-------------------
+
+- Code cleanup
+
+
+0.11 (2008-02-04)
+------------------
+
+- Added 'remove principal'
+
+0.10 (2008-02-01)
+------------------
+
+- Initial release.

Modified: z3ext.principals/tags/1.0.1/setup.py
===================================================================
--- z3ext.principals/trunk/setup.py	2008-04-07 02:16:29 UTC (rev 85130)
+++ z3ext.principals/tags/1.0.1/setup.py	2008-04-07 06:54:02 UTC (rev 85142)
@@ -21,7 +21,7 @@
 def read(*rnames):
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
-version='1.0.1dev'
+version='1.0.1'
 
 
 setup(name = 'z3ext.principals',

Deleted: z3ext.principals/tags/1.0.1/src/z3ext/principals/information.pt
===================================================================
--- z3ext.principals/trunk/src/z3ext/principals/information.pt	2008-04-07 02:16:29 UTC (rev 85130)
+++ z3ext.principals/tags/1.0.1/src/z3ext/principals/information.pt	2008-04-07 06:54:02 UTC (rev 85142)
@@ -1,8 +0,0 @@
-<h1><a tal:content="context/__principal__/title"
-       tal:attributes="href string:${context/@@absolute_url}/"></a></h1>
-<div class="pageDescription" tal:content="context/__principal__/description">&nbsp;</div>
-<br />
-<div class="topframe">
-  <tal:block tal:repeat="viewlet options/viewlets"
-	     tal:content="structure viewlet" />
-</div>

Copied: z3ext.principals/tags/1.0.1/src/z3ext/principals/information.pt (from rev 85140, z3ext.principals/trunk/src/z3ext/principals/information.pt)
===================================================================
--- z3ext.principals/tags/1.0.1/src/z3ext/principals/information.pt	                        (rev 0)
+++ z3ext.principals/tags/1.0.1/src/z3ext/principals/information.pt	2008-04-07 06:54:02 UTC (rev 85142)
@@ -0,0 +1,7 @@
+<h1 tal:content="context/title"></h1>
+<div class="pageDescription" tal:content="context/description">&nbsp;</div>
+<div class="topframe" tal:condition="viewlets"
+     tal:define="viewlets options/viewlets">
+  <tal:block tal:repeat="viewlet viewlets"
+	     tal:content="structure viewlet/render" />
+</div>

Deleted: z3ext.principals/tags/1.0.1/src/z3ext/principals/layout.pt
===================================================================
--- z3ext.principals/trunk/src/z3ext/principals/layout.pt	2008-04-07 02:16:29 UTC (rev 85130)
+++ z3ext.principals/tags/1.0.1/src/z3ext/principals/layout.pt	2008-04-07 06:54:02 UTC (rev 85142)
@@ -1,30 +0,0 @@
-<div id="z-portal-workspace" i18n:domain="">
-  <div class="page"
-       tal:define="rendered view/render;
-		   oldcontext nocall:context;
-		   context nocall:layoutcontext;
-		   userinfo provider:z3ext.principals-information;
-		   context nocall:oldcontext;
-		   navigation maincontext/@@navigation;
-		   noInfo python:not userinfo and not navigation">
-    <table class="wide" tal:omit-tag="noInfo">
-      <tr style="vertical-align: top" tal:omit-tag="noInfo">
-	<td style="padding-right: 1em; width: 200px" tal:condition="not:noInfo">
-	  <tal:block tal:content="structure userinfo" />
-	  <br />
-	  <tal:block tal:content="structure navigation" />
-	</td>
-	<td tal:omit-tag="noInfo" tal:content="structure rendered"></td>
-      </tr>
-      <tr>
-	<td colspan="2">
-	  <br />
-	  <hr />
-	  <a tal:attributes="href string:${layout/@@absolute_url}/../../"
-	     i18n:translate="">
-	    Back to principals management panel</a>
-	</td>
-      </tr>
-    </table>
-  </div>
-</div>

Copied: z3ext.principals/tags/1.0.1/src/z3ext/principals/layout.pt (from rev 85141, z3ext.principals/trunk/src/z3ext/principals/layout.pt)
===================================================================
--- z3ext.principals/tags/1.0.1/src/z3ext/principals/layout.pt	                        (rev 0)
+++ z3ext.principals/tags/1.0.1/src/z3ext/principals/layout.pt	2008-04-07 06:54:02 UTC (rev 85142)
@@ -0,0 +1,29 @@
+<div id="z-portal-workspace" i18n:domain="z3ext">
+  <div class="page"
+       tal:define="rendered view/render;
+		   oldcontext nocall:context;
+		   context nocall:layoutcontext/__principal__;
+		   userinfo provider:z3ext.principals-information;
+		   context nocall:oldcontext;
+		   navigation maincontext/@@navigation;
+		   noInfo python:not userinfo and not navigation">
+    <table class="wide" tal:omit-tag="noInfo">
+      <tr style="vertical-align: top" tal:omit-tag="noInfo">
+	<td style="padding-right: 1em; width: 200px" tal:condition="not:noInfo">
+	  <tal:block tal:content="structure userinfo" />
+	  <br />
+	  <tal:block tal:content="structure navigation" />
+	</td>
+	<td tal:omit-tag="noInfo" tal:content="structure rendered"></td>
+      </tr>
+      <tr>
+	<td colspan="2">
+	  <br />
+	  <hr />
+	  <a tal:attributes="href string:${layoutcontext/@@absolute_url}/"
+	     i18n:translate="">Back to principals management panel</a>
+	</td>
+      </tr>
+    </table>
+  </div>
+</div>



More information about the Checkins mailing list