forked from Skrol29/opentbs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog.txt
194 lines (119 loc) · 6.11 KB
/
changelog.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
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
194
= Release 1.9.8 =
== New features ==
* New command OPENTBS_MAKE_OPTIMIZED_TEMPLATE
== Bug fixes ==
* Processed templates are not marked as prepared.
= Release 1.9.7 =
== New features ==
* New command OPENTBS_GET_FILES
== Bug fixes ==
* Parameter "ope=delcol": if parameter "colnum" is empty then first colmun is deleted while it should be no column.
* Command OPENTBS_CHART: error message « Name of the series not found. » when the series contains special characters, like accents.
= Release 1.9.6 =
== Bug fixes ==
* Some commands used to find a worksheet by its internal id instead of its number in the worksheet list.
Now they all search by number in the worksheet list.
Please not that you may have to change your code if you are using those command with the number if the sheet rather of the name of the sheet.
Concerned commands are:
- OPENTBS_SELECT_SHEET
- OPENTBS_DELETE_SHEET
- OPENTBS_DISPLAY_SHEETS
* Merging text with line-breaks in a DOCX was not displayed correctly in LibreOffice.
== Enhancements ==
* DOCX: Some special merging of enhanced graphical objects (like merging fill color in a shape) may corrupt the document
because they are stored in several ways by Ms Word.
* The XML synopsis in now available in HTML.
= Release 1.9.5 =
== New features ==
* New command OPENTBS_EDIT_ENTITY
* New command OPENTBS_CHART_INFO
* LoadTemplate(false) does close the current template so the template file is no longer locked.
* New OpenTBS add-in for Microsoft Word: it helps to clean TBS tags.
== Enhancements ==
* new property $TBS->OtbsDeleteObsoleteChartData = false; (Ms Office only)
* OpenTBS do not redo optimisation on the loaded template if it has already been done by OpenTBS previously.
* Chart in Ms Office : Ensure the caption of a category is displayed even if is has missing data.
* Some code cleanup.
== Bug fixes ==
* PHP error with ODT templates when changing the name of a Chart series that hadn't any name before.
* PHP error when using command OPENTBS_SEARCH_IN_SLIDES.
* OpenTBS error « unable to found the chart corresponding to 'xxx' » in DOCX when the chart is not formated as "inline with text".
---------------------------------------------------------------------
= Release 1.9.4 =
== Bug fixes ==
* Document corruption with OpenTBS 1.9.3 when merging pictures in a block and using parameter "adjust".
---------------------------------------------------------------------
= Release 1.9.3 =
== Bug fixes ==
* XLSX corruption when merging a float value to a cell when the decimal separator is not a dot because of the locale setting.
* Possible DOCX corruption when using text box or tables in header and footer.
* Produce a corrupted Ms Office document when delete the last series of a chart using command OPENTBS_CHART. May happens with other series.
== Enhancements ==
* OpenTBS clear error message when using Show() without template loaded. Instead of an ugly PHP error.
---------------------------------------------------------------------
= Release 1.9.2 =
Released: 2014-09-25
== Enhancements ==
* 6 times faster when saving XLSX merged sheets with numerous rows.
== New features ==
* New command OPENTBS_RELATIVE_CELLS : optimizes XLSX merged sheets with numerous rows.
---------------------------------------------------------------------
= Release 1.9.1 =
Released: 2014-09-20
== Bug fixes ==
* Adjusting size of image in docx.
* When turn a sheet to hidden in an XLSX, then the file may be corrupted.
* Command OPENTBS_COUNT_SLIDES did not work for ODP.
* A PPTX can be corrupted when opening a template which is a previous result of a merge. This is because an <a:r> must contain at least one <a:t>.
* Merging several XLSX with the same OpenTBS instance can produce erroneous merged cells.
== New features ==
* New parameter "unique" for picture
* ODS files are now recognized. It is equivalent to ODS.
* New command OPENTBS_COUNT_SHEETS
* New command OPENTBS_ADD_CREDIT
* New command OPENTBS_SYSTEM_CREDIT
== Enhancements ==
* OPENTBS_CHANGE_PICTURE now use an array of parameters.
---------------------------------------------------------------------
= Release 1.9.0 =
Released: 2014-04-10
== Bug fixes ==
* Corrupted MS Office files when inserting images named with space or accent.
* XLSX warning for corrupted subfile "/xl/calcChain.xml-Part".
* Some ODS templates compatible with Ms Excel can become erroneous for Ms
Excel after the merge with OpenTBS. Message "The workbook cannot be opened
or repaired by Microsoft Excel because it is corrupt".
* Some XLSX templates built with LibreOffice can be very long to be opened
with OpenTBS. That is because LibreOffice add some extra useless rows
definition at the bottom limit of the sheets.
* A big number merged in a XLSX with parameter "ope=tbs:num" can display
another value. Example : 7580563123 displays -1009371469 in 32bits.
* Inappropriate error message "ExtType is not defined" when execute a
command but no template is loaded.
* OPTBS_SELECT_SHEET with an ODS template do nothing. Now it selects the
main file (contains all sheets).
* OPTBS_SELECT_SLIDE with an ODP template do nothing. Now it selects the
main file (contains all slides).
== New features ==
* new command OPENTBS_SELECT_FILE
* new command OPENTBS_SELECT_HEADER
* new command OPENTBS_SELECT_FOOTER
* new command OPENTBS_GET_HEADERS_FOOTERS
* new command OPENTBS_SEARCH_IN_SLIDES
* new parameter $Master for command OPENTBS_SELECT_SLIDE
and OPENTBS_COUNT_SLIDES
== Enhancements ==
* Debug mode available even if no template is loaded.
* Debug mode display the Zlib availability.
* Based on TbsZip 2.16
---------------------------------------------------------------------
= Release 1.8.3 =
---------------------------------------------------------------------
= Release 1.8.2 =
- Based on TbsZip 2.15
- Supports new parameter "parallel" given with TBS 3.9.0
- Manage RSID problem with ODT (with LibreOffice>=4).
- Bug when merging numerical cells in ODS files built with LibreOffice>=4
it's about new attribute "calcext:value-type" in ODS cells in LibreOffice 4
http://www.tinybutstrong.com/forum.php?thr=3246
- Nouvelle option interne : $TBS->OtbsClearWriter