Commit f290360
Merge upstream changes up to 4.3.3 (#18)
* fix Bad file descriptor (7.4) (sabre-io#469)
* travis: allow failure for phpstan for now (sabre-io#470)
* travis: add php 7.4snapshot build (sabre-io#471)
* reduce phpstan level back to 0, as level 1 is failing right now (sabre-io#472)
* reduce phpstan level back to 0, as level 1 is failing right now
* travis: no longer allow failures for phpstan
* Fixed typo in vobject CLI help (sabre-io#477)
* Release 4.2.1 (sabre-io#479)
* Release 4.2.1
* Update CHANGELOG.md
* Prepare next iteration (sabre-io#480)
* Run phpstan on PHP >= 7.1 (sabre-io#483)
* Add TZ in iTip REPLY messages
* Added phpstan for tests folder (sabre-io#485)
* Add PHONE-NUMBER value type (used for TEL in vCard 3.0) (sabre-io#486)
Signed-off-by: Christian Kraus <[email protected]>
* use latest phpstan 0.12.5 in CI
* Add PHPstorm .idea to .gitignore
* Fix various typos
* Release 4.2.2 (sabre-io#490)
* Release 4.2.2
* Update CHANGELOG.md
* Prepare next iteration
* Update dependencies and code style tools
* Remove unneeded 'bootstrap' line from phpstan.neon
* Apply php-cs-fixer code style changes
* run php-cs-fixer in CI
* php-cs-fixer must be at least 2.16.1 for PHP 7.4
* Use phpunit8 where possible
* Fixed phpstan level 1 errors
* Make sure there is no logic change
* Prevent setting foreach key beforehand
* Refactored fqcn strings to ::class to allow checking with phpstan (sabre-io#495)
* Release 4.3.0 (sabre-io#497)
* Update CHANGELOG.md
* Update Version.php
* Added phpstan to dev dependencies
* Reset bin-dir config
* Added convenient development commands
* Cleaned up .gitignore
These entries should be in the developer's global .gitignore
* cs-fixer: don't check only the lib folder
* Decoupled cs-fixer command from chosen tool
* Standardize CI
* Use phpunit 9 where possible
* Only upload coverage when it has been collected
* Replace assertRegExp with assertMatchesRegularExpression in unit test
* fix an incomplete phpdoc type annotation
* Release 4.3.1
* Adjust boolean vars in .travis.yml to prepare for PHP8.0
* Run unit tests on PHP8
* Fixup calendar parameter to Broker parseEvent
* Release 4.3.2
* Remove Pacific-New obsolete timezone
* Do composer remove --no-update in Travis
* Use min php-cs-fixer 2.16.7
* Release 4.3.3
Co-authored-by: Remi Collet <[email protected]>
Co-authored-by: Markus Staab <[email protected]>
Co-authored-by: Dominik <[email protected]>
Co-authored-by: Jeroen van Oort <[email protected]>
Co-authored-by: Renaud BOYER <[email protected]>
Co-authored-by: Christian Kraus <[email protected]>
Co-authored-by: Thomas Müller <[email protected]>
Co-authored-by: Phil Davis <[email protected]>
Co-authored-by: Michael Stilkerich <[email protected]>1 parent 10a03a8 commit f290360
File tree
6 files changed
+17
-8
lines changed- lib
- ITip
- timezonedata
6 files changed
+17
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
18 | 26 | | |
19 | 27 | | |
20 | 28 | | |
| 29 | + | |
| 30 | + | |
21 | 31 | | |
22 | 32 | | |
23 | 33 | | |
24 | 34 | | |
25 | 35 | | |
| 36 | + | |
26 | 37 | | |
27 | 38 | | |
28 | 39 | | |
29 | | - | |
30 | | - | |
| 40 | + | |
| 41 | + | |
31 | 42 | | |
32 | 43 | | |
33 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
165 | | - | |
| 165 | + | |
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
150 | | - | |
151 | 150 | | |
152 | 151 | | |
153 | 152 | | |
0 commit comments