Joe Germuska
fa5dccbf3c
resolve some quirks in tile subdomains
10 years ago
Joe Germuska
43dc671b05
put fy.js in correct location ( #705 )
10 years ago
Luke Rague
ad9e9f8a7e
found this buried the forum
10 years ago
Joe Germuska
9e753b3ab7
address mismatch between domain names for Stamen map tiles ssl/non-ssl ( #758 )
10 years ago
Charlie DeTar
f0ce1f66d9
Use stamen's SSL url when served under https:
10 years ago
Charlie DeTar
f0602dcc30
Fix stray capital I in VMM.Timeline.Min.js
...
``source/js/VMM.TImeline.Min.js`` is named with a capital I in TIme.
Since the file is referenced with a lowercase i in ``config.json``, this
causes the build to fail on case-sensitive filenames.
Rename the file with a lowercase i.
10 years ago
rootseire
1dac10e9a7
Create ga.js
10 years ago
Joe Germuska
e1191f0c9c
Newer Google spreadsheets published to web don't have an 'od6' worksheet, but changing that to '1' works with new and old.
10 years ago
Joe Germuska
aa33a812f9
fix Wikipédia accent
10 years ago
U-RUV\sigurdurg
2ca2bc697d
updating 'is' date formats to the icelandic standard
10 years ago
Ahwan Kumar
0134cfca91
Add Hindi Language Support
...
Add support for Hindi Language spoken by 366 M people.
10 years ago
Kelvin
2088a6d078
Added Translation
10 years ago
Joe Germuska
830ef1058b
adjust 'color' for youtubeTheme. #722
10 years ago
Joe Germuska
d072c079d1
Move 'Swipe to Navigate' to a i18n message, closes #733
10 years ago
Kelvin
519af96207
Added/Updated Translations
10 years ago
Joe Germuska
a211265133
better email regex #721
10 years ago
Igor Timoshenkov
a1fde8125a
Options for YouTube player
...
Add a config option to change player style for dark.
Example:
// create timeline
timeline = createStoryJS({
type: 'timeline',
embed_id: 'timeline',
debug: false,
youtubeTheme: "dark",
source: { ... }
});
10 years ago
Heather Billings
424dc10c99
fix timeline half-width bug
10 years ago
Joe Germuska
a29a74c2c1
whackamole with JS dates. Closes #719
10 years ago
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
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
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
b74c74f401
integrate changes from git issue. closes #568
10 years ago
Joe Germuska
df49ab3e86
attempt to integrate changes from #440
10 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