]>
git.ipfire.org Git - thirdparty/moment.git/log
Jordan Sexton [Wed, 30 Jul 2014 05:46:31 +0000 (00:46 -0500)]
Allowing moment.set() to accept a hash of units
Iskren Chernev [Wed, 30 Jul 2014 05:30:05 +0000 (22:30 -0700)]
grunt-jscs-checker renamed to grunt-jscs
Iskren Ivov Chernev [Wed, 30 Jul 2014 05:15:23 +0000 (22:15 -0700)]
Merge pull request #1807 from ichernev/fix-remaining-lang
Convert 4 remaining languages to locale
Iskren Chernev [Tue, 29 Jul 2014 16:33:24 +0000 (09:33 -0700)]
Convert 4 remaining languages to locale
Iskren Chernev [Wed, 30 Jul 2014 04:38:42 +0000 (21:38 -0700)]
Add a newline at the end of component.json
Iskren Chernev [Wed, 30 Jul 2014 04:36:30 +0000 (21:36 -0700)]
Add package_json grunt task to update package.json
package.json contains a list of locale files, that was manually updated until
now. This PR adds a grunt task to update package.json and registers it to run
on release.
fixes #1766
Iskren Chernev [Fri, 25 Jul 2014 06:17:15 +0000 (23:17 -0700)]
Merge pull request #1784 from 97jaz/develop
Jon Zeppieri [Sat, 19 Jul 2014 00:42:35 +0000 (20:42 -0400)]
Adds comma between day-of-month and year for en-US locale.
Specifically:
- LL => 'MMMM D, YYYY'
- LLL => 'MMMM D, YYYY LT'
- LLLL => ''dddd, MMMM D, YYYY LT'
... and similarly for the lowercase variants.
The use of a comma between the day-of-month and year is standard
practice in US English. See:
- ICU docs [http://demo.icu-project.org/icu-bin/locexp?_=en_US]
(under Date & Time Patterns)
- Chicago Manual of Style (by way of the Library of Congress)
[http://lcweb2.loc.gov/ammem/ndlpedit/handbook/numberdate.html]
- Wikipedia [http://en.wikipedia.org/wiki/Date_and_time_notation_in_the_United_States]
Iskren Ivov Chernev [Fri, 25 Jul 2014 06:05:48 +0000 (23:05 -0700)]
Merge pull request #1761 from icambron/language_rework
s/lang/locale
Isaac Cambron [Thu, 24 Jul 2014 22:33:25 +0000 (18:33 -0400)]
fix jsc error
Isaac Cambron [Thu, 24 Jul 2014 22:31:06 +0000 (18:31 -0400)]
fixing tests
Isaac Cambron [Thu, 24 Jul 2014 22:21:35 +0000 (18:21 -0400)]
some reverse compatibility
Isaac Cambron [Wed, 23 Jul 2014 04:13:07 +0000 (00:13 -0400)]
Fix deprecation warning on moment().locale()
Isaac Cambron [Wed, 23 Jul 2014 03:52:55 +0000 (23:52 -0400)]
defineLocale() now returns the actual locale. Removed tests for the return statement in the locale definitions.
Isaac Cambron [Tue, 22 Jul 2014 15:16:58 +0000 (11:16 -0400)]
Merge pull request #1789 from vajradog/develop
Tibetan localization
vajradog [Tue, 22 Jul 2014 03:44:09 +0000 (23:44 -0400)]
fixed spacing
vajradog [Tue, 22 Jul 2014 03:39:26 +0000 (23:39 -0400)]
more changes to calendar next week
vajradog [Tue, 22 Jul 2014 03:34:09 +0000 (23:34 -0400)]
fixed more errors and whitespaces
vajradog [Tue, 22 Jul 2014 03:29:42 +0000 (23:29 -0400)]
deleted some whitespaces and changed date formatting
vajradog [Tue, 22 Jul 2014 03:11:26 +0000 (23:11 -0400)]
corrected some assertions in the Tibetan Localization
Date formatting in Tibetan can be a bit tricky
vajradog [Tue, 22 Jul 2014 02:37:26 +0000 (22:37 -0400)]
deleted whitespace in Tibetan localization
vajradog [Tue, 22 Jul 2014 02:21:53 +0000 (22:21 -0400)]
Tibetan localization
Isaac Cambron [Mon, 21 Jul 2014 21:08:02 +0000 (17:08 -0400)]
Merge pull request #1786 from wernerm/develop
Added Afrikaans translation
Werner Mollentze [Mon, 21 Jul 2014 20:09:38 +0000 (22:09 +0200)]
Added Afrikaans language test file
Werner Mollentze [Mon, 21 Jul 2014 20:07:39 +0000 (22:07 +0200)]
Update af.js
Werner Mollentze [Mon, 21 Jul 2014 07:19:59 +0000 (09:19 +0200)]
Added Afrikaans translation
Isaac Cambron [Mon, 21 Jul 2014 02:58:55 +0000 (22:58 -0400)]
Merge pull request #1778 from gholadr/develop
Myanmar localization
David Rossellat [Fri, 18 Jul 2014 03:22:15 +0000 (10:22 +0700)]
my support
Isaac Cambron [Mon, 14 Jul 2014 05:12:05 +0000 (01:12 -0400)]
incorporating ichernev comments
Isaac Cambron [Sat, 5 Jul 2014 08:47:31 +0000 (04:47 -0400)]
s/lang/locale
* Deprecated moment.lang(), moment.langData(), moment#lang, and
duration#lang
* Added moment.locale(), moment.localeData(), moment#localeData, and
druation#localeData
* Added moment.defineLocale() that defines a locale but doesn't set it
as the global locale (#1750)
* Removed the hack in the language concatenator that set the language
to English.
* Refactored internal code to use moment#localeData instead of local
functions, and set the language directly on the moment instance at
creation.
* Moved all the files and changed the build scripts so that everything
lives is named "locale" instead of "lang", e.g. the locale files under
the "locale" directory.
* I did *not* include build-generated changes like component.json and
the concated locale files, but I did inspect them to see that they look
right.
Isaac Cambron [Mon, 14 Jul 2014 04:36:46 +0000 (00:36 -0400)]
Merge pull request #1763 from icambron/add_subtract_order
deprecate pre-2.0 add/subtract
Isaac Cambron [Mon, 14 Jul 2014 04:36:16 +0000 (00:36 -0400)]
cleanup
Isaac Cambron [Mon, 14 Jul 2014 04:29:55 +0000 (00:29 -0400)]
fix todo
Isaac Cambron [Sun, 6 Jul 2014 07:43:11 +0000 (03:43 -0400)]
deprecate pre-2.0 add/subtract
Isaac Cambron [Mon, 14 Jul 2014 04:33:24 +0000 (00:33 -0400)]
Merge pull request #1765 from icambron/simplify_readme
Simplify readme
Isaac Cambron [Mon, 14 Jul 2014 04:27:55 +0000 (00:27 -0400)]
fixed spelling
Iskren Ivov Chernev [Tue, 8 Jul 2014 08:05:51 +0000 (01:05 -0700)]
Merge pull request #1759 from icambron/iso_vs_ISO
Change duration.toIsoString to duration.toISOString
@changelog
@section deprecation
@description rename duration.toIsoString to duration.toISOString
Isaac Cambron [Sun, 6 Jul 2014 18:53:57 +0000 (14:53 -0400)]
fixing build
Isaac Cambron [Sun, 6 Jul 2014 18:51:22 +0000 (14:51 -0400)]
remove Sauce build from Travis
Isaac Cambron [Sun, 6 Jul 2014 18:40:15 +0000 (14:40 -0400)]
Merge pull request #1764 from austentalbot/develop
Convert double quotes to single quotes in moment.js
Isaac Cambron [Sun, 6 Jul 2014 18:36:26 +0000 (14:36 -0400)]
Merge pull request #1727 from Oire/feature/fix-1657
Fixing Belarusian language
Isaac Cambron [Sun, 6 Jul 2014 18:31:05 +0000 (14:31 -0400)]
more simplification
Isaac Cambron [Sun, 6 Jul 2014 18:24:40 +0000 (14:24 -0400)]
Move readme simplification
* Rename readme.md to README.md because apparently that's the cool
thing to do
* Move more stuff into contributing.md.
* Make CONTRIBUTING.md a little less yelly because the default branch
thing seems to be working.
Isaac Cambron [Sun, 6 Jul 2014 17:52:11 +0000 (13:52 -0400)]
Simplify readme
* Move the changelog to its own file
* Make badges look like moment-timezone
Austen Talbot [Sun, 6 Jul 2014 17:18:11 +0000 (10:18 -0700)]
Convert double quotes to single quotes in moment.js
Andre Polykanine A.K.A. Menelion Elensúlë [Sun, 6 Jul 2014 12:28:38 +0000 (15:28 +0300)]
Fixing merge conflicts
Andre Polykanine A.K.A. Menelion Elensúlë [Sun, 6 Jul 2014 12:18:44 +0000 (15:18 +0300)]
Fixed tests according to changes in #1642, see @icambron's last comment
Isaac Cambron [Sun, 6 Jul 2014 07:43:11 +0000 (03:43 -0400)]
deprecate pre-2.0 add/subtract
Andre Polykanine A.K.A. Menelion Elensúlë [Fri, 20 Jun 2014 09:47:17 +0000 (12:47 +0300)]
Fixing code style errors
Andre Polykanine A.K.A. Menelion Elensúlë [Thu, 19 Jun 2014 14:50:07 +0000 (17:50 +0300)]
Fixing Belarusian language
Isaac Cambron [Thu, 3 Jul 2014 21:04:15 +0000 (17:04 -0400)]
Change duration.toIsoString to duration.toISOString. Closes #1752
Isaac Cambron [Thu, 3 Jul 2014 20:42:21 +0000 (16:42 -0400)]
Merge pull request #1755 from ichernev/fix-jscs
Remove padding newlines in the begining of functions
Iskren Chernev [Thu, 3 Jul 2014 08:22:22 +0000 (01:22 -0700)]
Remove padding newlines in the begining of functions
Iskren Chernev [Thu, 3 Jul 2014 07:37:13 +0000 (00:37 -0700)]
Improve comments in a few tests
Isaac Cambron [Tue, 1 Jul 2014 23:25:53 +0000 (19:25 -0400)]
Merge pull request #1720 from tentwentyfour/develop
simplification of lb.js implementation
Isaac Cambron [Tue, 1 Jul 2014 23:06:18 +0000 (19:06 -0400)]
Merge pull request #1708 from ptbrowne/perf-makeDateFromInput
perf(makeDateFromInput): no need to match regex if input is a Date
Isaac Cambron [Tue, 1 Jul 2014 19:08:05 +0000 (15:08 -0400)]
Merge pull request #1738 from ichernev/bugfix-zone2
Fix local to utc/zone switching with keepLocalTime option
Iskren Chernev [Thu, 26 Jun 2014 07:17:35 +0000 (00:17 -0700)]
Fix local to utc/zone switching with keepLocalTime option
Andre Polykanine A.K.A. Menelion Elensúlë [Fri, 20 Jun 2014 09:47:17 +0000 (12:47 +0300)]
Fixing code style errors
Andre Polykanine A.K.A. Menelion Elensúlë [Thu, 19 Jun 2014 14:50:07 +0000 (17:50 +0300)]
Fixing Belarusian language
David Raison [Wed, 18 Jun 2014 10:19:03 +0000 (12:19 +0200)]
simplification of lb.js implementation
Iskren Ivov Chernev [Thu, 19 Jun 2014 08:55:35 +0000 (01:55 -0700)]
Merge pull request #1718 from ichernev/jscs-support
Jscs support
@changelog
@section misc
@description code style checking with jscs (jshint is only for bug detection)
Iskren Chernev [Thu, 19 Jun 2014 08:26:20 +0000 (01:26 -0700)]
All test files pass jscs
Iskren Chernev [Tue, 17 Jun 2014 06:40:33 +0000 (23:40 -0700)]
All lang files pass jscs
Iskren Chernev [Tue, 17 Jun 2014 06:34:09 +0000 (23:34 -0700)]
moment.js now passes jscs
Iskren Chernev [Tue, 17 Jun 2014 06:27:40 +0000 (23:27 -0700)]
Gruntfile.js now passes jscs
Iskren Chernev [Tue, 17 Jun 2014 06:09:33 +0000 (23:09 -0700)]
Fix invalid octal number
Iskren Chernev [Tue, 17 Jun 2014 06:09:12 +0000 (23:09 -0700)]
Add jscs task with options
Iskren Ivov Chernev [Thu, 19 Jun 2014 06:02:11 +0000 (23:02 -0700)]
Merge pull request #1642 from ichernev/fix-humanize
Fix humanize
@changelog
@section bugfix
@description use duration object for relative duration strings
@breaking relativeTimeThreshold keys are now changed to 's', 'm', 'h', 'd' and 'M'. Also the actual thresholds for changed (46 days is now 1 month, not 2).
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 [Tue, 17 Jun 2014 06:43:34 +0000 (23:43 -0700)]
Merge pull request #1716 from jbrockmeyer/getRelativeTimeThreshold_Issue_1715
Fix issue #1715 to retrieve relativeTimeThreshold settings
@changelog
@section features
@description Allow getting relativeTimeThreshold
Sam Vincent [Mon, 16 Jun 2014 23:41:00 +0000 (16:41 -0700)]
Runt grunt tests for jbrockmeyer's comit for Issue 1715
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
Patrick Browne [Thu, 12 Jun 2014 08:42:45 +0000 (10:42 +0200)]
style: declare var at top
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
Patrick Browne [Wed, 11 Jun 2014 13:37:19 +0000 (15:37 +0200)]
perf(makeDateFromInput): no need to match regex if input is a Date
The moment constructor when passed a Date should be the fastest. There is
no need to match the aspNetJsonRegex before testing if the `input` is a
Date.
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