/[drupal]/contributions/modules/thickbox/thickbox.module
ViewVC logotype

Log of /contributions/modules/thickbox/thickbox.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.18.2.21 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 7 15:07:01 2009 UTC (2 months, 2 weeks ago) by frjo
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-5
Changes since 1.18.2.20: +3 -4 lines
Diff to previous 1.18.2.20 , to branch point 1.18
Made _thickbox_acitve() use drupal_match_path() instead of custom regex.

Revision 1.18.2.20 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 20 04:56:55 2009 UTC (3 months, 1 week ago) by frjo
Branch: DRUPAL-6--1
Changes since 1.18.2.19: +3 -2 lines
Diff to previous 1.18.2.19 , to branch point 1.18
Added settings for what login form to use, including custom. Defaults to user_login.

Revision 1.18.2.19 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 31 15:21:59 2009 UTC (3 months, 3 weeks ago) by frjo
Branch: DRUPAL-6--1
Changes since 1.18.2.18: +50 -36 lines
Diff to previous 1.18.2.18 , to branch point 1.18
#179148: If only one image, do away with Image 1 of 1. Moved path checing code from hook_init to _thickbox_active(). Added check to make sure js and css in only added once.

Revision 1.18.2.18 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 1 09:43:06 2009 UTC (5 months, 3 weeks ago) by frjo
Branch: DRUPAL-6--1
Changes since 1.18.2.17: +19 -8 lines
Diff to previous 1.18.2.17 , to branch point 1.18
#475362: Patch by longwave, with some additions, to make thickbox use theme_imagecache() instead of custom code.

Revision 1.18.2.17 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 24 14:25:36 2009 UTC (8 months ago) by frjo
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-3, DRUPAL-6--1-4
Changes since 1.18.2.16: +4 -2 lines
Diff to previous 1.18.2.16 , to branch point 1.18
Added a setting to not include IE specific CSS, I have earlier seperated that out to its own css file. This code should be added to your themes ie.css files that is included via conditional comments so normal browsers never need to see it.

Revision 1.18.2.16 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 12 07:16:27 2009 UTC (8 months, 2 weeks ago) by frjo
Branch: DRUPAL-6--1
Changes since 1.18.2.15: +2 -1 lines
Diff to previous 1.18.2.15 , to branch point 1.18
Break out all IE CSS fixes to a separate thickbox_ie.css file.

Revision 1.9.2.14 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 18 10:19:18 2009 UTC (10 months, 1 week ago) by frjo
Branch: DRUPAL-5
Changes since 1.9.2.13: +2 -2 lines
Diff to previous 1.9.2.13 , to branch point 1.9 , to next main 1.18
Bug fix for 'Per field gallery' setting.  is a array in Drupal 5 and not a string as in Drupal 6.

Revision 1.18.2.15 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 4 00:39:56 2009 UTC (10 months, 3 weeks ago) by frjo
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-2
Changes since 1.18.2.14: +2 -2 lines
Diff to previous 1.18.2.14 , to branch point 1.18
328095: evolvingweb reports that _imagefield_file_load() no longer exist in imagefield 6.x. Replacing it with field_file_load() instead.

Revision 1.18.2.14 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 1 05:28:59 2008 UTC (11 months, 3 weeks ago) by frjo
Branch: DRUPAL-6--1
Changes since 1.18.2.13: +23 -3 lines
Diff to previous 1.18.2.13 , to branch point 1.18
#:337819 Code example by asak that adds a option to use a imagecache preset for the display in the thickbox. #340353 function request by jimmb, if the title is empty use description, alt or the node title in that order.

Revision 1.9.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 1 02:33:50 2008 UTC (11 months, 3 weeks ago) by frjo
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--2-1
Changes since 1.9.2.12: +20 -10 lines
Diff to previous 1.9.2.12 , to branch point 1.9
Backport from 6-dev. No gallery option, setting page structur.

Revision 1.18.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 24 19:27:00 2008 UTC (13 months ago) by frjo
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-1
Changes since 1.18.2.12: +4 -1 lines
Diff to previous 1.18.2.12 , to branch point 1.18
#314800: Commited fix from http://drupal.org/node/299329#comment-1034063 to unserialize item=>data to fix a display problem with views 2.

