Zope Subversion Repository |
|
Zope: zope.security/trunk/src/zope/security/examples/sandbox_security.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: 6303 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)
- [select for diffs]
Modified
Thu Jun 3 17:34:32 2010 UTC (2 years, 11 months ago) by tseaver
File length: 6304 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: 6310 byte(s)
Diff to previous 75174
Conform to repository policy.
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: 6311 byte(s)
Diff to previous 73624
Moving code to satellite.
Filename: Zope3/trunk/src/zope/security/examples/sandbox_security.py
Revision 73624
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Mon Mar 26 12:50:23 2007 UTC (6 years, 2 months ago) by dobe
File length: 6311 byte(s)
Diff to previous 28312
clean imports
Filename: Zope3/trunk/src/zope/security/examples/sandbox_security.py
Revision 28312
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Mon Nov 1 19:15:30 2004 UTC (8 years, 6 months ago) by tim_one
File length: 6328 byte(s)
Diff to previous 26993
Stop using whrandom.
whrandom has been deprecated for years. Python 2.4 finally
starts complaining about it. It won't exist in Python 2.5.
Filename: Zope3/trunk/src/zope/security/examples/sandbox_security.py
Revision 26993
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Wed Aug 11 08:50:39 2004 UTC (8 years, 9 months ago) by hdima
File length: 6332 byte(s)
Diff to previous 26591
Fixed default arguments values
Filename: Zope3/trunk/src/zope/security/examples/sandbox_security.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: 6208 byte(s)
Diff to previous 26559
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/examples/sandbox_security.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: 6373 byte(s)
Diff to previous 25920
Converted as many classes as possible to new style classes.
Filename: Zope3/trunk/src/zope/security/examples/sandbox_security.py
Revision 25920
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Mon Jun 21 14:04:16 2004 UTC (8 years, 11 months ago) by jim
File length: 6349 byte(s)
Diff to previous 25177
Changed basic checkers to use dictionaries.
Now when you create checkers, you must pass one or
two dictionary objects. We used to allow functions
to be passed that would be called to get the permission
needed to access a name. It turns out that this generality
wasn't needed or used. If we need this in the furture, we
can add custom checkers. For now, we only allow
dictionaries, as that will enable more efficient checker
implementation.
Filename: Zope3/trunk/src/zope/security/examples/sandbox_security.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: 6374 byte(s)
Diff to previous 24749
Updated to use ZPL 2.1.
Filename: Zope3/trunk/src/zope/security/examples/sandbox_security.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: 6374 byte(s)
Diff to previous 24642
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/examples/sandbox_security.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: 6431 byte(s)
Diff to previous 13888
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/examples/sandbox_security.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: 5675 byte(s)
Diff to previous 12910
Set mime-type or svn-eol property from cvs expansion data
Filename: Zope3/trunk/src/zope/security/examples/sandbox_security.py
Revision 12910
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Fri Mar 5 22:09:42 2004 UTC (9 years, 2 months ago) by jim
File length: 5675 byte(s)
Diff to previous 12672
Renamed interface methods:
isImplementedByInstancesOf to implementedBy
isImplementedBy to providedBy
Filename: Zope3/trunk/src/zope/security/examples/sandbox_security.py
Revision 12672
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Fri Feb 20 20:39:07 2004 UTC (9 years, 3 months ago) by srichter
File length: 5684 byte(s)
Diff to previous 12582
Some cleanup and doc string improvements.
Filename: Zope3/trunk/src/zope/security/examples/sandbox_security.py
Revision 12582
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Mon Feb 16 22:04:18 2004 UTC (9 years, 3 months ago) by srichter
File length: 5490 byte(s)
Diff to previous 11407
Fixed the example, which is, in my opinion, pretty cool.
I originally planned to use this code for the spacesuits recipe, but
unfortunately it is too complex, so I will have to write my own code. But
I will definitely use the ideas used here.
Filename: Zope3/trunk/src/zope/security/examples/sandbox_security.py
Revision 11407
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Sun Aug 17 06:09:25 2003 UTC (9 years, 9 months ago) by philikon
File length: 5404 byte(s)
Diff to previous 10390
Removed unused imports.
Filename: Zope3/trunk/src/zope/security/examples/sandbox_security.py
Revision 10390
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Wed Jun 4 09:09:47 2003 UTC (9 years, 11 months ago) by stevea
File length: 5414 byte(s)
Diff to previous 9777
new style implements()
Filename: Zope3/trunk/src/zope/security/examples/sandbox_security.py
Revision 9777
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Fri Apr 25 19:28:45 2003 UTC (10 years, 1 month ago) by jeremy
File length: 5381 byte(s)
Diff to previous 8683
Add missing copyright notices.
Filename: Zope3/trunk/src/zope/security/examples/sandbox_security.py
Revision 8683
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Tue Dec 31 03:35:15 2002 UTC (10 years, 4 months ago) by jim
File length: 4744 byte(s)
Diff to previous 8567
More renaming.
Filename: Zope3/trunk/src/zope/security/examples/sandbox_security.py
Revision 8567
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Fri Dec 27 17:03:23 2002 UTC (10 years, 4 months ago) by k_vertigo
File length: 4817 byte(s)
Diff to previous 8532
geddon cleanups, updated examples
- fixed imports
- removed __init__, examples are not a package
Filename: Zope3/trunk/src/zope/security/examples/sandbox_security.py
Revision 8532
-
(view)
(download)
(as text)
- [select for diffs]
Added
Wed Dec 25 14:15:36 2002 UTC (10 years, 5 months ago) by jim
File length: 4850 byte(s)
Grand renaming:
- Renamed most files (especially python modules) to lower case.
- Moved views and interfaces into separate hierarchies within each
project, where each top-level directory under the zope package
is a separate project.
- Moved everything to src from lib/python.
lib/python will eventually go away. I need access to the cvs
repository to make this happen, however.
There are probably some bits that are broken. All tests pass
and zope runs, but I haven't tried everything. There are a number
of cleanups I'll work on tomorrow.
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.