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

Log of /contributions/modules/rotor/rotor.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.2.2.18.2.34 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 16 09:29:04 2009 UTC (10 days, 22 hours ago) by mrfelton
Branch: DRUPAL-6--2
Changes since 1.2.2.18.2.33: +2 -2 lines
Diff to previous 1.2.2.18.2.33 , to branch point 1.2.2.18 , to next main 1.2.2.23
- Added option for randomizing the transition effect
- #625526 Setting o for width and height removes size restriction
- Some fields in the Views settings form are now required

Revision 1.2.2.18.2.33 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 5 11:06:16 2009 UTC (3 weeks ago) by mrfelton
Branch: DRUPAL-6--2
Changes since 1.2.2.18.2.32: +8 -4 lines
Diff to previous 1.2.2.18.2.32 , to branch point 1.2.2.18
Use per-user file size limits

Revision 1.2.2.18.2.32 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 5 10:55:18 2009 UTC (3 weeks ago) by mrfelton
Branch: DRUPAL-6--2
Changes since 1.2.2.18.2.31: +12 -6 lines
Diff to previous 1.2.2.18.2.31 , to branch point 1.2.2.18
#567658 Use filesize limit set by upload.module. Fallback on postmax.

Revision 1.2.2.18.2.31 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 5 10:27:29 2009 UTC (3 weeks ago) by mrfelton
Branch: DRUPAL-6--2
Changes since 1.2.2.18.2.30: +10 -8 lines
Diff to previous 1.2.2.18.2.30 , to branch point 1.2.2.18
#604562 (thanks RonC) Do not use MySQL specific SQL (ON DUPLICATE)

Revision 1.2.2.18.2.30 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 5 10:22:34 2009 UTC (3 weeks ago) by mrfelton
Branch: DRUPAL-6--2
Changes since 1.2.2.18.2.29: +8 -8 lines
Diff to previous 1.2.2.18.2.29 , to branch point 1.2.2.18
#613710 - (thanks exiled_hammer) Ensure Rotor is fully themable

Revision 1.2.2.18.2.29 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 6 19:49:12 2009 UTC (7 weeks, 2 days ago) by mrfelton
Branch: DRUPAL-6--2
Changes since 1.2.2.18.2.28: +3 -3 lines
Diff to previous 1.2.2.18.2.28 , to branch point 1.2.2.18
removed conditional IE stylesheet

Revision 1.2.2.18.2.28 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 29 11:49:04 2009 UTC (5 months, 4 weeks ago) by mrfelton
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-2
Changes since 1.2.2.18.2.27: +4 -2 lines
Diff to previous 1.2.2.18.2.27 , to branch point 1.2.2.18
conditionally add target attribute to ensure HTML validation passes when it's blank

Revision 1.2.2.18.2.27 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 29 08:55:32 2009 UTC (5 months, 4 weeks ago) by mrfelton
Branch: DRUPAL-6--2
Changes since 1.2.2.18.2.26: +15 -3 lines
Diff to previous 1.2.2.18.2.26 , to branch point 1.2.2.18
#475790 split fragment and query string out from link to pass into l()

Revision 1.2.2.18.2.26 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 17 19:02:35 2009 UTC (7 months, 1 week ago) by mrfelton
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-1
Changes since 1.2.2.18.2.25: +3 -4 lines
Diff to previous 1.2.2.18.2.25 , to branch point 1.2.2.18
small optimisation in hook_file_download

Revision 1.2.4.1.2.21 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 17 19:02:01 2009 UTC (7 months, 1 week ago) by mrfelton
Branch: DRUPAL-5
Changes since 1.2.4.1.2.20: +18 -1 lines
Diff to previous 1.2.4.1.2.20 , to branch point 1.2.4.1
implement hook_file_download

Revision 1.2.2.18.2.25 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 17 18:52:14 2009 UTC (7 months, 1 week ago) by mrfelton
Branch: DRUPAL-6--2
Changes since 1.2.2.18.2.24: +4 -4 lines
Diff to previous 1.2.2.18.2.24 , to branch point 1.2.2.18
fix bug in hook_file_download

