]>
git.ipfire.org Git - thirdparty/moment.git/log
Suvash Thapaliya [Tue, 23 Oct 2012 20:18:47 +0000 (22:18 +0200)]
Adds language definition for Nepali (Yay!)
- with preParse/postFormat support
Tim Wood [Mon, 29 Oct 2012 16:36:17 +0000 (09:36 -0700)]
Passing tests for calling postformat on duration.humanize
Tim Wood [Mon, 29 Oct 2012 16:32:03 +0000 (09:32 -0700)]
Failing tests for calling postformat on duration.humanize
#405
Tim Wood [Fri, 26 Oct 2012 22:56:08 +0000 (15:56 -0700)]
Moving to an internal `makeMoment` function for moment.utc() and moment()
#481
Tim Wood [Fri, 26 Oct 2012 19:15:12 +0000 (08:15 -1100)]
Always set _useUTC to true when parsing using moment.utc()
Tim Wood [Fri, 26 Oct 2012 19:02:27 +0000 (08:02 -1100)]
Merge branch 'develop' of github.com:timrwood/moment into develop
# By Petr Bela
# Via Petr Bela (3) and Tim Wood (1)
* 'develop' of github.com:timrwood/moment:
fixed lint issues
fix parsing July
added Czech translation and tests; bug with July remaining...
Tim Wood [Fri, 26 Oct 2012 19:02:11 +0000 (08:02 -1100)]
Fixing zones tests to actually spawn new node processes for each timezone
#481
Tim Wood [Fri, 26 Oct 2012 16:24:13 +0000 (09:24 -0700)]
Merge pull request #478 from petrbela/develop
Czech language translation
Petr Bela [Fri, 26 Oct 2012 05:54:41 +0000 (07:54 +0200)]
fixed lint issues
Petr Bela [Fri, 26 Oct 2012 05:24:49 +0000 (07:24 +0200)]
Merge branch 'feature/czech' into develop
Petr Bela [Fri, 26 Oct 2012 05:24:35 +0000 (07:24 +0200)]
fix parsing July
Petr Bela [Thu, 25 Oct 2012 23:20:01 +0000 (01:20 +0200)]
Merge branch 'develop' into feature/czech
Petr Bela [Thu, 25 Oct 2012 21:55:50 +0000 (23:55 +0200)]
added Czech translation and tests; bug with July remaining...
Tim Wood [Tue, 23 Oct 2012 01:04:16 +0000 (18:04 -0700)]
Passing tests for adding singular/plural getters and setters #410
Tim Wood [Tue, 23 Oct 2012 01:00:46 +0000 (18:00 -0700)]
Failing tests for adding singular/plural getters and setters #410
Tim Wood [Tue, 23 Oct 2012 00:57:20 +0000 (17:57 -0700)]
Passing unit tests for singular add/subtract #410
Tim Wood [Tue, 23 Oct 2012 00:57:10 +0000 (17:57 -0700)]
Failing unit tests for singular add/subtract #410
Tim Wood [Mon, 22 Oct 2012 23:44:52 +0000 (16:44 -0700)]
Passing tests for #470
Tim Wood [Mon, 22 Oct 2012 23:44:43 +0000 (16:44 -0700)]
Failing tests for #470
Tim Wood [Mon, 22 Oct 2012 22:20:15 +0000 (15:20 -0700)]
Updating preparse and postformat from #405 to use new parsing + language internals
Tim Wood [Mon, 22 Oct 2012 21:17:22 +0000 (14:17 -0700)]
Adding moment.fn.toJSON
#444
Tim Wood [Mon, 22 Oct 2012 21:02:54 +0000 (14:02 -0700)]
Merge pull request #460 from timrwood/feature/lang-cleanup
Language cleanup
Tim Wood [Fri, 19 Oct 2012 17:17:24 +0000 (10:17 -0700)]
Adding tests and fix for #462 on develop
Tim Wood [Fri, 5 Oct 2012 22:38:10 +0000 (15:38 -0700)]
Fixing race condition that is causing failing TravisCI tests
Tim Wood [Fri, 5 Oct 2012 22:26:06 +0000 (15:26 -0700)]
Language cleanup
Tim Wood [Fri, 5 Oct 2012 17:54:18 +0000 (10:54 -0700)]
merging in feature/constructor-refactor
Tim Wood [Wed, 3 Oct 2012 16:21:19 +0000 (09:21 -0700)]
Merging in develop
Tim Wood [Tue, 2 Oct 2012 23:50:16 +0000 (16:50 -0700)]
Merging constructor refactor branch
Tim Wood [Tue, 2 Oct 2012 17:19:07 +0000 (10:19 -0700)]
Merging 1.7.2 release
Tim Wood [Tue, 2 Oct 2012 04:54:07 +0000 (21:54 -0700)]
Cleaning up library to not use this._a[8] hacks. Parser/constructor now uses a config object that stays throughout the input process for methods to attach any data to the final moment object
Tim Wood [Tue, 2 Oct 2012 01:58:41 +0000 (18:58 -0700)]
merging develop
Tim Wood [Tue, 2 Oct 2012 00:57:05 +0000 (17:57 -0700)]
Merging in master
Tim Wood [Mon, 1 Oct 2012 17:29:58 +0000 (10:29 -0700)]
Minifying for 1.7.1 release
Tim Wood [Mon, 1 Oct 2012 17:29:07 +0000 (10:29 -0700)]
Merging in feature/no-new-function
Tim Wood [Mon, 1 Oct 2012 16:52:44 +0000 (09:52 -0700)]
Bumping version for release 1.7.1
Tim Wood [Mon, 1 Oct 2012 16:50:06 +0000 (09:50 -0700)]
Removing Date from iife #451
Tim Wood [Mon, 1 Oct 2012 16:10:13 +0000 (09:10 -0700)]
Merge pull request #451 from gregtillbrook/feature/overridable-date
Remove Date locally scoped variable from iife so mock can be inserted by unit tests etc
Rocky Meza [Sat, 29 Sep 2012 03:12:53 +0000 (21:12 -0600)]
fixed lang method tests Spanish month names
gregtillbrook [Fri, 28 Sep 2012 09:57:53 +0000 (10:57 +0100)]
remove Date locally scoped varible from iife so mock can be inserted by unit tests etc
Tim Wood [Mon, 24 Sep 2012 17:14:23 +0000 (10:14 -0700)]
Merge pull request #446 from julionc/spanish
Updated Spanish translation
Julio Napurà [Sun, 23 Sep 2012 21:33:30 +0000 (16:33 -0500)]
Updated Spanish translation
Rocky Meza [Sat, 22 Sep 2012 22:56:24 +0000 (16:56 -0600)]
Fixed Settebre mispelling for Italian.
This fixes #437. September is spelled Settembre in Italian, the m was
missing.
Tim Wood [Mon, 17 Sep 2012 18:48:50 +0000 (11:48 -0700)]
Merge branch 'master' into hotfix/1.7.1
* master:
Adding note about jsfiddle
Adding contributing file as per https://github.com/blog/1184-contributing-guidelines
Romanian (ro) translation with tests
Tim Wood [Mon, 17 Sep 2012 18:48:03 +0000 (11:48 -0700)]
Merging master
Tim Wood [Mon, 17 Sep 2012 18:35:10 +0000 (11:35 -0700)]
Adding note about jsfiddle
Tim Wood [Mon, 17 Sep 2012 17:52:28 +0000 (10:52 -0700)]
Adding contributing file as per https://github.com/blog/1184-contributing-guidelines
Tim Wood [Wed, 12 Sep 2012 16:42:45 +0000 (09:42 -0700)]
Better checks for isValid in the parser #434 #409
Tim Wood [Wed, 5 Sep 2012 17:07:12 +0000 (10:07 -0700)]
Fixing #427
Tim Wood [Wed, 5 Sep 2012 17:06:47 +0000 (10:06 -0700)]
Failing tests for #427
Tim Wood [Wed, 5 Sep 2012 16:36:29 +0000 (09:36 -0700)]
Adding specific tests from #430
Tim Wood [Wed, 5 Sep 2012 16:32:36 +0000 (09:32 -0700)]
whitespace noise...
Tim Wood [Wed, 5 Sep 2012 16:32:16 +0000 (09:32 -0700)]
Passing tests for #430
Tim Wood [Wed, 5 Sep 2012 16:24:54 +0000 (09:24 -0700)]
Failing tests for #430
Tim Wood [Wed, 5 Sep 2012 16:12:12 +0000 (09:12 -0700)]
Merge branch 'hotfix/1.7.1' of github.com:timrwood/moment into hotfix/1.7.1
* 'hotfix/1.7.1' of github.com:timrwood/moment:
remove trailing comma from ru.js, fixes #424
putting '} else {' on the same line
Support for Chuvash suffix changes in future fromNow
Estonian i18n
Tim Wood [Sun, 2 Sep 2012 00:31:54 +0000 (17:31 -0700)]
Run tests with watch whenever a lang file is updated
Tim Wood [Sun, 2 Sep 2012 00:31:34 +0000 (17:31 -0700)]
Adding tests for #408
Tim Wood [Sun, 2 Sep 2012 00:16:18 +0000 (17:16 -0700)]
Merge branch 'develop' of github.com:timrwood/moment into develop
* 'develop' of github.com:timrwood/moment:
add lang.meridiem trans and change to 24 hr time
Added proper tests for moment(String, String) and moment.utc(String, String)
Tim Wood [Sun, 2 Sep 2012 00:15:59 +0000 (17:15 -0700)]
removing `new Function` re:#377
Tim Wood [Sat, 1 Sep 2012 23:53:33 +0000 (16:53 -0700)]
Merge pull request #420 from colindean/feature/esperanto-cleanup
add lang.meridiem trans and change to 24 hr time
Tim Wood [Sat, 1 Sep 2012 23:52:56 +0000 (16:52 -0700)]
Merge pull request #419 from ichernev/timezone-detection-bug
timezone detection issue
Tim Wood [Sat, 1 Sep 2012 23:51:43 +0000 (16:51 -0700)]
Merging `ichernev:is-same` and `timrwood:feature/grunt`
Tim Wood [Sat, 1 Sep 2012 23:45:03 +0000 (16:45 -0700)]
Merge pull request #425 from timrwood/feature/grunt
Feature/grunt
Tim Wood [Fri, 31 Aug 2012 17:24:59 +0000 (10:24 -0700)]
Fixing JSHint on latvian lang
Tim Wood [Fri, 31 Aug 2012 17:22:54 +0000 (10:22 -0700)]
Merge branch 'develop' into feature/grunt
* develop:
make ordinals return empty string
Indonesian (id) translation with tests
Latvian (lv) language configuration
Esperanto translation / Esperanta traduko
Relax year digits required.
Add support for negative four-digit years.
Add tests for C1 and support for six-digit years.
Tim Wood [Fri, 31 Aug 2012 17:17:54 +0000 (10:17 -0700)]
argh, and adding nodeunit for `grunt zones`
Tim Wood [Fri, 31 Aug 2012 17:16:07 +0000 (10:16 -0700)]
Add uglifyjs to the dependancies
Tim Wood [Fri, 31 Aug 2012 17:09:34 +0000 (10:09 -0700)]
running grunt release
Tim Wood [Fri, 31 Aug 2012 17:08:56 +0000 (10:08 -0700)]
Switching to grunt
Tim Wood [Fri, 31 Aug 2012 17:05:08 +0000 (10:05 -0700)]
Make sure everything passes jshint
Tim Wood [Fri, 31 Aug 2012 16:47:37 +0000 (09:47 -0700)]
Adding some comments to explain why we can't use the default 'min' task
Tim Wood [Fri, 31 Aug 2012 16:39:19 +0000 (09:39 -0700)]
Adding minify + comments
Rocky Meza [Thu, 30 Aug 2012 15:08:38 +0000 (09:08 -0600)]
remove trailing comma from ru.js, fixes #424
Tim Wood [Wed, 29 Aug 2012 01:48:00 +0000 (18:48 -0700)]
Working on minification grunt tasks
Colin Dean [Tue, 28 Aug 2012 22:24:34 +0000 (18:24 -0400)]
add lang.meridiem trans and change to 24 hr time
I read up a bit and confirmed my suspicion that the Esperantist
community primary uses 24-hour time.
Also fixed an errant English header pointed out by @wilkie.
Iskren Chernev [Tue, 28 Aug 2012 20:17:11 +0000 (23:17 +0300)]
isSame should clone original moment to prevent change
Iskren Chernev [Tue, 28 Aug 2012 08:38:45 +0000 (11:38 +0300)]
Added proper tests for moment(String, String) and moment.utc(String, String)
moment.utc tests fail because of a bug in timezone detection code.
Iskren Chernev [Tue, 28 Aug 2012 08:04:48 +0000 (11:04 +0300)]
Added moment.fn.isSame with tests
Rocky Meza [Tue, 28 Aug 2012 03:34:39 +0000 (20:34 -0700)]
Merge pull request #416 from tyok/feature/lang-id
Indonesian (id) translation with tests
Mohammad Satrio [Tue, 28 Aug 2012 03:29:21 +0000 (10:29 +0700)]
make ordinals return empty string
Rocky Meza [Tue, 28 Aug 2012 03:20:00 +0000 (20:20 -0700)]
Merge pull request #414 from colindean/feature/esperanto-translation
Esperanto translation / Esperanta traduko
Rocky Meza [Tue, 28 Aug 2012 03:09:48 +0000 (20:09 -0700)]
Merge pull request #415 from skakri/develop
Latvian (lv) language configuration
Mohammad Satrio [Tue, 28 Aug 2012 02:45:40 +0000 (09:45 +0700)]
Indonesian (id) translation with tests
Kristaps Karlsons [Tue, 28 Aug 2012 01:51:12 +0000 (04:51 +0300)]
Latvian (lv) language configuration
Colin Dean [Mon, 27 Aug 2012 21:10:38 +0000 (17:10 -0400)]
Esperanto translation / Esperanta traduko
Tim Wood [Mon, 20 Aug 2012 22:08:21 +0000 (22:08 +0000)]
Logging errors at the end of everything
Tim Wood [Mon, 20 Aug 2012 21:42:29 +0000 (14:42 -0700)]
Resetting timezone message
Tim Wood [Mon, 20 Aug 2012 21:35:41 +0000 (14:35 -0700)]
Nicer `grunt zones` output
Tim Wood [Mon, 20 Aug 2012 20:02:12 +0000 (13:02 -0700)]
Switching to grunt #406
Tim Wood [Mon, 20 Aug 2012 18:43:05 +0000 (11:43 -0700)]
Removing `new Function` for #377
Tim Wood [Mon, 20 Aug 2012 16:28:56 +0000 (09:28 -0700)]
Passing tests for #389
Tim Wood [Mon, 20 Aug 2012 16:18:13 +0000 (09:18 -0700)]
failing tests for #389
Tim Wood [Sun, 19 Aug 2012 22:21:36 +0000 (15:21 -0700)]
putting '} else {' on the same line
Tim Wood [Sun, 19 Aug 2012 22:17:00 +0000 (15:17 -0700)]
Merge remote-tracking branch 'mirontoli/develop' into hotfix/1.7.1
* mirontoli/develop:
Support for Chuvash suffix changes in future fromNow
Tim Wood [Sun, 19 Aug 2012 22:16:44 +0000 (15:16 -0700)]
Merge branch 'develop' into hotfix/1.7.1
* develop:
Estonian i18n
Tim Wood [Sun, 19 Aug 2012 22:12:41 +0000 (15:12 -0700)]
Merge pull request #373 from jasondavies/big-years
Add support for years outside 0000-9999.
Anatoly Mironov [Thu, 16 Aug 2012 05:39:06 +0000 (07:39 +0200)]
Support for Chuvash suffix changes in future fromNow
Tim Wood [Mon, 13 Aug 2012 20:31:20 +0000 (13:31 -0700)]
Updating lang `L LL LLL LLLL LT` replacement to support 5 levels of recursion and stop early if it does not find a `L LL LLL LLLL LT` token
Tim Wood [Mon, 13 Aug 2012 20:27:05 +0000 (13:27 -0700)]
Adding --ascii when minifying lang files #369
Tim Wood [Tue, 7 Aug 2012 20:58:45 +0000 (13:58 -0700)]
Merge pull request #388 from avaly/master
Proper Romanian (ro) translations
Valentin Agachi [Tue, 7 Aug 2012 19:56:58 +0000 (21:56 +0200)]
Romanian (ro) translation with tests