CVS log for Products/Ape/CHANGES.txt

Zope

Help

(back) Up to [Zope] / Products / Ape

Request diff between arbitrary revisions / Display revisions graphically


Default branch: MAIN
Bookmark a link to: HEAD / (download)

Revision Tasks Diffs Branches and Tags Age Author
1.20 Download
View 1.20
View annotated
[select for diffs]
Diff to previous 1.19
MAIN
4 years, 7 months ago
Sat Jul 23 18:22:27 2005
shane
Log:
Ape was not serializing the standard roles on the root folder,
only user-defined roles. Fixed with help from Tim Connor.
1.19 Download
View 1.19
View annotated
[select for diffs]
Diff to previous 1.18
MAIN
 
4 years, 9 months ago
Tue Jun 7 02:45:57 2005
shane
Log:
Updated CHANGES and bumped version.txt
1.18 Download
View 1.18
View annotated
[select for diffs]
Diff to previous 1.17
MAIN
 
5 years ago
Tue Mar 15 22:41:56 2005
shane
Log:
Proxy role fix by Chris Kratz
1.17 Download
View 1.17
View annotated
[select for diffs]
Diff to previous 1.16
MAIN
 
5 years, 2 months ago
Wed Jan 12 06:53:41 2005
shane
Log:
Hopefully fixed the hanging transaction problem.

Ape now tries to commit or abort relational database transactions
when a ZODB connection reads but doesn't write objects. It does
this by starting a ZODB transaction even when reading.

The scanning functionality made this difficult since scanning was
happening outside ZODB transactions (and therefore left hanging
transactions also.) Now scanning happens inside a transaction.
1.16 Download
View 1.16
View annotated
[select for diffs]
Diff to previous 1.15
MAIN
5 years, 7 months ago
Tue Aug 17 03:09:52 2004
shane
Log:
Tweaked documentation and removed DBTab support for Ape version 1.0.
1.15 Download
View 1.15
View annotated
[select for diffs]
Diff to previous 1.14
MAIN
 
5 years, 7 months ago
Fri Jul 23 07:37:34 2004
shane
Log:
Ape now supports mapping subclasses. Also revised the config format.

From CHANGES.txt:

- Ape now supports mapping subclasses. Until now, mappers were
registered for classes but not for all subclasses. Now, a mapper
applies to subclasses as well, unless the configuration file
specifies 'exact-class'.

- Revised the configuration file format for simplification and to
allow mapping subclasses.

Also added PDBSerializer, a wrapper around CompositeSerializer that
launches pdb. It is really handy when you know which
mapper is serializing incorrectly but you don't know why.
1.14 Download
View 1.14
View annotated
[select for diffs]
Diff to previous 1.13
MAIN
 
5 years, 7 months ago
Wed Jul 21 06:06:20 2004
shane
Log:
Added an Ingres database driver contributed by Computer Associates.
1.13 Download
View 1.13
View annotated
[select for diffs]
Diff to previous 1.12
MAIN
 
5 years, 7 months ago
Wed Jul 21 05:38:04 2004
shane
Log:
Merged sql-types-branch.
1.12 Download
View 1.12
View annotated
[select for diffs]
Diff to previous 1.11
MAIN
5 years, 9 months ago
Wed Jun 16 22:39:25 2004
shane
Log:
Preparation for a release
1.11 Download
View 1.11
View annotated
[select for diffs]
Diff to previous 1.10
MAIN
5 years, 11 months ago
Fri Mar 26 04:59:38 2004
shane
Log:
Updated docs
1.10 Download
View 1.10
View annotated
[select for diffs]
Diff to previous 1.9
MAIN
 
6 years ago
Sat Feb 28 20:14:33 2004
shane
Log:
Added blurb about filesystem OIDs
1.9 Download
View 1.9
View annotated
[select for diffs]
Diff to previous 1.8
MAIN
6 years ago
Thu Feb 19 06:44:02 2004
shane
Log:
Two changes that make storing the Zope root object reasonable:

- Pickled remainders are now encoded in base64 and stored in the
properties file. Ape no longer creates .remainder files, although
it will read them. This reduces the number of files Ape creates
and sets a precedent that any annotation can contain a pickle
as long as it's encoded as text.

