timeline 7.x-3.x-dev

New features

This is a development branch for the Drupal 7 version of the Timeline module

timeline 6.x-3.x-dev

New features

- Implemented the cTools plugin api for supported cck date fields and theme inclusion
- Support Views 3.x
- Using newest timeline library (killing support for remote server hosting of libraries)

timeline 6.x-2.0

New features:

- Partially rewritten
- Updated to Simile Timeline 2.3.0
- Extended visualization functions from Simile Timeline 2.x (earliestStart/latestEnd)
- Object based architecture for timeline settings and events
- Improved views 2 integration:
Supporting views arguments' (#358270: Handling views' arguments, #368153: Javascript error component not defined)
and views' exposed filters (#330693: Views' exposed filter support)
- Color coding by views' group by filter
- Icons for events based on cck imagefields or taxonomy_image.
Can be passed through an imagecache preset.
- Respecting Drupal's js behaviors
- Support for individual themes. Providing two new themes.
- Improved date handling. Extended date module support for all three date formats.
- Depending on libraries module for local installation.
- Theme variables in UI (Bubble_height, bubble_width)
- Arbitrary/custom initial focus (#121377: Support for an arbitrary initial focus)
- Translatable warning when Javascript is not activated
- Improved admin settings page
- Localization based on browser's language (#357732: Localization of date units (days, months etc))
- Little debug feature. Export of the data array to facilitate remote debugging.
- Added German translation for module
- Rudimentary support for timezones based on drupal's general settings. #312586: Support for timezones

timeline 6.x-2.0-beta4

New features
Bug fixes

6.x-2.0-BETA 4
- Warning message when no data is available. #587680: Warning message when timeline doesn't have event data
- Cleaned up misleading module requirement tests. #573376: Module requirements
- Using drupal_alter() in order to enable possible extension modules to add own themes and manipulate the data array.

6.x-2.0-BETA 3
- Fixed translation issue: #565202: Translation issue
- Added German translation for module
- Cleaned up code respecting Drupal's coding standards

6.x-2.0-BETA 2
- Rudimentary support for timezones based on drupal's general settings. #312586: Support for timezones
- #556218 fixed linking title to correct path
- #532978 proper support for historical dates before 1901

6.x-2.0-BETA 1
- Partially rewritten
- Updated to Simile Timeline 2.3.0
- Extended visualization functions from Simile Timeline 2.x (earliestStart/latestEnd)
- Object based architecture for timeline settings and events
- Improved views 2 integration:
Supporting views arguments' (#358270: Handling views' arguments, #368153: Javascript error component not defined)
and views' exposed filters (#330693: Views' exposed filter support)
- Color coding by views' group by filter
- Icons for events based on cck imagefields or taxonomy_image.
Can be passed through an imagecache preset.
- Respecting Drupal's js behaviors
- Support for individual themes. Providing two new themes.
- Improved date handling. Extended date module support for all three date formats.
- Depending on libraries module for local installation.

timeline 6.x-2.0-beta3

6.x-2.0-BETA 3
- #565202 fixed translation issue
- Added German translation for module
- Cleaned up code respecting Drupal's coding standards

6.x-2.0-BETA 2
- Rudimentary support for timezones based on drupal's general settings (#312586)
- #556218 fixed linking title to correct path
- #532978 proper support for historical dates before 1901

