Commit graph

292 commits

Author SHA1 Message Date
Andy Pan
b5a364d3a2 try to fix memory leaks
If the element is no longer in the DOM tree, stop its corresponding
setInterval in the next cycle.
2014-07-09 11:59:22 -04:00
Ryan McGeary
05a85b77f9 Merge pull request #189 from ondrakula/patch-2
Update jquery.timeago.cs.js
2014-07-09 08:45:11 -04:00
ondrakula
0d2a2145b2 Update jquery.timeago.cs.js 2014-06-11 01:46:46 +02:00
Ryan McGeary
0399e804db Merge pull request #187 from borkor/patch-1
Update jquery.timeago.rs.js
2014-06-05 08:38:38 -04:00
borkor
98d000543c Update jquery.timeago.rs.js 2014-06-05 13:50:12 +02:00
Ryan McGeary
c8b5b9365c Added codementor tracking to readme 2014-05-20 11:00:21 -04:00
Ryan McGeary
14ff438930 Updated help section in readme 2014-05-19 22:13:22 -04:00
Ryan McGeary
2409c9f88d Updated donation options in readme 2014-05-19 08:55:37 -04:00
Ryan McGeary
74736c8d07 Merge pull request #185 from moreonion/master
Fix for Romanian and Turkish language files
2014-05-07 07:36:07 -04:00
more onion
4af2cf7135 Fix jquery.timeago.tr.js
Adjust Turkish language file to fit the others. File was being ignored because '$' wasn't mapped to 'jQuery'.
2014-05-07 11:14:18 +02:00
more onion
f7c9c359cd Fix jquery.timeago.ro.js
Adjust Romanian language file to fit the others. File was being ignored because '$' wasn't mapped to 'jQuery'.
2014-05-07 11:09:05 +02:00
Ryan McGeary
bf9d361e4e Bumped version to 1.4.1 2014-05-01 14:59:05 -04:00
Ryan McGeary
66d0ef5277 Added test for future cutoff dates
Ref #183
2014-05-01 14:57:04 -04:00
Ryan McGeary
dd17e5598f Merge pull request #183 from Nyholm/patch-1
Fixed bug with cutoff and allowFuture
2014-05-01 14:51:56 -04:00
Tobias Nyholm
6822da82d9 Fixed bug with cutoff and allowFuture
To reproduce the bug use these settings: 
```js
    $.timeago.settings.cutoff = 7 * 86400000;// one week in milliseconds
    $.timeago.settings.allowFuture = true
```
You will se that the cutoff have no effect on a future date.
2014-05-01 12:42:08 +02:00
Ryan McGeary
cb1b0fe977 Merge pull request #182 from hillai/patch-2
Corrected the Hebrew translation
2014-04-25 08:19:46 -04:00
hillai
9b32f8cba6 Update jquery.timeago.he.js 2014-04-25 14:15:48 +03:00
Ryan McGeary
2245c795d0 Merge pull request #179 from zfben/patch-1
update jquery.timeago.zh-CN.js
2014-04-16 13:48:11 -04:00
Ryan McGeary
ec51ad8132 Merge pull request #180 from zfben/patch-2
update jquery.timeago.zh-TW.js
2014-04-16 13:47:35 -04:00
Ben
570327cf15 update jquery.timeago.zh-TW.js
Chinese don't use blank to separate words.
2014-04-16 13:42:11 -04:00
Ben
3a73f0fab1 update jquery.timeago.zh-CN.js
Chinese don't use blank to separate words.
2014-04-16 13:40:47 -04:00
Ryan McGeary
5d7684fbf8 Merge pull request #178 from bryant1410/master
Added Spanish shortened locale
2014-04-14 22:13:43 -04:00
Santiago Castro
dc570fed47 Added Spanish shortened locale 2014-04-14 16:55:48 -03:00
Ryan McGeary
9fac817b07 Added license to bower.json 2014-03-30 10:29:40 -04:00
Ryan McGeary
b374bd6dfb Merge pull request #171 from simi/czech
Use proper ISO 639-1 code for Czech translation.
2014-03-05 10:10:40 -05:00
Josef Šimánek
81f072ebb2 Use proper ISO 639-1 code for Czech translation. 2014-03-05 14:22:02 +01:00
Ryan McGeary
dceed3b1d9 Bumped version to 1.4.0 2014-03-03 09:27:11 -05:00
Ryan McGeary
fc90536dac Merge pull request #169 from telerik/master
Added allowPast settings & tests
2014-03-03 09:23:53 -05:00
Ryan McGeary
61baa07698 Bumped version to 1.3.2 2014-02-27 10:08:17 -05:00
Ryan McGeary
4138f62c2b Added "main" entry to bower.json
Helps fix #154
2014-02-27 09:39:03 -05:00
Ryan McGeary
c72634b73d Updated versions in bower.json 2014-02-26 14:53:23 -05:00
Ryan McGeary
cca5898e18 Merge branch 'master' into oscarotero-master
* master:
  Added contribution guidelines
  Added Vietnamese (vi) locale
  Bumped version to 1.3.1
  Added support for 2-digit time zone designators
  Changed wording of failed test messages
2014-02-26 14:49:15 -05:00
Ryan McGeary
2780816e44 Added contribution guidelines 2014-02-26 14:48:54 -05:00
=
300555d699 Added Vietnamese (vi) locale 2014-02-26 14:48:54 -05:00
Ryan McGeary
ed44a62689 Bumped version to 1.3.1 2014-02-26 14:48:54 -05:00
Ryan McGeary
500b808f7b Added support for 2-digit time zone designators
Fixes #156
2014-02-26 14:48:54 -05:00
Ryan McGeary
c4a132d6b2 Changed wording of failed test messages 2014-02-26 14:48:54 -05:00
Rich Hildebrand
d0e161a164 Added docs for "allowPast" setting. 2014-02-25 13:53:50 -05:00
Rich Hildebrand
9d6c2c6b64 Added "allowPast" setting. 2014-02-25 13:53:37 -05:00
Rich Hildebrand
873f0f7c10 Added a test for allowFuture = false
No change to existing functionality. Just testing existing behavior.
2014-02-25 11:35:21 -05:00
Ryan McGeary
8946a5eb49 Added contribution guidelines 2014-02-13 15:48:03 -05:00
Ryan McGeary
f6c1dd4d0f Merge pull request #160 from Phoenixheart/master
Added Vietnamese (vi) locale
2014-01-14 05:52:52 -08:00
=
61e23e15a7 Added Vietnamese (vi) locale 2014-01-14 15:32:40 +08:00
Ryan McGeary
96d4406fcc Bumped version to 1.3.1 2013-12-26 12:57:56 -05:00
Ryan McGeary
ef0ffa0df0 Added support for 2-digit time zone designators
Fixes #156
2013-12-26 12:57:56 -05:00
Ryan McGeary
54a466d81b Changed wording of failed test messages 2013-12-26 12:57:56 -05:00
Oscar Otero
9128386996 Create bower.json 2013-12-02 18:58:33 +01:00
Ryan McGeary
ad8e3d0e64 Merge pull request #153 from oscarotero/master
Created galician locale
2013-12-02 04:56:06 -08:00
Oscar Otero
694074d374 Create jquery.timeago.gl.js 2013-12-02 10:48:54 +01:00
Ryan McGeary
e3c239d5a4 Moved knockout extension to contrib #151 2013-12-01 19:14:52 -05:00