Revision 1.2.2.18.2.24 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 17 17:44:44 2009 UTC (7 months, 1 week ago) by mrfelton
Branch: DRUPAL-6--2
Changes since 1.2.2.18.2.23: +20 -3 lines
Diff to previous 1.2.2.18.2.23 , to branch point 1.2.2.18
implement hook_file_download

Revision 1.2.4.1.2.20 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 16 07:36:05 2009 UTC (7 months, 1 week ago) by mrfelton
Branch: DRUPAL-5
Changes since 1.2.4.1.2.19: +27 -27 lines
Diff to previous 1.2.4.1.2.19 , to branch point 1.2.4.1
#434796 get the link url (and other properties) from within the $node->rotor_item array
a few variable name alterations to make it clearer what is going on

Revision 1.2.4.1.2.19 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 15 08:09:50 2009 UTC (7 months, 1 week ago) by mrfelton
Branch: DRUPAL-5
Changes since 1.2.4.1.2.18: +2 -2 lines
Diff to previous 1.2.4.1.2.18 , to branch point 1.2.4.1
do not use theme_image to better support the private file system

Revision 1.2.2.18.2.23 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 15 08:05:18 2009 UTC (7 months, 1 week ago) by mrfelton
Branch: DRUPAL-6--2
Changes since 1.2.2.18.2.22: +4 -19 lines
Diff to previous 1.2.2.18.2.22 , to branch point 1.2.2.18
do not use theme_image so that we can support the private file system
return an array in rotor_update_6200

Revision 1.2.4.1.2.18 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 14 10:07:46 2009 UTC (7 months, 2 weeks ago) by mrfelton
Branch: DRUPAL-5
Changes since 1.2.4.1.2.17: +1 -8 lines
Diff to previous 1.2.4.1.2.17 , to branch point 1.2.4.1
#351397 removed hook_access

Revision 1.2.2.18.2.22 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 28 11:01:24 2009 UTC (8 months ago) by mrfelton
Branch: DRUPAL-6--2
Changes since 1.2.2.18.2.21: +7 -6 lines
Diff to previous 1.2.2.18.2.21 , to branch point 1.2.2.18
#414166 (khayong) pass correct paramater to theme_rotor_image in theme_rotor_item
remove unused entries from hook_theme

Revision 1.2.4.1.2.17 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 9 00:44:19 2009 UTC (8 months, 2 weeks ago) by mrfelton
Branch: DRUPAL-5
Changes since 1.2.4.1.2.16: +12 -5 lines
Diff to previous 1.2.4.1.2.16 , to branch point 1.2.4.1
run through coder
fix issue with update.php

Revision 1.2.2.18.2.21 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 8 23:02:01 2009 UTC (8 months, 2 weeks ago) by mrfelton
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-0
Changes since 1.2.2.18.2.20: +2 -2 lines
Diff to previous 1.2.2.18.2.20 , to branch point 1.2.2.18
Fix small code style issue
Add a little more info to INSTALL.txt

Revision 1.2.2.18.2.20 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 5 08:56:59 2009 UTC (8 months, 3 weeks ago) by mrfelton
Branch: DRUPAL-6--2
Changes since 1.2.2.18.2.19: +3 -1 lines
Diff to previous 1.2.2.18.2.19 , to branch point 1.2.2.18
conditionally add ie specific css

Revision 1.2.4.1.2.16 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 5 08:56:41 2009 UTC (8 months, 3 weeks ago) by mrfelton
Branch: DRUPAL-5
Changes since 1.2.4.1.2.15: +9 -2 lines
Diff to previous 1.2.4.1.2.15 , to branch point 1.2.4.1
conditionally add ie specific css

Revision 1.2.4.1.2.15 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 1 18:56:41 2009 UTC (8 months, 3 weeks ago) by mrfelton
Branch: DRUPAL-5
Changes since 1.2.4.1.2.14: +25 -15 lines
Diff to previous 1.2.4.1.2.14 , to branch point 1.2.4.1
351397 - use the files table properly to ensure private file systems are handled correctly

