Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #880 from toyamarinyon/masterHEADorigin/masterorigin/HEADmaster | Lucas Michot | 2017-02-06 | 2 | -37/+37 |
|\ | | | | | Fixed japanese language file | ||||
| * | Fixed japanese language file | toyama satoshi | 2017-01-31 | 2 | -37/+37 |
| | | |||||
* | | Merge pull request #878 from lucasmichot/feature/master/fix-quarter-tests | Lucas Michot | 2017-01-31 | 1 | -2/+2 |
|\ \ | |/ |/| | Fix quarter tests. | ||||
| * | Fix quarter tests. | Lucas Michot | 2017-01-31 | 1 | -2/+2 |
|/ | |||||
* | Merge pull request #869 from BerRRG/master | Lucas Michot | 2017-01-30 | 2 | -0/+25 |
|\ | | | | | Add getter to days attribute. | ||||
| * | Merge https://github.com/briannesbitt/Carbon | Bernardo Generozo | 2017-01-30 | 1 | -4/+4 |
| |\ | |/ |/| | |||||
* | | Merge pull request #874 from lucasmichot/feature/5.4/fix-tests | Lucas Michot | 2017-01-30 | 1 | -4/+4 |
|\ \ | | | | | | | Fix tests for isLastMonth and isNextMonth. | ||||
| * | | Fix tests for isLastMonth and isNextMonth. | Lucas Michot | 2017-01-30 | 1 | -4/+4 |
|/ / | |||||
| * | Merge https://github.com/briannesbitt/Carbon | Bernardo Generozo | 2017-01-30 | 2 | -18/+226 |
| |\ | |/ |/| | |||||
* | | Merge pull request #855 from ROKAISAKKON/master | Lucas Michot | 2017-01-24 | 2 | -18/+226 |
|\ \ | | | | | | | Translation for th is wrong | ||||
| * | | Fix translation for th. | ROKAISAKKON | 2017-01-23 | 1 | -17/+17 |
| | | | | | | | | | | | | Added test for thai translation. | ||||
| * | | Fix translation for th. | ROKAISAKKON | 2017-01-23 | 2 | -18/+226 |
| | | | | | | | | | | | | Added test for thai translation. | ||||
| * | | Merge pull request #1 from ROKAISAKKON/ROKAISAKKON-patch-no-plural-in-thai-lang | RO'KAISAKKON | 2017-01-16 | 1 | -14/+14 |
| |\ \ | | | | | | | | | Translation for th is wrong | ||||
| | * | | Translation for th is wrong | RO'KAISAKKON | 2017-01-16 | 1 | -14/+14 |
| |/ / | | | | | | | | | | | | | | | | There are no plural in th, which means e.g. 'year' => '1 ปี|:count ปี', Should be 'year' => ':count ปี' | ||||
| | * | Fix the comment of documentation | Bernardo Generozo | 2017-01-30 | 1 | -1/+1 |
| | | | |||||
| | * | Fix StyleCI analysis | Bernardo Generozo | 2017-01-24 | 1 | -2/+2 |
| | | | |||||
| | * | Add test to day getter | Bernardo Generozo | 2017-01-24 | 1 | -0/+15 |
| | | | |||||
| | * | Add get to days | Bernardo Generozo | 2017-01-24 | 1 | -0/+10 |
| |/ |/| | |||||
* | | Merge pull request #860 from lucasmichot/feature/master/assert-same | Lucas Michot | 2017-01-16 | 1 | -11/+11 |
|\ \ | | | | | | | Use stricter assertions. | ||||
| * | | Use stricter assertions. | Lucas Michot | 2017-01-16 | 1 | -11/+11 |
|/ / | |||||
* | | Merge pull request #859 from ↵ | Lucas Michot | 2017-01-16 | 5 | -15/+22 |
|\ \ | | | | | | | | | | | | | lucasmichot/feature/master/always-use-carbon-setTestNow Always Carbon::setTestNow | ||||
| * | | Always Carbon::setTestNow | Lucas Michot | 2017-01-16 | 5 | -15/+22 |
|/ / | |||||
* | | Merge pull request #858 from lucasmichot/feature/master/create-with-defaults | Lucas Michot | 2017-01-16 | 1 | -1/+2 |
|\ \ | | | | | | | Fix failing tests. | ||||
| * | | Fix failing tests. | Lucas Michot | 2017-01-16 | 1 | -1/+2 |
|/ / | |||||
* | | Merge pull request #857 from lucasmichot/feature/master/phpstan | Lucas Michot | 2017-01-16 | 1 | -0/+1 |
|\ \ | | | | | | | PHPStan totally deserves a badge - thx @ondrejmirtes | ||||
| * | | PHPStan totally deserves a badge - thx @ondrejmirtes | Lucas Michot | 2017-01-16 | 1 | -0/+1 |
|/ / | |||||
* | | Merge pull request #856 from lucasmichot/feature/master/travis-phpstan | Lucas Michot | 2017-01-16 | 1 | -7/+7 |
|\ \ | | | | | | | Cleanup .travis.yml for phpstan | ||||
| * | | Cleanup .travis.yml for phpstan | Lucas Michot | 2017-01-16 | 1 | -7/+7 |
|/ / | |||||
* | | Merge pull request #842 from ondrejmirtes/phpstan | Lucas Michot | 2017-01-16 | 11 | -21/+43 |
|\ \ | |/ |/| | Integrating PHPStan & fixes of found issues | ||||
| * | PHPStan integration | Ondrej Mirtes | 2017-01-16 | 3 | -1/+14 |
| | | |||||
| * | Consistent `@return $this` for methods that return result of another method ↵ | Ondrej Mirtes | 2017-01-15 | 1 | -4/+4 |
| | | | | | | | | with `@return $this` | ||||
| * | Fixed translator type handling | Ondrej Mirtes | 2017-01-15 | 2 | -10/+19 |
| | | |||||
| * | Fixed method case | Ondrej Mirtes | 2017-01-15 | 2 | -2/+2 |
| | | |||||
| * | Fixed static call to instance method | Ondrej Mirtes | 2017-01-15 | 1 | -1/+1 |
| | | |||||
| * | Fixed namespaces of a few tests | Ondrej Mirtes | 2017-01-15 | 3 | -3/+3 |
| | | |||||
* | | Merge pull request #854 from lucasmichot/feature/master/last-errors1.22.1 | Lucas Michot | 2017-01-16 | 2 | -1/+7 |
|\ \ | |/ |/| | Let extended classes access lastErrors | ||||
| * | Let extended classes access lastErrors | Lucas Michot | 2017-01-16 | 2 | -1/+7 |
|/ | |||||
* | Merge pull request #851 from lucasmichot/feature/master/release-1-231.22.0 | Lucas Michot | 2017-01-15 | 1 | -1/+1 |
|\ | | | | | Prepare for release 1.22 | ||||
| * | Prepare for release 1.22 | Lucas Michot | 2017-01-15 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #850 from lucasmichot/feature/master/php-cs-fixer-2 | Lucas Michot | 2017-01-15 | 4 | -17/+60 |
|\ | | | | | Switch to PHP-CS-Fixer 2. | ||||
| * | Switch to PHP-CS-Fixer 2. | Lucas Michot | 2017-01-15 | 4 | -17/+60 |
|/ | |||||
* | Merge pull request #849 from lucasmichot/feature/master/code-coverage-php-71 | Lucas Michot | 2017-01-14 | 1 | -2/+4 |
|\ | | | | | Enable codecov for PHP 7.1 | ||||
| * | Enable codecov for PHP 7.1. | Lucas Michot | 2017-01-14 | 1 | -2/+4 |
|/ | |||||
* | Merge pull request #848 from lucasmichot/feature/master/phpunit | Lucas Michot | 2017-01-14 | 2 | -10/+11 |
|\ | | | | | PHPunit : respect .editorconfig | ||||
| * | Ignore overriden phpunit.xml | Lucas Michot | 2017-01-14 | 1 | -0/+1 |
| | | |||||
| * | Let phpunit.xml respect .editorconfig | Lucas Michot | 2017-01-14 | 1 | -10/+10 |
|/ | |||||
* | Merge pull request #600 from lucasmichot/feature/master/can-serialize | Lucas Michot | 2017-01-13 | 2 | -0/+99 |
|\ | | | | | Add serialize function | ||||
| * | Fix CS. | Lucas Michot | 2017-01-13 | 1 | -1/+1 |
| | | |||||
| * | Add serialize and fromSerialized functions | Lucas Michot | 2017-01-13 | 2 | -0/+99 |
|/ | |||||
* | Merge pull request #847 from ↵ | Lucas Michot | 2017-01-13 | 2 | -3/+11 |
|\ | | | | | | | | | lucasmichot/c-jm-issue-817-change-settestnow-to-take-a-string Change Carbon::setTestNow() to be able to parse a string. | ||||
| * | Add missing string docblock | Lucas Michot | 2017-01-13 | 1 | -1/+1 |
| | | |||||
| * | Add docs and change to ternary operator | Colin J. Mills | 2017-01-13 | 1 | -6/+2 |
| | | |||||
| * | Styleci | Colin J. Mills | 2017-01-13 | 1 | -1/+1 |
| | | |||||
| * | Add test | Colin J. Mills | 2017-01-13 | 1 | -0/+7 |
| | | |||||
| * | Change Carbon::setTestNow() to be able to parse a string. | Colin J. Mills | 2017-01-13 | 1 | -1/+6 |
|/ | |||||
* | Merge pull request #819 from milose/montenegro | Lucas Michot | 2017-01-13 | 4 | -0/+1099 |
|\ | | | | | Add Montenegrin language translation | ||||
| * | Test class name. | Milos Sakovic | 2017-01-12 | 1 | -1/+1 |
| | | |||||
| * | Add tests. | Milos Sakovic | 2017-01-12 | 2 | -498/+985 |
| | | |||||
| * | Tiny errors. | Milos Sakovic | 2017-01-12 | 1 | -3/+3 |
| | | |||||
| * | Add Cyrlic script, and properly name the files. | Milos Sakovic | 2017-01-12 | 3 | -0/+76 |
| | | |||||
| * | Style fix. | Milos Sakovic | 2016-12-05 | 1 | -1/+0 |
| | | |||||
| * | More exceptions for year_ago and year_from_now. | Milos Sakovic | 2016-11-26 | 1 | -2/+2 |
| | | |||||
| * | Trailing line. | Milos Sakovic | 2016-11-26 | 1 | -1/+0 |
| | | |||||
| * | Style fix. | Milos Sakovic | 2016-11-26 | 1 | -301/+301 |
| | | |||||
| * | Testing suite. Phew. | Milos Sakovic | 2016-11-26 | 1 | -0/+500 |
| | | |||||
| * | Precise pluralization. | Milos Sakovic | 2016-11-26 | 1 | -16/+23 |
| | | |||||
| * | Add Montenegrin locale | Milos | 2016-11-25 | 1 | -0/+31 |
| | | |||||
* | | Merge pull request #846 from lucasmichot/arjasco-master | Lucas Michot | 2017-01-12 | 2 | -0/+120 |
|\ \ | | | | | | | Add new isNext- / isLast- methods | ||||
| * | | Adjust functions | Lucas Michot | 2017-01-12 | 1 | -2/+2 |
| | | | |||||
| * | | New is methods for next / last week, month and year | Aaron Costello | 2017-01-12 | 2 | -0/+120 |
| | | | |||||
* | | | Merge pull request #825 from milose/setlocale-long | Lucas Michot | 2017-01-12 | 1 | -2/+2 |
|\ \ \ | |/ / |/| | | Allow Carbon::setLocale to accept long localization variants | ||||
| * | | Allow Carbon::setLocale to accept long localization variant ll-Ssss-RR format. | Milos Sakovic | 2016-12-05 | 1 | -2/+2 |
| |/ | |||||
* | | Merge pull request #834 from lucasmichot/feature/missing-locale-tests | Lucas Michot | 2017-01-11 | 1 | -0/+4 |
|\ \ | | | | | | | Add missing locale tests | ||||
| * | | Add missing locale tests | Lucas Michot | 2017-01-11 | 1 | -0/+4 |
| | | | |||||
* | | | Merge pull request #823 from lucasmichot/feature/develop/wrapWithNonDstDate | Lucas Michot | 2017-01-11 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Use wrapWithNonDstDate | ||||
| * | | | Use wrapWithNonDstDate | Lucas Michot | 2017-01-11 | 1 | -1/+1 |
| |/ / | |||||
* | | | Merge pull request #824 from lucasmichot/feature/develop/missing-namespace | Lucas Michot | 2017-01-11 | 1 | -0/+2 |
|\ \ \ | | | | | | | | | Add missing namespace | ||||
| * | | | Add missing namespace | Lucas Michot | 2017-01-11 | 1 | -0/+2 |
| |/ / | |||||
* | | | Merge pull request #647 from lucasmichot/feature/master/composer-new-or-syntax | Lucas Michot | 2017-01-11 | 1 | -2/+2 |
|\ \ \ | | | | | | | | | Use new Composer OR syntax | ||||
| * | | | Use new Composer OR syntax | Lucas Michot | 2017-01-11 | 1 | -2/+2 |
| |/ / | |||||
* | | | Merge pull request #832 from lucasmichot/feature/always-sort-packages | Lucas Michot | 2017-01-11 | 1 | -0/+3 |
|\ \ \ | |/ / |/| | | Always sort PHP dependencies | ||||
| * | | Always sort PHP dependencies | Lucas Michot | 2017-01-11 | 1 | -0/+3 |
|/ / | |||||
* | | Merge pull request #835 from lucasmichot/feature/fix-php-71-tests | Lucas Michot | 2017-01-11 | 2 | -2/+2 |
|\ \ | | | | | | | Fix PHP 7.1 tests | ||||
| * | | Fix PHP 7.1 tests. | Lucas Michot | 2017-01-11 | 2 | -2/+2 |
|/ / | |||||
* | | Full docs link | Brian Nesbitt | 2016-12-02 | 1 | -0/+4 |
| | | |||||
* | | Remove the wrong Ukrainian locale file and add tests for the correct one. | Brian Nesbitt | 2016-11-21 | 2 | -42/+11 |
|/ | |||||
* | Merge pull request #815 from ↵ | Brian Nesbitt | 2016-11-21 | 3 | -3/+13 |
|\ | | | | | | | | | lucasmichot/feature/master/travis-skip-testMicroGetterWithDefaultNow Make PHP 7.1 tests pass. | ||||
| * | Only allows failures with HHVM. | Lucas Michot | 2016-11-21 | 1 | -3/+1 |
| | | |||||
| * | Make PHP 7.1 tests pass. | Lucas Michot | 2016-11-21 | 2 | -0/+12 |
|/ | |||||
* | Merge pull request #813 from lucasmichot/feature/master/settimestamp | Brian Nesbitt | 2016-11-21 | 1 | -1/+1 |
|\ | | | | | Directly call $this->setTimestamp | ||||
| * | Directly call $this->setTimestamp(. | Lucas Michot | 2016-11-20 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #814 from lucasmichot/feature/master/travis-php-71 | Brian Nesbitt | 2016-11-21 | 1 | -1/+1 |
|\ \ | |/ |/| | [WIP] Fix Travis builds for HHVM and PHP 7.1. | ||||
| * | Fix Travis builds for HHVM and PHP 7.1. | Lucas Michot | 2016-11-21 | 1 | -1/+1 |
|/ | |||||
* | Suppress the travis error for now. | Brian Nesbitt | 2016-11-20 | 1 | -7/+12 |
| | |||||
* | Merge pull request #812 from briannesbitt/analysis-87GLdk | Brian Nesbitt | 2016-11-20 | 3 | -10/+10 |
|\ | | | | | Applied fixes from StyleCI | ||||
| * | Applied fixes from StyleCI | Brian Nesbitt | 2016-11-20 | 3 | -10/+10 |
|/ | |||||
* | Merge branch 'lucasmichot-feature/develop/php-71' | Brian Nesbitt | 2016-11-20 | 1 | -2/+8 |
|\ | |||||
| * | Merge branch 'feature/develop/php-71' of ↵ | Brian Nesbitt | 2016-11-20 | 1 | -2/+8 |
| |\ |/ / | | | | | | | | | | | https://github.com/lucasmichot/Carbon into lucasmichot-feature/develop/php-71 Conflicts: .travis.yml | ||||
| * | Also test PHP 7.1 with Travis | Lucas Michot | 2016-11-20 | 1 | -1/+8 |
| | | |||||
* | | Merge pull request #779 from lucasmichot/feature/master/quarter-constants | Brian Nesbitt | 2016-11-20 | 1 | -3/+3 |
|\ \ | | | | | | | Use constants for quarter calculations. |