6.x-2.0-BETA 1
- Partially rewritten
- Updated to Simile Timeline 2.3.0
- Extended visualization functions from Simile Timeline 2.x (earliestStart/latestEnd)
- Object based architecture for timeline settings and events
- Improved views 2 integration:
Supporting views arguments' (#358270, #368153)
and views' exposed filters (#330693)
- Color coding by views' group by filter
- Icons for events based on cck imagefields or taxonomy_image.
Can be passed through an imagecache preset.
- Respecting Drupal's js behaviors
- Support for individual themes. Providing two new themes.
- Improved date handling. Extended date module support for all three date formats.
- Depending on libraries module for local installation.
- Theme variables in UI (Bubble_height, bubble_width)
- Arbitrary/custom initial focus (#121377)
- Translatable warning when Javascript is not activated
- Improved admin settings page
- Localization based on browser's language (#357732)

timeline 6.x-2.0-beta2

New features
Bug fixes

6.x-2.0-BETA 1
- Partially rewritten
- Updated to Simile Timeline 2.3.0
- Extended visualization functions from Simile Timeline 2.x (earliestStart/latestEnd)
- Object based architecture for timeline settings and events
- Improved views 2 integration:
Supporting views arguments' (#358270, #368153)
and views' exposed filters (#330693)
- Color coding by views' group by filter
- Icons for events based on cck imagefields or taxonomy_image.
Can be passed through an imagecache preset.
- Respecting Drupal's js behaviors

timeline 6.x-2.0-beta1

New features
Bug fixes

- Partially rewritten
- Updated to Simile Timeline 2.3.0
- Extended visualization functions from Simile Timeline 2.x (earliestStart/latestEnd)
- Object based architecture for timeline settings and events
- Improved views 2 integration:
Supporting views arguments' (#358270, #368153)
and views' exposed filters (#330693)
- Color coding by views' group by filter
- Icons for events based on cck imagefields or taxonomy_image.
Can be passed through an imagecache preset.
- Respecting Drupal's js behaviors

timeline 6.x-2.x-dev

New features
Bug fixes

Actual working branch for the timeline module for Drupal 6.

timeline 5.x-1.0

New features

Drupal 5.x release of timeline module. CVS tag DRUPAL-5--1-0

Primarily an upgrade form the 4.7 version with some bug fixes and Date module support.

timeline 5.x-1.x-dev

On-going port to Drupal 5.x. Not ready for prime time just yet.

timeline 4.7.x-1.0

Changes since David Donohue's initial development release:

  • Added an option for specifying which event/date the timeline views should initially be centered on after loading.
  • Fixed widget creation so that the 'Loading...' bubble is displayed.
  • #94031: Allow using custom CCK fields as the start/end date, title and description of timeline events (kudos to John Stalcup).
  • #79472: Fix asynchronous timeline loading problems occuring in IE6 (kudos to John Stalcup and Erwin Lion).
  • #91081: Corrected the timeline popup node links (kudos to Eric Charikane).
  • #90660: Prevented other modules (e.g. devel.module) from intefering with timeline JSON or XML feed output (kudos to Steve Yelvington).
  • #90272: Extended the module's installation and usage instructions, and reorganized the code for better extensibility.
  • #90272: Implemented an installation hook which verifies that the required Views module is installed and enabled, and outputs a warning in case it is not.
  • #90272: Implemented JSON output and added a setting for specifying whether to use JSON or XML for loading the timeline data feed.
  • #90272: Simplified the XML output code by making use Drupal's built-in function format_xml_elements().
  • #90272: Changed dates/times in data feed to use the ISO-8601 format, and added explicit date format specifier to data feeds.
  • #90272: Added a setting for specifying the base URL to load the timeline JavaScript widget from.
  • #90272: Added a setting and cache control implementation for specifying the client-side cache lifetime for timeline data feeds.
  • #90272: Changed timeline data feed loading to use a relative, instead of absolute, URL to counteract problems when accessing a site via HTTP/HTTPS both.
  • #90272: Added an explicit UTF-8 character set specifier to the HTTP Content-Type header of the data feeds.
  • #90272: Implemented some initial Simpletest unit tests for verifying the well-formedness of the data feeds provided by the timeline module.
  • #90272: Implemented a best-effort workaround for the widget's timezone display bugs, claiming dates are GMT while they're in fact explicitly adjusted to the current user's timezone.
  • #90272: Added a wrapper DIV element around timeline DIV for easier control over theming, and added a visible border around the timeline widget for stylistic effect.
  • #90272: Changed the default timeline CSS class name and width, and set the timeline XHTML element ID to the name of the current timeline view in order to facilitate custom theming.
  • #90272: Separated timeline creation JavaScript code out of the module and into a file called timeline.js; also added an initial timeline.css stylesheet file.
  • #90272: Successfully tested vertical timeline views (with newest version of the timeline widget).

timeline HEAD

The very latest bleeding edge — may be inconsistent or broken. Not recommended for anyone except developers wanting to keep up with the project.

timeline 4.7.x-1.x-dev

The very latest version for Drupal 4.7.x. Tends to be relatively stable, since actual development happens on the HEAD branch, with new features only occasionally being merged or backported. Recommended for expert users who feel comfortable submitting bug reports for the occasional glitch.

Subscribe with RSS Subscribe to Releases for Timeline