Revision 1.2.4.1.2.14 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 22 22:53:06 2009 UTC (9 months ago) by mrfelton
Branch: DRUPAL-5
Changes since 1.2.4.1.2.13: +2 -2 lines
Diff to previous 1.2.4.1.2.13 , to branch point 1.2.4.1
- Incorrect filepath for imagecache

Revision 1.2.2.23 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 22 22:52:36 2009 UTC (9 months ago) by mrfelton
Branch: DRUPAL-6--1
Changes since 1.2.2.22: +2 -2 lines
Diff to previous 1.2.2.22 , to branch point 1.2
- Incorrect filepath for imagecache

Revision 1.2.2.18.2.19 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 22 22:46:08 2009 UTC (9 months ago) by mrfelton
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-0-RC1
Changes since 1.2.2.18.2.18: +6 -6 lines
Diff to previous 1.2.2.18.2.18 , to branch point 1.2.2.18
#380290 - Imageacche support

Revision 1.2.2.18.2.18 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 22 18:23:05 2009 UTC (9 months ago) by mrfelton
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-0-BETA3
Changes since 1.2.2.18.2.17: +11 -19 lines
Diff to previous 1.2.2.18.2.17 , to branch point 1.2.2.18
- Ensure each instance of block gets unique JavaScript settings

Revision 1.2.2.18.2.17 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 22 17:35:04 2009 UTC (9 months ago) by mrfelton
Branch: DRUPAL-6--2
Changes since 1.2.2.18.2.16: +19 -23 lines
Diff to previous 1.2.2.18.2.16 , to branch point 1.2.2.18
- Static variable to keep track of which JavaScript has been added

Revision 1.2.2.18.2.16 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 22 17:00:57 2009 UTC (9 months ago) by mrfelton
Branch: DRUPAL-6--2
Changes since 1.2.2.18.2.15: +2 -3 lines
Diff to previous 1.2.2.18.2.15 , to branch point 1.2.2.18
- JavaScript 'effect' setting was being added twice

Revision 1.2.2.18.2.15 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 22 16:50:34 2009 UTC (9 months ago) by mrfelton
Branch: DRUPAL-6--2
Changes since 1.2.2.18.2.14: +14 -9 lines
Diff to previous 1.2.2.18.2.14 , to branch point 1.2.2.18
- Support for multiple rotor displays per view

Revision 1.2.2.18.2.14 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 22 15:19:47 2009 UTC (9 months ago) by mrfelton
Branch: DRUPAL-6--2
Changes since 1.2.2.18.2.13: +6 -7 lines
Diff to previous 1.2.2.18.2.13 , to branch point 1.2.2.18
- Tidy up code (ran through coder)

Revision 1.2.2.18.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 22 15:07:48 2009 UTC (9 months ago) by mrfelton
Branch: DRUPAL-6--2
Changes since 1.2.2.18.2.12: +9 -9 lines
Diff to previous 1.2.2.18.2.12 , to branch point 1.2.2.18
- Settings should now be passed to multiple blocks correctly
- Removed Javascript logging error

Revision 1.2.2.18.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 22 14:43:02 2009 UTC (9 months ago) by mrfelton
Branch: DRUPAL-6--2
Changes since 1.2.2.18.2.11: +45 -6 lines
Diff to previous 1.2.2.18.2.11 , to branch point 1.2.2.18
#380018 - Display rotor images properly when ImageCache is enabled
- Move adding of JavaScript to hook_views_pre_view()
- Pass JavaScript settings into Views Live Preview (still not working proprtly yet though)

Revision 1.2.2.22 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 21 23:16:35 2009 UTC (9 months ago) by mrfelton
Branch: DRUPAL-6--1
Changes since 1.2.2.21: +42 -15 lines
Diff to previous 1.2.2.21 , to branch point 1.2
- fix bug in nodequeue support