Revision 1.9.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 17 13:06:41 2008 UTC (14 months, 1 week ago) by frjo
Branch: DRUPAL-5
Changes since 1.9.2.11: +22 -8 lines
Diff to previous 1.9.2.11 , to branch point 1.9
Backport from 6-dev. Adds Firefox BG Hack, some small animations, better keyboard support (taken from the lightbox2 module, thanks stella) and more options for galleries.

Revision 1.18.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 17 10:57:30 2008 UTC (14 months, 1 week ago) by frjo
Branch: DRUPAL-6--1
Changes since 1.18.2.11: +2 -2 lines
Diff to previous 1.18.2.11 , to branch point 1.18
Small fix to the coding style.

Revision 1.18.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 12 07:22:10 2008 UTC (14 months, 2 weeks ago) by frjo
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0
Changes since 1.18.2.10: +2 -2 lines
Diff to previous 1.18.2.10 , to branch point 1.18
Added a Swedish translation, about time since its my own language.

Revision 1.18.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 12 06:40:44 2008 UTC (14 months, 2 weeks ago) by frjo
Branch: DRUPAL-6--1
Changes since 1.18.2.9: +5 -2 lines
Diff to previous 1.18.2.9 , to branch point 1.18
Added an option to disable the gallery function.

Revision 1.18.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 10 07:58:07 2008 UTC (14 months, 2 weeks ago) by frjo
Branch: DRUPAL-6--1
Changes since 1.18.2.8: +4 -4 lines
Diff to previous 1.18.2.8 , to branch point 1.18
#298068: Change delimiter in the formater from _ to ][ as not to conflict with Imagecache presets with a _ in there name.

