]> git.ipfire.org Git - thirdparty/moment.git/log
thirdparty/moment.git
11 years agoFixing months capitalization in Italian 1699/head
Andre Polykanine A.K.A. Menelion Elensúlë [Thu, 5 Jun 2014 12:42:31 +0000 (15:42 +0300)] 
Fixing months capitalization in Italian

11 years agoFix version in component.json
Iskren Chernev [Thu, 5 Jun 2014 05:26:11 +0000 (22:26 -0700)] 
Fix version in component.json

11 years agoMerge pull request #1651 from ichernev/fix-timezone-parsing
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

11 years agoMerge pull request #1650 from ichernev/fix-meridiem-parse-russian
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

11 years agoMerge pull request #1678 from kaushikgandhi/develop
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

11 years agoAdding bengali language support 1678/head
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

11 years agoMerge pull request #1673 from ichernev/fix-lt
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

11 years agoMerge pull request #1663 from skastel/relative-time-threshold-settings
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

11 years agoBetter threshold tests to capture intended behavior completely. 1663/head
Stephen Huenneke [Thu, 22 May 2014 17:51:33 +0000 (10:51 -0700)] 
Better threshold tests to capture intended behavior completely.

11 years agoLitunanian day names in calendars with weeks not starting on Monday 1673/head
Gregor Rayman [Sat, 18 Jan 2014 00:42:56 +0000 (01:42 +0100)] 
Litunanian day names in calendars with weeks not starting on Monday

11 years agoMerge pull request #1433 from dazld/pt-lang
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

11 years agoMerge pull request #1671 from ichernev/update-cy
Iskren Ivov Chernev [Wed, 21 May 2014 07:53:16 +0000 (00:53 -0700)] 
Merge pull request #1671 from ichernev/update-cy

Update cy

11 years agoMerge pull request #1449 from tcarlsen/develop
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

11 years agoMerge pull request #1554 from Goldbely/feature/calendar-accepts-time-argument
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

11 years agoMerge pull request #1628 from topchiyev/develop
Iskren Ivov Chernev [Wed, 21 May 2014 07:44:05 +0000 (00:44 -0700)] 
Merge pull request #1628 from topchiyev/develop

Added Azerbaijani lang

11 years agoMerge pull request #1633 from xsoh/develop
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

11 years agoUpdate cy.js 1671/head
ryangreaves [Wed, 14 May 2014 16:40:51 +0000 (09:40 -0700)] 
Update cy.js

11 years agoUpdate cy.js
ryangreaves [Tue, 6 May 2014 17:27:20 +0000 (10:27 -0700)] 
Update cy.js

11 years agoAdd oire to the contributors list
Iskren Chernev [Fri, 16 May 2014 07:09:02 +0000 (00:09 -0700)] 
Add oire to the contributors list

11 years agoAdding settings to configure relative time thresholds between time units.
Stephen Huenneke [Fri, 16 May 2014 04:48:35 +0000 (21:48 -0700)] 
Adding settings to configure relative time thresholds between time units.

11 years agoMerge pull request #1647 from spmjs/develop
Iskren Ivov Chernev [Wed, 14 May 2014 04:48:30 +0000 (21:48 -0700)] 
Merge pull request #1647 from spmjs/develop

Add spm support

11 years agoMerge pull request #1648 from MadMG/develop
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

11 years agoFixed indentation of the test file to use 4 spaces instead of 2. 1648/head
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.

11 years agoAdd tests 1651/head
Iskren Chernev [Sat, 10 May 2014 16:18:12 +0000 (09:18 -0700)] 
Add tests

11 years agoFix timezone parsing by applying the timezone offset after date creation
Iskren Chernev [Thu, 8 May 2014 08:08:04 +0000 (01:08 -0700)] 
Fix timezone parsing by applying the timezone offset after date creation

11 years agoImplement meridiemParse and isPM in Russian 1650/head
Iskren Chernev [Thu, 8 May 2014 07:40:21 +0000 (00:40 -0700)] 
Implement meridiemParse and isPM in Russian

11 years agoAdded country specific translation 'de-at' for austria. The difference is the austria...
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')

11 years agoadd spm support 1647/head
afc163 [Wed, 7 May 2014 07:54:34 +0000 (15:54 +0800)] 
add spm support

