]> git.ipfire.org Git - thirdparty/moment.git/log
thirdparty/moment.git
12 years agotoString now returns a fixed format that looks like unix data 565/head 566/head
Iskren Chernev [Tue, 8 Jan 2013 05:30:03 +0000 (21:30 -0800)] 
toString now returns a fixed format that looks like unix data

This is actually fixing #475 -- toString on utc moments was returning
localized format. This commit fixes the issue and also makes sure that
toString will work uniformly on all browsers from now on.

12 years agoMerge pull request #524 from djmitche/dojoBuild
Tim Wood [Wed, 2 Jan 2013 17:16:18 +0000 (09:16 -0800)] 
Merge pull request #524 from djmitche/dojoBuild

add a dojo build profile

12 years agorevert the anonymous use of define 524/head
Dustin J. Mitchell [Sun, 30 Dec 2012 14:59:00 +0000 (09:59 -0500)] 
revert the anonymous use of define

12 years agoMerge pull request #549 from pborreli/patch-1
Tim Wood [Mon, 17 Dec 2012 17:40:15 +0000 (09:40 -0800)] 
Merge pull request #549 from pborreli/patch-1

Fixed typos

12 years agoFixed typos 549/head
Pascal Borreli [Sat, 15 Dec 2012 23:48:44 +0000 (23:48 +0000)] 
Fixed typos

12 years agoMerge pull request #485 from timrwood/feature/lang-amd
Tim Wood [Wed, 12 Dec 2012 19:31:07 +0000 (11:31 -0800)] 
Merge pull request #485 from timrwood/feature/lang-amd

Adding AMD wrapper to lang files

12 years agominifying lang files with new amd wrappers 485/head
Tim Wood [Wed, 12 Dec 2012 19:26:26 +0000 (11:26 -0800)] 
minifying lang files with new amd wrappers

12 years agominifying lang files with new amd wrappers
Tim Wood [Wed, 12 Dec 2012 19:26:14 +0000 (11:26 -0800)] 
minifying lang files with new amd wrappers

12 years agomerging in develop branch
Tim Wood [Wed, 12 Dec 2012 19:24:57 +0000 (11:24 -0800)] 
merging in develop branch

12 years agoreverting #546 for more discussion
Tim Wood [Wed, 12 Dec 2012 17:52:26 +0000 (09:52 -0800)] 
reverting #546 for more discussion

12 years agoMerge pull request #546 from petedmarsh/change-relative-time-rounding-behaviour
Tim Wood [Wed, 12 Dec 2012 17:25:01 +0000 (09:25 -0800)] 
Merge pull request #546 from petedmarsh/change-relative-time-rounding-behaviour

Change from round(...) to Math.floor(...) when calculating relative number of months

12 years agoChange from round(...) to Math.floor(...) when calculating relative number of months 546/head
Peter Marsh [Tue, 11 Dec 2012 18:08:49 +0000 (18:08 +0000)] 
Change from round(...) to Math.floor(...) when calculating relative number of months

12 years agoMerge pull request #543 from sirn/feature/thai-language
Tim Wood [Mon, 10 Dec 2012 23:11:22 +0000 (15:11 -0800)] 
Merge pull request #543 from sirn/feature/thai-language

Add Thai language support

12 years agoBetter wording for past. 543/head
Kridsada Thanabulpong [Sun, 9 Dec 2012 23:23:34 +0000 (06:23 +0700)] 
Better wording for past.

12 years agoAdd Thai language support.
Kridsada Thanabulpong [Sun, 9 Dec 2012 19:44:31 +0000 (02:44 +0700)] 
Add Thai language support.

12 years agoAdding week tests for arabic
Tim Wood [Tue, 27 Nov 2012 19:47:42 +0000 (11:47 -0800)] 
Adding week tests for arabic

#527 #503

12 years agoFixing line endings
Tim Wood [Tue, 27 Nov 2012 19:14:27 +0000 (11:14 -0800)] 
Fixing line endings

