Commit graph

252 commits

Author SHA1 Message Date
Daniel W. Crompton
b159b5d312 Fixed error, thanks to @trilobyte 2012-06-13 14:48:26 +03:00
Daniël W. Crompton
86f2b892e9 Added Dutch locale 2012-06-13 12:28:27 +02:00
Ryan McGeary
623bcc66ec Merge pull request #81 from maletor/master
English shortened locale
2012-06-08 09:04:35 -07:00
Ellis Berner
934917f5d6 Add concise english locale 2012-06-08 08:50:18 -07:00
Ryan McGeary
d09fbe5247 Added docs about built-in time zone support
assuming proper ISO 8601 timestamps
2012-06-04 12:18:42 -04:00
Ryan McGeary
7866aec323 Bumped version to 0.11.3 2012-05-16 11:30:44 -04:00
Ryan McGeary
c3fca2db92 Added support for $.timeago to accept a millisecond UNIX epoch value
#78
2012-05-16 11:30:02 -04:00
Ryan McGeary
e9aff9d663 Bumped version to 0.11.2 2012-05-10 11:41:31 -04:00
Ryan McGeary
b78598f73f Merge pull request #75 from jgraichen/title
Preserve already present title attributes in time tags.
2012-05-10 08:40:25 -07:00
Jan Graichen
92e8705144 Preserve already present title attribute in time tags.
Also extract isTime check to avoid duplication.
2012-05-10 11:00:18 +02:00
Jan Graichen
c8ca83c78d Add tests for title attribute preservation of time tags. 2012-05-10 10:58:27 +02:00
Ryan McGeary
c613a8719d Merge pull request #74 from anathematic/patch-1
Corrected December spelling in readme
2012-05-09 17:05:37 -07:00
Thomas
ef070a60c7 Corrected December spelling in readme 2012-05-10 09:57:34 +10:00
Ryan McGeary
be4552b9ea Updated Readme with <time> element support details 2012-05-08 15:44:18 -04:00
Ryan McGeary
5934739665 Bumped copyright on docs site 2012-05-08 15:44:17 -04:00
Ryan McGeary
311495b887 Merge pull request #72 from bnu/master
modified for korean word separator.
2012-05-06 18:42:38 -07:00
BNU
aabe620ba1 띄어쓰기 수정.
'n분전' to 'n분 전'.
2012-05-07 02:52:24 +09:00
Ryan McGeary
1372d48740 Merge pull request #70 from umerkulovb/master
Uzbek language locale added
2012-04-28 13:01:22 -07:00
Bobur Umerkulov
bc75505542 wrapper function removed, comments added 2012-04-27 01:43:10 +05:00
Bobur Umerkulov
b26f00ebf5 uz locale added 2012-04-26 21:53:45 +05:00
Ryan McGeary
a2d70f2536 Added Farsi translation 2012-04-11 14:44:57 -04:00
Ryan McGeary
c3cc947fb7 Merge pull request #67 from ricick/master
Added welsh locale
2012-04-11 03:42:29 -07:00
Phil Douglas
80a1e56423 fixed title comment in welsh locale file 2012-04-11 13:50:53 +10:00
Phil Douglas
75e4d9e672 added welsh translation 2012-04-11 13:48:47 +10:00
Ryan McGeary
5af4316f1d Added English locale to use as a template for other languages 2012-03-21 16:32:16 -04:00
Ryan McGeary
7659564dba Updated copyright dates 2012-03-19 15:26:24 -04:00
Ryan McGeary
ee3d708488 Updated docs to point to new location of locale config examples 2012-03-18 21:02:42 -04:00
Ryan McGeary
d68dcf0586 Added README to locales dir 2012-03-18 20:48:13 -04:00
Armin Pašalić
d3548a7238 Added Croatian locale 2012-03-14 10:37:41 +01:00
Armin Pašalić
25c4f482fd README update to reflect new location of locales 2012-03-13 13:45:30 +01:00
Armin Pašalić
6c079ab056 Locales 2012-03-12 19:49:39 +01:00
Ryan McGeary
27e9ccf986 Bumped version to 0.11.1 2012-03-12 10:13:29 -04:00
Ryan McGeary
0236ebd2a4 Added space as default separator when wordSeparator setting isn't defined
Fixes #61
2012-03-12 10:12:45 -04:00
Ryan McGeary
22d6710f4b Bumped version to 0.11 2012-03-07 11:55:17 -05:00
Ryan McGeary
a56c87db01 Merge remote-tracking branch 'Akral/master' into natural_rounding
* Akral/master:
  Natural rounding for days, months and years.
2012-03-07 11:45:49 -05:00
Denis Sokolov
5353c1849d Natural rounding for days, months and years. 2012-03-04 16:47:20 +01:00
Ryan McGeary
6d16a03665 Bumped version to 0.10.1 2012-03-03 22:20:48 -05:00
Ryan McGeary
e085a6f28d Renamed wordSep setting to wordSeparator and added tests 2012-03-03 15:18:46 -05:00
Ryan McGeary
d11a9ccb6d Merge remote-tracking branch 'eggli/master'
* eggli/master:
  add word separator setting for i18n, most Asian languages uses no word separator.
2012-03-03 15:18:27 -05:00
Ryan McGeary
389c1af715 Merge pull request #55 from digitalex/patch-1
Updated the README to show correct markup for the activation script.
2012-02-21 06:12:57 -08:00
Alexander Mossin
fc0e272fa6 Updated the README to show correct markup for the activation script. 2012-02-21 08:41:45 +01:00
Ryan McGeary
0477dbb36f Bumped version to 0.10.0 2011-12-14 09:22:49 -05:00
Ryan McGeary
d799132733 Upped jquery to 1.7.1 in the examples and test suite 2011-12-14 09:21:18 -05:00
Ryan McGeary
d2b2a8bc9e Changed the value passed to the substitution functions from abs to signed
Instead of passing only possitive millisecond values to string substitution
functions, now a signed millisecond value is passed.  Negative impies a future
timestamp. Postive implies a past timestamp. This might seem a little backward,
but the plugin is called "timeago" afterall.
2011-12-14 09:20:18 -05:00
Ryan McGeary
bda21164a7 Public symlink for easier pow.cx linkage 2011-12-14 09:16:52 -05:00
Ryan McGeary
9b0a886354 Updated header comment for JSDoc 2011-11-28 09:31:26 -05:00
Ryan McGeary
186390b9ef Removed test that adds little value and causes issues in Chrome alone 2011-11-02 17:27:32 -04:00
Ryan McGeary
681c15ebdb Fixed rakefile 2011-09-23 17:03:13 -04:00
Ryan McGeary
a3d879da09 Fixed the tact in the noscript snippet 2011-09-23 16:59:49 -04:00
Ryan McGeary
62dbbf47e3 Introduced qunit setup extension for future test rewrites 2011-09-23 16:59:49 -04:00