11 years agoMerge pull request #1637 from ichernev/min-max-redo
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

11 years agoMerge pull request #1641 from ichernev/fix-init-from-week
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

11 years agoMake JSHint happy and me unhappy 1641/head
Iskren Chernev [Tue, 6 May 2014 17:18:44 +0000 (10:18 -0700)] 
Make JSHint happy and me unhappy

11 years agoExtract argument handling logic in pickBy 1637/head
Iskren Chernev [Tue, 6 May 2014 17:08:44 +0000 (10:08 -0700)] 
Extract argument handling logic in pickBy

11 years agoMark human weekday as invalid when parsing
Iskren Chernev [Tue, 6 May 2014 16:56:23 +0000 (09:56 -0700)] 
Mark human weekday as invalid when parsing

11 years agoBetter dfl implementation
Iskren Chernev [Tue, 6 May 2014 16:56:01 +0000 (09:56 -0700)] 
Better dfl implementation

11 years agoMake jshint happy
Iskren Chernev [Sat, 3 May 2014 08:09:38 +0000 (01:09 -0700)] 
Make jshint happy

11 years agoRefactor week initialization
Iskren Chernev [Sat, 3 May 2014 08:03:10 +0000 (01:03 -0700)] 
Refactor week initialization

11 years agoFix weekyear/week creation
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.

11 years agoAdd issue link in deprecation message
Iskren Chernev [Thu, 1 May 2014 17:46:06 +0000 (10:46 -0700)] 
Add issue link in deprecation message

11 years agoTests for moment.min/max
Iskren Chernev [Thu, 1 May 2014 17:39:07 +0000 (10:39 -0700)] 
Tests for moment.min/max

11 years agoImplement moment.min and moment.max
Iskren Chernev [Thu, 1 May 2014 17:23:13 +0000 (10:23 -0700)] 
Implement moment.min and moment.max

11 years agoDeprecate moment().min/max
Iskren Chernev [Thu, 1 May 2014 17:13:21 +0000 (10:13 -0700)] 
Deprecate moment().min/max

11 years agoAdd Arabic (Saudi Arabia) language 1633/head
Suhail Alkowaileet [Wed, 30 Apr 2014 05:42:44 +0000 (08:42 +0300)] 
Add Arabic (Saudi Arabia) language

11 years agoMerge pull request #1559 from xsoh/develop
Iskren Ivov Chernev [Mon, 28 Apr 2014 03:20:54 +0000 (20:20 -0700)] 
Merge pull request #1559 from xsoh/develop

Updating Arabic language

11 years agoAdded Azerbaijani lang 1628/head
Pasha L. Topchiyev (Asus G75VX) [Sun, 27 Apr 2014 13:29:20 +0000 (18:29 +0500)] 
Added Azerbaijani lang

11 years agoMerge pull request #1622 from akarelas/akarelas-fixGreekCalendar
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

11 years agoreverted the 'min' directory to its original state 1622/head
Alexander Karelas [Thu, 24 Apr 2014 16:23:37 +0000 (16:23 +0000)] 
reverted the 'min' directory to its original state

11 years agocomply with Travis
Alexander Karelas [Thu, 24 Apr 2014 14:50:21 +0000 (14:50 +0000)] 
comply with Travis

11 years agofixed message in a test
Alexander Karelas [Thu, 24 Apr 2014 14:39:53 +0000 (14:39 +0000)] 
fixed message in a test

11 years agoFixed greek "previous Saturday" string - was gender female, now is gender neutral
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

11 years agoMerge pull request #1616 from ichernev/fix-lang-codes
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

11 years agoFix sr-cyr and tzm-la close #1609 1616/head
Iskren Chernev [Tue, 22 Apr 2014 06:16:58 +0000 (23:16 -0700)] 
Fix sr-cyr and tzm-la close #1609

11 years agoFix links in readme
Iskren Chernev [Sun, 20 Apr 2014 17:56:49 +0000 (10:56 -0700)] 
Fix links in readme

11 years agoDon't include minified files in PRs
Isaac Cambron [Sat, 12 Apr 2014 19:22:25 +0000 (15:22 -0400)] 
Don't include minified files in PRs

11 years agoBumping version to 2.6.0 2.6.0
Iskren Chernev [Sat, 12 Apr 2014 16:37:48 +0000 (09:37 -0700)] 
Bumping version to 2.6.0

