Fokko Driesprong
4a5c9bd18f
Changed to the more modern naming of months
10 years ago
Kelvin
2088a6d078
Added Translation
10 years ago
Joe Germuska
1f70bb25cf
update for recent changes
10 years ago
Joe Germuska
830ef1058b
adjust 'color' for youtubeTheme. #722
10 years ago
Joe Germuska
49824d4568
Merge pull request #722 from t1gor/patch-1
...
Options for YouTube player
10 years ago
Joe Germuska
d072c079d1
Move 'Swipe to Navigate' to a i18n message, closes #733
10 years ago
Joe Germuska
7784683c39
clean up the CHANGELOG a bit
10 years ago
Joe Germuska
5d25f0723a
Merge pull request #693 from mrzepinski/patch-1
...
Update Polish locale
10 years ago
Joe Germuska
d5eac6f315
Merge pull request #732 from KLVN/patch-1
...
Updated German Translations
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
500e3aae61
Release 2.35.2
10 years ago
Heather Billings
424dc10c99
fix timeline half-width bug
10 years ago
Joe Germuska
b04706830d
Release 2.35.1
10 years ago
Joe Germuska
a29a74c2c1
whackamole with JS dates. Closes #719
10 years ago
Joe Germuska
38d11a3cf8
Release 2.35.0
10 years ago
Joe Germuska
221b39ce7b
initialize date differently. closes #718
10 years ago
Joe Germuska
35b2325425
Release 2.34.1
10 years ago
Joe Germuska
9d9812bdef
Merge pull request #710 from NUKnightLab/fix-706-regression
...
Fixes regression introduced in #706
10 years ago
Joe Germuska
6be03b0522
Merge pull request #709 from atomantic/retina_loading
...
adding 56x56 loading@2x.gif
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
thejordan
02fadb21cd
support url update
...
updated from google group to zendesk request url
10 years ago
Joe Germuska
b6023f0e40
Release 2.34.0
10 years ago
Joe Germuska
bc9e99f462
update CHANGELOG for 2.34.0
10 years ago
Joe Germuska
39e8ec299d
Merge branch 'master' of github.com:NUKnightLab/TimelineJS
10 years ago
Joe Germuska
aa0346a4a1
fix version for uglifyjs (re #707 )
10 years ago
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