Revision 1.2.4.1.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 21 23:11:47 2009 UTC (9 months ago) by mrfelton
Branch: DRUPAL-5
Changes since 1.2.4.1.2.12: +30 -25 lines
Diff to previous 1.2.4.1.2.12 , to branch point 1.2.4.1
- fix bug in nodequeue support

Revision 1.2.2.18.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 21 20:42:47 2009 UTC (9 months ago) by mrfelton
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-0-BETA2
Changes since 1.2.2.18.2.10: +2 -2 lines
Diff to previous 1.2.2.18.2.10 , to branch point 1.2.2.18
- store rotor images in 'rotor' directory

Revision 1.2.2.21 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 21 20:09:26 2009 UTC (9 months ago) by mrfelton
Branch: DRUPAL-6--1
Changes since 1.2.2.20: +36 -5 lines
Diff to previous 1.2.2.20 , to branch point 1.2
- tab position option

Revision 1.2.2.18.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 21 19:56:42 2009 UTC (9 months ago) by mrfelton
Branch: DRUPAL-6--2
Changes since 1.2.2.18.2.9: +7 -1 lines
Diff to previous 1.2.2.18.2.9 , to branch point 1.2.2.18
- removed unused code
- added tab position option (above/below)

Revision 1.2.2.20 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 21 18:35:59 2009 UTC (9 months ago) by mrfelton
Branch: DRUPAL-6--1
Changes since 1.2.2.19: +19 -3 lines
Diff to previous 1.2.2.19 , to branch point 1.2
- more fine grained access control

Revision 1.2.2.18.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 21 18:32:47 2009 UTC (9 months ago) by mrfelton
Branch: DRUPAL-6--2
Changes since 1.2.2.18.2.8: +5 -5 lines
Diff to previous 1.2.2.18.2.8 , to branch point 1.2.2.18
- more appropriate name for permissions

Revision 1.2.2.18.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 21 18:28:01 2009 UTC (9 months ago) by mrfelton
Branch: DRUPAL-6--2
Changes since 1.2.2.18.2.7: +19 -15 lines
Diff to previous 1.2.2.18.2.7 , to branch point 1.2.2.18
- remove hook_menu as it isn't used any more
- more fine grained access control

Revision 1.2.2.18.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 21 16:50:32 2009 UTC (9 months ago) by mrfelton
Branch: DRUPAL-6--2
Changes since 1.2.2.18.2.6: +3 -3 lines
Diff to previous 1.2.2.18.2.6 , to branch point 1.2.2.18
- add alt and title when using imagecacge
- use image title field for image title
- change filepath to fid in database schema

Revision 1.2.2.19 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 21 16:47:21 2009 UTC (9 months ago) by mrfelton
Branch: DRUPAL-6--1
Changes since 1.2.2.18: +18 -16 lines
Diff to previous 1.2.2.18 , to branch point 1.2
#367881 - do not display items that are unpublished
- add alt and title when using imagecacge
- remove empty call to t()

Revision 1.2.4.1.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 21 16:45:33 2009 UTC (9 months ago) by mrfelton
Branch: DRUPAL-5
Changes since 1.2.4.1.2.11: +23 -18 lines
Diff to previous 1.2.4.1.2.11 , to branch point 1.2.4.1
#367881 - do not display items that are unpublished
 - add alt and title when using imagecacge
 - remove empty call to t()

Revision 1.2.2.18.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 21 11:26:47 2009 UTC (9 months ago) by mrfelton
Branch: DRUPAL-6--2
Changes since 1.2.2.18.2.5: +1 -5 lines
Diff to previous 1.2.2.18.2.5 , to branch point 1.2.2.18
#376674

Revision 1.2.2.18.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 15 21:56:45 2009 UTC (9 months, 1 week ago) by mrfelton
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-0-BETA1
Changes since 1.2.2.18.2.4: +127 -83 lines
Diff to previous 1.2.2.18.2.4 , to branch point 1.2.2.18
Add tab support
AHAH image upload (powered by upload_element)