11 years agoFix createFromInputFallback
Iskren Chernev [Fri, 11 Apr 2014 07:20:57 +0000 (00:20 -0700)] 
Fix createFromInputFallback

11 years agoMerge pull request #1604 from ichernev/fix-input-fallback
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

11 years agoAdd moment.suppressDeprecationWarnings 1604/head
Iskren Chernev [Fri, 11 Apr 2014 06:33:03 +0000 (23:33 -0700)] 
Add moment.suppressDeprecationWarnings

11 years agoEnsure createFromInputFallback is called in all cases
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.

11 years agoMerge pull request #1602 from dittodhole/develop
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

11 years agoMerge pull request #1546 from kruyvanna/develop
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

11 years agoMerge pull request #1596 from ozon1234/develop
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.

11 years agofixes #1601 1602/head
Andreas Niedermair [Thu, 10 Apr 2014 08:23:56 +0000 (10:23 +0200)] 
fixes #1601

11 years agofixes #1601
Andreas Niedermair [Thu, 10 Apr 2014 08:20:13 +0000 (10:20 +0200)] 
fixes #1601

11 years agofix 1596/head
Alexey Kozlov [Wed, 9 Apr 2014 09:46:12 +0000 (02:46 -0700)] 
fix

11 years agotests
Alexey Kozlov [Wed, 9 Apr 2014 09:43:40 +0000 (02:43 -0700)] 
tests

11 years agoFixed suffix relative time for Russian
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 минуту"

11 years agoMerge pull request #1583 from meleyal/patch-1
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

11 years agoMerge pull request #1586 from andrei-cocorean/feature/more_quarter_support
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)

11 years agoMerge pull request #1571 from vegvari/develop
Isaac Cambron [Sun, 6 Apr 2014 20:10:46 +0000 (16:10 -0400)] 
Merge pull request #1571 from vegvari/develop

hungarian language, meridiem added

11 years agoquarter in the normalize unit test 1586/head
Andrei Cocorean [Sun, 6 Apr 2014 18:03:18 +0000 (20:03 +0200)] 
quarter in the normalize unit test

11 years agoParse quarter from string
Andrei Cocorean [Sun, 6 Apr 2014 17:59:33 +0000 (19:59 +0200)] 
Parse quarter from string

11 years agoquarter setter
Andrei Cocorean [Sun, 6 Apr 2014 17:15:19 +0000 (19:15 +0200)] 
quarter setter

11 years agoMerge pull request #1588 from ichernev/fix-cjs-exporting
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"

11 years agoMerge pull request #1589 from ichernev/remove-node-global
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

11 years agoMerge pull request #1590 from ichernev/early-amd-global
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

11 years agoupdate tests 1583/head
William Meleyal [Fri, 4 Apr 2014 09:20:19 +0000 (11:20 +0200)] 
update tests

11 years agoMerge pull request #1573 from oerd/develop
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.

11 years agoSet AMD global before module definition 1590/head
Iskren Chernev [Fri, 4 Apr 2014 07:10:52 +0000 (00:10 -0700)] 
Set AMD global before module definition

11 years agoDo not export a global in node.js 1589/head
Iskren Chernev [Fri, 4 Apr 2014 07:05:04 +0000 (00:05 -0700)] 
Do not export a global in node.js

11 years agoRevert "Add specific check for "require" in hasModule check (fixes bug when using... 1588/head
Iskren Chernev [Thu, 3 Apr 2014 21:18:56 +0000 (14:18 -0700)] 
Revert "Add specific check for "require" in hasModule check (fixes bug when using with QUnit)."

This reverts commit ed6a2d4e1f3e32abce6939ef451f0cd4f8c54a1b.
This was discussed in https://github.com/moment/moment/issues/1537#issuecomment-39505749

11 years agoadd/subtract quarters; startOf/endOf quarter
Andrei Cocorean [Thu, 3 Apr 2014 14:58:27 +0000 (16:58 +0200)] 
add/subtract quarters; startOf/endOf quarter

11 years agoUpdate es longDateFormats
meleyal [Thu, 3 Apr 2014 12:44:53 +0000 (14:44 +0200)] 
Update es longDateFormats

I think this is more correct Spanish, maybe a native speaker can confirm?