12 years agoMerge pull request #527 from abdelsaid/develop
Tim Wood [Tue, 27 Nov 2012 19:12:47 +0000 (11:12 -0800)] 
Merge pull request #527 from abdelsaid/develop

Fix to issue #521

12 years agoMerge pull request #514 from petedmarsh/feature/is-before-is-after
Tim Wood [Tue, 27 Nov 2012 17:40:07 +0000 (09:40 -0800)] 
Merge pull request #514 from petedmarsh/feature/is-before-is-after

Feature/is before is after

12 years agoImplemented isBefore and isAfter 514/head
Peter Marsh [Fri, 16 Nov 2012 18:20:41 +0000 (18:20 +0000)] 
Implemented isBefore and isAfter

This includes a minor change to isSame to make the 'units' parameter optional to match isBefore/isAfter

12 years agoRemoved BOM from UTF-8 527/head
Abdel Said [Mon, 26 Nov 2012 20:54:10 +0000 (15:54 -0500)] 
Removed BOM from UTF-8

12 years agoMerge pull request #503 from timrwood/feature/weeks
Tim Wood [Mon, 26 Nov 2012 18:22:51 +0000 (10:22 -0800)] 
Merge pull request #503 from timrwood/feature/weeks

Weeks

12 years agoMerging in develop and fixing conflicts 503/head
Tim Wood [Mon, 26 Nov 2012 18:17:44 +0000 (10:17 -0800)] 
Merging in develop and fixing conflicts

12 years agoMerge branch 'develop' into feature/weeks
Tim Wood [Mon, 26 Nov 2012 17:49:10 +0000 (09:49 -0800)] 
Merge branch 'develop' into feature/weeks

* develop:
  fixing flaky test

12 years agoMerge pull request #520 from ichernev/bugfix/update-pl
Tim Wood [Mon, 26 Nov 2012 17:27:53 +0000 (09:27 -0800)] 
Merge pull request #520 from ichernev/bugfix/update-pl

Improved polish translations for 'last week'

12 years agoMerge pull request #522 from djmitche/trailing-comma
Tim Wood [Mon, 26 Nov 2012 17:20:25 +0000 (09:20 -0800)] 
Merge pull request #522 from djmitche/trailing-comma

remove trailing comma

12 years agow wo ww should return 6 6 06
Abdel Said [Mon, 26 Nov 2012 15:34:51 +0000 (10:34 -0500)] 
w wo ww should return 6 6 06

12 years agoChanged parseTokenWord as it produced some tests to fail.
Abdel Said [Mon, 26 Nov 2012 13:41:18 +0000 (08:41 -0500)] 
Changed parseTokenWord as it produced some tests to fail.

12 years agoMerge commit '5a990196f8' into develop
Abdel Said [Mon, 26 Nov 2012 02:13:23 +0000 (21:13 -0500)] 
Merge commit '5a990196f8' into develop

Conflicts:
moment.js

12 years agoadd a dojo build profile
Dustin J. Mitchell [Sun, 25 Nov 2012 20:54:56 +0000 (15:54 -0500)] 
add a dojo build profile

