Joe Germuska
dd66d8cea6
Release 2.28.1
11 years ago
Joe Germuska
69b79c0d7f
Release 2.28.0
11 years ago
Joe Germuska
30082252d3
Release 2.27.1
11 years ago
Joe Germuska
2ba43f0d1a
Release 2.27.0
11 years ago
Joe Germuska
033822bb48
Release 2.26.5
11 years ago
Joe Germuska
974c19d19b
Release 2.26.4
11 years ago
Joe Germuska
f46f5f0223
Release 2.26.4
11 years ago
Joe Germuska
e34a0f900f
Release 2.26.3
11 years ago
Joe Germuska
afae5945ad
Release 2.26.2
11 years ago
Joe Germuska
e1ece5869d
Release 2.26.2
11 years ago
Joe Germuska
d2163e8586
need to figure out how to include built dir with tag
11 years ago
Joe Germuska
e8a6a85c2c
version 2.26.0 adds Sinhalese language
11 years ago
Joe Germuska
cce0a3357b
include 'build' in repository so that people can get a possibly unreleased version without having to have a full build-rig themselves
11 years ago
Zach Wise
1b86f6eec4
Added fancy box modal functionality. Documentation coming later once it's fully implemented
11 years ago
Zach Wise
7f1f2e10b0
Updated to v2.24 Allow larger date extremes, Added timeout to new Twitter API calls and added Afrikaans language
...
Allow larger date extremes
Added timeout to new Twitter API calls
Added Afrikaans language
Thanks to Kobus Bezuidenhout via Google Groups
https://groups.google.com/forum/?hl=en#!msg/verite-timeline/ZKnJPKi98vg/TySf58rFJGEJ
12 years ago
Zach Wise
97007fce3b
Fix for twitter API v1 closing down, fix for Google Maps not showing custom map types.
...
TimelineJS will now use Oembed instead of the get tweet restful api from v1. This change means that avatar images will no longer be shown since they are not available in the Oembed json. closes #434
Google Maps api is now using v3.9 instead of the release version
There was a change in the latest Google Map API that causes custom map types to stop working
More info: http://stackoverflow.com/questions/13486271/google-map-markermanager-cannot-call-method-substr-of-undefined
solution for now is to use API ver 3.9 closes #435
IE7 hook for alternative display was removed. closes #161
12 years ago
Zach Wise
9865af52bc
Latest compile 2.22
12 years ago
Zach Wise
e053f26aeb
Added iframe media type
12 years ago
Zach Wise
e50469d37d
Fix for mobile Y (up/down) scrolling issue closes #383
12 years ago
Zach Wise
9c40a96138
Fixed Vine support and added Icon class
...
should auto play now and icon class added for thumbnail
12 years ago
Zach Wise
71f310232f
Name-spaced Tooltip closes #250
12 years ago
Zach Wise
ef6ddc8745
Turned off automatic twitter hash tag links closes #208
12 years ago
Zach Wise
bbcd5cba52
Extremely large BC dates may crash fringe browsers (Linux)
...
This will not be fixed since the use case is so small
closes #360
12 years ago
Zach Wise
03121dbc42
Extremely large BC dates may crash fringe browsers (Linux)
...
This will not be fixed since the use case is so small
closes #360
12 years ago
Zach Wise
eacbc6c020
Disabled Y scroll wheel on TimelineNav closes #380
12 years ago
Zach Wise
7871b69a35
Fix undefined 'row' in positionEras() closes #345
12 years ago
Zach Wise
0e726f398b
Fixed variable name bug that would cause IE8 to not process dates closes #334
12 years ago
Zach Wise
e37e96d355
Updated pagepeeker image call to their new api url construction. closes #350
12 years ago
Zach Wise
91da88125b
Fix for scrollbars showing up on iframe embedded version of TimelineJS
12 years ago
Zach Wise
0b857a38b0
Multiple bugfixes, see detailed description
...
Fix for error for urls in the media field that contain youtube as part of the domain name but are not youtube videos
Fixes instances of Timeline at exactly 640.x px wide would show unusual responsiveness
12 years ago
Zach Wise
1ac5d1ecec
Added ability to add user defined classes to slides. closes #302
...
add `"classname": "myuniqueclassnamegoeshere"` to the date item and it will add that class to the slide created for that data.
12 years ago
Zach Wise
6c41ba68f4
Support for source with other parameters in the url construct closes #239 closes #281 closes #251
12 years ago
Zach Wise
1273cbe988
Hide swipe to navigate message after swiping thanks to @klamping
12 years ago
Zach Wise
5ecaef74ac
Escape `.`-character for proper matching of jsonp files thanks to @gunnarlium d051fc17ff
12 years ago
Zach Wise
24904bd101
Added ability to specify worksheet in Google Spreadsheet source url via @motin
12 years ago
Zach Wise
051a9e742a
Latest compile v2.2
12 years ago
Zach Wise
61164291af
Removed unused if else from DragSlider. closes #248
12 years ago
Zach Wise
90cb9d7928
Updated date handling to allow precision dates including allowing first of the month to display
...
also closes issue #237
12 years ago
Zach Wise
a89ae221a3
Added swipe to navigate instructions and bug fixes
12 years ago
Zach Wise
c88f11351e
Finally finished swipe/slide to move next and previous in the slider. closes #209
12 years ago
Zach Wise
4405dfa3e0
Latest compile 2.15
12 years ago
Zach Wise
10d5551f82
Changed web thumb service to pagepeeker, tweaked flickr api size logic
...
Pagepeeker seems to provide better thumbnails
http://pagepeeker.com
Flickr size logic was assuming the medium 800 size exists. It doesn't anymore. This was causing enormous image sizes to load instead.
12 years ago
Zach Wise
97b689f67e
Tweaked next and previous buttons on skinny timeline
12 years ago
Zach Wise
a2590b7284
Fix skinny width media queries not working when timeline is not in an embed
12 years ago
Zach Wise
54cfb9abc8
Tweaked Google Docs data loading
...
tweaked timeout and added a more robust alternative to loading data from Google because of Google's apparent restriction on spreadsheets with more than 100 rows.
12 years ago
Zach Wise
3a8971efcf
Latest compile v2.12
...
Content will fill the slider more and the next and back arrows will hide until you mouseover them when the width is 640 or below.
Changed Google Doc getJson timeout so that it tries several times to get data if it times out.
12 years ago
Zach Wise
54f6ed27f4
Added `loc` parsing to Google Maps closes #220 and scoped loading message divs
12 years ago
Zach Wise
87cf484191
Removed viewport management for now. Causing problems with iPhone and iPad etc. Going to try another route for better viewing on iPhone.
12 years ago
Zach Wise
34925b0fc4
Latest compile v 2.10
12 years ago
Zach Wise
e09ee38e59
Latest compile 2.05
12 years ago