- There is now one PersistentMappingSerializer. It stores both
references and simple objects. To accomplish this, it has to
store reference values differently from non-reference values.
The non-references get pickled and stored in an annotation called
"other".

In testing, Ape successfully acted as the main Zope
database. Woohoo! (A little Zope hack was required, but it
should be possible to fix that.)
1.8 Download
View 1.8
View annotated
[select for diffs]
Diff to previous 1.7
MAIN
 
6 years, 1 month ago
Tue Feb 17 05:25:10 2004
shane
Log:
Another big pile of changes resulted from a little time. :-)

From CHANGES.txt:

- Removed the concepts of "classified state" and "hints", now
relying on the existing concepts of classification and state. This
primarily involved changes to classifiers and the apelib.core.io
module.

- Implemented the folder item classification optimization. Now,
when Ape loads a folder, it passes along the classification of each
subitem as part of the containing folder's state. This means fewer
round-trips.

Also fixed a couple of shallow bugs that prevented Ape from starting in
Zope.
1.7 Download
View 1.7
View annotated
[select for diffs]
Diff to previous 1.6
MAIN
 
6 years, 1 month ago
Mon Feb 2 15:07:17 2004
shane
Log:
Moved ape-0_8-branch to the HEAD.

From CHANGES.txt:

- Major restructuring to reduce the number of concepts in
Ape. Keychains and keys have been replaced with simple string OIDs.
There is now a flat namespace of mappers instead of a tree. Only
one classifier and one OID generator are used in any object
database.

- The ZODB root object is now stored on the filesystem.
1.6.2.1 Download
View 1.6.2.1
View annotated
[select for diffs]
Diff to previous 1.6
ape-0_8-branch
Diff to next MAIN 1.7
 
6 years, 2 months ago
Sun Dec 21 04:24:00 2003
shane
Log:
Continued cleanup after refactoring the interfaces. See CHANGES.txt.

All tests now pass except for the SQL tests.
1.6 Download
View 1.6
View annotated
[select for diffs]
Diff to previous 1.5
MAIN
Branch point for: ape-0_8-branch
6 years, 7 months ago
Mon Aug 18 14:03:01 2003
shane
Log:
Updated version
1.5 Download
View 1.5
View annotated
[select for diffs]
Diff to previous 1.4
MAIN
6 years, 7 months ago
Mon Aug 11 17:39:52 2003
shane
Log:
Version 0.7
1.4 Download
View 1.4
View annotated
[select for diffs]
Diff to previous 1.3
MAIN
6 years, 10 months ago
Mon Apr 21 16:29:37 2003
shane
Log:
Updated documentation in preparation for release
1.3 Download
View 1.3
View annotated
[select for diffs]
Diff to previous 1.2
MAIN
6 years, 11 months ago
Sat Mar 29 22:31:29 2003
shane
Log:
added note about _p_mtime
1.2 Download
View 1.2
View annotated
[select for diffs]
Diff to previous 1.1
MAIN
 
7 years ago
Sun Mar 16 01:13:45 2003
shane
Log:
Corrected documentation and circumvented a bug involving relative imports of the apelib module.
1.1.1.1 Download
View 1.1.1.1
View annotated
[select for diffs]
Diff to previous 1.1
vendor branch
ZC
7 years ago
Sat Mar 15 23:44:36 2003
shane
Log:
Renamed AdaptableStorage to Ape (Adaptable PErsistence). Also:

- Switched to Zope 3 conventions for module naming.

- Created an independent library, apelib.

- Renamed ObjectSerializer to CompositeSerializer,
ObjectGateway to CompositeGateway,
IObjectSerializer to IFullObjectSerializer,
ObjectMapper to Mapper,
IObjectMapper to IMapper,
IAspectSerializer to ISerializer,
and others.

- Removed any reference to the word "aspect". We're not using
aspect-oriented programming at all. AOP is patented anyway.
1.1 Download
View 1.1
View annotated
[select for diffs]
MAIN
 
7 years ago
Sat Mar 15 23:44:36 2003
shane
Log:
Initial revision

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

View only Branch:
Sort log by:

webmaster@zope.org
Powered by
ViewCVS 0.9.2