| /[drupal]/contributions/modules/shadowbox/shadowbox.module |
Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
Fixed undefined variable notice and switched to using sites/all/libraries as default/recommended install path.
#558146 by mjijackson: Fixed path to sizzle.js and swfobject.js.
Whitespace cleanup.
Added useSizzle option to control the Sizzle selector library.
Added ability to specify, per content type and per field, the source of the text to use for the title attribute and therefore the overlay text.
#566074 by shp: Fix automatic image handling.
More work on the docs.
Removing lots of lines from the module's docs in favour of linking to official docs.
Added SHADOWBOX_DEFAULT_PATH.
Adding some basic comments to _add_js and _add_css calls.
Better name for function.
Moving check for third party software.
Default to en language.
#556656 by derjochenmeyer and aacraig: Fix uninitialized variables.
Moved form functions for menu callbacks out into their own file. General code reorganisation.
Added readme text about optional helper modules. Fixed bug where Shadowbox was undefined.
Added support for multicolumncheckboxesradios.module.
- Added a test to the admin settings page. - Added checkall.module integration for supported media on settings form. - Add some code comments to shadowbox_active() function.
Fixed a typo.
Improved the error message that appears when a language file cannot be found to match the site's 2-letter language code.
#459128 by Johnny vd Laar and psynaptic: Upgrade to Shadowbox 3.
#437618 by dr0bz: Make validation of SWF Player be dependant on selected supported media options.
Changed sizeof to count.
#437618 by dr0bz: Make validation of SWF Player be dependant on selected supported media options.
#410534: Added check to test for array before passing through asort to stop error appearing on clear cache.
#410534: Added check to test for array before passing through asort to stop error appearing on clear cache.
#451960 reported by Liam McDermott: Incompatibility with stringoverrides.module
#451960 reported by Liam McDermott: Incompatibility with stringoverrides.module
Added option to edit path of third party Shadowbox distribution.
#455298 by BWPanda: Fixed initial height & width always the same bug.
#455298 by BWPanda: Fixed initial height & width always the same bug.
#455298 by BWPanda: Fixed initial height & width always the same bug.
#455298 by BWPanda: Fixed initial height & width always the same bug.
Fixing Quicktime support.
Removed a load of cruft from imagefield theme functions.
Fixing missing images on nodes when selecting a Shadowbox display option.
#403944: Fix Views integration.
#296552, #405802: Change wording from 'Global kill-switch' to 'Enable Shadowbox'.
Adding error for when language file is not found within Shadowbox distribution.
#406078 by luusbueb: Add activation via PHP to match core block visibility.
#365499 by psynaptic: Load JS files dynamically.
Fixing error in gallery code which made individual images open as galleries.
Adding warning about new JS option overriding the display and format gallery settings in nodes and views.
Adding additional option to display automatically handled images in a shadowbox gallery.
#365499 by psynaptic: Load JS files dynamically. Fixed auto image handling.
Adding additional handler for page galleries for cases when using different image fields in the same view.
Fixing extraneous broken image in views output.
#349857 by psynaptic: Make shadowbox work fully within views 2.
#362177 by psynaptic: Fix for call to undefined function: _imagecache_strip_file_directory when using imagecache 1.x.
#364786 by nickorr: Fix iframe options by removing dot from shadowbox_supported_iframe.
#364786 by nickorr: Fix iframe options by removing dot from shadowbox_supported_iframe.
#300726 by nickorr: Fix quicktime playback by adding missing drupal_add_js.
#300726 by nickorr: Fix quicktime playback by adding missing drupal_add_js.
By Moonshine: Reverse mouse click closes overlay. Works properly now
#355014 by BWPanda: Changed validation of FLV player to allow dots in dir names.
#355014 by BWPanda: Changed validation of FLV player to allow dots in dir names.
Fixing alt and title text due to change in data structure.
Fixing mouse click closes overlay option.
Adding filefield support. Further work is needed to ensure filefields other than images are not given Shadowbox options.
By Moonshine - Update CCK formatters for CCK 2.x, correct imagefield/imagecache support and refactor some theme output
By Moonshine: Fixing form error related to incorrect checkbox default_value.
Initial commit to Shadowbox 6.x-2.x branch.
Sorted formatters to make it easier to choose the desired option.
Created tab in settings form to control automatic image handling. #308059: Enabled translations by Davy Van Den Bremt.
Added page activation option to choose whether to activate or deactivate for listed pages.
Removing shadowbox.css as min-width was interferring with drag functionality.
Improve naming of function parameter.
Fixed minor code style issues found by coder.module.
Made valdiation of hex values more flexible to account or Flash background needing full 6 digits.
Reworked validation of FLV Player input on settings form.
Creating new version of module for compatibility with Shadowbox 2.0
Various clean up of code and help for release of 5.x-1.0 release.
Removed per-node configuration options and static variable function.
Ensure shadowbox JS settings added only once, stole CCK formatters from lightbox2 and added gallery mode for imagefield and imagecache.
Added pdf media type option and made both pdf and txt default to not supported.
#270356 reported by jstamper: Fixed node form where validation was triggering for content types that has shadowbox options disabled.
By snpower: Wrapping form error messages in t().
Adjusting regex to allow period in asset URL and escaping dashes to prevent future range out of order errors.
Various changes, see CHANGELOG.txt Shadowbox 5.x-1.x-dev, 2008-06-09.
Added per-node configuration option to disable key controls.
Minor code style changes
Implemented integration with imagefield and imagecache.
Added options for controlling which media types to open in Shadowbox.
Added validation that assets actually exist (loading image, background image and flv player).
Changed realpath to file_exists and added validation that flv player exists.
Rerouted form_set_error calls after previous change of form element names.
Added ability to select light CSS skin.
Added ability to exclude pages. Defaults to admin*, img_assist*, node/add/*, node/*/edit.
Created header building function: shadowbox_header.
Moved shadowbox_enabled condition to hook_menu.
Moved drupal_add_* code from hook_nodeapi to hook_init.
Forgot to add call to drupal_add_css for last commit.
Added @file doxygen comments.
Changed asset URL to no leading or trailing slashes and relative to base_path.
Moved JavaScript options from hook_init to hook_menu.
Added options for controlling which media types to open in Shadowbox.
Rerouted form_set_error calls after previous change of form element names.
Added validation that assets actually exist.
Changed asset URL to no leading or trailing slashes and relative to base_path.
Removed redundant hook_nodeapi function.
Added ability to exclude pages.
Created header building function and moved from hook_init to hook_menu.
Improved .install and fixed erroneous use of url.
Adding dependency: jquery_update.
Syncing HEAD back with DRUPAL-6--1 after CVS mistake.
Port to Drupal 5 and various tiny fixes
Port to Drupal 5 and various tiny fixes
Copying HEAD into branch.
Changed to dependency to 'full' Shadowbox distrubution and how using compressed files.
Improved Doxygen comments and cleaning of variable table on uninstall.
Updating to HEAD
Added most available options, help documentation and input validation.
Improved docs by wrapping lines at 80 and abstracting relevant sections into INSTALL.txt and CHANGELOG.txt.
Initial commit of Shadowbox module. This module is a wrapper for the Shadowbox modal media viewer application, it provides functionality similar to lightbox and thickbox.
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.
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |