forked from lortnus/ezc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
196 lines (119 loc) · 5.03 KB
/
ChangeLog
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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
SVN Revision: 11459
Archive
=======
1.4.1 - Monday 22 March 2010
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Fixed #16030: Archive calls posix_* functions even it is only an optional
depedency.
ConsoleTools
============
1.6.1 - Monday 22 March 2010
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Fixed issue #16055: Corrected regression in error message for option
dependencies.
Database
========
1.4.7 - Monday 22 March 2010
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Fixed issue #16208: Warning in ezcQuery alias function
DatabaseSchema
==============
1.4.4 - Monday 22 March 2010
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Fixed #16035: DatabaseSchema component automatically sorts table fields
alphabetically
- Fixed #16220: Autoincrement fields are not detected for Oracle for long
field / table names.
- Fixed #16222: Oracle sequences are expected to be dropped for tables, which
fails for shortened sequence names
- Fixed #15892: XML Storage for Schema casts Integer defaults to string and
detects field change wrong
- Fixed #15894: ezcDbSchemaIndex sorts fields by name, but field order is
important in indexes!
- Fixed #15895: Setting an Index Primary should enforce Unique
- Fixed: Handling of not null in SQLite
Document
========
1.3.1 - Monday 22 March 2010
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Implemented: Directive contents reparsing helper method.
- Implemented #15218: Add support for PDF compression.
- Implemented #15219: Add support for PDF encryption & permissions.
- Fixed #15973: Issues with re-parsing parts of directives.
- Fixed #15987: Font size estimation in Haru driver broken.
- Fixed: Multiple small RST parsing bugs.
ImageConversion
===============
1.3.8 - Monday 22 March 2010
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Fixed issue #15011: ImageMagick handler does now correctly use the binary
set through handler options.
- Fixed issue #15976: ImageMagick based scalePercent filter now allows values
> 100 for the width value, too.
Mail
====
1.7.1 - Monday 22 March 2010
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Fixed #16154: Bcc headers are not stripped when using SMTP.
- Fixed #16347: Inline images in the mail composer are not added other
attributes precede the src attribute.
- Fixed #16348: Adding inline images in the mail composer with whitespace in
the path fails.
- Fixed #16470: Mail test suite causes fatal errors because of transport
errors in destructor.
MvcTools
========
1.1.3 - Monday 22 March 2010
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Refactored HTTP request parsing for extensibility.
PersistentObject
================
1.7.1 - Monday 22 March 2010
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Fixed issue #15657: Column names are now converted to lower case to extract
from database results, since this is the setting defined by the Database
component.
- Fixed issue #16135: ezcPersistentCodeManager now supports PHP 5.3
namespaces.
PhpGenerator
============
1.0.6 - Monday 22 March 2010
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Fixed #16017: Small typo in ezcPhpGenerator::appendValueAssignment doc.
Search
======
1.0.9 - Monday 22 March 2010
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Fixed issue #16127: Searching with numeric values.
- Fixed issue #16195: Errors when searching with Solr.
- Fixed issue #16350: Wrong spelled HTTP method.
TemplateTranslationTiein
========================
1.1.1 - Monday 22 March 2010
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Fixed #16042: ezcTemplateTranslationExtractor::unifyFilepath() chops off
character
Tree
====
1.1.4 - Monday 22 March 2010
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Fixed #13332: Updating a data element only works if you've requested it
before.
Webdav
======
1.1.4 - Monday 22 March 2010
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Fixed issue #15922: The default lock timeout in ezcWebdavFileBackend is not
2 seconds. After this time, a hanging lock will automatically be released.
This timeout can now be configured through the new option
ezcWebdavFileBackendOptions->lockTimeout.
- Fixed issue #16034: The permissions on the lock file in ezcWebdavFileBackend
are now properly checked before a lock is acquired.
- Fixed issue #16194: Files displayed URL encoded in WebDAV clients.
- Fixed issue #16201: Introduced new Nautilus compatible transport class to
fix client specific issues.
Workflow
========
1.4.1 - Monday 22 March 2010
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Fixed the saving of data via execution data handlers.