CHANGELOG
-------------------------------- Release 0.3 -----------------------------------
2004-06-17 Mauricio Diaz Orlich <madd0@users.sourceforge.net>
* LiteDetails::getImage() now returns absolute addresses even for default
images.
2004-06-10 Mauricio Diaz Orlich <madd0@users.sourceforge.net>
* HeavyDetails::getPlatforms() was not returning false if no platforms were
set. This has been corrected.
* Added function HeavyDetails::getNoOfTracks() to obtain the number of tracks
a product has.
* Added function HeavyDetails::getNoOfFeatures() to obtain the number of
features a product has.
2004-05-01 Mauricio Diaz Orlich <madd0@users.sourceforge.net>
* The bad news: config.inc.php was entirely changed
* The GOOD news: there's now a GUI (configurator.php) to edit config.inc.php,
which has been split in several files.
The new GUI lets you configure amazOOP, and lets you add/remove/edit
amazOOP categories, as well as store IDs for image replacements.
------------------------------- Release 0.3RC1 ---------------------------------
2004-04-16 Mauricio Diaz Orlich <madd0@users.sourceforge.net>
* Fixed getSavings(), which was having trouble handling zeros...
* Fixed RSS feeds, which had trouble getting the name of the browse node
2004-04-11 Mauricio Diaz Orlich <madd0@users.sourceforge.net>
* Improved HeavyDetails::getPlatforms() which sometimes returned some ugly
stuff.
2004-04-09 Mauricio Diaz Orlich <madd0@users.sourceforge.net>
* LiteDetails::getProductName(), HeavyDetails::getProductName() and
CustomerReview::getReview() now receive two optional parameters:
- integer $words the number of words you want to get, or 0 (default)if you
want the whole review or product name.
- string $end the character(s) to be appended at the end of the review or
the product's name in case the whole text is not returned.
Default is "..."
2004-04-02 Mauricio Diaz Orlich <madd0@users.sourceforge.net>
* Improved verification of images
* Logs now include IP address of client requesting page and duration of
request.
2004-03-31 Mauricio Diaz Orlich <madd0@users.sourceforge.net>
* Added AmazonQuery::liteQuery() and AmazonQuery::heavyQuery() to avoid
the need of the $type parameter in AmazonQuery::query()
* Worked on the "1-second rule", which apparently we were breaking.
2004-03-23 Mauricio Diaz Orlich <madd0@users.sourceforge.net>
* amazOOP now splits lists of artists that are provided by AWS as a single
artist separated by slashes (e.g. Paco de Lucia/John McLaughlin/Al Di Meola)
Haven't checked if the same happens with authors.
Also separates artists that come together with an "&"
2004-03-13 Mauricio Diaz Orlich <madd0@users.sourceforge.net>
* Added new Amazon.de modes
* Corrected other.class.php lines 253,267 that called getErrorMessage instead
of $this->getErrorMessage
2004-03-12 Mauricio Diaz Orlich <madd0@users.sourceforge.net>
* Added the ability to provide additional parameters to an IMG tag when using
the getURL method. See the documentation of LiteDetails or HeavyDetails for
more information on changes to getURL's parameters.
--------------------------------- Release 0.2 ----------------------------------
2004-03-12 Mauricio Diaz Orlich <madd0@users.sourceforge.net>
* Corrected parser.class.php, line 78 that was missing a semi-colon
2004-02-28 Mauricio Diaz Orlich <madd0@users.sourceforge.net>
* Worked on documentation using phpDocumentor
[http://phpdocu.sourceforge.net/]
2004-02-23 Mauricio Diaz Orlich <madd0@users.sourceforge.net>
* Fixed missing break statement that made the last mode in blended searches to
be stored as an error message. (parser.class.php)
* Fixed problem when & character appeared in tracks and features that made a
same track or feature to be stored in separate fields in the arrays.
(parser.class.php)
2004-02-22 Mauricio Diaz Orlich <madd0@users.sourceforge.net>
* Amazon.co.jp server changed to xml.amazon.co.jp
2004-02-20 Mauricio Diaz Orlich <madd0@users.sourceforge.net>
* IMPORTANT!!!
getSavings method only receives one optional parameter now.
Locale must no longer be passed as first paramater!
2004-02-10 Mauricio Diaz Orlich <madd0@users.sourceforge.net>
* Added support for error logs as well as request logs, configuration as
always in config.inc.php file
2004-01-23 Mauricio Diaz Orlich <madd0@users.sourceforge.net>
* Fixed problem getSavings() method since it wasn't returning correct
values.
--------------------------------- Release 0.1 ----------------------------------
2004-01-23 Mauricio Diaz Orlich <madd0@users.sourceforge.net>
* First release. Beta version.
|