11 years agoMerge pull request #1580 from icambron/camelCase
Iskren Ivov Chernev [Thu, 3 Apr 2014 10:00:34 +0000 (10:00 +0000)] 
Merge pull request #1580 from icambron/camelCase

fixed embed_languages after camel case switch

11 years agofixed embed_languages 1580/head
Isaac Cambron [Thu, 3 Apr 2014 07:14:46 +0000 (03:14 -0400)] 
fixed embed_languages

11 years agoMerge pull request #1579 from icambron/camelCase
Iskren Ivov Chernev [Wed, 2 Apr 2014 22:25:37 +0000 (15:25 -0700)] 
Merge pull request #1579 from icambron/camelCase

Camel case everywhere

11 years agodon't break uglify 1579/head
Isaac Cambron [Wed, 2 Apr 2014 20:26:17 +0000 (16:26 -0400)] 
don't break uglify

11 years agocamelCase everywhere
Isaac Cambron [Wed, 2 Apr 2014 20:24:44 +0000 (16:24 -0400)] 
camelCase everywhere

11 years agoMerge pull request #1564 from ichernev/fix-zone-madness
Isaac Cambron [Wed, 2 Apr 2014 14:49:11 +0000 (10:49 -0400)] 
Merge pull request #1564 from ichernev/fix-zone-madness

@changelog
@section bugfix
@description Simplify zone handling

11 years agoback to / 1449/head
Thomas Carlsen [Wed, 2 Apr 2014 08:39:40 +0000 (10:39 +0200)] 
back to /

11 years agoadd ordinal test 1546/head
Kruy Vanna [Wed, 2 Apr 2014 08:02:09 +0000 (17:02 +0900)] 
add ordinal test

11 years agoMerge pull request #1545 from icambron/abstracted-year-parsing
Iskren Ivov Chernev [Wed, 2 Apr 2014 07:51:22 +0000 (00:51 -0700)] 
Merge pull request #1545 from icambron/abstracted-year-parsing

Allow customized two-digit-year parsing

11 years agoMerge pull request #1577 from ichernev/extract-date-constructor
Isaac Cambron [Wed, 2 Apr 2014 07:39:27 +0000 (03:39 -0400)] 
Merge pull request #1577 from ichernev/extract-date-constructor

Make sure no Date constructor is used in tests

11 years agoMerge pull request #1578 from ichernev/fix-iso-times
Isaac Cambron [Wed, 2 Apr 2014 07:36:00 +0000 (03:36 -0400)] 
Merge pull request #1578 from ichernev/fix-iso-times

@changelog
@section bugfix
@description Fix iso parsing with more than 3 subsecond digits

11 years agoFix iso parsing with more than 3 subsecond digits 1578/head
Iskren Chernev [Wed, 2 Apr 2014 07:22:44 +0000 (00:22 -0700)] 
Fix iso parsing with more than 3 subsecond digits

11 years agoMake sure no Date constructor is used in tests 1577/head
Iskren Chernev [Tue, 1 Apr 2014 04:13:30 +0000 (21:13 -0700)] 
Make sure no Date constructor is used in tests

11 years ago[FIX] Change some `e` to `ë` in Albanian. 1573/head
Oerd Cukalla [Tue, 1 Apr 2014 14:24:44 +0000 (16:24 +0200)] 
[FIX] Change some `e` to `ë` in Albanian.

Fixed some typos in `/lang/sq.js` and `/test/lang/sq.js`. Also,
trailing `ë` is often silent in Albanian, so it's easy to miss.

11 years agohungarian language, meridiem added 1571/head
Romeo Vegvari [Tue, 1 Apr 2014 09:39:38 +0000 (10:39 +0100)] 
hungarian language, meridiem added

11 years agofixing jshint errors 1545/head
Isaac Cambron [Mon, 31 Mar 2014 16:38:56 +0000 (12:38 -0400)] 
fixing jshint errors

11 years agoMake jshint happy 1564/head
Iskren Chernev [Sun, 30 Mar 2014 03:52:30 +0000 (20:52 -0700)] 
Make jshint happy

11 years agoFix startOf issues across DST with updateOffset
Iskren Chernev [Sat, 29 Mar 2014 17:17:50 +0000 (10:17 -0700)] 
Fix startOf issues across DST with updateOffset