Subject: BookLibrary component for Joomla.

Release 1.5.3.1 Basic
Development: OrdaSoft - Andrey Kvasnevskiy (akbet@ordasoft.com);
Date: 10 May 2010

Change summary in component:
01. Added possibility work with Search module
02. Rebuilded search algoritm.
03. Added possibility create link to search result.


Release 1.5.3 Basic
Development: OrdaSoft - Andrey Kvasnevskiy (akbet@ordasoft.com);Aleksey Pakholkov;
Date: 25 December 2009

Change summary in component:
01. Added «mhash» function support protocol for book information fetching
02. Fetch book mechanism improved.


Release 1.5.2.4 Basic
Development: OrdaSoft - Andrey Kvasnevskiy (akbet@ordasoft.com);
Date: 20 March 2009

Change summary in component:
01. Some fixes to CSV import/export
02. Some fixes to MySQL import/export.
03. Set in Category manager "Parent" category as Disabled for "Edit" category. Fixes error setting child category as parent. 04. Fixed category sorting issues after Full import
05. Added button to book edit for setting local book cover path
06. Fix to make the last subcategory show up in the pathway (breadcrumbs)
07. Fixed issue where saving book without cover image did not save correctly under Windows 08. Removed mb_convert_encoding in order to work with special characters retrieved from Amazon for book titles, authors, etc.(like ß, ü, ö, ô, etc.)
09. Complete rewrite for native Joomla 1.5.x of BookLibrary 1.0.2 component.
10. Added option to show/hide subcategories in main category view.
11. Corrections for XHTML compliance.



Release 1.0.2 Free
Development: OrdaSoft - Andrey Kvasnevskiy (akbet@ordasoft.com);
Date: April 2008

Change summary in component:
01. Added in frontend button [Buy now].
02. Full language name in book description frontend.
03. Added in frontend button for [Add Review].
04. AJAX show/hide form for [Add Review].
05. Subcategories now show in main category view frontend (categories tree).
06. Added "Book Description" to CSV Import/Export.
07. Added "Book Description, Language, Review" to in XML Import/Export.
08. Added full data Import/Export.
09. Added Help Description in "Import/Export Books".
10. Fixed rights assignments, admin can select multiple groups.
11. Fixed rights: higher privilege now always includes lower privileges.
12. Added in 'Configuration :: Frontend' options for [Show price].
13. Added fetch book information from Amazon through ISBN-10 and ISBN-13 (ISBN-13 works for com, ca, uk only!).
14. Added checks for empty bookID to [Book Manager].
15. Corrected English language file.
16. Book Manager dropdown boxes now default to "All Books" and "All Categories".
17. Ability to assign different folder icons to Categories and Subcategories.
18. Added sample data at installation time for new users
19. Added UTF-8 decoding for ISO databases for book title, author and publisher pulled in from Amazon



Release 1.0
Author: Andrey Kvasnevskiy (akbet@ordasoft.com); Nikolay Salionovych (salionovych@ukr.net).
Date: December 2007

Change summary in component:
1. Component rebuild to work with PHP5 native SOAP. Moved to new Amazon API version. Deleted NuSOAP library and all references to NuSOAP
2. Deleted files:
- /polish.php;
- /booklibrary_en.xml;
- /booklibrary_pl.xml;
- /releasenote.php
- /Przeczytaj.txt.
- /language/polish.php
3. Change file images for icons
4. Spelling and language errors have been corrected
5. Change readme.txt
6. Added changelog.txt
7. Added file /doc/changelog.html
8. Language files added:
- /language/dutch.php;
- /language/french.php;
- /language/geman.php.
- /language/italian.php.
9. Corrected /language/english.php
10. Corrected booklibrary.xml
11. Corrected Frontend and Backend settings
12. Added Review Edit possibility to Admin interface
13. Added 'Back' button to configuration BookLibrary Menu Item
14. Added parameters 'AWSAccessKeyId', 'Photo Size', 'Page Items' to Admin interface
15. Corrected working of "Booklibrary::About"
16. Added to "Booklibrary::About" changelog
17. Corrected mistakes for User Access Rights for the Review options
18. Corrected "Alt" tag text for book rating (now a variable instead of static, xhtml validation)
19. In order to solve the problem of a WARNING: allow_call_time_pass_reference, removed all occurrences of the & in functions call in all files
20. Corrected working of books export / import
21. Added checks for XSLT and SOAP extensions in the PHP installation
22. Added PHP version checking
23. Corrected working of signs 'yen' and 'pound' in book price
24. Added parameters for default book language and default Amazon host for book information download
25. Changed Book Category page
26. Changed view captions for all pages
27. Changed image book cover download - now with help CURL instead of fopen (fopen is a potential security risk, CURL is safe)
28. Installation check: if the CURL extension exists in the PHP installation



Release 0.7.
Author: Leon Treff (treff@pt.lu)
Date: 2006-08-02
Polish adaptation: Andrzej Waland (www.waland.pl/mambo)


Backend:
================================================================
1. in file: admin.booklibrary.class.conf.php:
- updated version number and date
2. in file: admin.booklibrary.class.ws.php:
- corrected mispelled text 'Porxy' to 'Proxy'
3. in file: admin.booklibrary.html.php:
- corrected mispelled value 'unpblish' to 'unpublish'
- corrected mispelled constant '..._REMEBER' to '..._REMEMBER'
4. in file: booklibrary.xml:
- replaced three occurrences of
'fk_bookid' int(11) NOT NULL default '';
by
'fk_bookid' int(11) NOT NULL default '0';
5. in file: \docreleasenote.php:
- replaced $mosConfig_alang by $mosConfig_lang

Frontend:
================================================================
6. in file: booklibrary.class.lend_request.php:
- added e-mail functionality such that a user having issued a lend request
is immediately informed via an e-mail when the administrator has accepted the lend request.
For this purpose three new text constants have been added to the language files.
7. in file: booklibrary.class.review.php:
- replaced one occurrence of variable $fk_userid by $rating
8. in file: booklibrary.php:
- added the line
$currentcat->allign='right';
- replaced to polish comments by english comments
9. in file: booklibrary.html.php:
- corrected form.user_mailing
- coorected form.lend_until
- changed return(str_indexof "@" > 1); in order to allow e-mail addresses of the form x.y@z
- introduced additions at various places in order to allow a better follow up of checked lend requests
- fixed various misplaced or incorrect syntactical brackets of the form
table .. /table, tr .. /tr, td .. /td
10. in file: \language\english.php:
- applied various orthographical corrections
11. added a french translation in the new file \language\french.php
The file booklibrary.xml must still be updated for considering this file at the installation



Release 0.6.
Author: Gerd Saurer (goertsch@user.mamboforge.net) http://booklibrary.mamboforge.net/
Date: 2005-03-21