forked from plone/plone.outputfilters
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES.txt
129 lines (84 loc) · 2.55 KB
/
CHANGES.txt
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
Changelog
=========
1.3 (unreleased)
----------------
- Fixed testing error by moving the part of README.rst to
plone/outputfilters/README.txt.
[maurits]
- Small pep8 update
[pbdiode]
1.2 - 2012-04-09
----------------
- Prevent transformation of links to anchors on the same page.
[davisagli]
- Fixed undefined uuid variable in kupu_resolveuid_hook branch
in resolveuid view.
[vincentfretin]
- Make sure links to expired objects can still be resolved by the resolveuid view.
[davisagli]
- alt/title attributes on img tags were not present if tinymce uid linking was not used
[iElectric]
- When making relative URIs absolute, use the parent as the relative
root when the context is not folderish. Fixes an issue where
relative URLs from Plone 3, for example, had the wrong URLs under
Plone 4 when a default page was used for a folder.
[rossp]
- Fixed testing error when packaged with a missing README.rst.
[maurits]
1.1 - 2011-11-21
----------------
- Fixed resolving of protected objects for AT content
[tom_gross]
- Fixed resolving of relative ../resolveuid/... links
[tom_gross]
- Respect implementation differences in Python 2.4 and
Python 2.6 sgmlparser
[tom_gross]
- Fixed resolving of images in protected folders for captioning
[mj]
1.0 - 2011-05-13
----------------
- Release 1.0 Final.
[esteele]
- Add MANIFEST.in.
[WouterVH]
1.0b5 - 2011-03-24
------------------
- Make captioning and linking work with new style image scales.
[elro]
- General refactoring of link resolution.
[elro]
1.0b4 - 2011-03-22
------------------
- Add alt and title tags to images.
[elro]
- Get various image properties from the imaging view to work better with
Dexterity.
[elro]
- small fix so it is possible to create object without need of REQUEST or
without need of mocking it.
[garbas]
1.0b3 - 2011-02-24
------------------
- Resolve image paths beginning with a slash relative to the Plone site root.
[davisagli]
- Support image captioning for new-style image scales using the @@images view.
[davisagli]
1.0b2 - 2011-01-11
------------------
- Fix resolveuid so that uid resolution occurs after authentication.
[elro]
- Please remember to run tests before checking in!
[elro]
- Fix issue where resolving links with subpaths resulted in a reversed
subpath.
[elro]
1.0b1 - 2011-01-25
------------------
- Fix issue with resolving resolveuid links with subpaths. This fixes
http://dev.plone.org/plone/ticket/11426
[davisagli]
1.0a1 - 2011-01-03
------------------
- Initial implementation.
[davisagli]