Revision 1.2.4.1.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 26 16:33:50 2008 UTC (11 months ago) by mrfelton
Branch: DRUPAL-5
Changes since 1.2.4.1.2.10: +4 -2 lines
Diff to previous 1.2.4.1.2.10 , to branch point 1.2.4.1
Force individual rotor items to be set size

Revision 1.2.2.18.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 21 14:40:53 2008 UTC (11 months ago) by mrfelton
Branch: DRUPAL-6--2
Changes since 1.2.2.18.2.3: +2 -2 lines
Diff to previous 1.2.2.18.2.3 , to branch point 1.2.2.18
- A much more complete .install file
- Small documentation updates

Revision 1.2.2.18.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 20 17:53:53 2008 UTC (11 months, 1 week ago) by mrfelton
Branch: DRUPAL-6--2
Changes since 1.2.2.18.2.2: +237 -6 lines
Diff to previous 1.2.2.18.2.2 , to branch point 1.2.2.18
- Row style plugin
- Added Rotor Item content type back in
- Provides a default view

Revision 1.2.2.18.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 17 08:35:25 2008 UTC (11 months, 1 week ago) by mrfelton
Branch: DRUPAL-6--2
Changes since 1.2.2.18.2.1: +11 -575 lines
Diff to previous 1.2.2.18.2.1 , to branch point 1.2.2.18
- Moved animation settings into per view configuration
- Removed global settings page
- Removed Rotor Item content-type (althoughshould bring it back)

Revision 1.2.2.18.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 16 18:14:35 2008 UTC (11 months, 1 week ago) by mrfelton
Branch: DRUPAL-6--2
Changes since 1.2.2.18: +26 -5 lines
Diff to previous 1.2.2.18
- Moving new development work into new 6.2 bracnh
- Experimental support for Views

Revision 1.2.4.1.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 15 16:32:37 2008 UTC (11 months, 1 week ago) by mrfelton
Branch: DRUPAL-5
Changes since 1.2.4.1.2.9: +6 -2 lines
Diff to previous 1.2.4.1.2.9 , to branch point 1.2.4.1
added experimental views support

Revision 1.2.4.1.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 12 17:54:41 2008 UTC (11 months, 2 weeks ago) by mrfelton
Branch: DRUPAL-5
Changes since 1.2.4.1.2.8: +2 -4 lines
Diff to previous 1.2.4.1.2.8 , to branch point 1.2.4.1
- use the rotor_item's defined input format for check_markup()

Revision 1.2.2.18 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 12 17:53:01 2008 UTC (11 months, 2 weeks ago) by mrfelton
Branch: DRUPAL-6--1
Branch point for: DRUPAL-6--2
Changes since 1.2.2.17: +2 -2 lines
Diff to previous 1.2.2.17 , to branch point 1.2
- use the rotor_item's defined input format for check_markup()

Revision 1.2.2.17 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 8 09:34:08 2008 UTC (11 months, 2 weeks ago) by mrfelton
Branch: DRUPAL-6--1
Changes since 1.2.2.16: +8 -18 lines
Diff to previous 1.2.2.16 , to branch point 1.2
- Remove unused code

Revision 1.2.2.16 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 7 23:19:10 2008 UTC (11 months, 2 weeks ago) by mrfelton
Branch: DRUPAL-6--1
Changes since 1.2.2.15: +2 -1 lines
Diff to previous 1.2.2.15 , to branch point 1.2
- BLOCK_NO_CACHE

Revision 1.2.4.1.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 6 11:57:58 2008 UTC (11 months, 3 weeks ago) by mrfelton
Branch: DRUPAL-5
Changes since 1.2.4.1.2.7: +60 -33 lines
Diff to previous 1.2.4.1.2.7 , to branch point 1.2.4.1
- Tidied up JavaScript implementation
- Added several more effects from cycle plugin

