]>
git.ipfire.org Git - thirdparty/moment.git/log
egilkh [Wed, 13 Aug 2014 17:35:21 +0000 (19:35 +0200)]
Add missing locale key to file comment.
Iskren Chernev [Sun, 3 Aug 2014 00:35:49 +0000 (17:35 -0700)]
Add test for moment#locale(false)
Iskren Chernev [Fri, 1 Aug 2014 17:20:20 +0000 (10:20 -0700)]
Build 2.8.1
Iskren Chernev [Fri, 1 Aug 2014 17:19:50 +0000 (10:19 -0700)]
Bump version to 2.8.1
Iskren Chernev [Fri, 1 Aug 2014 17:19:24 +0000 (10:19 -0700)]
Add 2.8.1 changelog
Iskren Ivov Chernev [Fri, 1 Aug 2014 17:17:00 +0000 (10:17 -0700)]
Merge pull request #1813 from ichernev/bugfix/maintain-lang-original-behavior
Fix moment().lang([key]) backwards compatibility broken in 2.8.0.
Iskren Chernev [Thu, 31 Jul 2014 18:07:28 +0000 (11:07 -0700)]
Make jscs happy
Iskren Chernev [Thu, 31 Jul 2014 18:05:54 +0000 (11:05 -0700)]
Fix moment().lang() pre 2.8 behavior
Iskren Chernev [Thu, 31 Jul 2014 08:33:15 +0000 (01:33 -0700)]
Add failing unit tests asserting old moment().lang(str) behavior
Iskren Chernev [Thu, 31 Jul 2014 18:12:02 +0000 (11:12 -0700)]
Fix travis npm version bug
Iskren Chernev [Thu, 31 Jul 2014 06:06:16 +0000 (23:06 -0700)]
Build 2.8.0
Iskren Chernev [Thu, 31 Jul 2014 06:01:24 +0000 (23:01 -0700)]
Bump version to 2.8.0
Iskren Chernev [Thu, 31 Jul 2014 05:08:48 +0000 (22:08 -0700)]
Fix Burmese code in comment (mm -> my)
Iskren Chernev [Thu, 31 Jul 2014 05:08:02 +0000 (22:08 -0700)]
Fix Tibetan language code (ti -> bo)
Iskren Chernev [Thu, 31 Jul 2014 05:05:34 +0000 (22:05 -0700)]
Add 2.8.0 changelog
Iskren Chernev [Wed, 30 Jul 2014 06:43:57 +0000 (23:43 -0700)]
Add bump_version grunt task
Iskren Ivov Chernev [Wed, 30 Jul 2014 05:45:14 +0000 (22:45 -0700)]
Merge pull request #1808 from ichernev/optimize_clone
Optimize clone
Iskren Chernev [Wed, 30 Jul 2014 05:25:04 +0000 (22:25 -0700)]
Add test for momentProperties and cloning
Isaac Cambron [Mon, 21 Jul 2014 05:22:34 +0000 (01:22 -0400)]
moar speed
Isaac Cambron [Mon, 21 Jul 2014 04:50:38 +0000 (00:50 -0400)]
optimizing clone first cut
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