]>
git.ipfire.org Git - thirdparty/moment.git/log
Iskren Chernev [Fri, 29 Aug 2014 16:11:45 +0000 (19:11 +0300)]
Fix moment().locale('ivalid-id')
Iskren Chernev [Fri, 5 Sep 2014 04:41:35 +0000 (21:41 -0700)]
Merge pull request #1897 from ichernev/support-array-with-strings
Iskren Chernev [Fri, 29 Aug 2014 16:25:25 +0000 (19:25 +0300)]
Moment creation with array of string now works properly
Iskren Chernev [Fri, 22 Aug 2014 13:32:22 +0000 (16:32 +0300)]
Build 2.8.2
Iskren Chernev [Fri, 22 Aug 2014 13:32:07 +0000 (16:32 +0300)]
Fix grunt release warning message
Iskren Chernev [Fri, 22 Aug 2014 13:23:13 +0000 (16:23 +0300)]
Bump version to 2.8.2
Iskren Chernev [Fri, 22 Aug 2014 13:22:46 +0000 (16:22 +0300)]
Fix bump_version after quote switch
Iskren Chernev [Fri, 22 Aug 2014 13:18:25 +0000 (16:18 +0300)]
Update changelog for 2.8.2
Iskren Ivov Chernev [Wed, 20 Aug 2014 22:12:52 +0000 (01:12 +0300)]
Merge pull request #1874 from ichernev/has-own
Avoid obj.hasOwnProperty in favor of Object.prototype.hasOwnPrototype
@changelog
@section bugfix
Iskren Chernev [Wed, 20 Aug 2014 22:10:18 +0000 (01:10 +0300)]
Avoid obj.hasOwnProperty in favor of Object.prototype.hasOwnPrototype
Reimplement #1818, with replacing all hasOwnPrototype and adding a test.
Iskren Chernev [Wed, 20 Aug 2014 21:54:16 +0000 (00:54 +0300)]
Merge pull request #1873 from ichernev/feature/duration-to-string
Add moment.duration.toString()
@changelog
@section bugfix
Iskren Chernev [Wed, 20 Aug 2014 20:02:43 +0000 (23:02 +0300)]
Add moment.duration.toString()
Iskren Chernev [Wed, 20 Aug 2014 21:50:47 +0000 (00:50 +0300)]
Merge pull request #1859 from egilkh/develop
Improve norwegian bokmål. Fixes #1850
@changelog
@section lang-bugfix
egilkh [Wed, 13 Aug 2014 14:19:09 +0000 (16:19 +0200)]
Improve norwegian bokmål. Fixes #1850
With tests changed.
Iskren Chernev [Wed, 20 Aug 2014 21:42:57 +0000 (00:42 +0300)]
Merge pull request #1812 from nikoskalogridis/master
Add meridiem parsing functions for el language
@changelog
@section lang-bugfix
Nikos Kalogridis [Thu, 31 Jul 2014 16:13:16 +0000 (19:13 +0300)]
tests added for meridiem parsing for (el) locale
Nikos Kalogridis [Thu, 31 Jul 2014 06:44:56 +0000 (09:44 +0300)]
Added meridiem parsing functions for el language
Iskren Chernev [Wed, 20 Aug 2014 21:38:51 +0000 (00:38 +0300)]
Merge pull request #1804 from rbonvall/develop
Spanish locale: del→de before year
@changelog
@section lang-bugfix
@description del→de before year in spanish
Roberto Bonvallet [Mon, 28 Jul 2014 21:07:47 +0000 (17:07 -0400)]
Spanish locale tests: del→de before year
Roberto Bonvallet [Mon, 28 Jul 2014 19:05:02 +0000 (15:05 -0400)]
Spanish locale: del→de before year
The proper preposition before the year is «de». «del» is used informally for years since 2000 but is not the proper form and cannot be used for years before 2000.
Iskren Chernev [Wed, 20 Aug 2014 21:33:39 +0000 (00:33 +0300)]
Merge pull request #1800 from kyungw00k/master
@changelog
@section lang-bugfix
@description Use 'm' instead of 'mm' in longDateFormat in korean
kyungwook [Sat, 26 Jul 2014 11:53:56 +0000 (20:53 +0900)]
Modified longDateFormat.LT format 'mm' to 'm'
It's little bit awkward to show 'minutes' in two digits.
So, it need to be modified to show like 2[minute], not 02[minute].
Iskren Chernev [Wed, 20 Aug 2014 21:21:17 +0000 (00:21 +0300)]
Use only single quotes
Iskren Ivov Chernev [Mon, 18 Aug 2014 12:56:46 +0000 (15:56 +0300)]
Merge pull request #1856 from egilkh/fix-locale-file-comments
Add missing locale key to file comment.
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