Zope Subversion Repository

  Zope

Zope: zope.security/trunk/src/zope/security/simplepolicies.py


No default branch

Revision 125980 - (view) (download) (as text) - [select for diffs]
Modified Thu May 17 21:22:20 2012 UTC (12 months ago) by tseaver
File length: 2212 byte(s)
Diff to previous 113056
Drop support for Python 2.4 and 2.5.

Replace deprecated 'zope.component.adapts' usage with equivalent
'zope.component.adapter' decorator.

Replace deprecated 'zope.interface.classProvides' usage with equivalent
'zope.interface.provider' decorator.

Replace deprecated 'zope.interface.implements' usage with equivalent
'zope.interface.implementer' decorator.


Revision 113056 - (view) (download) (as text) - [selected]
Modified Thu Jun 3 17:34:32 2010 UTC (2 years, 11 months ago) by tseaver
File length: 2230 byte(s)
Diff to previous 112046
Remove CVS-era Id fossils.

Revision 112046 - (view) (download) (as text) - [select for diffs]
Modified Wed May 5 19:21:19 2010 UTC (3 years ago) by tseaver
File length: 2236 byte(s)
Diff to previous 78815 , to selected 113056
Conform to repository policy.

Revision 78815 - (view) (download) (as text) - [select for diffs]
Modified Tue Aug 14 17:52:16 2007 UTC (5 years, 9 months ago) by jim
File length: 2237 byte(s)
Diff to previous 75174 , to selected 113056
Fixed bug:
The special system_user object wasn't actually a user (principal).

Also cleaned up some circular import issues.

Revision 75174 - (view) (download) (as text) - [select for diffs]
Modified Thu May 3 22:29:32 2007 UTC (6 years ago) by ctheune
File length: 2235 byte(s)
Diff to previous 26591 , to selected 113056
Moving code to satellite.

Filename: Zope3/trunk/src/zope/security/simplepolicies.py
Revision 26591 - (view) (download) (as text) - [select for diffs]
Modified Fri Jul 16 19:51:26 2004 UTC (8 years, 10 months ago) by jim
File length: 2235 byte(s)
Diff to previous 26559 , to selected 113056
Rearranged the security apis, largely combining security policies and
interactions. Now security policies are just interaction factories --
usually just the interaction class.  

See:

  http://mail.zope.org/pipermail/zope3-dev/2004-July/011656.html

Filename: Zope3/trunk/src/zope/security/simplepolicies.py
Revision 26559 - (view) (download) (as text) - [select for diffs]
Modified Thu Jul 15 21:22:32 2004 UTC (8 years, 10 months ago) by srichter
File length: 1800 byte(s)
Diff to previous 25177 , to selected 113056
Converted as many classes as possible to new style classes.

Filename: Zope3/trunk/src/zope/security/simplepolicies.py
Revision 25177 - (view) (download) (as text) - [select for diffs]
Modified Wed Jun 2 13:17:31 2004 UTC (8 years, 11 months ago) by jim
File length: 1785 byte(s)
Diff to previous 24749 , to selected 113056
Updated to use ZPL 2.1.

Filename: Zope3/trunk/src/zope/security/simplepolicies.py
Revision 24749 - (view) (download) (as text) - [select for diffs]
Modified Sun May 16 13:00:21 2004 UTC (9 years ago) by philikon
File length: 1785 byte(s)
Diff to previous 24642 , to selected 113056
Tell subversion to expand the Id keyword:
  - replaced old CVS expansion with a clean $Id$
  - set the svn:keywords property to "Id"

When you check-in files in the future and want $Id$ to be expanded,
make sure it reads "$Id$" in that file; then set svn:keywords to "Id".

Filename: Zope3/trunk/src/zope/security/simplepolicies.py
Revision 24642 - (view) (download) (as text) - [select for diffs]
Modified Fri May 14 10:45:25 2004 UTC (9 years ago) by mgedmin
File length: 1844 byte(s)
Diff to previous 13888 , to selected 113056
Merged Zope3/branches/mgedmin-security 24595:24640

This is UnificationOfRequestsAndSecurityContextsThroughUse:
  - Security managers and security contexts are gone.
  - Interactions and participations replace them.
  - BaseRequest is now IParticipation.
  - request.user was renamed to request.principal because of the above.


Filename: Zope3/trunk/src/zope/security/simplepolicies.py
Revision 13888 - (view) (download) (as text) - [select for diffs]
Modified Tue May 11 18:24:59 2004 UTC (9 years ago) by root
File length: 1529 byte(s)
Diff to previous 12673 , to selected 113056
Set mime-type or svn-eol property from cvs expansion data

Filename: Zope3/trunk/src/zope/security/simplepolicies.py
Revision 12673 - (view) (download) (as text) - [select for diffs]
Modified Fri Feb 20 20:44:23 2004 UTC (9 years, 3 months ago) by srichter
File length: 1529 byte(s)
Diff to previous 10363 , to selected 113056
Improved doc strings.

Filename: Zope3/trunk/src/zope/security/simplepolicies.py
Revision 10363 - (view) (download) (as text) - [select for diffs]
Modified Tue Jun 3 15:09:25 2003 UTC (9 years, 11 months ago) by stevea
File length: 1461 byte(s)
Diff to previous 9850 , to selected 113056
Improved formatting. New implements() style.

Filename: Zope3/trunk/src/zope/security/simplepolicies.py
Revision 9850 - (view) (download) (as text) - [select for diffs]
Modified Thu May 1 19:35:52 2003 UTC (10 years ago) by faassen
File length: 1448 byte(s)
Diff to previous 9625 , to selected 113056
Importgeddon part the second. Removed unused imports throughout the
source tree. This should have taken care of most unused imports
in Zope 3. :)

Filename: Zope3/trunk/src/zope/security/simplepolicies.py
Revision 9625 - (view) (download) (as text) - [select for diffs]
Modified Fri Apr 11 22:15:48 2003 UTC (10 years, 1 month ago) by gotcha
File length: 1489 byte(s)
Diff to previous 9267 , to selected 113056
- added usage argument to ZCML menu directive
  The menu usage is used by the configuration to initialize
  the page view usage in case a page is registered as a
  menu item included in a menu declared with a usage argument.

- added corresponding tests

- various ZCML refactorings to improve usage initialization

- added tests for menu and usage on page directive

Filename: Zope3/trunk/src/zope/security/simplepolicies.py
Revision 9267 - (view) (download) (as text) - [select for diffs]
Modified Thu Mar 13 18:49:20 2003 UTC (10 years, 2 months ago) by alga
File length: 1377 byte(s)
Diff to previous 8683 , to selected 113056
An unexpected raid by the Whitespace Police.

Other than fixes of nonconforming whitespace, just a couple of $Id$
docstrings has been added.

Filename: Zope3/trunk/src/zope/security/simplepolicies.py
Revision 8683 - (view) (download) (as text) - [select for diffs]
Added Tue Dec 31 03:35:15 2002 UTC (10 years, 4 months ago) by jim
File length: 1380 byte(s)
Diff to selected 113056
More renaming.

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

  Diffs between and
  Type of Diff should be a

Sort log by:

webmaster@zope.org

Powered by ViewCVS 1.0-dev
(Powered by Apache)

ViewCVS and CVS Help