Changelog and contributors list ------------------------------------------------------------------------ Version 1.9.1beta15 Change List Release Date: 20/07/2014 ------------------------------------------------------------------------ BEGIN VERSION 1.9.1beta15 CHANGES ------------------------------------------------------------------------ * Same code base as 1.8.1beta15 with necessary modifications to work on Elgg 1.9 (fix of limitation to 10 images to be uploaded in one batch when using Plupload HTML5/HTML4 uploader), * Fix of deprecated usage of getFriends() function on Elgg 1.9. Contributors: * iionly ------------------------------------------------------------------------ END VERSION 1.9.1beta15 CHANGES ------------------------------------------------------------------------ ------------------------------------------------------------------------ Version 1.8.1beta15 Change List Release Date: 20/07/2014 ------------------------------------------------------------------------ BEGIN VERSION 1.8.1beta15 CHANGES ------------------------------------------------------------------------ * Fix of limitation to 10 images to be uploaded in one batch when using Plupload HTML5/HTML4 uploader. Contributors: * iionly ------------------------------------------------------------------------ END VERSION 1.8.1beta15 CHANGES ------------------------------------------------------------------------ ------------------------------------------------------------------------ Version 1.9.1beta14 Change List Release Date: 09/06/2014 ------------------------------------------------------------------------ BEGIN VERSION 1.9.1beta14 CHANGES ------------------------------------------------------------------------ * Same code base as 1.8.1beta14 with necessary modifications to work on Elgg 1.9, * Nicer UI theme for the HTML5/HTML4 uploader with list view or thumbnails preview (default) of image files in upload queue, * Limit size of lightbox view to a maximum of 95% of width/height of window. Contributors: * iionly * YaNoo * Joaquín ------------------------------------------------------------------------ END VERSION 1.9.1beta14 CHANGES ------------------------------------------------------------------------ ------------------------------------------------------------------------ Version 1.8.1beta14 Change List Release Date: 09/06/2014 ------------------------------------------------------------------------ BEGIN VERSION 1.8.1beta14 CHANGES ------------------------------------------------------------------------ * Uploadify flash uploader replaced by Plupload HTML5/HTML4 uploader (thanks to YaNoo for taking the initiative and providing a PR - otherwise you would have had to wait longer for me to implement it), * Spanish language file added (provided by Joaquín). Contributors: * iionly * YaNoo * Joaquín ------------------------------------------------------------------------ END VERSION 1.8.1beta14 CHANGES ------------------------------------------------------------------------ ------------------------------------------------------------------------ Version 1.9.1beta13 Change List Release Date: 02/04/2014 ------------------------------------------------------------------------ BEGIN VERSION 1.9.1beta13 CHANGES ------------------------------------------------------------------------ ATTENTION: before executing the upgrade script that comes with this version you should have finished the upgrade process of Elgg core from 1.8 to 1.9 if you are not starting on a fresh Elgg 1.9 installation. It's important that all existing comment annotations have already been converted to comment entities. And PLEASE BACKUP YOUR DATABASE before executing the Tidypics upgrade. The backup is important because the script might possibly take some time to finish depending on how many database entries are in need to be updated. * Same code base as 1.8.1beta13 with necessary modifications to work on Elgg 1.9, * The upgrade script that comes with this version does basically the same as the upgrade script included in 1.8.1beta13: comments formerly made on the activity page are assigned to the uploaded image (on single image uploads) or albums. This is necessary for all existing comments to show up in the same way as future comments. The comments will still be displayed on the activity page but in addition also automatically on image pages or album pages respectively. In addition to the changes done by the Elgg 1.8 version of Tidypics 1.8.1beta13 the version for Elgg 1.9 also restores the specific Tidypics comment views (with thumbnails) on the activity page that were changed to a default comments view by Elgg core when upgrading to 1.9. Contributors: * iionly * Juho Jaakkola ------------------------------------------------------------------------ END VERSION 1.9.1beta13 CHANGES ------------------------------------------------------------------------ ------------------------------------------------------------------------ Version 1.8.1beta13 Change List Release Date: 01/04/2014 ------------------------------------------------------------------------ BEGIN VERSION 1.8.1beta13 CHANGES ------------------------------------------------------------------------ ATTENTION: this new release contains an update script that changes database entries related to comments and likes made on Tidypics image upload river entries. Read the changelog carefully BEFORE running the upgrade to understand what it does and in any case make a database backup before executing the upgrade to be able to revert to the former state if you are not content with the result. The backup is also important because the script might possibly take some time to finish depending on how many database entries are in need to be updated. * Code cleanup, * Flash uploader: limit number of images that can be added in one go to 10, * Fix on friends tab pages of "All Photos" and "All photo albums" to check if user has friends and display a fitting message if not instead of saying the friends would not have uploaded image yet (which shows when the user has friends but they have not yet uploaded images), * Removed plugin setting to turn commenting on albums on/off. Commenting on albums is now always on, * Commenting on image uploads on the Activity page (commenting on Tidypics_batch entities): when commenting on an upload of a single image the comment will be added to this image and when commenting on an upload of more than a single image the comment will be added to the corresponding album (in both cases the comment made will still be shown also on the activity page below this river entry), * the same with liking image uploads entries on the Activity page: if a single image was uploaded this image will get the like and if more than a single image was uploaded the corresponding album will get the like (in both cases the like will also be shown on the activity page in the river menu of this entry), * IMPORTANT!!!!!! Please read: upgrade script to assign existing comments and likes made on image upload river entries either to the corresponding image or album. This script makes the existing comments and likes consistent with the future comments and likes created on Tidypics 1.8.1beta13. The update script (mod/tidypics/upgrades/2013121201.php) does the folling: 1. upgrading of comments on river entries that were made with Tidypics 1.8.0rc1 or earlier, 2. slightly different procedure for upgrading comments on river entries made with a Tidypics 1.8.1betaXX version: for these comments a second database entry was created for the comment to show not only on the activity page but also on the albums' pages. The upgrade script identifies these second comment entries by the lack of corresponding river entries in the database and then deletes these entries. If you have by any means deleted entries on the activity page informing about comments made on album pages or if you prevent such entries to be created on your site somehow then these comments will also get deleted. Unfortunately, there's no other way of getting rid of the duplicate comments entries that are now no longer needed. If in doubt, comment out "Part 3" of the upgrade code in mod/tidypics/upgrades/2013121201.php. 3. upgrading of likes on river entries: here's a check included if a user has already liked the album or image the like made to the river entry would get moved to. If there's not already an existing like the like will get moved from the river entry and added to the album/image. If the user has already liked the image or corresponding album the like will not get added to avoid duplicate likings. Contributors: * iionly * Juho Jaakkola ------------------------------------------------------------------------ END VERSION 1.8.1beta13 CHANGES ------------------------------------------------------------------------ ------------------------------------------------------------------------ Version 1.9.1beta12 Change List Release Date: 03/01/2014 ------------------------------------------------------------------------ BEGIN VERSION 1.9.1beta12 CHANGES ------------------------------------------------------------------------ * Same code base as 1.8.1beta12 with necessary modifications to work on Elgg 1.9, * addtional Elgg 1.9 specific changes: - Fix of some deprecation issues that turned up on Elgg 1.9, - Fix of "Recently commented photos" and "Most commented..." pages to work again on Elgg 1.9 (necessary due to the change in Elgg 1.9 of handling comments as ElggComment entities instead of annotations), - Fix of river comment entries to optionally include a thumbnail of the image / the album cover to work again on Elgg 1.9 (ATTENTION: only new river entries will show the thumbnail images automatically. For getting existing river entries - especially entries created on Elgg 1.8 previously - to also show the thumbnail images again you will have to execute an upgrade script. You can execute this script by clicking on the "Upgrade" button on the Tidypics settings page. BEFORE executing the Tidypics-specific upgrade FIRST execute any outstanding upgrades of Elgg 1.9 core - especially the migration of all comment annotations to the new Elgg comment objects!!!). Contributors: * iionly ------------------------------------------------------------------------ END VERSION 1.9.1beta12 CHANGES ------------------------------------------------------------------------ ------------------------------------------------------------------------ Version 1.8.1beta12 Change List Release Date: 02/01/2014 ------------------------------------------------------------------------ BEGIN VERSION 1.8.1beta12 CHANGES ------------------------------------------------------------------------ * Added placeholder images to be displayed in case no images have been uploaded to an album yet in the image sizes previously missing, * On deletion of an album the corresponding album folder in data directory gets deleted and no longer the (empty) album folder remains, * Flash uploader fixed in the case of group albums when someone else than the album creator wants to upload images to a group album, * Navigation arrows hidden if an album contains only a single image, * Correction of title of group pages "Most recent albums" widget, * "View all" link in Latest Photos widget on profile pages working for site visitors not logged in, * Fixed list of offered existing albums to select from for image uploads when in group context, * Fixed display of image and album gallery pages when images or albums exist that belong to groups with restricted access (The images or albums shown in the gallery pages depend on the viewing user having the necessary right for viewing depending on the access level defined for these albums including the images within these albums. For example a user gets to see all albums with "public" access level regardless if logged in or not. But if you set the access level "public" or "logged in" for a group album this results in even a non-group member being able to get access to such albums and their content. But if the group itself is a restricted group certain problems arise when this group contains "public" or "logged-in" content. In case of the gallery views within Tidypics the outcome is a fatal error occuring on these pages. This fix avoids the fatal error from happening. Still the group images and albums of restricted albums are included in the listings due to the access level set for them. If you don't want any albums or images of restricted groups to be seen by non-group-members you must set the access level of these albums to the corresponding group's level). Contributors: * iionly ------------------------------------------------------------------------ END VERSION 1.8.1beta12 CHANGES ------------------------------------------------------------------------ ------------------------------------------------------------------------ Version 1.8.1beta11 Change List Release Date: 01/09/2013 ------------------------------------------------------------------------ BEGIN VERSION 1.8.1beta11 CHANGES ------------------------------------------------------------------------ * Some general code cleanup, * Fix of river entries appearing twice on image uploads in case the Flash uploader is used and the plugin option is set to create separate entries for each uploaded image (issue introduced in beta10), * Added TidypicsBatch class (that extends ElggObject class) used for creation of objects of subtype "tidypics_batch" (used for handling "batches" of uploaded images) instead of creation the objects as ElggObject and assinging the subtype, * Improvements on slideshow: - a slideshow can be started on all pages that display a suitable list of images (but the slideshow feature is only available if the slideshow plugin option introduced in beta10 is enabled in the plugin settings), - start of slideshow via title menu button, - slideshow will include the next 64 images (i.e. 5 pages of images) of the current displayed image list taking into account the current page offset (i.e. on page 1 the slideshow will display pages 1-5 while on page 10 it will display the images of pages 10-14 etc.). (Longtime goal for future Tidypics versions: no limitation of number of images in slideshow and most likely replacing the PicLensLite slideshow by something else / something better. Currently, the number of images to be included in a slideshow is somewhat limited by avoiding running into memory issues. Also, the PicLensLite slideshow library requires the Flash plugin on client browsers which is annoying and the 3D wall feature does no longer work), * Improvements on image orientation correction at image uploading: - using best methods available depending on image library selected, - update orientation information saved in image file after a change of image orientation if the image library used supports this (GD library unfortunately does not support it but the exif info saved in the image file is lost on image orientation correction anyway), - support of orientation correction not only of rotated but also of mirrowed (and possibly additionally rotated) images, - some remarks regarding which image library to use for Tidypics: * if possible and available on your server use the "ImageMagick executable". Generally, this library has a much smaller memory requirement compared to the GD library both for image resizing (i.e. creation of thumbnail preview images) and orientation correction of images. Additionally, the exif information saved in an image file will be preserved both during resizing and orientation correction processing, * next best choice after "ImageMagick executable" is the "imagick PHP extension". It also has a low memory consumption compared to the GD library but you might lose exif information during image processing, * the GD library should be available on any server (as Elgg core requires it anyway). The memory requirement of the GD library can be quite high both for creation of thumbnails and image orientation corrections. The memory requirement is depending not on the image file size in the first place but on image resolution, color depth per pixel and color channels per pixel (so even a small sized image file might require more memory than available on the server). If you use the GD library for Tidypics on your server, your users might not be able to upload larger images. Additionaly, exif information saved in the image files might get lost during image orientation correction. Contributors: * iionly ------------------------------------------------------------------------ END VERSION 1.8.1beta11 CHANGES ------------------------------------------------------------------------ ------------------------------------------------------------------------ Version 1.9.1beta10 Change List Release Date: 17/08/2013 ------------------------------------------------------------------------ BEGIN VERSION 1.9.1beta10 CHANGES ------------------------------------------------------------------------ * Same code base as 1.8.1beta10 with necessary modifications to work on Elgg 1.9. Contributors: * iionly ------------------------------------------------------------------------ END VERSION 1.9.1beta10 CHANGES ------------------------------------------------------------------------ ------------------------------------------------------------------------ Version 1.8.1beta10 Change List Release Date: 17/08/2013 ------------------------------------------------------------------------ BEGIN VERSION 1.8.1beta10 CHANGES ------------------------------------------------------------------------ * Some preparations for compatibility with Elgg 1.9 (currently it looks like I will have to release a version for Elgg 1.9 separately though), * Replacement of a deprecated function, * Small improvement in Flash uploader error handling, * New plugin option: use of slideshow optional, * Fixed check of memory requirement for image re-sizing on upload when using GD php extension, * Slightly better catching of missing images / thumbnail situations, * Improved image orientation correction on image upload. When using GD library it will only be done when memory requirement is fullfilled. Additionally, Imagick php extension or ImageMagick library is used when defined as image library in Tidypics plugin settings, * New tab on Tidypics plugin settings: image deletion by providing GUID of image (in case the image entry can't be deleted via site front-end), * Includes the following changes in Tidypics from official Tidypics repo at https://github.com/cash/Tidypics: - correction of text in notifications about image uploads in case the uploader is not the owner of the album. Contributors: * iionly * Jerome Bakker ------------------------------------------------------------------------ END VERSION 1.8.1beta10 CHANGES ------------------------------------------------------------------------ ------------------------------------------------------------------------ Version 1.8.1beta9 Change List Release Date: 26/06/2013 ------------------------------------------------------------------------ BEGIN VERSION 1.8.1beta9 CHANGES ------------------------------------------------------------------------ * Fixed php syntax error introduced in beta8 preventing group profile pages to be rendered (thanks to Pasley70 for reporting). Contributors: * iionly * Pasley70 ------------------------------------------------------------------------ END VERSION 1.8.1beta9 CHANGES ------------------------------------------------------------------------ ------------------------------------------------------------------------ Version 1.8.1beta8 Change List Release Date: 25/06/2013 ------------------------------------------------------------------------ BEGIN VERSION 1.8.1beta8 CHANGES ------------------------------------------------------------------------ * Requires Elgg 1.8.16 due to bugfix https://github.com/Elgg/Elgg/issues/5564 for the pagination on list pages to work, * Pagination support for the list pages (like "Most views" / "Recently commented" etc.) to show more than only a hardcoded number of photos in each list view, * List pages (like "Most views" / "Recently commented" etc.) to work correctly when logged out and to show only photos that the viewer is allowed to see based on access level settings, * "All", "Friends", "Mine" tabs hidden on "All photos" page when logged-out, * "Upload photos" button hidden when logged-out, * "Photos you are tagged in" sidebar entry hidden when logged-out, * "Tag" entity menu entry hidden when logged out, * "Photos you are tagged in" page revised, * List of members tagged in a image in sidebar when viewing an image (by including a code snippet of the Tagged People plugin by Kevin Jardine), * Fix in image and album save actions for deleting all image/album tags to work (referring to the usual Elgg Entity tags), * Improvements in handling Tidypics user and word tags of images (including CSS improvements) to play well together with the Image entidy tags (avoiding double tags to be added, removal of corresponding Image entity tags when an Tidypics image word tag is removed), * River entry on adding word tags to an image, * Includes the following changes in Tidypics from official Tidypics repo at https://github.com/cash/Tidypics: - made the albums notifications overridable rather than calling object_notifications() directly, - fixed: security issue with showing malicious exif data. Contributors: * iionly * Cash Costello * Kevin Jardine * Jerome Bakker ------------------------------------------------------------------------ END VERSION 1.8.1beta8 CHANGES ------------------------------------------------------------------------ ------------------------------------------------------------------------ Version 1.8.1beta7 Change List Release Date: 20/05/2013 ------------------------------------------------------------------------ BEGIN VERSION 1.8.1beta7 CHANGES ------------------------------------------------------------------------ * auto-correction of image orientation on image upload (thanks to Jimmy Coder for the code snippet for image rotation), * word tags (as opposed to tagging a user): tags that don't correspond with a username will be added to the tags of the photo (searchable), * Includes the following changes in Tidypics from official Tidypics repo at https://github.com/cash/Tidypics: - set tiny size for sites that may not have it set (e.g. possibly sites updated from Elgg 1.6) (by Cash Costello), - stripping non word characters from title when pulled from image filename (by Cash Costello), - added tagging to river with notification to user (by Cash Costello, Kevin Jardine). Contributors: * iionly * Cash Costello * Kevin Jardine * Jimmy Coder ------------------------------------------------------------------------ END VERSION 1.8.1beta7 CHANGES ------------------------------------------------------------------------ ------------------------------------------------------------------------ Version 1.8.1beta6 Change List Release Date: 28/04/2013 ------------------------------------------------------------------------ BEGIN VERSION 1.8.1beta6 CHANGES ------------------------------------------------------------------------ * Fix for Tidypics to work in Elgg 1.8.15 (creating new albums), * Updated uploadify flash uploader to version 3.2 (this might only be a preliminary solution as I might need to switch to another flash (html5) uploader as the Uploadify uploader has some limitations and also seems no longer fully supported), * Fixed some deprecated function calls (they were not in actively used code but some people might have wondered about it nonetheless as the Code Analyzer plugin gave some warnings about them), * Fixed html code in widgets' content.php for better theme compatibility (as suggested by ura soul). Contributors: * iionly ------------------------------------------------------------------------ END VERSION 1.8.1beta6 CHANGES ------------------------------------------------------------------------ ------------------------------------------------------------------------ Version 1.8.1beta5 Change List Release Date: 01/04/2013 ------------------------------------------------------------------------ BEGIN VERSION 1.8.1beta5 CHANGES ------------------------------------------------------------------------ * Fix in river entry creation (hopefully last fix necessary for now...). Contributors: * iionly ------------------------------------------------------------------------ END VERSION 1.8.1beta5 CHANGES ------------------------------------------------------------------------ ------------------------------------------------------------------------ Version 1.8.1beta4 Change List Release Date: 26/03/2013 ------------------------------------------------------------------------ BEGIN VERSION 1.8.1beta4 CHANGES ------------------------------------------------------------------------ * River entries code reworked (solution introduced in beta3 did not work as intended), * Option to include preview images in river entries when comments were made on albums and images, * Fix a few errors in language files (en and de), * Permission handling of tidypics_batches: on permission change of an album the permissions of corresponding tidypics_batches are changed to same new permission, Contributors: * iionly ------------------------------------------------------------------------ END VERSION 1.8.1beta4 CHANGES ------------------------------------------------------------------------ ------------------------------------------------------------------------ Version 1.8.1beta3 Change List Release Date: 03/17/2013 ------------------------------------------------------------------------ BEGIN VERSION 1.8.1beta3 CHANGES ------------------------------------------------------------------------ * River entries fixed (note: commenting on existing "batch" river entries does not work. It will only work for river entries created after upgrading to 1.8.1beta3!). Contributors: * iionly ------------------------------------------------------------------------ END VERSION 1.8.1beta3 CHANGES ------------------------------------------------------------------------ ------------------------------------------------------------------------ Version 1.8.1beta2 Change List Release Date: 03/10/2013 ------------------------------------------------------------------------ BEGIN VERSION 1.8.1beta2 CHANGES ------------------------------------------------------------------------ * Fixed quota support, * Fixed issue with image entries (without images available) getting created on failed image uploads, * Fixed an issue introduced in beta1 that resulted in (harmless but many) log entries getting created, * Fixed Highest vote counts page, * Display of Elggx Fivestar rating widget defined via Elggx Fivestar default view (requires version 1.8.3 of Elggx Fivestar plugin). Contributors: * iionly ------------------------------------------------------------------------ END VERSION 1.8.1beta2 CHANGES ------------------------------------------------------------------------ ------------------------------------------------------------------------ Version 1.8.1beta1 Change List Release Date: 03/05/2013 ------------------------------------------------------------------------ BEGIN VERSION 1.8.1beta1 CHANGES ------------------------------------------------------------------------ * Removal of option to set access level for images. Images always get the same access level as the album they are uploaded to. On changing the access level of an album all its images get assigned the same access level, too, * New plugin navigation / pages: more centered on (recent) images than albums, * Support of Widget Manager index page and groups' pages widgets, * Fivestar voting widget included on detailed image views, * Some code-cleanup. Contributors: * Cash Costello * Brett Profitt * Kevin Kardine * Sem (sembrestels) * Steve Clay * Luciano Lima * iionly ------------------------------------------------------------------------ END VERSION 1.8.1beta1 CHANGES ------------------------------------------------------------------------ ------------------------------------------------------------------------ Version 1.8.0 RC1 Change List Release Date: 07/14/2012 ------------------------------------------------------------------------ BEGIN VERSION 1.8.0 RC1 CHANGES ------------------------------------------------------------------------ * Updated for Elgg 1.8 Contributors: * Cash Costello * Brett Profitt ------------------------------------------------------------------------ END VERSION 1.8.0 RC1 CHANGES ------------------------------------------------------------------------ ------------------------------------------------------------------------ Version 1.7.3 Change List Release Date: 11/09/2011 ------------------------------------------------------------------------ BEGIN VERSION 1.7.3 CHANGES ------------------------------------------------------------------------ * Removed admin settings in favor of Tidypics Administration * Add two river strings for those using Elgg 1.8 * Fixed bug where the batch object was not being deleted when had 0 images ------------------------------------------------------------------------ END VERSION 1.7.3 CHANGES ------------------------------------------------------------------------ ------------------------------------------------------------------------ Version 1.7.2 Change List Release Date: 10/11/2011 ------------------------------------------------------------------------ BEGIN VERSION 1.7.2 CHANGES ------------------------------------------------------------------------ * Fixed bug with admin tabs * Fixed bug with pagination on all site albums page * New installs get default settings automatically added * Added a server check for cookie-only sessions ------------------------------------------------------------------------ END VERSION 1.7.2 CHANGES ------------------------------------------------------------------------ ------------------------------------------------------------------------ Version 1.7.1 Change List Release Date: 07/10/2011 ------------------------------------------------------------------------ BEGIN VERSION 1.7.1 CHANGES ------------------------------------------------------------------------ * Added a toggle for enabling the Flash uploader * Fixed bug with slideshow not displaying all images in an album * Fixed bug with only 8 images showing on an album page. Default is 16. ------------------------------------------------------------------------ END VERSION 1.7.1 CHANGES ------------------------------------------------------------------------ ------------------------------------------------------------------------ Version 1.7.0 Change List Final Release Date: 06/05/2011 Beta 1 Release Date: 11/06/2010 Contributors: * Cash Costello * Jeff Tilson * Original Flash code by Torsten Wesolek * language files submitted by gillie and lord55 ------------------------------------------------------------------------ BEGIN VERSION 1.7.0 CHANGES ------------------------------------------------------------------------ * Add Flash uploader * Added album sorting * Added batch upload river entries * Fixed bug where old installs of Tidypics would not upgrade * Fixed bug in activity river with link on image entry * Fixed tag pop-up box display issue * Fixed display of avatars in tag river entries * Fixed 2 widget bugs * Fixed bug with images that have national characters in filename ------------------------------------------------------------------------ END VERSION 1.7.0 CHANGES ------------------------------------------------------------------------ ------------------------------------------------------------------------ Version 1.6.8 Change List Release Date: 05/01/2010 ------------------------------------------------------------------------ BEGIN VERSION 1.6.8 CHANGES ------------------------------------------------------------------------ * New language strings: tidypics:nophotosingroup, tidypics:baduploadform tidypics:settings:heading:img_lib, tidypics:settings:heading:main, tidypics:settings:heading:river, tidypics:settings:heading:sizes, tidypics:settings:heading:groups * Fixed bug in titles of albums RSS * Added a new css element: tidypics_line_break * Fixed layout of album covers due to long titles or other text * Fixed some bugs with image resizing when images are wide and short * Improved interface of admin settings ------------------------------------------------------------------------ END VERSION 1.6.8 CHANGES ------------------------------------------------------------------------ ------------------------------------------------------------------------ Version 1.6.7 Change List Release Date: 04/24/2010 ------------------------------------------------------------------------ BEGIN VERSION 1.6.7 CHANGES ------------------------------------------------------------------------ * Added categories integration * Added a better quota display message - includes percentage now * Tweaked the css so that upload list is enumerated (#tidypics_image_upload_list) ------------------------------------------------------------------------ END VERSION 1.6.7 CHANGES ------------------------------------------------------------------------ ------------------------------------------------------------------------ Version 1.6.6 Change List Release Date: 03/06/2010 ------------------------------------------------------------------------ BEGIN VERSION 1.6.6 CHANGES ------------------------------------------------------------------------ * Tweaked slideshow start code * Fixed bug with delete tags menu item * Fixed bug in en.php * Better error checking for ImageMagick resizing ------------------------------------------------------------------------ END VERSION 1.6.6 CHANGES ------------------------------------------------------------------------ ------------------------------------------------------------------------ Version 1.6.5 Change List Release Date: 12/12/2009 ------------------------------------------------------------------------ BEGIN VERSION 1.6.5 CHANGES ------------------------------------------------------------------------ * Bug fixes * Better plugin hooks for adding slideshows and lightboxes * Better display of album pages and tweaked css * Slideshows available on more pages * Made a change to parameters in tp_list_entities - added container * Added Danish translation from erikernstm * Added French translation from Fx Nion ------------------------------------------------------------------------ END VERSION 1.6.5 CHANGES ------------------------------------------------------------------------ ------------------------------------------------------------------------ Version 1.6.4 Change List Release Date: 10/05/2009 ------------------------------------------------------------------------ BEGIN VERSION 1.6.4 CHANGES ------------------------------------------------------------------------ * Bug fixes * Improved watermarking * Add slideshow code by Torsten ------------------------------------------------------------------------ END VERSION 1.6.4 CHANGES ------------------------------------------------------------------------ ------------------------------------------------------------------------ Version 1.6.3 Change List Release Date: 09/13/2009 ------------------------------------------------------------------------ BEGIN VERSION 1.6.3 CHANGES ------------------------------------------------------------------------ * Bug fixes * Redo image resize if problem occurred * Grab title from image by default * New German language file by alfalive * Preview of watermarking ------------------------------------------------------------------------ END VERSION 1.6.3 CHANGES ------------------------------------------------------------------------ ------------------------------------------------------------------------ Version 1.6.2 Change List Release Date: 09/03/2009 ------------------------------------------------------------------------ BEGIN VERSION 1.6.2 CHANGES ------------------------------------------------------------------------ * Added widget for user's latest photos * Added notifications to a user if that user is tagged in a photo * Fixed some issues with tagging people in albums that belong to a closed group * Added a test page for ImageMagick commandline * Began restructuring the code for future capabilities * Many more bug fixes and tweaks ------------------------------------------------------------------------ END VERSION 1.6.2 CHANGES ------------------------------------------------------------------------ ------------------------------------------------------------------------ Version 1.6.1 Change List Release Date: 08/04/2009 ------------------------------------------------------------------------ BEGIN VERSION 1.6.1 CHANGES ------------------------------------------------------------------------ * Fixed css bug that caused problems with tagging * Added Spanish language file from mylamilagros ------------------------------------------------------------------------ END VERSION 1.6.1 CHANGES ------------------------------------------------------------------------ ------------------------------------------------------------------------ Version 1.6.0 Change List Final Release Date: 08/02/2009 Beta 4 Release Date: 07/17/2009 Beta 3 Release Date: 07/16/2009 Beta 2 Release Date: 07/10/2009 Beta 1 Release Date: 06/30/2009 Contributors: * Cash Costello * Greg Froese * tagging based on code by Pedro Prez * RSS improvements by Torsten Wesolek * language files submitted by Toto and Susan Tsairi ------------------------------------------------------------------------ BEGIN VERSION 1.6.0 CHANGES ------------------------------------------------------------------------ * Photo tagging * View counter * EXIF view * ImageMagick support * Extensive admin settings * Improved CSS * Image ratings * Upload quotas * Better album RSS feed * better almost everything ------------------------------------------------------------------------ END VERSION 1.6.0 CHANGES ------------------------------------------------------------------------ ------------------------------------------------------------------------ Version 1.5.1 Change List Release Date: 03/29/2009 Contributors: * Gabriel Monge-Franco (http://gabriel.mongefranco.com) * Cash Costello * VeniVidiVinco (http://community.elgg.org/pg/profile/VeniVidiVinco) ------------------------------------------------------------------------ BEGIN VERSION 1.5.1 CHANGES ------------------------------------------------------------------------ * Updated Turkish language file * Fixed permissions bug on all content caused by group override * Added back the create album button to widgets ------------------------------------------------------------------------ END VERSION 1.5.1 CHANGES ------------------------------------------------------------------------ ------------------------------------------------------------------------ Version 1.5 Change List Release Date: 03/28/2009 Contributors: * Gabriel Monge-Franco (http://gabriel.mongefranco.com) * Cash Costello * alfalive (http://community.elgg.org/pg/profile/alfalive) * VeniVidiVinco (http://community.elgg.org/pg/profile/VeniVidiVinco) Also thank you to those who tested the code in svn and provided feedback ------------------------------------------------------------------------ BEGIN VERSION 1.5 CHANGES ------------------------------------------------------------------------ * Fixed submenus on sidebar of album pages to make them consistent * Fixed display issues for Elgg 1.5 * Using default site access now * Pushing new album creation to river * Fixed German language file * Added Turkish * Added notifications for new album creation * Rewrote most of the page handlers to make cleaner * Fixed the access level bug on images * Cleaned up css * Fixed the group access bug on albums ------------------------------------------------------------------------ END VERSION 1.5 CHANGES ------------------------------------------------------------------------ ------------------------------------------------------------------------ Version 1.08.2 Change List Release Date: 02/13/2008 Contributors: * Gabriel Monge-Franco (http://gabriel.mongefranco.com) ------------------------------------------------------------------------ BEGIN VERSION 1.08.2 CHANGES ------------------------------------------------------------------------ * Fixed bug introduced in v1.08.1 that broke the picture upload (thanks to Karsten Schulze). * Fixed empty variables in several files that were supposed to send the user back to the previous page, but didn't. * Cleaned up change log (contributions.txt). * Finally fixed the Polish language file!!! Yay!! :) * TODO: Work around large image (high resolution) limit when creating thumbnails (an Elgg limitation... can probably be fixed by using PHP GD functions directly or ImageMagic if available) - The problem is with get_resized_image_from_existing_file(). Submitted a ticket to the Elgg tracking bug system. - Edit actions/upload.php when done. There is a dirty hack in place for now that needs to be removed once the above bug is fixed. * TODO: disable public by default (input/accessRead.php) -- add setting to admin page that lets the site admin decide whether pictures can be public or not. * TODO: allow group members to add pictures to group photo albums * TODO: implement photo anotations * TODO: look into replacing individual image views with lightbox2 or jQuery lightbox album views. * TODO: create a new widget to show pictures (in slideshow) in a user's profile. * TODO: add settings for group albums so that the group owner can select the number of albums to show. * TODO: implement a way to move pictures from one album to another (should be pretty easy). * TODO: add an "Add Photos" option to the user widget similar to the one in the group widget. * TODO: implement automagic file resizing to meet the admin's maximum resolution and file size. * OF NOTE: It is currently not possible to allow group members to edit an album created by another group member. This is a bug with group permissions and it will probably not be fixed until [at least] Elgg v1.5 comes out. ------------------------------------------------------------------------ END VERSION 1.08.2 CHANGES ------------------------------------------------------------------------ ------------------------------------------------------------------------ Version 1.08.1 Change List Release Date: 02/13/2008 Contributors: * Gabriel Monge-Franco (http://gabriel.mongefranco.com) * LKLaRose (http://community.elgg.org/pg/profile/lauren) * Webgalli (http://community.elgg.org/pg/profile/webgalli) * Karsten Schulze (http://ks.frinx.eu) * Cash (http://community.elgg.org/pg/profile/costelloc) ------------------------------------------------------------------------ BEGIN VERSION 1.08.1 CHANGES ------------------------------------------------------------------------ * Fixed bug introduced in v1.08 that caused fake files to be created during thumbnail creation (thanks to Karsten Schulze). * Reverted to old directory structure that saves pictures to /image/ALBUMGUID/picGUID (v1.08 saved to /image/ALBUMGUID__picGUID, thus keeping everything in one folder). * Album directory is now deleted when the album is deleted (along with every picture inside of the album). * Reverted thumbnail and small thumbnail to use picture cropping instead of scaling, so that sites that already use Tidypics can keep a consisting look and feel. * Completed River integration by moving album and image directories to an "object" sub-directory (thanks to LKLaRose). * Added status messages/graphics to give the user some feedback. * Fixed bug in profile widget whereby the selected number of albums had no effect (thanks to @Webgalli and @cheltenham). * Fixed bug introduced in v1.06 that prevented anonymous users from viewing a user's album (thanks to Karsten Schulze). * Fixed more language file bugs (thanks to Karsten Schulze). * Administrators can now set a file size limit from the plugin configuration (it has to be in Kilobytes). * JUST PLAIN WEIRD: Fixed Polish language file (thanks to @Vazco, Ian Medlock and Brett Profitt) and saved as UTF8 without BOM. However, it still doesn't work. Can somebody try saving it on a Polish box for me? :) * TODO: fix Polish language file -- it seems to break the whole Elgg site! Maybe it needs to use HTML codes in place of international characters? * TODO: Work around large image (high resolution) limit when creating thumbnails (an Elgg limitation... can probably be fixed by using PHP GD functions directly or ImageMagic if available) - The problem is with get_resized_image_from_existing_file(). Submitted a ticket to the Elgg tracking bug system. - Edit actions/upload.php when done. There is a dirty hack in place for now that needs to be removed once the above bug is fixed. * TODO: disable public by default (input/accessRead.php) -- add setting to admin page that lets the site admin decide whether pictures can be public or not. * TODO: allow group members to add pictures to group photo albums * TODO: implement photo anotations * TODO: look into replacing individual image views with lightbox2 or jQuery lightbox album views. * TODO: create a new widget to show pictures (in slideshow) in a user's profile. * TODO: add settings for group albums so that the group owner can select the number of albums to show. * TODO: implement a way to move pictures from one album to another (should be pretty easy). * OF NOTE: It is currently not possible to allow group members to edit an album created by another group member. This is a bug with group permissions and it will probably not be fixed until [at least] Elgg v1.5 comes out. ------------------------------------------------------------------------ END VERSION 1.08.1 CHANGES ------------------------------------------------------------------------ ------------------------------------------------------------------------ Version 1.08 Change List Release Date: 02/08/2008 Contributors: * Gabriel Monge-Franco (http://gabriel.mongefranco.com) ------------------------------------------------------------------------ BEGIN VERSION 1.08 CHANGES ------------------------------------------------------------------------ * Merged most (safe) changes made by other contributors in v1.07. - Did not include SWFuploader or JQuery due to the number of bugs reported. * Changed ugly "new album" picture into something better looking. * Fixed bug whereby image objects were deleted from the database, but they physical files remained on the server. - Since deleting directories was not possible without the use of unsafe file operations, albums no longer create new directories. Instead, all pictures are saved as /image/ALBUMGUID__picturename. * Fixed some bugs in the English, Spanish and German language files and added missing error messages. * Thumbnails now display the default error image (same as new album) when the requested image cannot be found. * Fixed a bug in the multi-edit form that did not allow image titles to be saved. * Removed some customizations made to edit.php action in v1.07 since they removed the ability to add titles to images. * Fixed bug introduced in v1.07 that prevented images from being set as album covers. * Fixed miscellaneous bugs in group albums widget. * Removed jQuery for now since it was making the albums too slow. In the future, we should look into replacing individual image views with lightbox2 or jQuery lightbox album views. * TODO: fix Polish language file -- it seems to break the whole Elgg site! Maybe it needs to use HTML codes in place of international characters? * TODO: Work around 0.9MB source file size limit when creating thumbnails (an Elgg limitation... can probably be fixed by using PHP GD functions directly) - The problem is with get_resized_image_from_existing_file(). Submitted a ticket to the Elgg tracking bug system. - Edit actions/upload.php when done. There is a dirty hack in place for now that needs to be removed once the above bug is fixed. * TODO: disable public by default (input/accessRead.php) -- add setting to admin page that lets the site admin decide whether pictures can be public or not. * TODO: allow group members to add pictures to group photo albums * TODO: implement photo anotations * TODO: look into replacing individual image views with lightbox2 or jQuery lightbox album views. * OF NOTE: It is currently not possible to allow group members to edit an album created by another group member. This is a bug with group permissions and it will probably not be fixed until [at least] Elgg v1.5 comes out. ------------------------------------------------------------------------ END VERSION 1.08 CHANGES ------------------------------------------------------------------------ ------------------------------------------------------------------------ Version 1.07 Change List Release Date: 02/03/2008 Contributors: * vazco (http://community.elgg.org/pg/profile/vazco) * simophin (http://community.elgg.org/pg/profile/simophin) ------------------------------------------------------------------------ BEGIN VERSION 1.07 CHANGES ------------------------------------------------------------------------ * About 10 missing translations added * Translated to polish * When no album is present, user can add a new album straight from the widget if he has the required rights * Added some missing

* Changed some getFilename(), but would it be safe to execute shell commands directly??? ------------------------------------------------------------------------ END VERSION 1.06 CHANGES ------------------------------------------------------------------------