Joe Germuska
02c09cb0b7
Merge pull request #706 from Threespot/master
...
Remove HTTPS URL rewriting for older IE.
10 years ago
Joe Germuska
5fb123fb36
add staging bucket
10 years ago
Chris Davis
6bde88dc92
Remove HTTPS URL rewriting for older IE.
...
This code was breaking loading data over HTTPS in IE9/10. Issue noticed loading data from Google Doc URL with Timeline.js under HTTPS.
10 years ago
Joe Germuska
9f7434ab48
try to build for less analytics on https
10 years ago
Joe Germuska
6528bbd41a
don't do analytics on https
10 years ago
Joe Germuska
eea88334dd
remove URL protocol rewriting. Closes #704
10 years ago
Fokko Driesprong
a537b75396
Added the Frisian language.
10 years ago
Joe Germuska
50b2e6cb0b
check to make sure that every slide has a start date, so that people get a clear warning if the spreadsheet header has been changed.
10 years ago
Joe Germuska
d680a40dd0
change name for bc dates
10 years ago
Joe Germuska
e121e47dd1
ridiculous monkeying around Timeline's own jquery loading so that links to FAQ entries go to them
10 years ago
Maciej Rzepiński
914a282b9d
Update Polish locale
...
Full translation of `Timeline` and correct version of transaltion (better way!) :)
10 years ago
Ryan
614ca01b53
Fixed broken example links
...
Fixed Akira's world. Need replacement for History of Electronic and Dance music
10 years ago
Joe Germuska
97787a3fcf
unique-ify FAQ id. Closes #687
10 years ago
sipp11
7a0112c947
edit th.js
10 years ago
Chris Adams
cabe8f42e6
Allow Chrome to optimize for…in loop in animate()
...
Making this a local variable allows Chrome to optimize the
loop, which is called frequently while scrolling
10 years ago
Chris Adams
cadd757469
placeholder for future optimization
10 years ago
Chris Adams
ad02378182
LESS: fix control positioning on RTL pages
...
Currently the next and previous controls will overlap when embedded on an RTL page. This commit makes the controls usable but doesn’t start the larger project of flipping the various left/right classes applied to .nav-next / .nav-previous elements or updating the JavaScript to use “left” or “right” based on whether the timeline is embedded in a dir=rtl or dir=ltr element.
10 years ago
Joe Germuska
50df972940
fix jquery version check, again. (should accept jquery 2, although TimelineJS has not been tested with jquery 2) cf. #551
10 years ago
Chris Adams
5c4edc9502
VMM.Library.animate(): don’t churn object copies
...
This avoids declaring an object unless we didn’t receive one
10 years ago
Chris Adams
facd6fa7db
Fix VMM.Library.prop and VMM.Library.attribute
...
prop() previously had a version check for jQuery’s prop()
function which failed, causing it to never return values for
e.g. scrollHeight.
attribute() previously always hit the setter path because it
didn’t check for value being undefined so it always called
jQuery using the two argument form.
10 years ago
Chris Adams
5f71cf63ce
Use the slow jQuery path to animate scrollTop
...
This might be worth either splitting animate() into one for DOM
properties and one for pure-CSS or replacing the scrollTop animation
with something like margin or, better yet, transform.
10 years ago
Joe Germuska
80599f216b
fix link to WP plugin
10 years ago
Chris Adams
2d925f8fa0
Always use CSS transitions when available
...
This makes a huge difference in perceptual animation quality
from ~10-20 FPS on a 1.7Ghz Core i7 to 60FPS in Chrome, Safari, Firefox,
IE11.
10 years ago
Chris Adams
92b6d7bfd2
Sort tags for consistent display
...
This ensures that the tag list will be consistent rather
than based on the browser’s internal hash implementation. It
also allows a custom override function to be configured when
simple alphabetic sorting is not sufficient.
Closes #342
Closes #505
10 years ago
Ryan
155395cb2d
Fixed broken example links
...
Still need to fix Akira Toriyama's World, History of Electronic & Club Dance Music
10 years ago
1492sen
ce4ab721f9
Update zh-tw.js
...
should use traditional week character
10 years ago
1492sen
364ec62e4b
Update zh-tw.js
...
most taiwanese prefer numerical month date format instead chinese characters, same as zh-cn.
current zh-tw only display month in chinese character
http://cdn.knightlab.com/libs/timeline/latest/embed/index.html?source=0AlHbrYHut1HUdGNNamt6QzdDeFFyMXVFRmtsUmp4TFE&font=Bevan-PotanoSans&maptype=toner&lang=zh-tw&height=650
10 years ago
Joe Germuska
279dab4da3
fix explanation of how to look at examples. Supersedes/closes #671
10 years ago
Joe Germuska
4b6dbf6ff4
Merge branch 'master' of github.com:NUKnightLab/TimelineJS
10 years ago
Joe Germuska
b74c74f401
integrate changes from git issue. closes #568
10 years ago
Joe Germuska
522f432438
Merge pull request #642 from nimashahbazi90/patch-1
...
Update fa.js
10 years ago
Joe Germuska
df49ab3e86
attempt to integrate changes from #440
10 years ago
nimashahbazi90
c96dfb4262
Update fa.js
11 years ago
Joe Germuska
119e249025
update CHANGELOG
11 years ago
Joe Germuska
5d8b419a21
Release 2.33.1
11 years ago
Joe Germuska
65cec06b0a
Merge pull request #639 from 1000camels/patch-1
...
Update zh-cn.js
11 years ago
Joe Germuska
5b3f7637e8
Release 2.33.1
11 years ago
Darcy W. Christ
4e8da083ae
Update zh-cn.js
...
I've converted the chinese characters for the numeric month back to numbers, as it is more consistent with the way the date is shown, with the numeric year and numeric day.
11 years ago
Joe Germuska
3ab755a1b8
don't use return from split, which is an array, which should really have meant someone found this broken before now... (cf. ZenDesk no. 402)
11 years ago
Joe Germuska
8596134a48
Release 2.33.0
11 years ago
Joe Germuska
f34b3214c0
add build version of en-week.js
11 years ago
Joe Germuska
afb12e04e5
update CHANGELOG
11 years ago
Joe Germuska
4ca046914d
try to parse new google maps urls. Still don't know how to decode data parameter. see #638
11 years ago
Joe Germuska
bed5780380
parse new format Google spreadsheet URLs correctly. Closes #597
11 years ago
Joe Germuska
1ace338171
support 'W' as a date format token
11 years ago
Joe Germuska
bfb0fb2bb1
support BMP. Closes #632
11 years ago
Joe Germuska
75165f182e
flickr is going https-only
11 years ago
Joe Germuska
1d0df80ba8
add 'repository'
11 years ago
Joe Germuska
5a18302633
Merge branch 'master' of github.com:NUKnightLab/TimelineJS
11 years ago
Joe Germuska
3af521fcde
minor tweaks
...
fix typo s/exemples/examples
change timeline-min.js to timeline.js in compliance with Bower JSON spec ["do not include minified files"](https://github.com/bower/bower.json-spec#main )
11 years ago