]>
git.ipfire.org Git - thirdparty/moment.git/log
Zeno Zeng [Sun, 27 Oct 2013 02:54:13 +0000 (10:54 +0800)]
update test/lang/zh-cn.js, skip next week test if target is tomorrow
Zeno Zeng [Mon, 14 Oct 2013 14:42:03 +0000 (22:42 +0800)]
Fixes #1184
Isaac Cambron [Mon, 14 Oct 2013 07:39:40 +0000 (00:39 -0700)]
Merge pull request #1185 from ichernev/bugfix/do-not-handle-ampm-end-of-iso
Another breaking test because of stricter iso parser
Iskren Chernev [Mon, 14 Oct 2013 07:30:41 +0000 (00:30 -0700)]
Another breaking test because of stricter iso parser
This time there is am added at the end, which was never parsed as part of iso
format, so if it was pm it would result in a wrong parse.
Deleting this test. Docs don't say this is possible, right :)
Isaac Cambron [Mon, 14 Oct 2013 07:06:52 +0000 (00:06 -0700)]
Merge pull request #1183 from ichernev/bugfix/utc-at-end-of-iso-format
Removed a failing iso-format parsing test
Iskren Chernev [Mon, 14 Oct 2013 07:01:42 +0000 (00:01 -0700)]
Removed a failing iso-format parsing test
One of the things that is broken on Android is "including a trailing UTC in the
input should work", which is a test added a long time ago, that used the fact
that ISO format matched beginning of string.
So right now this test goes through Date, which is different on regular vs
mobile browser. Also adding UTC at the end doesn't make it parse a UTC date, so
its misleading to say the least.
I think removing the test makes the most sense in this case. The behavior (of
adding UTC at the end is not documented, so shouldn't break legitimate code).
Iskren Chernev [Sun, 13 Oct 2013 08:48:39 +0000 (01:48 -0700)]
Merge branch 'develop' of github.com:zenozeng/moment into zenozeng-develop
Conflicts:
lang/zh-cn.js
Iskren Chernev [Sun, 13 Oct 2013 08:40:09 +0000 (01:40 -0700)]
Removed scripts reset in tasks/component.js
Iskren Ivov Chernev [Sun, 13 Oct 2013 08:39:11 +0000 (01:39 -0700)]
Merge pull request #1172 from wejendorp/develop
Fixes component.json generator
Iskren Ivov Chernev [Sun, 13 Oct 2013 08:37:55 +0000 (01:37 -0700)]
Merge pull request #1177 from icambron/language-test-module-check
repairing language tests
Isaac Cambron [Wed, 9 Oct 2013 16:26:19 +0000 (12:26 -0400)]
repairing language tests
Iskren Chernev [Wed, 9 Oct 2013 02:57:54 +0000 (19:57 -0700)]
Added changelog in readme for 2.3.1
Iskren Chernev [Wed, 9 Oct 2013 02:37:08 +0000 (06:37 +0400)]
Bumping version to 2.3.1
Iskren Ivov Chernev [Wed, 9 Oct 2013 02:33:27 +0000 (19:33 -0700)]
Merge pull request #1171 from icambron/month-zero
fix zero index for months() and weekdays()
Jacob Wejendorp [Tue, 8 Oct 2013 22:32:37 +0000 (00:32 +0200)]
Fix list in component config.scripts
Jacob Wejendorp [Tue, 8 Oct 2013 13:04:36 +0000 (15:04 +0200)]
Fixes component.json generator
Isaac Cambron [Tue, 8 Oct 2013 03:53:01 +0000 (23:53 -0400)]
fix zero index for months() and weekdays()
Isaac Cambron [Mon, 7 Oct 2013 23:20:12 +0000 (16:20 -0700)]
Merge pull request #1169 from rfb/develop
Trailing comma
Ryan Barber [Mon, 7 Oct 2013 21:16:08 +0000 (14:16 -0700)]
Trailing comma
Iskren Chernev [Mon, 7 Oct 2013 08:28:20 +0000 (12:28 +0400)]
Bumped version to 2.3.0
Iskren Ivov Chernev [Sat, 5 Oct 2013 23:10:17 +0000 (16:10 -0700)]
Merge pull request #1141 from icambron/feature/parse-weeks
parsing weeks
Isaac Cambron [Sat, 5 Oct 2013 19:52:07 +0000 (15:52 -0400)]
making things clearer
Iskren Ivov Chernev [Sat, 5 Oct 2013 12:57:49 +0000 (05:57 -0700)]
Merge pull request #1164 from icambron/feature/simpler-scoring
bulletproofing array of formats
Isaac Cambron [Sat, 5 Oct 2013 03:45:13 +0000 (23:45 -0400)]
forgot to run grunt
Isaac Cambron [Sat, 5 Oct 2013 00:28:17 +0000 (20:28 -0400)]
rethinking d vs e
Isaac Cambron [Fri, 4 Oct 2013 21:51:47 +0000 (17:51 -0400)]
satisfying grunt
Isaac Cambron [Fri, 4 Oct 2013 20:47:15 +0000 (16:47 -0400)]
test weekYear() instead of year()
Isaac Cambron [Fri, 4 Oct 2013 20:44:17 +0000 (16:44 -0400)]
address @ichernev concerns
Isaac Cambron [Fri, 4 Oct 2013 17:28:30 +0000 (13:28 -0400)]
bulletproofing array of formats
Isaac Cambron [Fri, 4 Oct 2013 09:21:59 +0000 (05:21 -0400)]
removing unused variable
Isaac Cambron [Fri, 4 Oct 2013 09:19:34 +0000 (05:19 -0400)]
fixing a possible bug with the current week year, and also a touch of cleanup
Isaac Cambron [Fri, 4 Oct 2013 09:08:00 +0000 (05:08 -0400)]
fixing indentation
Isaac Cambron [Fri, 4 Oct 2013 09:03:33 +0000 (05:03 -0400)]
make the iso parser work with the week and ordinal formats
Isaac Cambron [Fri, 4 Oct 2013 07:32:58 +0000 (03:32 -0400)]
revamping week and weekday parsing
Iskren Chernev [Thu, 3 Oct 2013 18:56:33 +0000 (11:56 -0700)]
Merge branch 'languages/en-au' into develop
Iskren Chernev [Thu, 3 Oct 2013 18:52:39 +0000 (11:52 -0700)]
Added en-au tests, fixed en-au export logic
Jared Morse [Tue, 24 Sep 2013 01:54:19 +0000 (18:54 -0700)]
en-au locale
Iskren Ivov Chernev [Thu, 3 Oct 2013 18:32:22 +0000 (11:32 -0700)]
Merge pull request #1158 from icambron/fix-format-newlines
Allow non-formatting tokens to include newlines
Iskren Chernev [Thu, 3 Oct 2013 18:28:31 +0000 (11:28 -0700)]
Merge branch 'bugfix/fix-list-iteration' into develop
Iskren Chernev [Thu, 3 Oct 2013 18:28:16 +0000 (11:28 -0700)]
Use traditional for to loop through lists array
Iskren Chernev [Thu, 3 Oct 2013 18:20:26 +0000 (11:20 -0700)]
Merge remote-tracking branch 'icambron/feature/language-chooser' into develop
Conflicts:
moment.js
Iskren Ivov Chernev [Thu, 3 Oct 2013 18:02:26 +0000 (11:02 -0700)]
Merge pull request #1140 from icambron/feature/invalid-moments
Invalid moment rework
Isaac Cambron [Thu, 3 Oct 2013 05:54:10 +0000 (01:54 -0400)]
attempt to address @ichernev's concerns
humbletim [Thu, 3 Oct 2013 00:05:55 +0000 (20:05 -0400)]
removed trailing comma in object literal
Isaac Cambron [Wed, 2 Oct 2013 22:33:35 +0000 (18:33 -0400)]
merging develop
Isaac Cambron [Wed, 2 Oct 2013 22:26:35 +0000 (18:26 -0400)]
adding missing file
Isaac Cambron [Wed, 2 Oct 2013 22:25:52 +0000 (18:25 -0400)]
fixes for review
Isaac Cambron [Wed, 2 Oct 2013 21:31:22 +0000 (17:31 -0400)]
merging from develop
Isaac Cambron [Wed, 2 Oct 2013 21:29:24 +0000 (17:29 -0400)]
added some comments
humbletim [Wed, 2 Oct 2013 18:00:54 +0000 (14:00 -0400)]
added hasOwnProperty check to lists enumeration
Isaac Cambron [Wed, 2 Oct 2013 15:19:31 +0000 (11:19 -0400)]
Allow non-formatting tokens to include newlines. Fixes #1151
Isaac Cambron [Wed, 2 Oct 2013 09:24:13 +0000 (02:24 -0700)]
Merge pull request #1157 from ichernev/bugfix/bg-lt
Changed bulgarian time format to 24h
Iskren Chernev [Wed, 2 Oct 2013 09:16:40 +0000 (13:16 +0400)]
Changed bulgarian time format to 24h
As requested by #1148
Iskren Chernev [Wed, 2 Oct 2013 08:59:09 +0000 (12:59 +0400)]
Forgot to add moment.js changes related to
48c742c
Iskren Chernev [Wed, 2 Oct 2013 07:22:39 +0000 (00:22 -0700)]
Merge branch 'accept-iso-duration-take2' into develop
Conflicts:
moment.js
Iskren Chernev [Wed, 2 Oct 2013 07:18:04 +0000 (00:18 -0700)]
Simplified iso duration regex and removed overkill invalid checking logic
Isaac Cambron [Mon, 30 Sep 2013 23:13:11 +0000 (16:13 -0700)]
Merge pull request #1149 from icambron/fixup-bosnian
make bosnian consistent with change to language boilerplate
Isaac Cambron [Mon, 30 Sep 2013 23:12:07 +0000 (19:12 -0400)]
make bosnian consistent with change to language boilerplate
Isaac Cambron [Mon, 30 Sep 2013 23:06:08 +0000 (16:06 -0700)]
Merge pull request #1144 from frontyard/develop
Added bosnian (bs) translation.
Isaac Cambron [Mon, 30 Sep 2013 16:48:52 +0000 (12:48 -0400)]
Use British English tests as the translation testing example
Isaac Cambron [Mon, 30 Sep 2013 16:47:23 +0000 (09:47 -0700)]
Merge pull request #1147 from mariusGundersen/feature/exportLang
Feature/export lang
Marius Gundersen [Mon, 30 Sep 2013 12:52:59 +0000 (14:52 +0200)]
Added the required return values to all the language files
Marius Gundersen [Mon, 30 Sep 2013 12:38:20 +0000 (14:38 +0200)]
Added test for module return value
Marius Gundersen [Mon, 30 Sep 2013 12:10:54 +0000 (14:10 +0200)]
return the name of the language which was registered
Nedim Cholich [Mon, 30 Sep 2013 10:59:26 +0000 (12:59 +0200)]
Missed one place in test.
Nedim Cholich [Mon, 30 Sep 2013 10:45:50 +0000 (12:45 +0200)]
Added test for bosnian (bs).
Nedim Cholich [Sun, 29 Sep 2013 14:58:48 +0000 (16:58 +0200)]
Added bosnian (bs) translation.
Isaac Cambron [Sat, 28 Sep 2013 22:24:07 +0000 (18:24 -0400)]
adding one extra test
Isaac Cambron [Sat, 28 Sep 2013 22:14:17 +0000 (18:14 -0400)]
use language substrings
Isaac Cambron [Sat, 28 Sep 2013 08:57:32 +0000 (04:57 -0400)]
pass arrays of languages
Isaac Cambron [Sat, 28 Sep 2013 07:32:18 +0000 (03:32 -0400)]
parsing week data
Isaac Cambron [Fri, 27 Sep 2013 23:12:42 +0000 (19:12 -0400)]
tests for invalid date string
Isaac Cambron [Fri, 27 Sep 2013 21:37:55 +0000 (17:37 -0400)]
among invalid moments, prefer the first one, regardless of score
Isaac Cambron [Fri, 27 Sep 2013 21:20:02 +0000 (17:20 -0400)]
skippedInput + trailingInput = unusedInput
Isaac Cambron [Fri, 27 Sep 2013 20:58:34 +0000 (16:58 -0400)]
merge develop
Isaac Cambron [Fri, 27 Sep 2013 20:49:37 +0000 (16:49 -0400)]
tests and a working isDSTShifted
Isaac Cambron [Fri, 27 Sep 2013 14:33:01 +0000 (07:33 -0700)]
Merge pull request #1139 from ichernev/feature/unlocalize-to-string
toString always prints date in English
Iskren Chernev [Thu, 26 Sep 2013 17:36:41 +0000 (10:36 -0700)]
toString always prints date in English
Isaac Cambron [Thu, 26 Sep 2013 16:25:57 +0000 (12:25 -0400)]
simplify empty handling
Isaac Cambron [Thu, 26 Sep 2013 12:11:17 +0000 (08:11 -0400)]
more cleanup
Isaac Cambron [Thu, 26 Sep 2013 11:52:01 +0000 (04:52 -0700)]
Merge pull request #1137 from bakatamas/develop
Updates to hu.js
Isaac Cambron [Thu, 26 Sep 2013 11:32:00 +0000 (07:32 -0400)]
fixing isValid() definition
Isaac Cambron [Thu, 26 Sep 2013 11:27:55 +0000 (07:27 -0400)]
some cleanup
Isaac Cambron [Thu, 26 Sep 2013 11:11:48 +0000 (07:11 -0400)]
parse flags
Isaac Cambron [Thu, 26 Sep 2013 08:42:37 +0000 (01:42 -0700)]
Merge pull request #1138 from ichernev/bugfix/iis-compatible-filenames
Removed + from bundled file names
Iskren Chernev [Thu, 26 Sep 2013 08:32:02 +0000 (01:32 -0700)]
Removed + from bundled file names
IIS has issues with files containing +. fixes #1118
Iskren Chernev [Thu, 26 Sep 2013 08:25:46 +0000 (01:25 -0700)]
Use UMD in lang/uz.js
bakatamas [Thu, 26 Sep 2013 07:55:30 +0000 (09:55 +0200)]
Update hu.js
Iskren Chernev [Thu, 26 Sep 2013 07:47:02 +0000 (00:47 -0700)]
Merge branch 'icambron/feature/invalid-moments' into develop
bakatamas [Thu, 26 Sep 2013 07:46:21 +0000 (09:46 +0200)]
Update hu.js
Isaac Cambron [Tue, 17 Sep 2013 01:31:36 +0000 (21:31 -0400)]
using NaN instead of 0
Isaac Cambron [Mon, 16 Sep 2013 03:51:46 +0000 (23:51 -0400)]
fixing jshint error from rebase
Isaac Cambron [Sun, 15 Sep 2013 23:22:03 +0000 (19:22 -0400)]
added ability to create invalid moments
bakatamas [Thu, 26 Sep 2013 07:44:43 +0000 (09:44 +0200)]
Update hu.js
Isaac Cambron [Thu, 26 Sep 2013 04:14:35 +0000 (00:14 -0400)]
merging in develop
Isaac Cambron [Wed, 25 Sep 2013 06:57:36 +0000 (23:57 -0700)]
Merge pull request #1129 from muminoff/develop
Added support for uzbek language
muminoff [Wed, 25 Sep 2013 06:47:25 +0000 (15:47 +0900)]
Added uzbek language and tested
Isaac Cambron [Tue, 24 Sep 2013 18:51:31 +0000 (11:51 -0700)]
Merge pull request #1121 from mmozuras/feature/convert_lt_and_vn_to_umd
Feature/convert lt and vn to UMD
Isaac Cambron [Tue, 24 Sep 2013 04:52:36 +0000 (21:52 -0700)]
Merge pull request #1123 from adambiggs/umd-bug-fix
Bug fix for recent changes in moment.utc()
Adam Biggs [Fri, 20 Sep 2013 21:26:50 +0000 (14:26 -0700)]
Don't call .utc() if makeMoment() returns null