]> git.ipfire.org Git - thirdparty/moment.git/log
thirdparty/moment.git
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 agoallowing customized year parsing
Isaac Cambron [Sat, 22 Mar 2014 21:21:07 +0000 (17:21 -0400)] 
allowing customized year parsing

11 years agotrying to fix build npm issue: use latest node
Isaac Cambron [Wed, 5 Mar 2014 14:53:44 +0000 (09:53 -0500)] 
trying to fix build npm issue: use latest node

11 years agoMerge pull request #1478 from jeverington/develop
Isaac Cambron [Wed, 5 Mar 2014 14:16:02 +0000 (09:16 -0500)] 
Merge pull request #1478 from jeverington/develop

Updated  Portuguese and Portuguese_Brazil to use lower-case month and day names

11 years agoMerge pull request #1499 from kperry42/feature/composer
Isaac Cambron [Wed, 5 Mar 2014 12:01:02 +0000 (07:01 -0500)] 
Merge pull request #1499 from kperry42/feature/composer

Properly configure component in composer.json

11 years agoAdded missing component-installer properties; fixed formatting for authors property. 1499/head
Kevin Perry [Thu, 27 Feb 2014 18:57:41 +0000 (13:57 -0500)] 
Added missing component-installer properties; fixed formatting for authors property.

11 years agoMerge pull request #1475 from gr2m/issue_1475_parse_do
Isaac Cambron [Sun, 23 Feb 2014 22:10:42 +0000 (17:10 -0500)] 
Merge pull request #1475 from gr2m/issue_1475_parse_do

add support to parse "Do"

11 years agoadd support to parse `Do` #1475 1475/head
Gregor Martynus [Tue, 11 Feb 2014 13:48:10 +0000 (14:48 +0100)] 
add support to parse `Do` #1475

```
moment('May 6th', 'MMMM Do').format('MMMM Do')
// before => May 1st
// after => May 6th
```

To assure that the patch is working as expected, a temporary
test file has been added. It can still be found at
https://gist.github.com/gr2m/3c56d1ff91bec49f547c

11 years agoUpdated brazilian portuguese and portuguese tests 1478/head
Jamie Everington [Mon, 10 Feb 2014 11:10:59 +0000 (11:10 +0000)] 
Updated brazilian portuguese and portuguese tests

11 years agoUpdated Portuguese language to be all lowercase for months and days
Jamie Everington [Mon, 10 Feb 2014 10:24:27 +0000 (10:24 +0000)] 
Updated Portuguese language to be all lowercase for months and days

11 years agoMerge pull request #1467 from ichernev/bugfix/default-ignore-offset
Isaac Cambron [Thu, 6 Feb 2014 19:09:59 +0000 (14:09 -0500)] 
Merge pull request #1467 from ichernev/bugfix/default-ignore-offset

@changelog
@section bugfix
@description Default ignoreOffset = true for dates, months and years

11 years agoMerge pull request #1468 from ichernev/feature/allow-zone-skip-adjust
Isaac Cambron [Thu, 6 Feb 2014 19:08:47 +0000 (14:08 -0500)] 
Merge pull request #1468 from ichernev/feature/allow-zone-skip-adjust

@changelog
@section enhancement
@description zone setter can now skip adjusting the hour

11 years agozone setter can now skip adjusting the hour 1468/head
Iskren Chernev [Thu, 6 Feb 2014 18:48:02 +0000 (10:48 -0800)] 
zone setter can now skip adjusting the hour

When you change the zone you'd expect the time to remain the same, but if
you're doing something low-level you might want just the zone offset to change.

Add a second argument to zone that would allow the caller to disable adjusting
the hour when setting a zone.

11 years agoDefault ignoreOffset = true for dates, months and years 1467/head
Iskren Chernev [Thu, 6 Feb 2014 18:40:54 +0000 (10:40 -0800)] 
Default ignoreOffset = true for dates, months and years

When you do moment.date(5), you'd expect the time-of-day to remain the same
even across DST. This only affects users of moment-timezone

11 years agoMerge pull request #1419 from kroo/develop
Iskren Chernev [Thu, 6 Feb 2014 18:18:39 +0000 (10:18 -0800)] 
Merge pull request #1419 from kroo/develop

Pass updateOffset a flag to tell it whether to change the sub-day
units if adjusting the timezone. If you cross DST by day or larger than its
assumed you don't want to see offset change in the hour.

