File: CHANGES.txt

package info (click to toggle)
zope-replacesupport 1.0.3-6
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 216 kB
  • ctags: 185
  • sloc: python: 760; makefile: 34
file content (59 lines) | stat: -rw-r--r-- 1,978 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
1.0.3
Made RS compatible with Zope 2.8 and up.

1.0.2
Brushed up for Zope 2.7 compatibility.
Removed HTMLDocument handler.

1.0.1
Fix the unit tests in response to ZopeTestCase 0.6.0

1.0.0
Added a _ZopeReplace() method that does by default *not* perform the change 
permission checks introduced in 0.4.4.
The "Replace" view now greys out meta types that do not have a corresponding
replace handler defined. 
Added unit tests based on the ZopeTestCase package.

And the biggest change of all: ReplaceSupport goes 1.0! It has been around
for a while, has served me and others well, is feature-complete as far as I'm
concerned, and has a full set of unit tests. What more could a man ask for?

0.4.4
Added permission checking to core code; ReplaceSupport will now only operate on 
objects the user has the appropriate change permission for.
Fixed glitch in ZSQLMethod handler. Thanks to Tony McDonald for pointing me to it.
Fixed PageTemplate handler to work with all versions of ZPT.

0.4.2
Fixed Zope 2.3 (actually Python 1.5.2) backwards compatibility

0.4.0
Applied Anthony Baxter's FindSupport patch to ReplaceSupport. This change 
now enables replace operations in ZClasses. Note that for the "Replace" tab 
to show up in a ZClass Product, you will have to use the "Advanced" installation 
method! Furthermore included the PageTemplate handler.

0.3.4
Stamped out a bug which would appear when changing folder security settings.
Made Zope 2.4 compatibility adjustments.

0.3.3
Fixed a bug in the default installation which would, ahm, simply not work.

0.3.2
Implemented a ReplaceHandler machinery to allow for easy extension 
to other metatypes

0.3.0
Adapted the interface to Zope 2.3

0.2.9
Implemented replace for Python Scripts and ZSQL Methods
New installation method inspired by Shane's TransparentFolders

0.2.0
The core of this product is Carlos de la Guardia's replace tab patch.
http://www.zope.org/Members/cguardia/replace
I wanted to make it easier to install