This only tells Dojo about moment.js and lang/*.js.

12 years agoFixed bug in moment.js to allow double word month name. Added Morocco
Abdel Said [Sun, 25 Nov 2012 22:38:25 +0000 (17:38 -0500)] 
Fixed bug in moment.js to allow double word month name. Added Morocco
Central Atlas Tamaziɣt in both latin and Tifinaɣ. Added Moroccan Arabic and Standard Arabic.

12 years agoCleanup polish tests 520/head
Iskren Chernev [Sun, 25 Nov 2012 22:22:25 +0000 (14:22 -0800)] 
Cleanup polish tests

12 years agoUpdated the Polish tests.
Rafał Hirsz [Tue, 6 Nov 2012 11:51:50 +0000 (12:51 +0100)] 
Updated the Polish tests.

12 years agoMake jshint happy
Iskren Chernev [Mon, 5 Nov 2012 10:57:16 +0000 (02:57 -0800)] 
Make jshint happy

12 years agoUpdate lang/pl.js
m-kas [Tue, 4 Sep 2012 13:18:31 +0000 (16:18 +0300)] 
Update lang/pl.js

12 years agoremove trailing comma 522/head
Dustin J. Mitchell [Sun, 25 Nov 2012 20:53:10 +0000 (15:53 -0500)] 
remove trailing comma

12 years agoMerge pull request #512 from ichernev/fix-flaky-now
Tim Wood [Mon, 19 Nov 2012 17:15:55 +0000 (09:15 -0800)] 
Merge pull request #512 from ichernev/fix-flaky-now

Fixed flaky test

12 years agoFixed flaky test 512/head
Iskren Chernev [Fri, 16 Nov 2012 09:56:59 +0000 (01:56 -0800)] 
Fixed flaky test

Comparing two Date() objects fails with several ms.

12 years agoMerge pull request #505 from ikr/array-init-no-mutation-dev
Iskren Ivov Chernev [Fri, 16 Nov 2012 09:47:27 +0000 (01:47 -0800)] 
Merge pull request #505 from ikr/array-init-no-mutation-dev

Avoid mutating the passed array on initialization

12 years agoAvoid mutating the passed array on initialization 505/head
Ivan Krechetov [Sat, 10 Nov 2012 11:07:09 +0000 (12:07 +0100)] 
Avoid mutating the passed array on initialization

12 years agoMerge pull request #502 from ichernev/bugfix/postformat-test-race
Tim Wood [Fri, 9 Nov 2012 17:44:05 +0000 (09:44 -0800)] 
Merge pull request #502 from ichernev/bugfix/postformat-test-race

Fixed race condition in tests created by preparse/postformat

12 years agoSet language back to en after every language test 502/head
Iskren Chernev [Fri, 9 Nov 2012 08:09:25 +0000 (00:09 -0800)] 
Set language back to en after every language test

12 years agoAdding day of year setter passing tests
Tim Wood [Thu, 8 Nov 2012 23:16:19 +0000 (15:16 -0800)] 
Adding day of year setter passing tests

12 years agoAdding day of year setter failing tests
Tim Wood [Thu, 8 Nov 2012 23:16:07 +0000 (15:16 -0800)] 
Adding day of year setter failing tests

12 years agoAdding setters for week of year
Tim Wood [Thu, 8 Nov 2012 23:09:47 +0000 (15:09 -0800)] 
Adding setters for week of year

12 years agoAdding plural weeks/isoWeeks methods that mirror their singular form
Tim Wood [Thu, 8 Nov 2012 22:52:14 +0000 (14:52 -0800)] 
Adding plural weeks/isoWeeks methods that mirror their singular form

12 years agosl week tests
Tim Wood [Thu, 8 Nov 2012 22:38:20 +0000 (14:38 -0800)] 
sl week tests

12 years agotr week tests
Tim Wood [Thu, 8 Nov 2012 22:29:58 +0000 (14:29 -0800)] 
tr week tests

12 years agoru week tests
Tim Wood [Thu, 8 Nov 2012 22:20:40 +0000 (14:20 -0800)] 
ru week tests

12 years agoro week tests
Tim Wood [Thu, 8 Nov 2012 22:09:32 +0000 (14:09 -0800)] 
ro week tests

12 years agone week tests
Tim Wood [Thu, 8 Nov 2012 21:48:26 +0000 (13:48 -0800)] 
ne week tests

12 years agois week tests
Tim Wood [Thu, 8 Nov 2012 21:48:11 +0000 (13:48 -0800)] 
is week tests

12 years agohu week tests
Tim Wood [Thu, 8 Nov 2012 20:52:05 +0000 (12:52 -0800)] 
hu week tests

12 years agogl week tests
Tim Wood [Thu, 8 Nov 2012 20:52:01 +0000 (12:52 -0800)] 
gl week tests

12 years agoeu week tests
Tim Wood [Thu, 8 Nov 2012 20:51:54 +0000 (12:51 -0800)] 
eu week tests

12 years agoeo week tests
Tim Wood [Thu, 8 Nov 2012 20:45:59 +0000 (12:45 -0800)] 
eo week tests

12 years agocv week tests
Tim Wood [Thu, 8 Nov 2012 20:43:37 +0000 (12:43 -0800)] 
cv week tests

12 years agobg week tests
Tim Wood [Thu, 8 Nov 2012 20:41:26 +0000 (12:41 -0800)] 
bg week tests

12 years agoFixed race condition in tests created by preparse/postformat
Iskren Chernev [Tue, 6 Nov 2012 21:12:31 +0000 (13:12 -0800)] 
Fixed race condition in tests created by preparse/postformat

12 years agoen-gb week tests
Tim Wood [Thu, 8 Nov 2012 01:52:44 +0000 (17:52 -0800)] 
en-gb week tests

12 years agoes week tests
Tim Wood [Thu, 8 Nov 2012 01:49:21 +0000 (17:49 -0800)] 
es week tests

12 years agoca week tests
Tim Wood [Thu, 8 Nov 2012 01:47:02 +0000 (17:47 -0800)] 
ca week tests

12 years agopt week tests
Tim Wood [Thu, 8 Nov 2012 01:44:13 +0000 (17:44 -0800)] 
pt week tests

12 years agopl week tests
Tim Wood [Thu, 8 Nov 2012 01:42:19 +0000 (17:42 -0800)] 
pl week tests

12 years agonb week tests
Tim Wood [Thu, 8 Nov 2012 01:40:10 +0000 (17:40 -0800)] 
nb week tests

12 years agonl week tests
Tim Wood [Thu, 8 Nov 2012 01:33:08 +0000 (17:33 -0800)] 
nl week tests

12 years agolv week tests
Tim Wood [Thu, 8 Nov 2012 01:30:02 +0000 (17:30 -0800)] 
lv week tests

12 years agoit week tests
Tim Wood [Thu, 8 Nov 2012 01:28:29 +0000 (17:28 -0800)] 
it week tests

12 years agois week tests
Tim Wood [Thu, 8 Nov 2012 01:26:44 +0000 (17:26 -0800)] 
is week tests

12 years agofr week tests
Tim Wood [Thu, 8 Nov 2012 01:23:54 +0000 (17:23 -0800)] 
fr week tests

12 years agosv week tests
Tim Wood [Thu, 8 Nov 2012 01:10:19 +0000 (17:10 -0800)] 
sv week tests

12 years agofi week tests
Tim Wood [Thu, 8 Nov 2012 00:58:21 +0000 (16:58 -0800)] 
fi week tests

12 years agoet week tests
Tim Wood [Thu, 8 Nov 2012 00:43:40 +0000 (16:43 -0800)] 
et week tests

12 years agoda week tests
Tim Wood [Thu, 8 Nov 2012 00:34:08 +0000 (16:34 -0800)] 
da week tests

12 years agocs week tests
Tim Wood [Thu, 8 Nov 2012 00:32:18 +0000 (16:32 -0800)] 
cs week tests

12 years agode week tests
Tim Wood [Thu, 8 Nov 2012 00:29:00 +0000 (16:29 -0800)] 
de week tests

12 years agoja week tests
Tim Wood [Thu, 8 Nov 2012 00:01:00 +0000 (16:01 -0800)] 
ja week tests

12 years agohe week tests
Tim Wood [Wed, 7 Nov 2012 23:58:04 +0000 (15:58 -0800)] 
he week tests

12 years agoko week tests
Tim Wood [Wed, 7 Nov 2012 23:55:04 +0000 (15:55 -0800)] 
ko week tests

12 years agopt-br week tests
Tim Wood [Wed, 7 Nov 2012 23:51:44 +0000 (15:51 -0800)] 
pt-br week tests

12 years agozh-tw week tests
Tim Wood [Wed, 7 Nov 2012 23:51:36 +0000 (15:51 -0800)] 
zh-tw week tests

12 years agozh-cn week tests
Tim Wood [Wed, 7 Nov 2012 23:36:45 +0000 (15:36 -0800)] 
zh-cn week tests

12 years agoFrench (Canadian) week tests
Tim Wood [Wed, 7 Nov 2012 23:33:40 +0000 (15:33 -0800)] 
French (Canadian) week tests

12 years agoen-ca weeks tests
Tim Wood [Wed, 7 Nov 2012 23:25:49 +0000 (15:25 -0800)] 
en-ca weeks tests

12 years agoUsing moment.fn.dayOfYear in `DDD` token
Tim Wood [Wed, 7 Nov 2012 23:20:49 +0000 (15:20 -0800)] 
Using moment.fn.dayOfYear in `DDD` token

12 years agoAdding comments on week definitions
Tim Wood [Wed, 7 Nov 2012 23:07:32 +0000 (15:07 -0800)] 
Adding comments on week definitions

12 years agoFixing week formatting and reverting tests from #495 in favor of `WW` formatting
Tim Wood [Wed, 7 Nov 2012 22:59:49 +0000 (14:59 -0800)] 
Fixing week formatting and reverting tests from #495 in favor of `WW` formatting

12 years agoPassing tests for en-us week numbers
Tim Wood [Wed, 7 Nov 2012 22:41:58 +0000 (14:41 -0800)] 
Passing tests for en-us week numbers

12 years agoFixing tests for en-us
Tim Wood [Wed, 7 Nov 2012 22:37:43 +0000 (14:37 -0800)] 
Fixing tests for en-us

12 years agoFailing tests for english (us) locale weeks
Tim Wood [Wed, 7 Nov 2012 21:27:04 +0000 (13:27 -0800)] 
Failing tests for english (us) locale weeks

12 years agoPassing tests for iso week formats
Tim Wood [Wed, 7 Nov 2012 21:09:00 +0000 (13:09 -0800)] 
Passing tests for iso week formats

12 years agoFailing tests for iso week format tokens
Tim Wood [Wed, 7 Nov 2012 21:06:42 +0000 (13:06 -0800)] 
Failing tests for iso week format tokens

12 years agoPassing tests for iso weeks
Tim Wood [Wed, 7 Nov 2012 20:45:08 +0000 (12:45 -0800)] 
Passing tests for iso weeks

12 years agoFixing last of iso week tests
Tim Wood [Wed, 7 Nov 2012 20:44:19 +0000 (12:44 -0800)] 
Fixing last of iso week tests

12 years agoAdding passing day of year tests
Tim Wood [Wed, 7 Nov 2012 18:46:18 +0000 (10:46 -0800)] 
Adding passing day of year tests

12 years agoAdding day of year failing tests
Tim Wood [Wed, 7 Nov 2012 18:46:05 +0000 (10:46 -0800)] 
Adding day of year failing tests

12 years agoFixing setUp and tearDown properties
Tim Wood [Wed, 7 Nov 2012 17:07:50 +0000 (09:07 -0800)] 
Fixing setUp and tearDown properties

12 years agoCorrecting iso week tests
Tim Wood [Wed, 7 Nov 2012 00:28:27 +0000 (16:28 -0800)] 
Correcting iso week tests

12 years agoPassing isoWeek tests
Tim Wood [Tue, 6 Nov 2012 21:45:26 +0000 (13:45 -0800)] 
Passing isoWeek tests

12 years agoAdding failing isoWeek tests
Tim Wood [Tue, 6 Nov 2012 21:45:11 +0000 (13:45 -0800)] 
Adding failing isoWeek tests