Log of /contributions/modules/fast_gallery/fast_gallery.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.61 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Nov 5 04:53:17 2009 UTC
(3 weeks, 2 days ago)
by
rapsli
Branch:
MAIN
Changes since
1.60: +24 -43 lines
Diff to
previous 1.60
* support for multiple galleries
* implemented hook_fast_gallery_info to easly plug into the storage engine
Revision
1.58.2.1
Mon Oct 26 22:14:14 2009 UTC
(4 weeks, 5 days ago)
by
rapsli
Branch:
DRUPAL-7--1
Changes since
1.58: +1 -1 lines
FILE REMOVED
initial commit for Drupal 7
Revision
1.51 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Nov 14 06:39:15 2008 UTC
(12 months, 2 weeks ago)
by
rapsli
Branch:
MAIN
CVS Tags:
DRUPAL-6--3-2-BETA2
Changes since
1.50: +279 -167 lines
Diff to
previous 1.50
* Better support for special (national) characters (i.e. umlaut). Removed
option of renaming files with special characters.
- by ncy, lomz
* Better validation checking on settings page (check that gallery path ends
in slash and that path alias does not)
- by ncy
* Added option of toggling whether Thickbox/Lightbox popup includes all
images in the "Next" and "Previous" links, or just the images on the
current page
- by ncy, lomz
* Changed breadcrumb's first crumb to be the title of the page (it makes
more sense). Also supports display title of custom folder thumbnails.
- by ncy
* Added option of toggling UTF-8 conversion in folder captions (needed on
some webhost servers)
- by ncy, lomz
* Check for if Imagecache preset was deleted from Imagecache admin page
- by ncy
* Added options for changing display of custom folder thumbnails
(title and teaser)
- by ncy
* Added EXIF options for Comment, Copyright, Artist in caption dropdown
- by ncy
Revision
1.50 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Nov 3 06:26:05 2008 UTC
(12 months, 3 weeks ago)
by
rapsli
Branch:
MAIN
CVS Tags:
DRUPAL-6--3-2-BETA1
Changes since
1.49: +321 -214 lines
Diff to
previous 1.49
* #327891: make a gallery of pdf documents or videos?
* #327786: Embed Fast Gallery in node?
* #308850: Movies
* #289219: Umlaute
* #326682: Images in Base Gallery Do Not Display
* #321286: No pictures found
* #316338: Does not recognize a new folder with PNG Files
* #313456: Folders aren't included in count of "Amount of images per page"
* #315352: Internal Cache Only Works with Lowercase Image Extensions
* #309231: Fast gallery block only reads images from one album
* #299430: fast gallery block not finding the correct images
* #314206: Sort by Date Taken Incorrect
* #311563: Folders in Folders with No Images Don't Show in Hierarchy
* #315957: Only works when Hierarchy is disabled
* #315701: Error creating .pot
* #315852: Custom gallery title to be set in options-page
* #315849: Adress-field does not update according to path-alias
* #313858: Help getting this installed please
* #314080: No pictures found.
* #293857: Image caption not working in thumbnails
* #314519: "Is not folderimage" displayed
* #310620: Make random block link to gallery the displayed image is in
* #284539: Lightbox2 caption not correct.
* #284530: lightbox2 display option
* #281919: lightbox2 integration
Revision
1.47 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Oct 13 03:22:15 2008 UTC
(13 months, 2 weeks ago)
by
rapsli
Branch:
MAIN
CVS Tags:
DRUPAL-6--3-1-BETA1
Changes since
1.46: +479 -762 lines
Diff to
previous 1.46
PATCH FIXES
-----------
2008/10/07
* Changed SQL count in pager_query() to be more compatible with some systems
- report by Kiphaas7, fix by ncy
* Changed text-link style folders to be in a themed item list
- report and fix by Kiphaas7
* Changed <br> tags to margin-bottom: 1em in CSS.
- report by Kiphaas7, fix by ncy
2008/10/06
* Double-check for backslashes in paths before writing to database
- report by Kiphaas7, fix by ncy
* Update to readme to clarify filenames cannot have the same name only when
in the same folder (if you name files with different letter cases)
- report by Kiphaas7, fix by ncy
2008/10/05
* Subfolder installations resulting in bad folder links
- report and fix by tompte (Philippe), ncy
* Temporary tables incorrectly using table prefix in SQL calls
- report and fix by tompte (Philippe), ncy
ADDITIONS
---------
* Support for folders within folders with no images.
* Custom caption display; up to 3 fields. Choose content of each field in a
dropdown on General settings page.
* Support for Clean URLs.
* Dropdown selection choice for Lightbox slideshows.
* Support for setting custom title and custom path alias.
* Updated CSS sheet for different look and adjusted layout.
* Support for case-insensitive file type extensions.
* Support for displaying images with no EXIF data (i.e. all non-JPG files).
Also now includes JPG files with blank EXIF data.
* Sorting for when hierarchy is disabled.
* Graceful error handling (error message) for unsupported filetypes for
internal cache (just BMP right now).
* Error handling for non-existent directories in URL path.
* Option for selecting no Javascript framework. Links go directly to
images. Thickbox and Lightbox will now only display as options when they
are installed.
* Spaces in URL path get changed to underscores.
* Corrected code for generating internal cache thumbnails. Now handles
square images without distorting them.
* File fast_gallery.admin.inc to separate code for settings pages
* Help page, more help text in settings pages, README.txt, and this
CHANGES.txt file.
* Setting number of images per row. Required to fix layout of overlapping
images with captions.
* Rewrites of functions, code blocks.
* Code commenting throughout.
* .pot file for translations.
REMOVALS
--------
* Dropdown for selecting gallery path. Also removed related functions for
setting it up.
* "Is folder image" feature. Updated database schema accordingly.
* Code for incomplete Permissions settings page.
* Various other bits of code/functions that weren't being used.
* Required dependency of Thickbox.
* Link to cron for "No pictures found" page. Clicking on Rescan is
quicker and gets the job done.
* Site registration code.
ISSUES ADDRESSED
----------------
* #316338: Does not recognize a new folder with PNG Files
* #313456: Folders aren't included in count of "Amount of images per page"
* #315352: Internal Cache Only Works with Lowercase Image Extensions
* #309231: Fast gallery block only reads images from one album
* #299430: fast gallery block not finding the correct images
* #314206: Sort by Date Taken Incorrect
* #311563: Folders in Folders with No Images Don't Show in Hierarchy
* #315957: Only works when Hierarchy is disabled
* #315701: Error creating .pot
* #315852: Custom gallery title to be set in options-page
* #315849: Adress-field does not update according to path-alias
* #313858: Help getting this installed please
* #314080: No pictures found.
* #293857: Image caption not working in thumbnails
* #314519: "Is not folderimage" displayed
* #310620: Make random block link to gallery the displayed image is in
* #284539: Lightbox2 caption not correct.
* #284530: lightbox2 display option
* #281919: lightbox2 integration
Revision
1.6 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jul 15 04:48:52 2008 UTC
(16 months, 2 weeks ago)
by
rapsli
Branch:
MAIN
Changes since
1.5: +166 -46 lines
Diff to
previous 1.5
* exif integration
* using the drupal DB abstraction for installation
* basic lightbox integration
Revision
1.2 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Jul 9 16:16:45 2008 UTC
(16 months, 2 weeks ago)
by
rapsli
Branch:
MAIN
Changes since
1.1: +44 -10 lines
Diff to
previous 1.1
support for imagecache when displaying the big image. This can be useful if you upload pics that are a couple MBs.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.