| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203 |
- Changelog for Gallery.
- Gallery 1.7.1
- ====================================
- - Fixed critical vulnerability in phpthumb processor
- - Fixed namespace paths
- Gallery 1.7.0
- ====================================
- - Fixed showAll parameter in galAlbum
- - Fixed album tree icon
- - Fixed undefined index: Year
- - Updated phpthumb-processor
- - Add browser caching support to phpthumb processor
- - Move Ext.onReady into controllers
- - Add support for &thumbTpl_N tpl in Gallery snippet
- - More 2.3 Fixes
- - Modx 2.3 Compatibility Fixes
- Gallery 1.6.1
- ====================================
- - [#13][#12] Backwards Compatibility Fix
- Gallery 1.6.0
- ====================================
- - [#271] [GalleryAlbums] Added image_absolute placeholder
- - [#270] [GalleryAlbums] Added containerTpl (with navigation placeholders) and totalVar placeholder
- - [#266] Add support for selection of album cover.
- - [#259] Do not cache in getList() when $sort = RAND()
- - [#252] Database Optimization
- - [#248] Fix getPage support in Gallery snippet
- - [#246] Batch import sorts by filename.
- - [#235] show all childs and subchilds of selected parent album by new TV option
- - [#233] Fix property itemCls from being assigned activeCls's value
- - [#226] German localization
- - [#151] Needed to show links to next/prev albums
- - [#91] Allow false boolean
- - [#258] Bug fix with random sorting when cached
- - Bug fixes
- Gallery 1.5.3
- ====================================
- - [#9] Fixes Access Denied issue when using Manager / Gallery
- Gallery 1.5.2
- ====================================
- - [#219] Ensure that GalleryAlbums custom TV marks resource edit form dirty and enables save button
- - [#214] Enable Gallery Album browsing via MODX.Browser window
- - [#217] Add default cover when using GalleryAlbums with cover displays and no item is in the album
- Gallery 1.5.1
- ====================================
- - Add DB caching to Gallery and GalleryAlbums snippets, reducing page load times
- - [#172] Add total number of items to galleryalbums album item when cover is shown
- - Add Slimbox2 as a front-end plugin
- - Add url to the item attributes for each item
- - Add parameter &checkForRequestAlbumVar to change parameter &parent when you want to show child albums of current album
- Gallery 1.5.0
- ====================================
- - [#205] Add per page box to paging bar in album items view
- - [#108] Improve drag/drop reorder of items in manager by supressing refresh
- - [#192] Fix issues with deactivating items, albums
- - [#198] Fix sort of albums due to urldecode issue
- - Better optimization of DB fields
- - [#197], [#188] Fix issues with upload and file names
- - [#208] Prevent sorting in drag/drop when target and source is the same
- - Gallery 1.5+ only supports MODX 2.2+ and greater
- - Add GalleryAlbums Media Source type
- - [#183], [#168] Fix absolute paths in Gallery settings that caused pain when moving sites
- - [#164] Trim item/album names on save
- Gallery 1.4.0
- ====================================
- - [#145] Add &gallerifficCss property for specifying an alternate CSS file for Galleriffic plugin
- - [#139] Fix issue with thumbnails and caching in certain environments
- - Fix issue with TinyMCE not being re-instantiated when opening the update item window after the first time.
- - [#141] Update ajaxupload to support IE / old-school image upload.
- - [#140] Add ability to clear successful / failed uploads in multi upload window
- Gallery 1.3.1
- ====================================
- - Add more styling to the multi-upload window and upload log.
- - [#141] Fix multi-upload compatibility with IE
- - [#140] Add ability to clear multi-upload log for successful / failed uploads.
- - Fix bug with TinyMCE not being reloaded on different windows.
- Gallery 1.3.0
- ====================================
- - [#137] Add multi-upload to Gallery albums
- - Add richtext (if TinyMCE installed) to Item/Album description page
- Gallery 1.2.2
- ====================================
- - [#92] Fix issue when uploading item with html description
- - [#124] Fix document root issue with watermarks
- - [#121] Add extra placeholders for containerTpl chunk
- - [#113] Fix name of thumbnails being connector.php
- Gallery 1.2.1
- ====================================
- - [#107] Fix issue with abstract method definition in galZipImport class
- - [#95] Fix issue where thumbFar property was incorrectly set as a boolean
- - [#112] Fix issue with images not respecting gallery.thumbs_prepend_site_url setting
- - [#104] Fix issue with Content Type on cached thumbnails
- Gallery 1.2.0
- ====================================
- - [#97] Change thumbnail logic to use phpthumbof style php code in connector, vastly improving load/thumbnailing speed, and properly caching images
- - [#76], [#94], Zip upload now accepts zip files with just files inside
- - [#102] Fix issue with Gallery and Revolution 2.1.1+
- - [#80] Added GalleryAlbumList custom TV, for selecting Albums in a TV
- - [#82] Fix bug where creating Album did not respect parent
- - [#85] Add random sorting to albums in GalleryAlbums
- Gallery 1.1.1
- ====================================
- - Fix trivial issue with js console error when saving albums
- Gallery 1.1.0
- ====================================
- - [#73] Fix issue with absoluteImage galItem issue and gallery.thumbs_prepend_site_url setting
- - Fix issue where marking gallery active/prominent did not stick
- - [#28], [#64] Gallery items are now stored by albumId/itemId.ext in their directories
- - Added showName for GalleryAlbums to toggle whether or not to display Album name
- - [#29], [#69] Add batch upload via Zip file to albums
- - [#42] Add URL field to galItem object for allowing Items to have URLs that load when you click on them
- - [#46] Add imageProperties, thumbProperties properties to all snippets that allow you to pass a JSON object of properties to pass to phpThumb
- - Add rowCls property to GalleryAlbums
- - [#60] Fix issue with galPhpThumb and image passthru
- - [#67] Fix prev lexicon placeholder in Galleriffic plugin
- - [#66] Fix issue with album cover xPDO call in GalleryAlbums snippet
- - Add total property to Gallery snippet for getPage support
- - i18n of Snippet properties
- Gallery 1.0.2
- ====================================
- - [#31] Add &gallerifficUseCss parameter for toggling CSS by Galleriffic
- - Add cover ability to GalleryAlbums by using rowTpl "galAlbumRowWithCoverTpl"
- - Fix issue where Gallery TV albums tree loaded page when clicking on a node
- Gallery 1.0.1 (December 20th, 2010)
- ====================================
- - [#54] Added filepath placeholder for getting absolute path of an image, fileurl for absolute URL
- - [#12] Make left-click do update-album in mgr tree
- - Add additional system setting checks for phpthumb config options.
- - *Many* caching improvements to phpthumb-generated thumbnails
- - Added gallery.thumbs_prepend_site_url setting for environments having issues with thumbnails
- - Fixed bugs with HTML in item thumbs, urls when xhtml_urls is true
- - Added French translation, github readme
- Gallery 1.0.0
- =============
- - Added checks to prevent spaces in filenames
- - Fixed ampersand issue in gallery URLs
- - Fixed phpthumb cache issue by using core phpthumb
- - Fixed port issue on thumbs
- - Added updated Russian translation
- - Added cropping support to custom TV, fixed bugs
- - Added rotating, watermark and other options to custom TV
- - Added a few settings for customizing backend mgr UX, including default batch upload path
- - Fixed bug with sorting items in album
- - Added Gallery custom TV input, output and properties types
- - Adjusted code to allow batch upload to handle uppercase extensions
- - Updated copyright information
- Gallery 0.1.2
- ====================================
- - Fixed bug with request parameter generation in URLs
- - Abstracted SQL in snippets
- - Added in Russian translation
- Gallery 0.1.1
- ====================================
- - Added "image_absolute" placeholder to thumbTpl in Gallery snippet
- - Fixed possible issues with phpthumb and caching
- Gallery 0.1.0
- ====================================
- - Added in batch upload
- - Fixed bug with limit statement in Gallery snippet
- - Made it so Gallery snippet can be called without pointing to anything
- - More properly integrated system, so that albums can easily be toggled between
- - Added GalleryItem snippet
- - Added parameters to adjust the get params for how albums are selected
- - Fixed bug with setting inactive state on images
- - Optimizing for Revo RC-2
- - Fixed bug that occurs if Gallery is used where FURLs are off
- - Added parent support to galAlbums, GalleryAlbums snippet
- - Fixed drag/drop reordering capability in albums
- - Fixed bug with gallery tables prefix
- - Fixed bug in items view related to recent SVN changes
- - Fixed bug in Gallery class that prohibited using tpls (!)
- - Added copyright info to Gallery
- - Fixed various bugs found in test install
- - Setup build script for initial alpha release
- - Added phpThumb to assets directory
- - Added active indicators, name shortening to album update mgr ui
- - Added album remove processor
- - i18ned the code, filled out mgr UI functionality
- - Added check when removing album to delete items not in any other albums
- - Lots of dev work, got basics mostly functional
- - Initial commit
|