[Checkins] SVN: z3c.securitytool/trunk/ Changes made for egg deployment for pypi

Daniel Blackburn blackburnd at gmail.com
Mon Jan 21 09:00:46 EST 2008


Log message for revision 83060:
  Changes made for egg deployment for pypi

Changed:
  U   z3c.securitytool/trunk/CHANGES.txt
  U   z3c.securitytool/trunk/TODO.txt
  U   z3c.securitytool/trunk/setup.py

-=-
Modified: z3c.securitytool/trunk/CHANGES.txt
===================================================================
--- z3c.securitytool/trunk/CHANGES.txt	2008-01-21 13:54:03 UTC (rev 83059)
+++ z3c.securitytool/trunk/CHANGES.txt	2008-01-21 14:00:45 UTC (rev 83060)
@@ -1 +1,165 @@
-Made changes to the layout of @@vum.html or viewprincipalmatrix.pt
+r83059 | blackburnd | 2008-01-21 08:54:03 -0500 (Mon, 21 Jan 2008) | 6 lines
+
+
+  - Added some more tests for the principal level permissions, groups and
+    roles.
+  - Removed some of the TestBrowser tests as they are no longer needed.
+
+
+------------------------------------------------------------------------
+r82930 | blackburnd | 2008-01-16 20:15:54 -0500 (Wed, 16 Jan 2008) | 1 line
+
+Egg changes made to submit to pypi
+------------------------------------------------------------------------
+r82929 | blackburnd | 2008-01-16 19:47:12 -0500 (Wed, 16 Jan 2008) | 5 lines
+
+
+Added a few comments to the README.txt so users can test the system
+without too much of a headache.
+
+
+------------------------------------------------------------------------
+r82928 | blackburnd | 2008-01-16 19:39:44 -0500 (Wed, 16 Jan 2008) | 9 lines
+
+
+  - Changed the layout of the viewprincipalmatrix.pt file
+     - views are now orgainized by permission  instead of 
+       just listed with the permission in italics.
+
+     - change the css to accomidate the new changes
+
+
+
+------------------------------------------------------------------------
+r82896 | blackburnd | 2008-01-15 11:06:08 -0500 (Tue, 15 Jan 2008) | 5 lines
+
+Made some changes to the viewprincipalmatrix.pt to be more user
+freindly
+
+
+
+------------------------------------------------------------------------
+r82412 | blackburnd | 2007-12-23 12:04:17 -0500 (Sun, 23 Dec 2007) | 1 line
+
+updated TODO.txt
+------------------------------------------------------------------------
+r82401 | blackburnd | 2007-12-22 15:52:53 -0500 (Sat, 22 Dec 2007) | 1 line
+
+Security tool is now available at pypi (pre-alpha)... Woo Hoo
+------------------------------------------------------------------------
+r82400 | blackburnd | 2007-12-22 14:20:26 -0500 (Sat, 22 Dec 2007) | 1 line
+
+Adding CHANGES.txt
+------------------------------------------------------------------------
+r82399 | blackburnd | 2007-12-22 13:42:22 -0500 (Sat, 22 Dec 2007) | 1 line
+
+Adding setup.py
+------------------------------------------------------------------------
+r82397 | blackburnd | 2007-12-22 13:07:27 -0500 (Sat, 22 Dec 2007) | 3 lines
+
+Adding buildout.cfg and README.txt to subversion
+
+
+------------------------------------------------------------------------
+r82396 | blackburnd | 2007-12-22 13:00:57 -0500 (Sat, 22 Dec 2007) | 1 line
+
+Adding bootstrap.py
+------------------------------------------------------------------------
+r82395 | blackburnd | 2007-12-22 12:59:56 -0500 (Sat, 22 Dec 2007) | 1 line
+
+Adding LICENSE.txt ZPL 2.1
+------------------------------------------------------------------------
+r82394 | blackburnd | 2007-12-22 12:54:42 -0500 (Sat, 22 Dec 2007) | 1 line
+
+Re-organize svn
+------------------------------------------------------------------------
+r82335 | blackburnd | 2007-12-18 14:02:24 -0500 (Tue, 18 Dec 2007) | 6 lines
+
+Changes made to viewprincipalmatrix.pt to properly send the principal
+variable to the principal view.
+
+Changed the principalinfo view to no-longer show the dictionary data.
+
+
+------------------------------------------------------------------------
+r82200 | blackburnd | 2007-12-08 11:47:07 -0500 (Sat, 08 Dec 2007) | 4 lines
+
+
+Fixed ftesting.zcml to proper order.
+
+
+------------------------------------------------------------------------
+r82189 | blackburnd | 2007-12-07 11:13:51 -0500 (Fri, 07 Dec 2007) | 11 lines
+
+
+-  Fixed functional tests to use proper testbrowser.
+
+-  Removed principals and roles from ftesting.zcml. all users from tests
+   are now provided in the README.txt
+
+-  Removed deprecation warnings in views.py
+
+-  These comments are for the previous commit as well. 
+
+
+------------------------------------------------------------------------
+r82188 | blackburnd | 2007-12-07 11:08:23 -0500 (Fri, 07 Dec 2007) | 2 lines
+
+
+
+------------------------------------------------------------------------
+r82176 | blackburnd | 2007-12-07 09:11:46 -0500 (Fri, 07 Dec 2007) | 9 lines
+
+
+Adding testing.py to svn to use local ftesting.zcml
+
+TODO:
+
+  -  Still need to fix README.txt to test with Browser()
+
+
+
+------------------------------------------------------------------------
+r82170 | blackburnd | 2007-12-06 20:50:47 -0500 (Thu, 06 Dec 2007) | 6 lines
+
+Made tests into a functional test.
+
+Adding ftesting.zcml to set up for functional tests.
+
+
+
+------------------------------------------------------------------------
+r82139 | blackburnd | 2007-12-05 08:46:21 -0500 (Wed, 05 Dec 2007) | 3 lines
+
+Default skin IBrowserRequest was not getting used in some situations .
+
+
+------------------------------------------------------------------------
+r82083 | blackburnd | 2007-12-02 18:29:37 -0500 (Sun, 02 Dec 2007) | 3 lines
+
+Fixed deprecation warnings in code and tests.
+
+
+------------------------------------------------------------------------
+r82082 | blackburnd | 2007-12-02 18:02:38 -0500 (Sun, 02 Dec 2007) | 5 lines
+
+Added copy of zope.securitypolicy.settingsForObject to securitytool.py
+  This was done to remove the sort method. This is just a workaround
+  for now until the proper solution is implemented.
+
+
+------------------------------------------------------------------------
+r82081 | blackburnd | 2007-12-02 17:54:32 -0500 (Sun, 02 Dec 2007) | 3 lines
+
+Removed unused import statement
+
+
+------------------------------------------------------------------------
+r80566 | blackburnd | 2007-10-03 19:42:25 -0400 (Wed, 03 Oct 2007) | 1 line
+
+Refactored the securitytool.py's getPermissionSettingsForAllViews to be a little more readable
+------------------------------------------------------------------------
+r80414 | blackburnd | 2007-09-29 19:39:12 -0400 (Sat, 29 Sep 2007) | 1 line
+
+Adding z3c.securitytool to svn
+------------------------------------------------------------------------

