Zope Subversion Repository |
|
Zope: zope.security/trunk/src/zope/security/__init__.py
No default branch
Revision 121007
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Thu Mar 17 15:39:00 2011 UTC (2 years, 2 months ago) by menesis
File length: 772 byte(s)
Diff to previous 113056
Fix ZPL version in file headers
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: 772 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: 778 byte(s)
Diff to previous 97708
Conform to repository policy.
Revision 97708
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Mon Mar 9 16:10:49 2009 UTC (4 years, 2 months ago) by nadako
File length: 779 byte(s)
Diff to previous 78815
Change use of zope.deferredimport to from imports.
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: 901 byte(s)
Diff to previous 75174
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: 926 byte(s)
Diff to previous 70826
Moving code to satellite.
Filename: Zope3/trunk/src/zope/security/__init__.py
Revision 70826
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Fri Oct 20 03:41:16 2006 UTC (6 years, 7 months ago) by baijum
File length: 926 byte(s)
Diff to previous 28952
Set svn:keywords=Id for *.py files.
Filename: Zope3/trunk/src/zope/security/__init__.py
Revision 28952
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Tue Jan 25 03:23:41 2005 UTC (8 years, 3 months ago) by poster
File length: 926 byte(s)
Diff to previous 26591
Add two convenience functions: canWrite and canAccess. While the tests for this package are not doc tests, I included doctest-like comments in the tests. Since these functions are primarily conveniences for app code, I imported them in the package __init__.
Filename: Zope3/trunk/src/zope/security/__init__.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: 872 byte(s)
Diff to previous 26570
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/__init__.py
Revision 26570
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Fri Jul 16 07:54:40 2004 UTC (8 years, 10 months ago) by srichter
File length: 1802 byte(s)
Diff to previous 26454
Made sure that all module doc strings have an $Id$ tag. While doing this
I discovered several packages that did not have a doc string at all.
Filename: Zope3/trunk/src/zope/security/__init__.py
Revision 26454
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Tue Jul 13 16:28:46 2004 UTC (8 years, 10 months ago) by srichter
File length: 1198 byte(s)
Diff to previous 24649
Converted XXX to TODO.
Filename: Zope3/trunk/src/zope/security/__init__.py
Revision 24649
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Fri May 14 13:45:49 2004 UTC (9 years ago) by mgedmin
File length: 1196 byte(s)
Diff to previous 24642
Renamed getInteraction to queryInteraction.
Filename: Zope3/trunk/src/zope/security/__init__.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: 1190 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/__init__.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: 206 byte(s)
Diff to previous 10135
Set mime-type or svn-eol property from cvs expansion data
Filename: Zope3/trunk/src/zope/security/__init__.py
Revision 10135
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Thu May 22 19:40:32 2003 UTC (10 years ago) by jim
File length: 206 byte(s)
Diff to previous 8532
Fixed several bugs in security assertions for builtin types (and their
methods).
Filename: Zope3/trunk/src/zope/security/__init__.py
Revision 8532
-
(view)
(download)
(as text)
- [select for diffs]
Added
Wed Dec 25 14:15:36 2002 UTC (10 years, 4 months ago) by jim
File length: 61 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.