| 1 |
// $Id: CHANGELOG.txt,v 1.2.4.1 2009/07/23 18:21:23 xamanu Exp $
|
| 2 |
|
| 3 |
2009/07/23 - 6.x-2.0
|
| 4 |
----------------------
|
| 5 |
- Partially rewritten
|
| 6 |
- Updated to Simile Timeline 2.3.0
|
| 7 |
- Extended visualization functions from Simile Timeline 2.x
|
| 8 |
- Object based architecture for timeline settings and events
|
| 9 |
- Better views 2 integration
|
| 10 |
- Grouping with color coding.
|
| 11 |
- Respecting Drupal's js behaviors
|
| 12 |
- Support for individual themes. Providing two new themes.
|
| 13 |
- Improved support for Date module
|
| 14 |
- Depending on libraries module for local installation.
|
| 15 |
- Dropped support for events module.
|
| 16 |
- Supporting json only.
|
| 17 |
- Avoiding js callback to certain url.
|
| 18 |
- #121377 Arbitrary/custom initial focus.
|
| 19 |
|
| 20 |
|
| 21 |
2008/07/05 - 5.x-1.0
|
| 22 |
----------------------
|
| 23 |
- Fixed various bugs related to timeline controls. (Thanks to franskuipers)
|
| 24 |
- #165634 Fixed link array format in timeline_link.
|
| 25 |
- #135658 Patch by KarenS - Adds date module support and end date auto-detection.
|
| 26 |
You may need to update your views.
|
| 27 |
- #99552: Update for Drupal 5.x
|
| 28 |
|
| 29 |
2006/12/09 - 4.7.x-1.0
|
| 30 |
----------------------
|
| 31 |
- Added an option for specifying which event/date the timeline views should
|
| 32 |
initially be centered on after loading.
|
| 33 |
- Fixed widget creation so that the 'Loading...' bubble is displayed.
|
| 34 |
- #94031: Allow using custom CCK fields as the start/end date, title and
|
| 35 |
description of timeline events (kudos to John Stalcup).
|
| 36 |
- #79472: Fix asynchronous timeline loading problems occuring in IE6 (kudos
|
| 37 |
to John Stalcup and Erwin Lion).
|
| 38 |
- #91081: Corrected the timeline popup node links (kudos to Eric Charikane).
|
| 39 |
- #90660: Prevented other modules (e.g. devel.module) from intefering with
|
| 40 |
timeline JSON or XML feed output (kudos to Steve Yelvington).
|
| 41 |
- #90272: Extended the module's installation and usage instructions, and
|
| 42 |
reorganized the code for better extensibility.
|
| 43 |
- #90272: Implemented an installation hook which verifies that the required
|
| 44 |
Views module is installed and enabled, and outputs a warning in
|
| 45 |
case it is not.
|
| 46 |
- #90272: Implemented JSON output and added a setting for specifying whether
|
| 47 |
to use JSON or XML for loading the timeline data feed.
|
| 48 |
- #90272: Simplified the XML output code by making use Drupal's built-in
|
| 49 |
function format_xml_elements().
|
| 50 |
- #90272: Changed dates/times in data feed to use the ISO-8601 format, and
|
| 51 |
added explicit date format specifier to data feeds.
|
| 52 |
- #90272: Added a setting for specifying the base URL to load the timeline
|
| 53 |
JavaScript widget from.
|
| 54 |
- #90272: Added a setting and cache control implementation for specifying the
|
| 55 |
client-side cache lifetime for timeline data feeds.
|
| 56 |
- #90272: Changed timeline data feed loading to use a relative, instead of
|
| 57 |
absolute, URL to counteract problems when accessing a site via
|
| 58 |
HTTP/HTTPS both.
|
| 59 |
- #90272: Added an explicit UTF-8 character set specifier to the HTTP
|
| 60 |
Content-Type header of the data feeds.
|
| 61 |
- #90272: Implemented some initial Simpletest unit tests for verifying the
|
| 62 |
well-formedness of the data feeds provided by the timeline module.
|
| 63 |
- #90272: Implemented a best-effort workaround for the widget's timezone
|
| 64 |
display bugs, claiming dates are GMT while they're in fact
|
| 65 |
explicitly adjusted to the current user's timezone.
|
| 66 |
- #90272: Added a wrapper DIV element around timeline DIV for easier control
|
| 67 |
over theming, and added a visible border around the timeline
|
| 68 |
widget for stylistic effect.
|
| 69 |
- #90272: Changed the default timeline CSS class name and width, and set the
|
| 70 |
timeline XHTML element ID to the name of the current timeline view
|
| 71 |
in order to facilitate custom theming.
|
| 72 |
- #90272: Separated timeline creation JavaScript code out of the module and
|
| 73 |
into a file called timeline.js; also added an initial timeline.css
|
| 74 |
stylesheet file.
|
| 75 |
- #90272: Successfully tested vertical timeline views (with newest version
|
| 76 |
of the timeline widget).
|