This repository has been archived by the owner on Nov 19, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
executable file
·278 lines (149 loc) · 8.83 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
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
2012-12-05 Sebastian Fischer <[email protected]>
cleanup rener_image methode
raised version to 0.9.13
2012-11-26 Simon Schmidt <[email protected]>
Bugfix 17829
raised version to 0.9.12
2012-10-08 Simon Schmidt <[email protected]>
add div for textpic with amazon
raised version to 0.9.11
2012-03-02 Simon Schmidt <[email protected]>
add new books rendering and bugfix 16425
raised version to 0.9.10
2012-03-02 Simon Schmidt <[email protected]>
bugfix image selection
raised version to 0.9.9
2012-03-02 Simon Schmidt <[email protected]>
update image selection
raised version to 0.9.8
2012-01-24 sascha.at.sascha-egerer.de <sascha.at.sascha-egerer.de@9e91bfde-4800-4690-8e8e-f1a750f0ad05>
Raised Version to 0.9.7
Added amazon hover for API generated Images
Fixed image size problem by clearing a gif builder global variable with information of last generated image
fixed bug in getImageSizeName
2012-01-14 sascha.at.sascha-egerer.de <sascha.at.sascha-egerer.de@9e91bfde-4800-4690-8e8e-f1a750f0ad05>
Fixed amazon image element
2012-01-05 sascha.at.sascha-egerer.de <sascha.at.sascha-egerer.de@9e91bfde-4800-4690-8e8e-f1a750f0ad05>
Use smallest image version for given dimensions
2012-01-04 sascha.at.sascha-egerer.de <sascha.at.sascha-egerer.de@9e91bfde-4800-4690-8e8e-f1a750f0ad05>
Get images in Text/Image Content-Elements from the api and resize them by setting the HTML attributes to the given values
2011-12-18 sascha.at.sascha-egerer.de <sascha.at.sascha-egerer.de@9e91bfde-4800-4690-8e8e-f1a750f0ad05>
Raised Version to 0.9.6
added some code documentation
New Backend-Module-Function to display invalid widgets
2011-12-16 sascha.at.sascha-egerer.de <sascha.at.sascha-egerer.de@9e91bfde-4800-4690-8e8e-f1a750f0ad05>
Do not save Record if an invalid ASIN is given
2011-12-15 sascha.at.sascha-egerer.de <sascha.at.sascha-egerer.de@9e91bfde-4800-4690-8e8e-f1a750f0ad05>
Do not render and display a Widget if the minimum count of products is not reached
2011-12-14 sascha.at.sascha-egerer.de <sascha.at.sascha-egerer.de@9e91bfde-4800-4690-8e8e-f1a750f0ad05>
Raised version to 0.9.5
Fixed bug in tx_amazonaffiliate_renderhooks
Removed unused query parser inclusion wich produces in error in TYPO3 4.4
2011-12-14 sfs <sfs@9e91bfde-4800-4690-8e8e-f1a750f0ad05>
Fixed bug in class.tx_amazonaffiliate_renderhooks.php if no amazonImgList is set.
2011-12-14 sascha.at.sascha-egerer.de <sascha.at.sascha-egerer.de@9e91bfde-4800-4690-8e8e-f1a750f0ad05>
Raised Version to 0.9.3
Fixed bug in Scheduler task and added a detail Page with edit link to the backend module
Cronjob should now find all ASIN's which are used in any record and deletes old product records
2011-12-09 sascha.at.sascha-egerer.de <sascha.at.sascha-egerer.de@9e91bfde-4800-4690-8e8e-f1a750f0ad05>
Raised Extension Version to 0.9.2 after Testing
added a description for the new marker generation in TypoScript
Added a stripHtml to the Amazon product title field
Added TypoScript cropHtml example for the Title field
Changed the TypoScript Field definition and Marker rendering
removed comment with example data
Fixed the default Values in the Plugin-flexform
2011-12-07 sascha.at.sascha-egerer.de <sascha.at.sascha-egerer.de@9e91bfde-4800-4690-8e8e-f1a750f0ad05>
Show only a error Message and do not delete an invalid ASIN which has been entered in a field
ASIN in the tt_content field for images are not validated and added to the product-table
Modified link picker for the tt_content ASIN Field
Fixed product title field definition in template and TypoScript
2011-12-05 sascha.at.sascha-egerer.de <sascha.at.sascha-egerer.de@9e91bfde-4800-4690-8e8e-f1a750f0ad05>
Added missing mod1/index.php
2011-12-05 is <is@9e91bfde-4800-4690-8e8e-f1a750f0ad05>
added a * to have valid phpdoc comments
2011-12-05 sascha.at.sascha-egerer.de <sascha.at.sascha-egerer.de@9e91bfde-4800-4690-8e8e-f1a750f0ad05>
fixed Amazon-ASIN field integration for Image/TextImage elements
2011-12-02 sascha.at.sascha-egerer.de <sascha.at.sascha-egerer.de@9e91bfde-4800-4690-8e8e-f1a750f0ad05>
Raised Extension Version to 0.9.0 after Testing
Modified getItemAttribute function and added basic template for product listing
You can now access all amazon product attributes width getItemAttribute
added a file with an example structure of the amazon product
added field's (examples) and markers to the template
Added some descriptions
Add amazon Hover JS if a Image or TextImage Element with ASIN's is displayed
Added parameter to disable hover in images. but looks like amazon does not support it here
Added missing TypoScript to register the new ImageRendering
moved AmazonAsinList in Image elements to the imagefiles palette
Added Frontend for the Image and TextImage ASIN elements
Modified the full fronted rendering for Image and TextImage element to display the images with full default typescript support
Changed "explode()" to t3lib_div:trimExplode()
Implemented the minimum count for products in the ASINList widget
Added dropdown in the Extension Configuration for the Amazon Country
Extended the Widget Template generation with subparts
Added some comments to setup.txt
constants.txt cleanup
2011-12-01 sascha.at.sascha-egerer.de <sascha.at.sascha-egerer.de@9e91bfde-4800-4690-8e8e-f1a750f0ad05>
Changed display conditions for "asinlist" and "search term" in the flexform
Changed display conditions for "asinlist" and "search term" in the flexform
Fixed bug in ASIN validation
ASIN's in flexforms are not validated
Insert Amazon Widget JavaScript after each widget
The Widget-JavaScript has to be added after each widget
Added ATagParam "name" to prevent the amazon hover if it should not bet displayed
Added field name to the FormField-Validation Error message
Changed ASIN validation
Each field is now checked for a ASIN which will be validated
Catch exceptions and log errors if there is something wrong with the amazon service
reformatted code
Changed exec_SELECTgetSingleRow to exec_SELECTgetRows for compatibility < TYPO3 4.5
Log and Display error if template was not found
added missing urlStdWrap
Added urlStdWrap
Added additional fields to RTE Link picker
2011-11-30 sascha.at.sascha-egerer.de <sascha.at.sascha-egerer.de@9e91bfde-4800-4690-8e8e-f1a750f0ad05>
Added methods to include the amazon javascripts
Added linkhandler and linkpicker
Fixed typo in author name
2011-11-29 sascha.at.sascha-egerer.de <sascha.at.sascha-egerer.de@9e91bfde-4800-4690-8e8e-f1a750f0ad05>
Moved Backendmodule to a new main section
Fixed bugs in product caching and product validation
added a scheduler Task with validates all products
Fixed bug in Product Cache
Added Key for ASIN to the database table
2011-11-28 sascha.at.sascha-egerer.de <sascha.at.sascha-egerer.de@9e91bfde-4800-4690-8e8e-f1a750f0ad05>
Fill tt_content:tx_amazonaffiliate_amazon_asin field also if ASIN-list is in the flexform
The ASIN-list will now be copied to the "tx_amazonaffiliate_amazon_asin" field in the tt_content table
Fixed bug in product class
A new record was created each time the validate method was called
Widget width and height can be configured by TypoScript
Added some comments to the typoscript
2011-11-26 sascha.at.sascha-egerer.de <sascha.at.sascha-egerer.de@9e91bfde-4800-4690-8e8e-f1a750f0ad05>
Added Basic widget functionality
Added some Widget fields to the BE-Form
Added Widget Template
Added Widget-generation to piproducts
Removed duplicate entries and added searchTerm field
removed items with identical id from the browseNodes selection
added a searchTerm field to the BE-Form
Added BrowseNode Selection to the BE-Form
moved productMarker generation to a function
2011-11-25 sascha.at.sascha-egerer.de <sascha.at.sascha-egerer.de@9e91bfde-4800-4690-8e8e-f1a750f0ad05>
Added template and Product TypoScript Rendering for Productlisting
Added a dummy template
Added template and rendering logic to the product listing in piproducts
Added some demo typoscript
Added performance improvements
Added a local cache so we do net have to request amazon each time a product is requested
Added a method to preload multiple products to the local cache
modified ChangeLog format
2011-11-23 sascha.at.sascha-egerer.de <sascha.at.sascha-egerer.de@9e91bfde-4800-4690-8e8e-f1a750f0ad05>
added Changelog
removed piwidget added basic flexform configuration to piproducts
use ext_autoload to load classes TCA eval class added modified validation method
$useCachedData in product changed to instance variable
2011-11-22 sascha.at.sascha-egerer.de <sascha.at.sascha-egerer.de@9e91bfde-4800-4690-8e8e-f1a750f0ad05>
Added basic structure and classes
2011-11-09 root <root@9e91bfde-4800-4690-8e8e-f1a750f0ad05>
Applied the default svn:ignore properties
Initial Import