Revision 1.18.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 6 19:27:21 2008 UTC (14 months, 2 weeks ago) by frjo
Branch: DRUPAL-6--1
Changes since 1.18.2.7: +5 -9 lines
Diff to previous 1.18.2.7 , to branch point 1.18
Using Drupal.behaviors instead of Drupal.jsEnabled and (document).ready(function(). Using drupal_add_js setting atrubute for thickbox_derivative (not tested since I dont use the image module). Removed thickbox_compressed.js, you should make your web server gzip gzip files instead.

Revision 1.18.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 3 06:04:50 2008 UTC (14 months, 3 weeks ago) by frjo
Branch: DRUPAL-6--1
Changes since 1.18.2.6: +8 -6 lines
Diff to previous 1.18.2.6 , to branch point 1.18
#303291: Added a missing module_exists('imagecache') to hook_theme(), thanks for thereport westwesterson.

Revision 1.18.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 30 23:39:52 2008 UTC (14 months, 3 weeks ago) by frjo
Branch: DRUPAL-6--1
Changes since 1.18.2.5: +4 -4 lines
Diff to previous 1.18.2.5 , to branch point 1.18
Attept to get galleries to work as expected, per page and per field. Fixing title and alt, they are now wrapped in a array 'data'.

Revision 1.18.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 29 21:43:35 2008 UTC (14 months, 4 weeks ago) by frjo
Branch: DRUPAL-6--1
Changes since 1.18.2.4: +47 -16 lines
Diff to previous 1.18.2.4 , to branch point 1.18
#298068: Thickbox should now work as a field formatter.  I have also added the option to use a compressd version of thickbox.js, an option for per field galleries, a css class thickbox-hide-image that simply does display:hide and added Lucida Grande as a font in the css-file for us Mac-users. Hello from Drupalcon Szeged 2008 :-)

Revision 1.9.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 13 06:46:28 2008 UTC (15 months, 2 weeks ago) by frjo
Branch: DRUPAL-5
Changes since 1.9.2.10: +4 -3 lines
Diff to previous 1.9.2.10 , to branch point 1.9
#294637: Patch by jaydub to get better checing for nid in thickbox_field_formatter(). #276829: Added preloading of next and previous images. Added IE7 hack to thickbox.js, let me know it it works ok.

Revision 1.18.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 13 06:24:54 2008 UTC (15 months, 2 weeks ago) by frjo
Branch: DRUPAL-6--1
Changes since 1.18.2.3: +3 -2 lines
Diff to previous 1.18.2.3 , to branch point 1.18
#294637 Patch by jaydub to get better checing for nid in thickbox_field_formatter(). Clean up of old po folder. Added IE7 hack to thickbox.js, let me know it it works ok.

Revision 1.18.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 17 07:30:06 2008 UTC (16 months, 1 week ago) by frjo
Branch: DRUPAL-6--1
Changes since 1.18.2.2: +5 -77 lines
Diff to previous 1.18.2.2 , to branch point 1.18
Small fixes to get Thickbox login to work. Changed Thickbox login links to user/login/thickbox, same as lightbox2 does it. Added all variabels to thickbox_uninstall(). Moved admin settings to thickbox.admin.inc.

Revision 1.18.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 11 16:22:09 2008 UTC (16 months, 2 weeks ago) by frjo
Branch: DRUPAL-6--1
Changes since 1.18.2.1: +2 -2 lines
Diff to previous 1.18.2.1 , to branch point 1.18
Added missing macffbghack.png, reported by designerbrent in issue #280639

Revision 1.9.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 17 15:40:09 2008 UTC (18 months, 1 week ago) by frjo
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--2-0
Changes since 1.9.2.9: +38 -18 lines
Diff to previous 1.9.2.9 , to branch point 1.9
Backport from 6-dev, per node or per page gallery setting for imagefield.

Revision 1.18.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 15 21:41:12 2008 UTC (18 months, 1 week ago) by frjo
Branch: DRUPAL-6--1
Changes since 1.18: +6 -9 lines
Diff to previous 1.18
Patch for imagecache 2 support by mikesmullin, dopry and hanoii in issue #205420, thanks.

Revision 1.9.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 15 21:30:20 2008 UTC (18 months, 1 week ago) by frjo
Branch: DRUPAL-5
Changes since 1.9.2.8: +6 -8 lines
Diff to previous 1.9.2.8 , to branch point 1.9
Patch for imagecache 2 support by mikesmullin, dopry and hanoii in issue #205420, thanks.

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 2 15:43:05 2008 UTC (18 months, 3 weeks ago) by frjo
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-6--1
Changes since 1.17: +109 -69 lines
Diff to previous 1.17
First commit for Drupal 6. Thanks to patches from Greg Hines and btsukuda.

Revision 1.9.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 8 08:45:13 2008 UTC (21 months, 2 weeks ago) by frjo
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-2
Changes since 1.9.2.7: +8 -9 lines
Diff to previous 1.9.2.7 , to branch point 1.9
Catch empty path, deleted images I belive, with imagefield.

Revision 1.9.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 30 07:14:38 2007 UTC (2 years, 1 month ago) by frjo
Branch: DRUPAL-5
Changes since 1.9.2.6: +5 -5 lines
Diff to previous 1.9.2.6 , to branch point 1.9
Fixes for image module release 5.x-1.5, image_get_sizes() changes. Patch by pillarsdotnet in issue #179676.

Revision 1.9.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 21 02:19:55 2007 UTC (2 years, 5 months ago) by frjo
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-1
Changes since 1.9.2.5: +3 -3 lines
Diff to previous 1.9.2.5 , to branch point 1.9
Make use of drupal_add_js() settings for translated strings.

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 21 02:10:53 2007 UTC (2 years, 5 months ago) by frjo
Branch: MAIN
Changes since 1.16: +3 -3 lines
Diff to previous 1.16
Make use of drupal_add_js() settings for translated strings.

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 5 21:37:58 2007 UTC (2 years, 5 months ago) by frjo
Branch: MAIN
Changes since 1.15: +6 -3 lines
Diff to previous 1.15
Changed access to thickbox login so it works the same as the user module. Thanks to Andrew for this bug report, issue #16503

Revision 1.9.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 5 21:37:44 2007 UTC (2 years, 5 months ago) by frjo
Branch: DRUPAL-5
Changes since 1.9.2.4: +6 -3 lines
Diff to previous 1.9.2.4 , to branch point 1.9
Changed access to thickbox login so it works the same as the user module. Thanks to Andrew for this bug report, issue #16503

Revision 1.9.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 5 07:34:35 2007 UTC (2 years, 5 months ago) by frjo
Branch: DRUPAL-5
Changes since 1.9.2.3: +49 -16 lines
Diff to previous 1.9.2.3 , to branch point 1.9
Backport from HEAD. Update to Thickbos 3, UI for desiding the path where Thickbox should not be active etc.

Revision 1.9.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 5 06:29:51 2007 UTC (2 years, 5 months ago) by frjo
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0
Changes since 1.9.2.2: +4 -4 lines
Diff to previous 1.9.2.2 , to branch point 1.9
Backport from HEAD. Minor bugs, use the l() function to build link etc.

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 24 13:23:01 2007 UTC (2 years, 6 months ago) by frjo
Branch: MAIN
Changes since 1.14: +3 -2 lines
Diff to previous 1.14
Fixed check for -fid in function thickbox_field_formatter(), reported by ray007, see issue #146496.

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 23 23:43:50 2007 UTC (2 years, 6 months ago) by frjo
Branch: MAIN
Changes since 1.13: +3 -2 lines
Diff to previous 1.13
Moved title to link tag and use l() in theme_imagefield_image_imagecache_thickbox(), see issue #146304

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 23 06:00:39 2007 UTC (2 years, 6 months ago) by frjo
Branch: MAIN
Changes since 1.12: +3 -2 lines
Diff to previous 1.12
Updated the thickbox.js till version 3. The thickbox.js script is modified to, allow translation of navigation strings, going to the next picture by clicking on the current one, inserts the progressbar via CSS so no editing of the script is necessary.

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 8 04:09:48 2007 UTC (2 years, 6 months ago) by frjo
Branch: MAIN
Changes since 1.11: +47 -17 lines
Diff to previous 1.11
Make image caption translatable, see issue #134093. Adds a option on what pages the module should not load, like you can do for blocks, see issue #120262.

Revision 1.9.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 5 08:11:49 2007 UTC (2 years, 7 months ago) by frjo
Branch: DRUPAL-5
Changes since 1.9.2.1: +43 -4 lines
Diff to previous 1.9.2.1 , to branch point 1.9
Backport of login form support from HEAD. Minor coding style fixes.

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 22 08:09:09 2007 UTC (2 years, 8 months ago) by frjo
Branch: MAIN
Changes since 1.10: +43 -4 lines
Diff to previous 1.10
Added Thickbox for login forms from issue #128246, patch by jmiccolis. Added version to info file.

Revision 1.9.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 14 14:30:10 2007 UTC (2 years, 8 months ago) by frjo
Branch: DRUPAL-5
Changes since 1.9: +3 -3 lines
Diff to previous 1.9
Sync with HEAD. Applied patch by kleingeist for automatic gallery functions from issue #106849. Minor update to README also.

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 11 16:42:16 2007 UTC (2 years, 8 months ago) by frjo
Branch: MAIN
Changes since 1.9: +3 -3 lines
Diff to previous 1.9
Applied patch by kleingeist for automatic gallery functions from issue #106849. Minor update to README also.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 17 12:32:35 2007 UTC (2 years, 9 months ago) by frjo
Branch: MAIN
Branch point for: DRUPAL-5
Changes since 1.8: +67 -2 lines
Diff to previous 1.8
Add imagecache+thickbox formatters to imagefields (CCK), see issue #112850, patch by yojoe. Add support for image derivative, see issue #109665, patch by Egon Bianchet.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 26 20:02:03 2006 UTC (2 years, 11 months ago) by frjo
Branch: MAIN
Changes since 1.7: +2 -1 lines
Diff to previous 1.7
Added settings page description. Path from bdragon in issue #105305.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 27 07:57:07 2006 UTC (3 years ago) by frjo
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6
Replaced a missed module_exist() with module_exists(), from issue #99846.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 23 07:44:29 2006 UTC (3 years ago) by frjo
Branch: MAIN
Changes since 1.5: +3 -1 lines
Diff to previous 1.5
I forgot to return  for hook_meny, patch by bdragon in issue #99255.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 21 13:47:02 2006 UTC (3 years ago) by frjo
Branch: MAIN
Changes since 1.4: +17 -19 lines
Diff to previous 1.4
First attempt at a Drupal 5 conversion for Thickbox.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 22 11:41:55 2006 UTC (3 years, 1 month ago) by frjo
Branch: MAIN
Branch point for: DRUPAL-4-7
Changes since 1.3: +2 -2 lines
Diff to previous 1.3
Commited fix to not break the img_assist dialog box, issue #90613.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 9 07:14:48 2006 UTC (3 years, 1 month ago) by frjo
Branch: MAIN
Changes since 1.2: +23 -2 lines
Diff to previous 1.2
Added function by StIllE that can automaticly activate Thickbox for all image nodes, issue #87228

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 2 10:19:30 2006 UTC (3 years, 1 month ago) by frjo
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1
Now includs jquery and thickbox code since they now are under the GPL. Updated to thinkbox 2.1

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 12 06:38:13 2006 UTC (3 years, 2 months ago) by frjo
Branch: MAIN
First commit of Thickbox module.

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.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2