Browsen Sie den aktuellsten Code direkt im subversion Repository.
| Revision | Geändert am | Autor | Kommentar |
|---|---|---|---|
| 1 | 2009-08-10 06:05 | xtra | Initial addition. |
| 2 | 2009-08-10 21:03 | xtra | Implemented first version of "add to shopping cart". |
| 3 | 2009-08-10 22:04 | MacKP | templates um pagination erweitert |
| 4 | 2009-08-10 22:28 | MacKP | lang tl_settings.php -> changed the legend with the amazon Secret Access Key and Access Key ID for better understanding |
| 5 | 2009-08-10 22:48 | MacKP | |
| 6 | 2009-08-10 22:52 | MacKP | changed the css-classes in engl. so the classes are the same as the legends. |
| 7 | 2009-08-10 23:29 | xtra | - Added pagination support to ModuleAmazonWishlist - changed directory structure to have a toplevel dir in trunk. |
| 8 | 2009-08-10 23:34 | xtra | finished directory structure changed to have a toplevel dir in trunk. |
| 9 | 2009-08-10 23:42 | MacKP | implement the $error in tmp and in the css |
| 10 | 2009-08-11 00:00 | MacKP | |
| 11 | 2009-08-12 00:28 | xtra | Added caching to AmazonRequest class. Pass boolean parametet to method execute() to use it. Fixed some stuff in table based template. Added missing .htaccess to dca folder. Updated language files. Fixed typo in lookup list of priorities. Cleaned up ModuleAmazonWishlist::compile() and fixed a bug in there that we did not stop loading on the last page (it tried to fetch "forever" the next page until we get the amount we want which is never). |
| 12 | 2009-08-12 00:55 | xtra | Added default value to caching time (I really hope it works for DC_File). Fixed eval to have w50 for the other fields and made them mandatory. |
| 13 | 2009-08-13 21:04 | xtra | - Fixed minor bugs. - Added option to include already purchased items. - Added our cache to the list of cache tables in TL config. - Added reformatting of dates to the TL internal format. |
| 14 | 2009-08-13 22:42 | xtra | Bugfix: OmitPurchasedItems was handled the wrong way around. It was showing them when it should not and the other way around. |
| 15 | 2009-11-23 14:08 | xtra | Fixed priority list and did some code cleanup. |
| 16 | 2009-12-18 04:53 | xtra | - Reorganized the directory structure with branches and tags. - Switched to HTTP 1.1 compatible RequestExtended object. |
| 17 | 2010-01-21 14:52 | xtra | added rel="nofollow" to "buy"-links. |
| 18 | 2010-06-05 05:56 | xtra | Disabled link when desired quantity equals received quantity. |
| 19 | 2010-06-05 06:05 | xtra | Added sort by config option forced quantities to be of int value instead of string. |