Zope Subversion Repository

  Zope

Zope: zope.security/trunk/src/zope/security/tests/module.py


No default branch

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: 1489 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: 1495 byte(s)
Diff to previous 95326
Conform to repository policy.

Revision 95326 - (view) (download) (as text) - [select for diffs]
Modified Wed Jan 28 15:11:49 2009 UTC (4 years, 3 months ago) by brandon_rhodes
File length: 1496 byte(s)
Copied from: zope.app.component/trunk/src/zope/app/component/tests/module.py revision 95313
Diff to previous 75258
Moved the <class> directive implementation from `zope.app.component` to
this package.

Filename: zope.app.component/trunk/src/zope/app/component/tests/module.py
Revision 75258 - (view) (download) (as text) - [select for diffs]
Modified Fri May 4 07:24:39 2007 UTC (6 years ago) by ctheune
File length: 1496 byte(s)
Diff to previous 70826
Moving code to satellite.

Filename: Zope3/trunk/src/zope/app/component/tests/module.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: 1496 byte(s)
Diff to previous 70794
Set svn:keywords=Id for *.py files.

Filename: Zope3/trunk/src/zope/app/component/tests/module.py
Revision 70794 - (view) (download) (as text) - [select for diffs]
Modified Thu Oct 19 04:29:42 2006 UTC (6 years, 7 months ago) by baijum
File length: 1496 byte(s)
Diff to previous 29143
Set svn:eol-style=native for *.py files.

Filename: Zope3/trunk/src/zope/app/component/tests/module.py
Revision 29143 - (view) (download) (as text) - [select for diffs]
Modified Mon Feb 14 22:43:16 2005 UTC (8 years, 3 months ago) by srichter
File length: 1496 byte(s)
Diff to previous 26570
- Removal of Services. You can now access the adapter and utiliy
  registry directly via the site manager's `adapters` and `utilities`
  attribute, respecitvely.

  + Converted Principal Annotation Service to be a utility. Added
    database evolution code to convert all service instances to
    utilities.
  
  + Converted FSSync Service to be a utility.

  + Created the concept of a global site manager. The adapter and
    utility registry, formerly the adapter and utility service, are now
    managed by the site manager.

  + The `zope.app.utility` package has been merged into
    `zope.app.component`. The utility registration class is in
    `site.py`. The utility vocabulary is in `vocabulary.py`.

  + The `zope.app.site` package has been merged into
    `zope.app.component`. The site code can be found in `site.py`.

  + Fixed persistent modules code. Persistent modules are now simply
    utilities providing `IModuleManager`. The local site manager also
    does not know any thing about persistent modules anymore.

  + Updated `zope.app.pluggableauth`, so that it will work as an
    authentication utility.

  + Restructured `zope.app.persentation` (a.k.a page folders) to the new
    component API.

- Simplified the registration framework by only supporting two states:
  active and inactive. This allowed us to get rid of the registration
  stack and the complexity it introduced to the site management.

- Removed all presentation-related APIs from `zope.component`. This
  included the removal of presentation-related interfaces and the
  deprecation of all view-related API functions. One should use the
  adapter API functions instead.

- Implemented some initial deprecation framework, see
  `zope.deprecation`. It allows one to deprecate methods and properties
  in classes as well as any name in a module.

- Moved reusable test setups/APIs from `zope.app.tests` to
  `zope.app.testing`. No reusable testing code should be in a `tests`
  package or module.


Filename: Zope3/trunk/src/zope/app/component/tests/module.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: 1496 byte(s)
Diff to previous 25177
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/app/component/tests/module.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: 1490 byte(s)
Diff to previous 13888
Updated to use ZPL 2.1.

Filename: Zope3/trunk/src/zope/app/component/tests/module.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: 1490 byte(s)
Diff to previous 11478
Set mime-type or svn-eol property from cvs expansion data

Filename: Zope3/trunk/src/zope/app/component/tests/module.py
Revision 11478 - (view) (download) (as text) - [select for diffs]
Modified Fri Aug 22 20:02:23 2003 UTC (9 years, 9 months ago) by faassen
File length: 1490 byte(s)
Diff to previous 11139
zopeConfigure renamed to configure everywhere in ZCML, as
zopeConfigure is deprecated and hampers ZCML schema efforts.

Filename: Zope3/trunk/src/zope/app/component/tests/module.py
Revision 11139 - (view) (download) (as text) - [select for diffs]
Modified Sat Aug 2 09:11:29 2003 UTC (9 years, 9 months ago) by anthony
File length: 1498 byte(s)
Diff to previous 11135
Backing out philiKON's changes - they broke the functional tests, and
from his signoff on IRC, I don't think he's going to be around until
Monday. As I'm working on the Catalog functional tests, this is pretty
annoying. I tried to figure out how to just back out bits til I found the
broken stuff, but it's a pretty serious refactoring. I'll send a message
to zope3-checkins with the CVS commands used for this, so that someone
can undo the backout if they wish.

Filename: Zope3/trunk/src/zope/app/component/tests/module.py
Revision 11135 - (view) (download) (as text) - [select for diffs]
Modified Sat Aug 2 07:04:15 2003 UTC (9 years, 9 months ago) by philikon
File length: 1490 byte(s)
Diff to previous 9991
Converted the three most important packages that define ZCML directives
to the new ZCML architecture (using schemas):

- zope.app.component

- zope.app.browser

- zope.app.publisher.browser

Filename: Zope3/trunk/src/zope/app/component/tests/module.py
Revision 9991 - (view) (download) (as text) - [select for diffs]
Added Mon May 12 16:32:41 2003 UTC (10 years ago) by stevea
File length: 1498 byte(s)
Moved  zope.app.contentdirective into zope.app.component.

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