Revision 1.2.2.15 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 6 11:54:39 2008 UTC (11 months, 3 weeks ago) by mrfelton
Branch: DRUPAL-6--1
Changes since 1.2.2.14: +75 -43 lines
Diff to previous 1.2.2.14 , to branch point 1.2
- #343280: Moved javascript loading outside of theme() function
- Tidied up JavaScript implementation
- Added several more effects from cycle

Revision 1.2.4.1.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 23 17:47:09 2008 UTC (12 months ago) by mrfelton
Branch: DRUPAL-5
Changes since 1.2.4.1.2.6: +47 -26 lines
Diff to previous 1.2.4.1.2.6 , to branch point 1.2.4.1
#320757: Specify target for links
Added README.txt, INSTALL.txt, LICENCE.txt and jquery_plugin/jquery.cycle.min.js

Revision 1.2.2.14 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 23 17:45:54 2008 UTC (12 months ago) by mrfelton
Branch: DRUPAL-6--1
Changes since 1.2.2.13: +46 -24 lines
Diff to previous 1.2.2.13 , to branch point 1.2
[#320757]: Specify target for links
Added README.txt, INSTALL.txt and LICENCE.txt

Revision 1.2.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 22 22:10:50 2008 UTC (12 months ago) by mrfelton
Branch: DRUPAL-6--1
Changes since 1.2.2.12: +61 -71 lines
Diff to previous 1.2.2.12 , to branch point 1.2
code cleanup (now passes through coder)

Revision 1.2.4.1.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 22 22:10:26 2008 UTC (12 months ago) by mrfelton
Branch: DRUPAL-5
Changes since 1.2.4.1.2.5: +69 -85 lines
Diff to previous 1.2.4.1.2.5 , to branch point 1.2.4.1
code cleanup (now passes through coder)

Revision 1.2.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 22 20:35:13 2008 UTC (12 months ago) by mrfelton
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-4
Changes since 1.2.2.11: +2 -2 lines
Diff to previous 1.2.2.11 , to branch point 1.2
Use correct jquery_plugin call

Revision 1.2.4.1.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 22 20:15:40 2008 UTC (12 months ago) by mrfelton
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-7
Changes since 1.2.4.1.2.4: +205 -70 lines
Diff to previous 1.2.4.1.2.4 , to branch point 1.2.4.1
Backporting latest changes from D6

Revision 1.2.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 22 17:47:02 2008 UTC (12 months ago) by mrfelton
Branch: DRUPAL-6--1
Changes since 1.2.2.10: +4 -4 lines
Diff to previous 1.2.2.10 , to branch point 1.2
#288877: Applied input filters to body content

Revision 1.2.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 22 17:38:09 2008 UTC (12 months ago) by mrfelton
Branch: DRUPAL-6--1
Changes since 1.2.2.9: +2 -2 lines
Diff to previous 1.2.2.9 , to branch point 1.2
#322057: Simplified block title

Revision 1.2.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 22 17:28:29 2008 UTC (12 months ago) by mrfelton
Branch: DRUPAL-6--1
Changes since 1.2.2.8: +60 -27 lines
Diff to previous 1.2.2.8 , to branch point 1.2
#313963: Ability to specify image alt text
#320757: Ability to specify links for images

Revision 1.2.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 22 13:27:39 2008 UTC (12 months ago) by mrfelton
Branch: DRUPAL-6--1
Changes since 1.2.2.7: +4 -4 lines
Diff to previous 1.2.2.7 , to branch point 1.2
#322038: better explination of tab groups (mrfelton)
Added css hover psudo class to rotor-tab

Revision 1.2.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 22 13:06:12 2008 UTC (12 months ago) by mrfelton
Branch: DRUPAL-6--1
Changes since 1.2.2.6: +124 -24 lines
Diff to previous 1.2.2.6 , to branch point 1.2
#278722: Added fading and scrolling effects (mrfelton)

Revision 1.2.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 22 11:56:12 2008 UTC (12 months ago) by mrfelton
Branch: DRUPAL-6--1
Changes since 1.2.2.5: +4 -3 lines
Diff to previous 1.2.2.5 , to branch point 1.2
#296105: fixed a bug that caused files to be periodically deleted

Revision 1.2.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 17 09:14:45 2008 UTC (12 months, 1 week ago) by mrfelton
Branch: DRUPAL-6--1
Changes since 1.2.2.4: +12 -2 lines
Diff to previous 1.2.2.4 , to branch point 1.2
#286671 by mrfelton: Random node selection

Revision 1.2.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 8 21:49:30 2008 UTC (13 months, 2 weeks ago) by karpuz
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-3
Changes since 1.2.2.3: +3 -3 lines
Diff to previous 1.2.2.3 , to branch point 1.2
SA-2008-063 http://drupal.org/node/318739

Revision 1.2.4.1.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 28 20:57:11 2008 UTC (17 months, 4 weeks ago) by nestormata
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-6
Changes since 1.2.4.1.2.3: +26 -3 lines
Diff to previous 1.2.4.1.2.3 , to branch point 1.2.4.1
If the imagecache module is installed, with this fix it will know which preset function to use to get the presets no matter which version of imagecache is using.
This enables the rotor module to work with either imagecache or imagecache2.

Revision 1.2.4.1.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 27 15:35:36 2008 UTC (18 months ago) by nestormata
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-5
Changes since 1.2.4.1.2.2: +58 -21 lines
Diff to previous 1.2.4.1.2.2 , to branch point 1.2.4.1
Added functionality to work with the nodequeue module.

Revision 1.2.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 29 22:53:59 2008 UTC (18 months, 4 weeks ago) by nestormata
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-2
Changes since 1.2.2.2: +46 -6 lines
Diff to previous 1.2.2.2 , to branch point 1.2
Fixed issue when loading for IE6.
Fixed initial all contents showing.
This version now optionally works with imagecache 2 (no official release for drupal 6 yet)

Revision 1.2.4.1.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 29 20:18:23 2008 UTC (18 months, 4 weeks ago) by nestormata
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-4
Changes since 1.2.4.1.2.1: +1 -1 lines
Diff to previous 1.2.4.1.2.1 , to branch point 1.2.4.1
This fixes that during the loading time all the images are shown.
Also contains a hack for an issue that sometimes occurs with the jquery load event in IE6

Revision 1.2.4.1.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 29 19:09:43 2008 UTC (18 months, 4 weeks ago) by nestormata
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-3
Changes since 1.2.4.1: +35 -4 lines
Diff to previous 1.2.4.1
This version optionally uses the imagecache for the image contents or the rotor items

Revision 1.2.4.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 29 16:34:12 2008 UTC (18 months, 4 weeks ago) by nestormata
Branch: DRUPAL-5--7
CVS Tags: DRUPAL-5--1-2, DRUPAL-5--7-2
Branch point for: DRUPAL-5
Changes since 1.2: +2 -2 lines
Diff to previous 1.2
Fix about a extra time waiting without content being shown. There was an issue with the class names being used when working with the jquery.

Revision 1.2.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 29 16:26:50 2008 UTC (18 months, 4 weeks ago) by nestormata
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-1
Changes since 1.2.2.1: +2 -2 lines
Diff to previous 1.2.2.1 , to branch point 1.2
Fix about a extra time waiting without content being shown. There was an issue with the class names being used when working with the jquery.

Revision 1.2.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 9 17:38:43 2008 UTC (19 months, 2 weeks ago) by nestormata
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0
Changes since 1.2: +50 -38 lines
Diff to previous 1.2
First migrated version for drupal 6

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 1 19:45:03 2008 UTC (19 months, 3 weeks ago) by nestormata
Branch: MAIN
CVS Tags: DRUPAL-5--1-1, HEAD
Branch point for: DRUPAL-5--7, DRUPAL-6--1
Changes since 1.1: +5 -5 lines
Diff to previous 1.1
Fix in the theme functions

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 1 18:14:43 2008 UTC (19 months, 3 weeks ago) by nestormata
Branch: MAIN
CVS Tags: DRUPAL-5--1-0
Initial commit for the rotor module, fully functionally for production

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