Joe Germuska
221b39ce7b
initialize date differently. closes #718
10 years ago
Joe Germuska
0fba8fb9bd
attempt to fix regression introduced in #706 : IE doesn't like loading https JSON for http pages
10 years ago
Adam Eivy
589b3b8068
adding 56x56 loading@2x.gif
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
6528bbd41a
don't do analytics on https
10 years ago
Joe Germuska
eea88334dd
remove URL protocol rewriting. Closes #704
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
Maciej Rzepiński
914a282b9d
Update Polish locale
...
Full translation of `Timeline` and correct version of transaltion (better way!) :)
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
11 years ago
Chris Adams
5c4edc9502
VMM.Library.animate(): don’t churn object copies
...
This avoids declaring an object unless we didn’t receive one
11 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.
11 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.
11 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.
11 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
11 years ago
1492sen
ce4ab721f9
Update zh-tw.js
...
should use traditional week character
11 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
11 years ago
Joe Germuska
b74c74f401
integrate changes from git issue. closes #568
11 years ago
Joe Germuska
df49ab3e86
attempt to integrate changes from #440
11 years ago
nimashahbazi90
c96dfb4262
Update fa.js
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
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
ed12588844
remove crufty code. closes #589
11 years ago
Joe Germuska
d41bb83ee0
be more permissive about iframe markup. closes #567 . thanks @stephenr85
11 years ago
Joe Germuska
de02f719b5
remove themes from url paths. Closes #512 . Thanks @sbleon
11 years ago
Joe Germuska
e180edd80b
treat Streetview API urls as images, not maps. Closes #520 . Thanks @obsoleter
11 years ago
DanKeeling
5463d76f89
Updated VMM.Browser to better determine IE7/8 Versions
...
An update to browser to check for Trident Version, IE8 reports as IE7
when in certain zones. This check determines more accurately actual IE7
or 8 version.
11 years ago
Drew Freyling
f808878019
smushed with png gauntlet
11 years ago
Joe Germuska
df08a01e7d
add some notes for most likely places worth fixing as part of #618
11 years ago
Canton Becker
d8ad4e1b7e
Added maxheight=168 directive for soundcloud iframes
...
Requests that soundcloud render an iframe with a maxheight of 168.
Without this, you end up with a very tall soundcloud iframe which hides
the timeline dropshadow and caption.
11 years ago
Joe Germuska
55c32dc85b
stop YouTube players when slide changes. Thanks @rossluebe for patch.
11 years ago
bpalir
c6cffcfa07
Update sl.js
...
sorry, forgot one...
11 years ago
Joe Germuska
dde67610fd
move check for blockquote and iframe to top of media type analysis (and check for tags not just strings) so as to not incorrectly try to pluck media out from the iframe or the blockquote. Closes #605
11 years ago
Joe Germuska
cc262f2faf
integrate suggestion from comment on #580
11 years ago
Joe Germuska
e94c9f3188
change method for establishing JS distribution url root. Closes #460 . Thanks @brunobg
11 years ago
bpalir
3f0df9e2a6
Update sl.js
...
months and days in slovenian language are NOT written with capital letters.
11 years ago
Joe Germuska
b8ada79bd5
WIP integrating #580
11 years ago
fisch42
45dd236eed
Added OpenStreetMap tiles
11 years ago
Joe Germuska
179bb45aa6
Add Thai translation. Closes NUKnightLab/StoryJS-Core#45 Thanks @keikung
11 years ago
Joe Germuska
22b73ea734
allow .svg for 'image' MediaType. Closes NUKnightLab/StoryJS-Core#6 thanks @inkbug sorry for epic delay
11 years ago
Joe Germuska
003ce186d2
Alternate implementation for supporting custom thumbnails when no media element is defined. Closes NUKnightLab/StoryJS-Core#24 thanks @vedmack for the suggestion
11 years ago
Joe Germuska
9b2cd27546
Farsi is right-to-left
11 years ago