]>
git.ipfire.org Git - thirdparty/moment.git/log
Iskren Chernev [Wed, 7 May 2014 16:45:07 +0000 (09:45 -0700)]
Fix korean test label
Iskren Chernev [Wed, 7 May 2014 16:44:14 +0000 (09:44 -0700)]
Fix language tests
Iskren Chernev [Wed, 7 May 2014 16:36:15 +0000 (09:36 -0700)]
Fix moment tests
Iskren Chernev [Wed, 7 May 2014 16:18:54 +0000 (09:18 -0700)]
Fix bugs in humanize and asYears
Iskren Chernev [Sun, 27 Apr 2014 20:26:14 +0000 (13:26 -0700)]
internal relativeTime now accepts only duration object
Iskren Chernev [Sun, 27 Apr 2014 20:09:49 +0000 (13:09 -0700)]
Use duration object in relativeTime
Iskren Chernev [Sat, 26 Apr 2014 19:52:01 +0000 (12:52 -0700)]
Better bubbling of days to years in duration
Iskren Chernev [Sat, 26 Apr 2014 08:28:15 +0000 (01:28 -0700)]
Implement accurate moment.duration({from, to})
Iskren Ivov Chernev [Sun, 15 Jun 2014 19:55:15 +0000 (12:55 -0700)]
Merge pull request #1710 from Oire/feature/fix-1706
Fixing Lithuanian
@changelog
@section lang-bugfix
@description Fix month name in Italian
Andre Polykanine A.K.A. Menelion Elensúlë [Sat, 14 Jun 2014 11:11:19 +0000 (14:11 +0300)]
Fixing Lithuanian, see #1706
Iskren Chernev [Thu, 12 Jun 2014 07:01:05 +0000 (00:01 -0700)]
Generate minified/production files
Iskren Chernev [Thu, 12 Jun 2014 06:59:31 +0000 (23:59 -0700)]
Bump version to 2.7.0
Iskren Chernev [Thu, 12 Jun 2014 06:58:04 +0000 (23:58 -0700)]
Update readme with 2.7.0 changelog
Iskren Ivov Chernev [Thu, 12 Jun 2014 05:25:22 +0000 (22:25 -0700)]
Merge pull request #1693 from SBSTP/moment-iso-parse
Allow ISO-8601 to be passed as a format.
@changelog
@section features
@description support moment.ISO_8601 as a format in constructor, that would use ISO time format parsing
Iskren Ivov Chernev [Thu, 12 Jun 2014 05:10:50 +0000 (22:10 -0700)]
Merge pull request #1704 from seriousben/feature/support_string_value_in_add_subtract
Support strings in add and subtract
@changelog
@section features
@description support string type for numeric values in add/subtract
Isaac Cambron [Thu, 12 Jun 2014 04:46:05 +0000 (00:46 -0400)]
Merge pull request #1687 from ichernev/bugfix/year-diff-ru
Fix broken year diff tests for Russia
Benjamin Boudreau [Sun, 8 Jun 2014 21:54:03 +0000 (17:54 -0400)]
Support string value in add and subtract
Simon Bernier St-Pierre [Thu, 5 Jun 2014 14:38:22 +0000 (10:38 -0400)]
Implemented suggested changes
`moment.js` now has a separate parseISO function which only handles
the parsing. `makeDateFromString` keeps the same behavior and uses
parseISO. The tests have also been refactored and moved into
their own function.
Andre Polykanine A.K.A. Menelion Elensúlë [Thu, 5 Jun 2014 12:49:08 +0000 (15:49 +0300)]
Merge pull request #1699 from Oire/feature/fix-1326
Fixing months capitalization in Italian
Andre Polykanine A.K.A. Menelion Elensúlë [Thu, 5 Jun 2014 12:42:31 +0000 (15:42 +0300)]
Fixing months capitalization in Italian
Iskren Chernev [Thu, 5 Jun 2014 05:26:11 +0000 (22:26 -0700)]
Fix version in component.json
Simon Bernier St-Pierre [Tue, 3 Jun 2014 16:59:54 +0000 (12:59 -0400)]
Add more relevant tests.
I've added much more relevant tests, checking the _f property
for the format that was used for parsing and _pf.iso in the case
of ISO.
Simon Bernier St-Pierre [Tue, 3 Jun 2014 16:35:21 +0000 (12:35 -0400)]
Fix the second issue
I've added a useFallback parameter to makeDateFromString. When not
supplied, the old behavior remains. When supplied and true, it does
not call the createFromInputCallback and instead returns an empty
config. This also seems to fix the first issue, it now plays much
nicer with scoring and precendence.
Simon Bernier St-Pierre [Tue, 3 Jun 2014 15:27:27 +0000 (11:27 -0400)]
Allow ISO-8601 to be passed as a format.
This commit allows the ISO-8601 format to be
passed as a format in the moment(string, array)
constructor. This is a preliminary commit as this
addition as yielded a few issues.
Iskren Chernev [Tue, 3 Jun 2014 06:22:09 +0000 (23:22 -0700)]
Fix broken year diff tests for Russia
Russia's zone offset is different on 1st of January (something we assumed
impossible in tests). Check to see if that is the case and skip the offending
test.
Fixes #1635 and #1612
Isaac Cambron [Mon, 26 May 2014 13:01:36 +0000 (09:01 -0400)]
Merge pull request #1651 from ichernev/fix-timezone-parsing
Fix timezone parsing by applying the timezone offset after date creation
Isaac Cambron [Mon, 26 May 2014 13:00:47 +0000 (09:00 -0400)]
Merge pull request #1650 from ichernev/fix-meridiem-parse-russian
Implement meridiemParse and isPM in Russian
Andre Polykanine A.K.A. Menelion Elensúlë [Sun, 25 May 2014 18:47:44 +0000 (21:47 +0300)]
Merge pull request #1678 from kaushikgandhi/develop
Added bengali language support
kaushik gandhi [Sun, 25 May 2014 16:29:41 +0000 (21:59 +0530)]
Adding bengali language support
Language file added bn.js
test file for bengali aded test/lang/bn.js
Iskren Ivov Chernev [Sat, 24 May 2014 08:13:13 +0000 (01:13 -0700)]
Merge pull request #1673 from ichernev/fix-lt
Litunanian day names in calendars with weeks not starting on Monday
Andre Polykanine A.K.A. Menelion Elensúlë [Thu, 22 May 2014 18:49:49 +0000 (21:49 +0300)]
Merge pull request #1663 from skastel/relative-time-threshold-settings
Adding settings to configure relative time thresholds between time units
Stephen Huenneke [Thu, 22 May 2014 17:51:33 +0000 (10:51 -0700)]
Better threshold tests to capture intended behavior completely.
Gregor Rayman [Sat, 18 Jan 2014 00:42:56 +0000 (01:42 +0100)]
Litunanian day names in calendars with weeks not starting on Monday
Iskren Ivov Chernev [Wed, 21 May 2014 07:53:44 +0000 (00:53 -0700)]
Merge pull request #1433 from dazld/pt-lang
More natural "time ago" expression for European Portuguese locale
Iskren Ivov Chernev [Wed, 21 May 2014 07:53:16 +0000 (00:53 -0700)]
Merge pull request #1671 from ichernev/update-cy
Update cy
Iskren Ivov Chernev [Wed, 21 May 2014 07:50:37 +0000 (00:50 -0700)]
Merge pull request #1449 from tcarlsen/develop
we use a dot after the day number in Denmark
Iskren Ivov Chernev [Wed, 21 May 2014 07:49:08 +0000 (00:49 -0700)]
Merge pull request #1554 from Goldbely/feature/calendar-accepts-time-argument
Add optional time argument to calendar method
Iskren Ivov Chernev [Wed, 21 May 2014 07:44:05 +0000 (00:44 -0700)]
Merge pull request #1628 from topchiyev/develop
Added Azerbaijani lang
Iskren Ivov Chernev [Wed, 21 May 2014 07:39:38 +0000 (00:39 -0700)]
Merge pull request #1633 from xsoh/develop
Add Arabic (Saudi Arabia) language
ryangreaves [Wed, 14 May 2014 16:40:51 +0000 (09:40 -0700)]
Update cy.js
ryangreaves [Tue, 6 May 2014 17:27:20 +0000 (10:27 -0700)]
Update cy.js
Iskren Chernev [Fri, 16 May 2014 07:09:02 +0000 (00:09 -0700)]
Add oire to the contributors list
Stephen Huenneke [Fri, 16 May 2014 04:48:35 +0000 (21:48 -0700)]
Adding settings to configure relative time thresholds between time units.
Iskren Ivov Chernev [Wed, 14 May 2014 04:48:30 +0000 (21:48 -0700)]
Merge pull request #1647 from spmjs/develop
Add spm support
Iskren Ivov Chernev [Tue, 13 May 2014 07:37:19 +0000 (00:37 -0700)]
Merge pull request #1648 from MadMG/develop
Added country specific translation 'de-at' for austria
MadMG [Tue, 13 May 2014 07:20:36 +0000 (09:20 +0200)]
Fixed indentation of the test file to use 4 spaces instead of 2.
Iskren Chernev [Sat, 10 May 2014 16:18:12 +0000 (09:18 -0700)]
Add tests
Iskren Chernev [Thu, 8 May 2014 08:08:04 +0000 (01:08 -0700)]
Fix timezone parsing by applying the timezone offset after date creation
Iskren Chernev [Thu, 8 May 2014 07:40:21 +0000 (00:40 -0700)]
Implement meridiemParse and isPM in Russian
MadMG [Wed, 7 May 2014 14:04:24 +0000 (16:04 +0200)]
Added country specific translation 'de-at' for austria. The difference is the austrian translation of january 'Jänner' (instead of 'Januar')
afc163 [Wed, 7 May 2014 07:54:34 +0000 (15:54 +0800)]
add spm support
Isaac Cambron [Wed, 7 May 2014 06:21:55 +0000 (02:21 -0400)]
Merge pull request #1637 from ichernev/min-max-redo
Min max redo
Isaac Cambron [Wed, 7 May 2014 06:20:53 +0000 (02:20 -0400)]
Merge pull request #1641 from ichernev/fix-init-from-week
Fix init from week
Iskren Chernev [Tue, 6 May 2014 17:18:44 +0000 (10:18 -0700)]
Make JSHint happy and me unhappy
Iskren Chernev [Tue, 6 May 2014 17:08:44 +0000 (10:08 -0700)]
Extract argument handling logic in pickBy
Iskren Chernev [Tue, 6 May 2014 16:56:23 +0000 (09:56 -0700)]
Mark human weekday as invalid when parsing
Iskren Chernev [Tue, 6 May 2014 16:56:01 +0000 (09:56 -0700)]
Better dfl implementation
Iskren Chernev [Sat, 3 May 2014 08:09:38 +0000 (01:09 -0700)]
Make jshint happy
Iskren Chernev [Sat, 3 May 2014 08:03:10 +0000 (01:03 -0700)]
Refactor week initialization
Iskren Chernev [Sat, 3 May 2014 06:39:49 +0000 (23:39 -0700)]
Fix weekyear/week creation
Initializing a moment given weekyear/week/weekday was not correct for years
starting on Monday.
Iskren Chernev [Thu, 1 May 2014 17:46:06 +0000 (10:46 -0700)]
Add issue link in deprecation message
Iskren Chernev [Thu, 1 May 2014 17:39:07 +0000 (10:39 -0700)]
Tests for moment.min/max
Iskren Chernev [Thu, 1 May 2014 17:23:13 +0000 (10:23 -0700)]
Implement moment.min and moment.max
Iskren Chernev [Thu, 1 May 2014 17:13:21 +0000 (10:13 -0700)]
Deprecate moment().min/max
Suhail Alkowaileet [Wed, 30 Apr 2014 05:42:44 +0000 (08:42 +0300)]
Add Arabic (Saudi Arabia) language
Iskren Ivov Chernev [Mon, 28 Apr 2014 03:20:54 +0000 (20:20 -0700)]
Merge pull request #1559 from xsoh/develop
Updating Arabic language
Pasha L. Topchiyev (Asus G75VX) [Sun, 27 Apr 2014 13:29:20 +0000 (18:29 +0500)]
Added Azerbaijani lang
Iskren Ivov Chernev [Fri, 25 Apr 2014 16:49:15 +0000 (09:49 -0700)]
Merge pull request #1622 from akarelas/akarelas-fixGreekCalendar
Fix "previous Saturday" in greek string
@changelog
@section bugfix
Alexander Karelas [Thu, 24 Apr 2014 16:23:37 +0000 (16:23 +0000)]
reverted the 'min' directory to its original state
Alexander Karelas [Thu, 24 Apr 2014 14:50:21 +0000 (14:50 +0000)]
comply with Travis
Alexander Karelas [Thu, 24 Apr 2014 14:39:53 +0000 (14:39 +0000)]
fixed message in a test
Alexander Karelas [Thu, 24 Apr 2014 13:08:48 +0000 (13:08 +0000)]
Fixed greek "previous Saturday" string - was gender female, now is gender neutral
Isaac Cambron [Tue, 22 Apr 2014 18:20:07 +0000 (14:20 -0400)]
Merge pull request #1616 from ichernev/fix-lang-codes
Fix sr-cyr and tzm-la
Iskren Chernev [Tue, 22 Apr 2014 06:16:58 +0000 (23:16 -0700)]
Fix sr-cyr and tzm-la close #1609
Iskren Chernev [Sun, 20 Apr 2014 17:56:49 +0000 (10:56 -0700)]
Fix links in readme
Isaac Cambron [Sat, 12 Apr 2014 19:22:25 +0000 (15:22 -0400)]
Don't include minified files in PRs
Iskren Chernev [Sat, 12 Apr 2014 16:37:48 +0000 (09:37 -0700)]
Bumping version to 2.6.0
Iskren Chernev [Fri, 11 Apr 2014 07:20:57 +0000 (00:20 -0700)]
Fix createFromInputFallback
Iskren Ivov Chernev [Fri, 11 Apr 2014 06:33:38 +0000 (23:33 -0700)]
Merge pull request #1604 from ichernev/fix-input-fallback
Ensure createFromInputFallback is called in all cases
Iskren Chernev [Fri, 11 Apr 2014 06:33:03 +0000 (23:33 -0700)]
Add moment.suppressDeprecationWarnings
Iskren Chernev [Fri, 11 Apr 2014 05:52:35 +0000 (22:52 -0700)]
Ensure createFromInputFallback is called in all cases
Every case where user supplied input ends up into the Date constructor, without
us knowing what would be the result, call createFromInputFallback so the
function can be deprecated, overwritten and replaced in future versions.
Iskren Ivov Chernev [Thu, 10 Apr 2014 17:10:34 +0000 (10:10 -0700)]
Merge pull request #1602 from dittodhole/develop
Fixes for German translation according to DIN 5008
@changelog
@section bugfix
Iskren Ivov Chernev [Thu, 10 Apr 2014 16:54:36 +0000 (09:54 -0700)]
Merge pull request #1546 from kruyvanna/develop
Khmer: Fix Last Week and Ordinal
@changelog
@section bugfix
@description Updated khmer language last week and put no-suffix ordinals
Iskren Ivov Chernev [Thu, 10 Apr 2014 16:47:32 +0000 (09:47 -0700)]
Merge pull request #1596 from ozon1234/develop
Fixed suffix relative time for Russian
@changelog
@section bugfix
@description Fix relative time in Russian for 31 minutes.
Andreas Niedermair [Thu, 10 Apr 2014 08:23:56 +0000 (10:23 +0200)]
fixes #1601
Andreas Niedermair [Thu, 10 Apr 2014 08:20:13 +0000 (10:20 +0200)]
fixes #1601
Alexey Kozlov [Wed, 9 Apr 2014 09:46:12 +0000 (02:46 -0700)]
fix
Alexey Kozlov [Wed, 9 Apr 2014 09:43:40 +0000 (02:43 -0700)]
tests
Alexey Kozlov [Tue, 8 Apr 2014 06:50:31 +0000 (23:50 -0700)]
Fixed suffix relative time for Russian
When requesting a relative time with a suffix for Russian correct form is: "31 минуту назад" and "через 31 минуту"
Isaac Cambron [Mon, 7 Apr 2014 16:52:51 +0000 (12:52 -0400)]
Merge pull request #1583 from meleyal/patch-1
@changelog
@section enhancements
@description Update es longDateFormats
Isaac Cambron [Mon, 7 Apr 2014 16:22:18 +0000 (12:22 -0400)]
Merge pull request #1586 from andrei-cocorean/feature/more_quarter_support
@changelog
@section features
@description More quarter support (add/subtract quarters; startOf/endOf quarter)
Isaac Cambron [Sun, 6 Apr 2014 20:10:46 +0000 (16:10 -0400)]
Merge pull request #1571 from vegvari/develop
hungarian language, meridiem added
Andrei Cocorean [Sun, 6 Apr 2014 18:03:18 +0000 (20:03 +0200)]
quarter in the normalize unit test
Andrei Cocorean [Sun, 6 Apr 2014 17:59:33 +0000 (19:59 +0200)]
Parse quarter from string
Andrei Cocorean [Sun, 6 Apr 2014 17:15:19 +0000 (19:15 +0200)]
quarter setter
Isaac Cambron [Fri, 4 Apr 2014 17:44:17 +0000 (13:44 -0400)]
Merge pull request #1588 from ichernev/fix-cjs-exporting
Revert "Add specific check for "require" in hasModule check"
Isaac Cambron [Fri, 4 Apr 2014 17:43:54 +0000 (13:43 -0400)]
Merge pull request #1589 from ichernev/remove-node-global
Do not export a global in node.js
Isaac Cambron [Fri, 4 Apr 2014 17:42:37 +0000 (13:42 -0400)]
Merge pull request #1590 from ichernev/early-amd-global
Set AMD global before module definition
William Meleyal [Fri, 4 Apr 2014 09:20:19 +0000 (11:20 +0200)]
update tests
Iskren Ivov Chernev [Fri, 4 Apr 2014 07:44:59 +0000 (07:44 +0000)]
Merge pull request #1573 from oerd/develop
[FIX] Change some 'e' to 'ë' in Albanian.