Zope Subversion Repository |
|
Zope: zope.security/trunk/src/zope/security/README.txt
No default branch
Revision 125980
-
(view)
(download)
- [select for diffs]
Modified
Thu May 17 21:22:20 2012 UTC (13 months ago) by tseaver
File length: 11360 byte(s)
Diff to previous 75174
,
to selected 39662
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 75174
-
(view)
(download)
- [select for diffs]
Modified
Thu May 3 22:29:32 2007 UTC (6 years, 1 month ago) by ctheune
File length: 11363 byte(s)
Diff to previous 39662
Moving code to satellite.
Filename: Zope3/trunk/src/zope/security/README.txt
Revision 39662
-
(view)
(download)
- [selected]
Modified
Thu Oct 27 02:26:46 2005 UTC (7 years, 7 months ago) by srichter
File length: 11363 byte(s)
Diff to previous 29243
I think this fixes our security proxy issues. Gary, that's cool with you?
Filename: Zope3/trunk/src/zope/security/README.txt
Revision 29243
-
(view)
(download)
- [select for diffs]
Modified
Tue Feb 22 11:24:58 2005 UTC (8 years, 3 months ago) by gintautasm
File length: 11379 byte(s)
Diff to previous 29197
,
to selected 39662
Cosmetic fixes.
Filename: Zope3/trunk/src/zope/security/README.txt
Revision 29197
-
(view)
(download)
- [select for diffs]
Modified
Thu Feb 17 22:29:58 2005 UTC (8 years, 4 months ago) by srichter
File length: 11375 byte(s)
Copied from: Zope3/trunk/src/zope/security/readme.txt revision 29171
Diff to previous 27379
,
to selected 39662
Updated documtation file to follow guidelines.
Filename: Zope3/trunk/src/zope/security/readme.txt
Revision 27379
-
(view)
(download)
- [select for diffs]
Modified
Wed Sep 1 14:03:14 2004 UTC (8 years, 9 months ago) by srichter
File length: 12135 byte(s)
Diff to previous 24642
,
to selected 39662
Corrected grammar mistake.
Filename: Zope3/trunk/src/zope/security/readme.txt
Revision 24642
-
(view)
(download)
- [select for diffs]
Modified
Fri May 14 10:45:25 2004 UTC (9 years, 1 month ago) by mgedmin
File length: 12131 byte(s)
Diff to previous 13888
,
to selected 39662
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/readme.txt
Revision 13888
-
(view)
(download)
- [select for diffs]
Modified
Tue May 11 18:24:59 2004 UTC (9 years, 1 month ago) by root
File length: 12030 byte(s)
Diff to previous 12251
,
to selected 39662
Set mime-type or svn-eol property from cvs expansion data
Filename: Zope3/trunk/src/zope/security/readme.txt
Revision 12251
-
(view)
(download)
- [select for diffs]
Modified
Wed Jan 14 22:55:36 2004 UTC (9 years, 5 months ago) by chrism
File length: 12030 byte(s)
Diff to previous 11101
,
to selected 39662
Merge security policy refactoring:
- Moved all role- and grant-related functionality into
zope.products.securitypolicy (and out of zope.app.security.grant).
The zope.products.securitypolicy implementation is exactly
the same as the old implementation; no changes were made
to the actual mechanics of role-permission or principal-permission
grants. The only real difference is that all functionality
that is the purview of what we want a security policy to have
control of is now in that one place.
- Created new modulealias directive which can be used to provide
aliases to older modules (to not break existing ZODBs when
module locations change).
- Added minor feature: "make debug" launches a debug session in the
spirit of Zope 2's "zopectl debug".
Filename: Zope3/trunk/src/zope/security/readme.txt
Revision 11101
-
(view)
(download)
- [select for diffs]
Modified
Thu Jul 31 16:50:56 2003 UTC (9 years, 10 months ago) by mgedmin
File length: 12330 byte(s)
Diff to previous 8567
,
to selected 39662
Checker.Checker predates namegeddon, use checker.Checker instead
Filename: Zope3/trunk/src/zope/security/readme.txt
Revision 8567
-
(view)
(download)
- [select for diffs]
Modified
Fri Dec 27 17:03:23 2002 UTC (10 years, 5 months ago) by k_vertigo
File length: 12330 byte(s)
Diff to previous 8532
,
to selected 39662
geddon cleanups, updated examples
- fixed imports
- removed __init__, examples are not a package
Filename: Zope3/trunk/src/zope/security/readme.txt
Revision 8532
-
(view)
(download)
- [select for diffs]
Added
Wed Dec 25 14:15:36 2002 UTC (10 years, 5 months ago) by jim
File length: 12330 byte(s)
Diff
to selected 39662
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.