@changelog
@section bugfix
@description Better timezone support for manipulating moments

11 years agoBetter timezone support for manipulating moments
Elliot Kroo [Wed, 15 Jan 2014 02:44:40 +0000 (18:44 -0800)] 
Better timezone support for manipulating moments

This adds a second argument to setters that provides a hint to updateOffset to not change hours/minutes when crossing a tz boundary.  This is frequently desirable when modifying part of an existing moment object directly.

It further passes this argument whenever adding / subtracting days or months, fixing an issue with moment-timezone (moment/moment-timezone#28).  See the corresponding PR for moment-timezone here: moment/moment-timezone#53.

11 years agoMerge pull request #1461 from ichernev/bugfix/romanian-month-names
Isaac Cambron [Tue, 4 Feb 2014 18:55:50 +0000 (10:55 -0800)] 
Merge pull request #1461 from ichernev/bugfix/romanian-month-names

@changelog
@section bugfix
@description Romanian short month fixes

11 years agoMerge pull request #1462 from ichernev/feature/weeks-in-year
Isaac Cambron [Tue, 4 Feb 2014 18:22:25 +0000 (10:22 -0800)] 
Merge pull request #1462 from ichernev/feature/weeks-in-year

@changelog
@section feature
@description Add weeksInYear and isoWeeksInYear

11 years agoMerge pull request #1460 from gdi2290/patch-1
Iskren Ivov Chernev [Tue, 4 Feb 2014 09:04:41 +0000 (01:04 -0800)] 
Merge pull request #1460 from gdi2290/patch-1

update copyright year range

11 years agoAdd weeksInYear and isoWeeksInYear 1462/head
Iskren Chernev [Tue, 4 Feb 2014 09:01:12 +0000 (01:01 -0800)] 
Add weeksInYear and isoWeeksInYear

This implements #1289. I think the week and iso week stuff should go in
a separate calendar at some point.

11 years agoRomanian: add . to short month names. Fix #1275 1461/head
Andrei Damian-Fekete [Sat, 16 Nov 2013 14:45:32 +0000 (15:45 +0100)] 
Romanian: add . to short month names. Fix #1275

11 years agoRomanian: fix short month names. Fix #1274
Andrei Damian-Fekete [Sat, 16 Nov 2013 14:34:44 +0000 (15:34 +0100)] 
Romanian: fix short month names. Fix #1274

11 years agoMerge pull request #1268 from ericsaboia/develop
Iskren Ivov Chernev [Tue, 4 Feb 2014 07:47:54 +0000 (23:47 -0800)] 
Merge pull request #1268 from ericsaboia/develop

Fix hour format when longDateFormat is used with brazilian language

@changelog
@section bugfix
@description Add às between date and time in Brazilian Portuguese

11 years agoupdate copyright year range 1460/head
PatrickJS [Tue, 4 Feb 2014 06:38:00 +0000 (22:38 -0800)] 
update copyright year range

11 years agoMerge pull request #1457 from ichernev/bugfix/albanian-am-pm
Isaac Cambron [Mon, 3 Feb 2014 17:09:17 +0000 (09:09 -0800)] 
Merge pull request #1457 from ichernev/bugfix/albanian-am-pm

@changelog
@section enhancements
@description Fix armenian meridiem #1233

11 years agoMerge pull request #1458 from ichernev/bugfix/spanish-dot-dash
Isaac Cambron [Mon, 3 Feb 2014 17:07:51 +0000 (09:07 -0800)] 
Merge pull request #1458 from ichernev/bugfix/spanish-dot-dash

@changelog
@section enhancement
@description Better Spanish month abbreviations

11 years agoBetter Spanish months in special case 1458/head
Iskren Chernev [Mon, 3 Feb 2014 06:23:34 +0000 (22:23 -0800)] 
Better Spanish months in special case

Fixes #1234. Properly format YYYY-MMM-DD expressions -- no dot in the month
name in this case.

11 years agoFix armenian meridiem #1233 1457/head
Iskren Chernev [Mon, 3 Feb 2014 06:01:03 +0000 (22:01 -0800)] 
Fix armenian meridiem #1233

11 years agoMerge pull request #1444 from mmozuras/feature/fix_lt_nominative_weekday_detection
Iskren Ivov Chernev [Sun, 2 Feb 2014 00:02:12 +0000 (16:02 -0800)] 
Merge pull request #1444 from mmozuras/feature/fix_lt_nominative_weekday_detection

Fix lang/lt nominative weekday detection

11 years agoMerge pull request #1447 from ichernev/bugfix/parse-zone-proxy
Isaac Cambron [Tue, 28 Jan 2014 19:16:16 +0000 (11:16 -0800)] 
Merge pull request #1447 from ichernev/bugfix/parse-zone-proxy

parseZone passes all arguments to moment

@changelog
@section bugfix
@description parseZone passes all of its arguments to the moment factory

11 years agoparseZone passes all arguments to moment 1447/head
Iskren Chernev [Tue, 28 Jan 2014 09:30:20 +0000 (01:30 -0800)] 
parseZone passes all arguments to moment

moment.parseZone is just a shorthand for moment().parseZone(), so make sure
that all arguments passed to the static function end up in the moment factory
function.

11 years agoFix lang/lt nominative weekday detection 1444/head
Mindaugas Mozūras [Sat, 25 Jan 2014 17:22:18 +0000 (19:22 +0200)] 
Fix lang/lt nominative weekday detection

Not actually using it in production, so only noticed because of:
https://github.com/moment/moment/pull/1424

11 years agoMerge pull request #1441 from ichernev/bugfix/workaround-safari-madness
Iskren Ivov Chernev [Fri, 24 Jan 2014 08:34:54 +0000 (00:34 -0800)] 
Merge pull request #1441 from ichernev/bugfix/workaround-safari-madness

Workaround safari bug

@changelog
@section bugfix
@description Fix #1161 by detecting safari bug and skipping test

11 years agoWorkaround safari bug 1441/head
Iskren Chernev [Fri, 24 Jan 2014 08:29:56 +0000 (00:29 -0800)] 
Workaround safari bug

13 March 2011 is not handled properly in Safari. Detect bug and exit
test early.

11 years agoBump version to 2.5.1 2.5.1
Iskren Chernev [Wed, 22 Jan 2014 09:26:21 +0000 (01:26 -0800)] 
Bump version to 2.5.1

11 years agoMerge pull request #1429 from thebestday/bugfix/chrome-v32
Iskren Ivov Chernev [Wed, 22 Jan 2014 08:56:18 +0000 (00:56 -0800)] 
Merge pull request #1429 from thebestday/bugfix/chrome-v32

Change object construction to prevent Chrome v32 crashing.

@changelog
@section bugfix

11 years agoChange object construction to prevent Chrome v32 crashing. 1429/head
Tate Johnson [Mon, 20 Jan 2014 04:59:09 +0000 (15:59 +1100)] 
Change object construction to prevent Chrome v32 crashing.

Suspected JS execution optimizations in v32 is causing the browser to
throw "Aw, Snap".

See https://github.com/moment/moment/issues/1423

11 years agoMerge pull request #1421 from BYK/patch-1
Iskren Ivov Chernev [Fri, 17 Jan 2014 18:39:47 +0000 (10:39 -0800)] 
Merge pull request #1421 from BYK/patch-1

Don't use HTML entities in Welsh translations

@changelog
@section bugfix
@description remove html entities from welsh

11 years agoDon't use HTML entities in Welsh translations 1421/head
Burak Yiğit Kaya [Thu, 16 Jan 2014 12:27:22 +0000 (14:27 +0200)] 
Don't use HTML entities in Welsh translations

Since this is a JavaScript library, we may not always use the produced strings in HTML directly. This changes the HTML entity used for "à" in Welsh translations to, well, "à".

11 years agoAdd developer instructions in readme.md
Iskren Chernev [Thu, 16 Jan 2014 20:43:23 +0000 (12:43 -0800)] 
Add developer instructions in readme.md

11 years agoMerge pull request #1418 from ichernev/bugfix/strict-parsing-non-padded-units
Isaac Cambron [Tue, 14 Jan 2014 20:11:57 +0000 (12:11 -0800)] 
Merge pull request #1418 from ichernev/bugfix/strict-parsing-non-padded-units

Improve non-padded strict tokens

11 years agoImprove non-padded strict tokens 1418/head
Iskren Chernev [Tue, 14 Jan 2014 17:44:13 +0000 (09:44 -0800)] 
Improve non-padded strict tokens

11 years agoMerge pull request #1417 from ichernev/bugfix/cloning-weird-moments
Isaac Cambron [Tue, 14 Jan 2014 17:33:22 +0000 (09:33 -0800)] 
Merge pull request #1417 from ichernev/bugfix/cloning-weird-moments

Handle wrongly cloned moments

11 years agoMake jshint happy 1417/head
Iskren Chernev [Tue, 14 Jan 2014 17:18:53 +0000 (09:18 -0800)] 
Make jshint happy

11 years agoput _isAMomentObject in utc moments too
Iskren Chernev [Tue, 14 Jan 2014 17:17:44 +0000 (09:17 -0800)] 
put _isAMomentObject in utc moments too

11 years agoAdd tests for weird moment clones
Iskren Chernev [Tue, 14 Jan 2014 07:16:24 +0000 (23:16 -0800)] 
Add tests for weird moment clones

11 years agoRefactor _pf handling
Iskren Chernev [Tue, 14 Jan 2014 07:04:15 +0000 (23:04 -0800)] 
Refactor _pf handling

11 years agoProperly clone moment objects, that were improperly cloned before
Iskren Chernev [Mon, 13 Jan 2014 01:44:02 +0000 (17:44 -0800)] 
Properly clone moment objects, that were improperly cloned before

11 years agoMerge pull request #1413 from askmike/patch-1
Iskren Ivov Chernev [Mon, 13 Jan 2014 00:27:13 +0000 (16:27 -0800)] 
Merge pull request #1413 from askmike/patch-1

fixed broken link in changelog

11 years agofixed broken link in changelog 1413/head
Mike van Rossum [Sat, 11 Jan 2014 23:29:44 +0000 (00:29 +0100)] 
fixed broken link in changelog

11 years agoFix 'iso? week year? formats' test, take 2
Iskren Chernev [Thu, 9 Jan 2014 18:54:02 +0000 (10:54 -0800)] 
Fix 'iso? week year?  formats' test, take 2

11 years agoFix 'iso week formats' test
Iskren Chernev [Thu, 9 Jan 2014 18:17:51 +0000 (10:17 -0800)] 
Fix 'iso week formats' test

11 years agoMerge pull request #1398 from gregor-rayman/develop
Iskren Ivov Chernev [Thu, 9 Jan 2014 16:43:11 +0000 (08:43 -0800)] 
Merge pull request #1398 from gregor-rayman/develop

Fix Arabic-like week number parsing

@changelog
@section bugfix

11 years agoMerge pull request #1396 from mdxs/left_zero_fill_gggg
Iskren Ivov Chernev [Thu, 9 Jan 2014 16:39:34 +0000 (08:39 -0800)] 
Merge pull request #1396 from mdxs/left_zero_fill_gggg

Add leftZeroFill to GGGG and gggg formats

@changelog
@section bugfix
@description Add leftZeroFill(4) to GGGG and gggg formats

11 years agoMerge pull request #1394 from mdxs/add_iso_53_weeks_test
Iskren Ivov Chernev [Thu, 9 Jan 2014 16:30:22 +0000 (08:30 -0800)] 
Merge pull request #1394 from mdxs/add_iso_53_weeks_test

Testing for years with 53 weeks (in ISO)

11 years agoFix to Arabic week number parsing (Week starts on Saturday, 1st week is the week... 1398/head
Gregor Rayman [Tue, 7 Jan 2014 00:15:54 +0000 (01:15 +0100)] 
Fix to Arabic week number parsing (Week starts on Saturday, 1st week is the week of January 1st

11 years agoAdded 3-digit years to tests for GGGG and gggg formats 1396/head
mdxs [Mon, 6 Jan 2014 13:38:30 +0000 (14:38 +0100)] 
Added 3-digit years to tests for GGGG and gggg formats

11 years agoUpdated source link
mdxs [Mon, 6 Jan 2014 13:28:46 +0000 (14:28 +0100)] 
Updated source link

11 years agoFixed typo in tests for week year formats
mdxs [Mon, 6 Jan 2014 13:26:24 +0000 (14:26 +0100)] 
Fixed typo in tests for week year formats

11 years agoExpanded test for iso week formats to include W format
mdxs [Mon, 6 Jan 2014 13:23:19 +0000 (14:23 +0100)] 
Expanded test for iso week formats to include W format

11 years agoAdded leftZeroFill to GGGG and gggg formats
mdxs [Mon, 6 Jan 2014 13:20:26 +0000 (14:20 +0100)] 
Added leftZeroFill to GGGG and gggg formats

11 years agoDropped a variable 1394/head
mdxs [Mon, 6 Jan 2014 10:49:36 +0000 (11:49 +0100)] 
Dropped a variable

11 years agoAdded test to count years in 400-year cycle with iso week 53
mdxs [Mon, 6 Jan 2014 10:45:39 +0000 (11:45 +0100)] 
Added test to count years in 400-year cycle with iso week 53

11 years agoAdded test for the 71 years in current 400-year cycle that have 53 weeks in ISO standard
mdxs [Mon, 6 Jan 2014 10:23:40 +0000 (11:23 +0100)] 
Added test for the 71 years in current 400-year cycle that have 53 weeks in ISO standard

11 years agoMerge pull request #1392 from armendarabyan/develop
Iskren Ivov Chernev [Sat, 4 Jan 2014 19:10:41 +0000 (11:10 -0800)] 
Merge pull request #1392 from armendarabyan/develop

Armenian Language with tests

@changeset
@section languages
@description Armenian (hy-am)

11 years agojshint fix 1392/head
Armen Darabyan [Sat, 4 Jan 2014 17:31:01 +0000 (21:31 +0400)] 
jshint fix

11 years agorefactor main lang file
Armen Darabyan [Sat, 4 Jan 2014 16:18:17 +0000 (20:18 +0400)] 
refactor main lang file

11 years agorefactor and fix weeks bug
Armen Darabyan [Sat, 4 Jan 2014 15:53:05 +0000 (19:53 +0400)] 
refactor and fix weeks bug

11 years agochanged comments of author and lang name
Armen Darabyan [Sat, 4 Jan 2014 14:31:06 +0000 (18:31 +0400)] 
changed comments of author and lang name

11 years agoadded first version of armenian language
Armen Darabyan [Sat, 4 Jan 2014 14:27:58 +0000 (18:27 +0400)] 
added first version of armenian language

11 years agoMerge pull request #1373 from guigrpa/develop
Iskren Ivov Chernev [Tue, 31 Dec 2013 21:36:04 +0000 (13:36 -0800)] 
Merge pull request #1373 from guigrpa/develop

Fixed Catalan translation (lowercase for months and days of the week)

@changelog
@section bugfix
@description Use lowercase for months and days in Catalan

11 years agoMerge pull request #1391 from ichernev/tests/fix-prs
Iskren Ivov Chernev [Tue, 31 Dec 2013 21:30:01 +0000 (13:30 -0800)] 
Merge pull request #1391 from ichernev/tests/fix-prs

Fix PRs failing in travis

11 years agoPRs now pass travis build, because they don't execute sauce tests 1391/head
Iskren Chernev [Tue, 31 Dec 2013 20:50:34 +0000 (17:50 -0300)] 
PRs now pass travis build, because they don't execute sauce tests

11 years agoIgnore sauce credentials file, to avoid accidental commit
Iskren Chernev [Tue, 31 Dec 2013 20:36:30 +0000 (17:36 -0300)] 
Ignore sauce credentials file, to avoid accidental commit

11 years agonew keys for travis
Isaac Cambron [Sun, 29 Dec 2013 10:47:49 +0000 (05:47 -0500)] 
new keys for travis

11 years agoDisable weekYear setter tests until issue is resolved
Iskren Chernev [Sun, 29 Dec 2013 09:59:23 +0000 (01:59 -0800)] 
Disable weekYear setter tests until issue is resolved

We can not have a broken build, we might miss a bigger problem, and weekYear
setting is not the most popular functionality anyway.

11 years agoMerge pull request #1374 from ichernev/testing/sauce-labs-integration
Iskren Ivov Chernev [Sun, 29 Dec 2013 09:49:07 +0000 (01:49 -0800)] 
Merge pull request #1374 from ichernev/testing/sauce-labs-integration

Testing/sauce labs integration

@changelog
@section misc
@description Run tests on multiple browser/os combos via SauceLabs and Travis

11 years agoUpdate sauce access key 1374/head
Iskren Chernev [Sun, 29 Dec 2013 09:27:32 +0000 (01:27 -0800)] 
Update sauce access key

11 years agoMake jshint happy
Iskren Chernev [Sat, 28 Dec 2013 21:06:30 +0000 (13:06 -0800)] 
Make jshint happy

11 years agoFix IE8 bug
Iskren Chernev [Fri, 27 Dec 2013 19:12:16 +0000 (20:12 +0100)] 
Fix IE8 bug

11 years agoAdd test:server
Iskren Chernev [Fri, 27 Dec 2013 19:11:50 +0000 (20:11 +0100)] 
Add test:server

11 years agoGet rid of console.log in tests
Iskren Chernev [Fri, 27 Dec 2013 17:12:10 +0000 (18:12 +0100)] 
Get rid of console.log in tests

11 years agoWorkaround for safari bug
Iskren Chernev [Fri, 27 Dec 2013 16:56:43 +0000 (17:56 +0100)] 
Workaround for safari bug

11 years agoUse dots reporter for sauce
Iskren Chernev [Fri, 27 Dec 2013 16:42:07 +0000 (17:42 +0100)] 
Use dots reporter for sauce

11 years agoMake firefox a separate karma launcher
Iskren Chernev [Fri, 27 Dec 2013 16:41:19 +0000 (17:41 +0100)] 
Make firefox a separate karma launcher

11 years ago.gitignore min/tests.js and sauce_connect.log
Iskren Chernev [Fri, 27 Dec 2013 16:39:55 +0000 (17:39 +0100)] 
.gitignore min/tests.js and sauce_connect.log

11 years agoDon't lint auxiliary test fragments
Iskren Chernev [Wed, 25 Dec 2013 20:42:33 +0000 (21:42 +0100)] 
Don't lint auxiliary test fragments

11 years agoAdd missing karma launchers to package.json
Iskren Chernev [Wed, 25 Dec 2013 01:52:27 +0000 (02:52 +0100)] 
Add missing karma launchers to package.json

11 years agoAdd Firefox to karma browsers
Iskren Chernev [Wed, 25 Dec 2013 01:46:36 +0000 (02:46 +0100)] 
Add Firefox to karma browsers

11 years agoAdd encrypted sauce-labs user/pass in .travis.yml
Iskren Chernev [Tue, 24 Dec 2013 16:46:48 +0000 (17:46 +0100)] 
Add encrypted sauce-labs user/pass in .travis.yml

11 years agoAdd environment variables for sauce-labs in Grunt task
Iskren Chernev [Tue, 24 Dec 2013 16:45:59 +0000 (17:45 +0100)] 
Add environment variables for sauce-labs in Grunt task

To use sauce testing from a dev machine please contact ichernev on github.

11 years agoUse accumulated tests from global var in test/browser
Iskren Chernev [Wed, 11 Dec 2013 08:50:02 +0000 (00:50 -0800)] 
Use accumulated tests from global var in test/browser

11 years agoAdd concat:tests for use in browsers
Iskren Chernev [Mon, 9 Dec 2013 17:42:55 +0000 (09:42 -0800)] 
Add concat:tests for use in browsers

11 years agograb grunt-karma@0.7.2 from npm
Lachèze Alexandre [Sat, 7 Dec 2013 16:13:54 +0000 (17:13 +0100)] 
grab grunt-karma@0.7.2 from npm

11 years agoAdd `test` task to tests tasks
Lachèze Alexandre [Sun, 24 Nov 2013 16:49:21 +0000 (17:49 +0100)] 
Add `test` task to tests tasks

11 years ago`npm test` leads to `grunt test:node`
Lachèze Alexandre [Sun, 24 Nov 2013 16:49:04 +0000 (17:49 +0100)] 
`npm test` leads to `grunt test:node`

11 years agoMake travis run the tests on saucelabs (TODO: fill secure tokens)
Lachèze Alexandre [Sun, 24 Nov 2013 16:47:27 +0000 (17:47 +0100)] 
Make travis run the tests on saucelabs (TODO: fill secure tokens)

11 years agoAdd karma tests run on saucelabs
Lachèze Alexandre [Sun, 24 Nov 2013 15:45:55 +0000 (16:45 +0100)] 
Add karma tests run on saucelabs

11 years agoAdd browser tests to test task
Lachèze Alexandre [Sat, 23 Nov 2013 18:33:15 +0000 (19:33 +0100)] 
Add browser tests to test task

11 years agoAdd a karma task for Chrome
Lachèze Alexandre [Sat, 23 Nov 2013 18:31:01 +0000 (19:31 +0100)] 
Add a karma task for Chrome