Modified: z3c.securitytool/trunk/TODO.txt
===================================================================
--- z3c.securitytool/trunk/TODO.txt	2008-01-21 13:54:03 UTC (rev 83059)
+++ z3c.securitytool/trunk/TODO.txt	2008-01-21 14:00:45 UTC (rev 83060)
@@ -1,12 +1,7 @@
 * principal-role Allow/Deny
 
-* Unit tests
-
 * Functional test
 
-* Solve the security proxy problem in `SettingsForObject` -- Temp
-  Fix.. rewrote setting for object locally
-
 * Discrimante by interface (see `zope.app.apidoc.presentattion.filterViewRegistrations`)
 
 * Show the permission details as a graph

Modified: z3c.securitytool/trunk/setup.py
===================================================================
--- z3c.securitytool/trunk/setup.py	2008-01-21 13:54:03 UTC (rev 83059)
+++ z3c.securitytool/trunk/setup.py	2008-01-21 14:00:45 UTC (rev 83060)
@@ -27,7 +27,7 @@
 
 setup (
     name='z3c.securitytool',
-    version='0.1.2',
+    version='0.1.3',
     author = "Daniel Blackburn, Martin Hefler, Markus Kemmerl, Stephan Richter, Randy Crafton",
     author_email = "zope3-dev at zope.org",
     description = "An security audit tool for Zope3 views",
@@ -52,7 +52,7 @@
         'Operating System :: OS Independent',
         'Topic :: Internet :: WWW/HTTP',
         'Framework :: Zope3'],
-    url = '',
+    url = 'svn.zope.org/repos/main/z3c.securitytool/trunk',
     packages = find_packages('src'),
     include_package_data = True,
     package_dir = {'':'src'},



More information about the Checkins mailing list