[phpMyAdmin Git] [phpmyadmin/shapefile] 4b64f4: Add Psalm files to .gitattributes

2023-09-19 Thread Maurício Meneghini Fauth
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/shapefile
Commit: 4b64f4e0a086e821c1ec658eb5d3f19a402184a4
https://github.com/phpmyadmin/shapefile/commit/4b64f4e0a086e821c1ec658eb5d3f19a402184a4
Author: Maurício Meneghini Fauth 
Date: 2023-09-19 (Tue, 09 September 2023) -03:00

Changed paths: 
M .gitattributes

Log Message:
---
Add Psalm files to .gitattributes

- Related to https://github.com/phpmyadmin/shapefile/pull/27

[ci skip]

Signed-off-by: Maurício Meneghini Fauth 

___
Git mailing list -- git@phpmyadmin.net
To unsubscribe send an email to git-le...@phpmyadmin.net


[phpMyAdmin Git] [phpmyadmin/shapefile] 55cc5e: Create the PhpMyAdmin\ShapeFile\ShapeType class

2023-09-14 Thread Maurício Meneghini Fauth
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/shapefile
Commit: 55cc5e4d94d2fe6b521d1b1a8de84915e4511f3f
https://github.com/phpmyadmin/shapefile/commit/55cc5e4d94d2fe6b521d1b1a8de84915e4511f3f
Author: Maurício Meneghini Fauth 
Date: 2023-09-14 (Thu, 09 September 2023) -03:00

Changed paths: 
A src/ShapeType.php
M examples/create_shapefile.php
M examples/read.php
M phpstan-baseline.neon
M psalm-baseline.xml
M src/ShapeFile.php
M src/ShapeRecord.php
M src/Util.php
M tests/ShapeFileTest.php

Log Message:
---
Create the PhpMyAdmin\ShapeFile\ShapeType class

Replaces the hard-coded shape type integers with class constants.

Signed-off-by: Maurício Meneghini Fauth 

Commit: f7d512ea34e8b968be483e19b5f1c6e988acd43b
https://github.com/phpmyadmin/shapefile/commit/f7d512ea34e8b968be483e19b5f1c6e988acd43b
Author: Maurício Meneghini Fauth 
Date: 2023-09-14 (Thu, 09 September 2023) -03:00

Changed paths: 
A src/ShapeType.php
M examples/create_shapefile.php
M examples/read.php
M phpstan-baseline.neon
M psalm-baseline.xml
M src/ShapeFile.php
M src/ShapeRecord.php
M src/Util.php
M tests/ShapeFileTest.php

Log Message:
---
Merge pull request #26 from MauricioFauth/shape-type

Create the `PhpMyAdmin\ShapeFile\ShapeType` class

___
Git mailing list -- git@phpmyadmin.net
To unsubscribe send an email to git-le...@phpmyadmin.net


[phpMyAdmin Git] [phpmyadmin/shapefile] 916ba5: Add static analysis with Psalm

2023-09-14 Thread Maurício Meneghini Fauth
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/shapefile
Commit: 916ba51b06eab73c9b0cc130f0b4fa84bc3f8e76
https://github.com/phpmyadmin/shapefile/commit/916ba51b06eab73c9b0cc130f0b4fa84bc3f8e76
Author: Maurício Meneghini Fauth 
Date: 2023-09-14 (Thu, 09 September 2023) -03:00

Changed paths: 
A psalm-baseline.xml
A psalm.xml
M .github/workflows/lint-and-analyse-php.yml
M composer.json

Log Message:
---
Add static analysis with Psalm

Signed-off-by: Maurício Meneghini Fauth 

Commit: ab4a803263ea7b26d20ff74213c6a2839d5af668
https://github.com/phpmyadmin/shapefile/commit/ab4a803263ea7b26d20ff74213c6a2839d5af668
Author: Maurício Meneghini Fauth 
Date: 2023-09-14 (Thu, 09 September 2023) -03:00

Changed paths: 
A psalm-baseline.xml
A psalm.xml
M .github/workflows/lint-and-analyse-php.yml
M composer.json

Log Message:
---
Merge pull request #27 from MauricioFauth/psalm

Add static analysis with Psalm

___
Git mailing list -- git@phpmyadmin.net
To unsubscribe send an email to git-le...@phpmyadmin.net


[phpMyAdmin Git] [phpmyadmin/shapefile] 2fb88b: Fix .scrutinizer.yml file for PHP 8.1

2023-09-14 Thread Maurício Meneghini Fauth
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/shapefile
Commit: 2fb88bdcc1888cb367ce6eecbf143e1eceb09cbb
https://github.com/phpmyadmin/shapefile/commit/2fb88bdcc1888cb367ce6eecbf143e1eceb09cbb
Author: Maurício Meneghini Fauth 
Date: 2023-09-14 (Thu, 09 September 2023) -03:00

Changed paths: 
M .scrutinizer.yml

Log Message:
---
Fix .scrutinizer.yml file for PHP 8.1

Signed-off-by: Maurício Meneghini Fauth 

Commit: 2f63b777f9fac006c832e4b81a002934b7df379a
https://github.com/phpmyadmin/shapefile/commit/2f63b777f9fac006c832e4b81a002934b7df379a
Author: Maurício Meneghini Fauth 
Date: 2023-09-14 (Thu, 09 September 2023) -03:00

Changed paths: 
M .scrutinizer.yml

Log Message:
---
Merge pull request #28 from MauricioFauth/scrutinizer-ci

Fix .scrutinizer.yml file for PHP 8.1

___
Git mailing list -- git@phpmyadmin.net
To unsubscribe send an email to git-le...@phpmyadmin.net


[phpMyAdmin Git] [phpmyadmin/shapefile] c5f0ad: Rename variable to use camelcase format

2023-09-13 Thread Maurício Meneghini Fauth
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/shapefile
Commit: c5f0ad20a5e120cee2aca9170ee99aec9f78a69f
https://github.com/phpmyadmin/shapefile/commit/c5f0ad20a5e120cee2aca9170ee99aec9f78a69f
Author: Maurício Meneghini Fauth 
Date: 2023-09-13 (Wed, 09 September 2023) -03:00

Changed paths: 
M src/ShapeFile.php

Log Message:
---
Rename variable to use camelcase format

Signed-off-by: Maurício Meneghini Fauth 

___
Git mailing list -- git@phpmyadmin.net
To unsubscribe send an email to git-le...@phpmyadmin.net


[phpMyAdmin Git] [phpmyadmin/shapefile] 861d3b: Remove shpFile check in ShapeFile::loadRecords()

2023-09-13 Thread Maurício Meneghini Fauth
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/shapefile
Commit: 861d3b4abf7f2d1d12c2407381cfb77511130498
https://github.com/phpmyadmin/shapefile/commit/861d3b4abf7f2d1d12c2407381cfb77511130498
Author: Maurício Meneghini Fauth 
Date: 2023-09-13 (Wed, 09 September 2023) -03:00

Changed paths: 
M src/ShapeFile.php

Log Message:
---
Remove shpFile check in ShapeFile::loadRecords()

https://github.com/phpmyadmin/shapefile/pull/24#issuecomment-1716534425

Signed-off-by: Maurício Meneghini Fauth 

___
Git mailing list -- git@phpmyadmin.net
To unsubscribe send an email to git-le...@phpmyadmin.net


[phpMyAdmin Git] [phpmyadmin/shapefile] 4518f1: Make PHPStan stricter

2023-09-12 Thread Maurício Meneghini Fauth
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/shapefile
Commit: 4518f1d9423718fd07c0c2735113388154254935
https://github.com/phpmyadmin/shapefile/commit/4518f1d9423718fd07c0c2735113388154254935
Author: Maurício Meneghini Fauth 
Date: 2023-09-12 (Tue, 09 September 2023) -03:00

Changed paths: 
M composer.json
M phpstan-baseline.neon
M phpstan.neon.dist
M src/ShapeFile.php

Log Message:
---
Make PHPStan stricter

Signed-off-by: Maurício Meneghini Fauth 

___
Git mailing list -- git@phpmyadmin.net
To unsubscribe send an email to git-le...@phpmyadmin.net


[phpMyAdmin Git] [phpmyadmin/shapefile] 1c6fe6: Bump phpmyadmin/coding-standard version to 4.0

2023-09-12 Thread Maurício Meneghini Fauth
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/shapefile
Commit: 1c6fe6d47a70d5fa6cfacc50e0ac462c857102af
https://github.com/phpmyadmin/shapefile/commit/1c6fe6d47a70d5fa6cfacc50e0ac462c857102af
Author: Maurício Meneghini Fauth 
Date: 2023-09-12 (Tue, 09 September 2023) -03:00

Changed paths: 
M composer.json
M examples/create_shapefile.php
M phpcs.xml.dist
M phpstan-baseline.neon
M src/ShapeFile.php
M src/ShapeRecord.php
M tests/ShapeFileTest.php
M tests/UtilTest.php

Log Message:
---
Bump phpmyadmin/coding-standard version to 4.0

Signed-off-by: Maurício Meneghini Fauth 

___
Git mailing list -- git@phpmyadmin.net
To unsubscribe send an email to git-le...@phpmyadmin.net


[phpMyAdmin Git] [phpmyadmin/shapefile] f342e4: Bump PHP minimum version to 8.1

2023-09-11 Thread Maurício Meneghini Fauth
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/shapefile
Commit: f342e4bac3c3d2fecaddb102df348fdba065d2f7
https://github.com/phpmyadmin/shapefile/commit/f342e4bac3c3d2fecaddb102df348fdba065d2f7
Author: Maurício Meneghini Fauth 
Date: 2023-09-11 (Mon, 09 September 2023) -03:00

Changed paths: 
M .github/workflows/lint-and-analyse-php.yml
M .github/workflows/tests.yml
M CHANGELOG.md
M composer.json
M phpstan-baseline.neon
M phpunit.xml.dist
M tests/ShapeFileTest.php

Log Message:
---
Bump PHP minimum version to 8.1

Signed-off-by: Maurício Meneghini Fauth 

___
Git mailing list -- git@phpmyadmin.net
To unsubscribe send an email to git-le...@phpmyadmin.net


[phpMyAdmin Git] [phpmyadmin/shapefile] ad3643: Prepare for next release

2023-09-11 Thread Maurício Meneghini Fauth
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/shapefile
Commit: ad3643879ac41394716a2b6ca64991488576b782
https://github.com/phpmyadmin/shapefile/commit/ad3643879ac41394716a2b6ca64991488576b782
Author: Maurício Meneghini Fauth 
Date: 2023-09-11 (Mon, 09 September 2023) -03:00

Changed paths: 
M CHANGELOG.md

Log Message:
---
Prepare for next release

Signed-off-by: Maurício Meneghini Fauth 

___
Git mailing list -- git@phpmyadmin.net
To unsubscribe send an email to git-le...@phpmyadmin.net


[phpMyAdmin Git] [phpmyadmin/shapefile] c8240e: Prepare for release 3.0.2

2023-09-11 Thread Maurício Meneghini Fauth
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/shapefile
Commit: c8240ec25d04c8d03ca83ab7eed7aec165b57a1e
https://github.com/phpmyadmin/shapefile/commit/c8240ec25d04c8d03ca83ab7eed7aec165b57a1e
Author: Maurício Meneghini Fauth 
Date: 2023-09-11 (Mon, 09 September 2023) -03:00

Changed paths: 
M CHANGELOG.md

Log Message:
---
Prepare for release 3.0.2

Signed-off-by: Maurício Meneghini Fauth 

___
Git mailing list -- git@phpmyadmin.net
To unsubscribe send an email to git-le...@phpmyadmin.net


[phpMyAdmin Git] [phpmyadmin/shapefile] e0306a: Fix test files namespace

2023-09-11 Thread Maurício Meneghini Fauth
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/shapefile
Commit: e0306aede5218c0208f98015512ea94e27cbd671
https://github.com/phpmyadmin/shapefile/commit/e0306aede5218c0208f98015512ea94e27cbd671
Author: Maurício Meneghini Fauth 
Date: 2023-09-11 (Mon, 09 September 2023) -03:00

Changed paths: 
M .github/workflows/tests.yml
M composer.json
M tests/ShapeFileTest.php
M tests/UtilTest.php

Log Message:
---
Fix test files namespace

Signed-off-by: Maurício Meneghini Fauth 

___
Git mailing list -- git@phpmyadmin.net
To unsubscribe send an email to git-le...@phpmyadmin.net


[phpMyAdmin Git] [phpmyadmin/shapefile] 22923d: Add tests with dbase ext for PHP 8.4

2023-09-11 Thread Maurício Meneghini Fauth
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/shapefile
Commit: 22923d61e62cb7a1e241997d96aa4551ac2c5483
https://github.com/phpmyadmin/shapefile/commit/22923d61e62cb7a1e241997d96aa4551ac2c5483
Author: Maurício Meneghini Fauth 
Date: 2023-09-11 (Mon, 09 September 2023) -03:00

Changed paths: 
M .github/workflows/tests.yml

Log Message:
---
Add tests with dbase ext for PHP 8.4

Signed-off-by: Maurício Meneghini Fauth 

___
Git mailing list -- git@phpmyadmin.net
To unsubscribe send an email to git-le...@phpmyadmin.net


[phpMyAdmin Git] [phpmyadmin/shapefile] a24bb8: Update Actions workflows

2023-09-11 Thread Maurício Meneghini Fauth
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/shapefile
Commit: a24bb8b84ac4f3b6db56073d147afc382920023d
https://github.com/phpmyadmin/shapefile/commit/a24bb8b84ac4f3b6db56073d147afc382920023d
Author: Maurício Meneghini Fauth 
Date: 2023-09-11 (Mon, 09 September 2023) -03:00

Changed paths: 
M .github/workflows/lint-and-analyse-php.yml
M .github/workflows/lint-docs.yml
M .github/workflows/tests.yml

Log Message:
---
Update Actions workflows

Signed-off-by: Maurício Meneghini Fauth 

___
Git mailing list -- git@phpmyadmin.net
To unsubscribe send an email to git-le...@phpmyadmin.net


[phpMyAdmin Git] [phpmyadmin/shapefile] 2b0679: Fix PHPStan version for PHP 7.1

2023-09-11 Thread Maurício Meneghini Fauth
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/shapefile
Commit: 2b0679ddadf7ca952527372f4ae9fc087c28211d
https://github.com/phpmyadmin/shapefile/commit/2b0679ddadf7ca952527372f4ae9fc087c28211d
Author: Maurício Meneghini Fauth 
Date: 2023-09-11 (Mon, 09 September 2023) -03:00

Changed paths: 
M composer.json

Log Message:
---
Fix PHPStan version for PHP 7.1

Signed-off-by: Maurício Meneghini Fauth 

___
Git mailing list -- git@phpmyadmin.net
To unsubscribe send an email to git-le...@phpmyadmin.net


[phpMyAdmin Git] [phpmyadmin/shapefile] 8eff8d: Add support for PHPUnit 10

2023-09-11 Thread Maurício Meneghini Fauth
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/shapefile
Commit: 8eff8dce8f83da709591d9a25710f26eba4792df
https://github.com/phpmyadmin/shapefile/commit/8eff8dce8f83da709591d9a25710f26eba4792df
Author: Maurício Meneghini Fauth 
Date: 2023-09-11 (Mon, 09 September 2023) -03:00

Changed paths: 
M composer.json
M tests/ShapeFileTest.php
M tests/UtilTest.php

Log Message:
---
Add support for PHPUnit 10

Signed-off-by: Maurício Meneghini Fauth 

___
Git mailing list -- git@phpmyadmin.net
To unsubscribe send an email to git-le...@phpmyadmin.net


[phpMyAdmin Git] [phpmyadmin/shapefile] 5b1788: Bump codecov/codecov-action to v3

2023-06-29 Thread William Desportes via Git
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/shapefile
Commit: 5b1788400365beb1bc3c8b2b0d7246d95b9cf2c5
https://github.com/phpmyadmin/shapefile/commit/5b1788400365beb1bc3c8b2b0d7246d95b9cf2c5
Author: William Desportes 
Date: 2023-06-29 (Thu, 06 June 2023) +02:00

Changed paths: 
M .github/workflows/tests.yml

Log Message:
---
Bump codecov/codecov-action to v3

Signed-off-by: William Desportes 

Commit: 5a8b97e4a1ac34f321d9f8c7ea997e32423533c1
https://github.com/phpmyadmin/shapefile/commit/5a8b97e4a1ac34f321d9f8c7ea997e32423533c1
Author: William Desportes 
Date: 2023-06-29 (Thu, 06 June 2023) +02:00

Changed paths: 
M phpcs.xml.dist

Log Message:
---
Ignore two phpcs rules

Signed-off-by: William Desportes 

Commit: 648a16ea0f0cfd9c5706837764599d3342178262
https://github.com/phpmyadmin/shapefile/commit/648a16ea0f0cfd9c5706837764599d3342178262
Author: William Desportes 
Date: 2023-06-29 (Thu, 06 June 2023) +02:00

Changed paths: 
M composer.json

Log Message:
---
Use the current php binary for invoking sub scripts

Signed-off-by: William Desportes 

Commit: 16cb2b83db011277f6fc6111bad53ec2029a4cac
https://github.com/phpmyadmin/shapefile/commit/16cb2b83db011277f6fc6111bad53ec2029a4cac
Author: William Desportes 
Date: 2023-06-29 (Thu, 06 June 2023) +02:00

Changed paths: 
M composer.json
M phpstan-baseline.neon

Log Message:
---
Update phpstan to 1.x

Signed-off-by: William Desportes 

Commit: f1d82f04030f11a8a22924fc323dee9dd4bd5508
https://github.com/phpmyadmin/shapefile/commit/f1d82f04030f11a8a22924fc323dee9dd4bd5508
Author: William Desportes 
Date: 2023-06-29 (Thu, 06 June 2023) +02:00

Changed paths: 
M src/ShapeFile.php

Log Message:
---
Fix a condition in addRecord to be more accurate with the documented type

Signed-off-by: William Desportes 

___
Git mailing list -- git@phpmyadmin.net
To unsubscribe send an email to git-le...@phpmyadmin.net


[phpMyAdmin Git] [phpmyadmin/shapefile] 1455af: Add PHP 8.2 to test workflow matrix

2022-12-10 Thread Maurício Meneghini Fauth
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/shapefile
Commit: 1455afae087bc59df6f2a1b7fba63fb71c90c97a
https://github.com/phpmyadmin/shapefile/commit/1455afae087bc59df6f2a1b7fba63fb71c90c97a
Author: Maurício Meneghini Fauth 
Date: 2022-12-10 (Sat, 12 December 2022) -03:00

Changed paths: 
M .github/workflows/tests.yml

Log Message:
---
Add PHP 8.2 to test workflow matrix

Signed-off-by: Maurício Meneghini Fauth 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/shapefile] 6dfd79: Add allowed plugins to composer.json

2022-11-10 Thread Maurício Meneghini Fauth
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/shapefile
Commit: 6dfd79d1bb1f84e0dc0961d7d2869b846f64dc3e
https://github.com/phpmyadmin/shapefile/commit/6dfd79d1bb1f84e0dc0961d7d2869b846f64dc3e
Author: Maurício Meneghini Fauth 
Date: 2022-11-10 (Thu, 11 November 2022) -03:00

Changed paths: 
M composer.json

Log Message:
---
Add allowed plugins to composer.json

Signed-off-by: Maurício Meneghini Fauth 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/shapefile] 0d1c05: Add PHP 8.1 to CI

2021-06-19 Thread William Desportes via Git
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/shapefile
Commit: 0d1c05b09a73522421f158ffb32d35c49935dbf7
https://github.com/phpmyadmin/shapefile/commit/0d1c05b09a73522421f158ffb32d35c49935dbf7
Author: William Desportes 
Date: 2021-06-19 (Sat, 06 June 2021) +02:00

Changed paths: 
M .github/workflows/tests.yml

Log Message:
---
Add PHP 8.1 to CI

Signed-off-by: William Desportes 

Commit: 63e314c7f651267d37e2bf5a14975219f8aa7414
https://github.com/phpmyadmin/shapefile/commit/63e314c7f651267d37e2bf5a14975219f8aa7414
Author: William Desportes 
Date: 2021-06-19 (Sat, 06 June 2021) +02:00

Changed paths: 
M .gitattributes

Log Message:
---
Exclude more files from the vendor bundle

Signed-off-by: William Desportes 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/shapefile] 9de475: Fix PHPUnit's assertFileNotExists() deprecation warning

2021-04-20 Thread Maurício Meneghini Fauth
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/shapefile
Commit: 9de475a0eeaa0310523fbf98b195f95da9aa26c1
https://github.com/phpmyadmin/shapefile/commit/9de475a0eeaa0310523fbf98b195f95da9aa26c1
Author: Maurício Meneghini Fauth 
Date: 2021-04-20 (Tue, 04 April 2021) -03:00

Changed paths: 
M tests/ShapeFileTest.php

Log Message:
---
Fix PHPUnit's assertFileNotExists() deprecation warning

Signed-off-by: Maurício Meneghini Fauth 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/shapefile] 05b8e7: Upgrade phpmyadmin/coding-standard to 3.0.0

2021-04-20 Thread Maurício Meneghini Fauth
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/shapefile
Commit: 05b8e7d2b0b7db30b5855edfbf16922a0776dc09
https://github.com/phpmyadmin/shapefile/commit/05b8e7d2b0b7db30b5855edfbf16922a0776dc09
Author: Maurício Meneghini Fauth 
Date: 2021-04-20 (Tue, 04 April 2021) -03:00

Changed paths: 
M composer.json
M examples/read.php
M phpcs.xml.dist
M src/ShapeFile.php
M src/ShapeRecord.php
M tests/ShapeFileTest.php

Log Message:
---
Upgrade phpmyadmin/coding-standard to 3.0.0

Signed-off-by: Maurício Meneghini Fauth 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/shapefile] c23219: CHANGELOG for 3.0.1

2021-02-05 Thread Isaac Bennetch
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/shapefile
Commit: c232198ef49d3484f26acfe2d12cab103da9371a
https://github.com/phpmyadmin/shapefile/commit/c232198ef49d3484f26acfe2d12cab103da9371a
Author: Isaac Bennetch 
Date: 2021-02-05 (Fri, 02 February 2021) -05:00

Changed paths: 
M CHANGELOG.md

Log Message:
---
CHANGELOG for 3.0.1

Signed-off-by: Isaac Bennetch 

Commit: 2087c2837f595b7176dbd790f8cb05a610dba696
https://github.com/phpmyadmin/shapefile/commit/2087c2837f595b7176dbd790f8cb05a610dba696
Author: Isaac Bennetch 
Date: 2021-02-05 (Fri, 02 February 2021) -05:00

Changed paths: 
M CHANGELOG.md

Log Message:
---
Prepare for next release

Signed-off-by: Isaac Bennetch 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/shapefile] 6238cb: Add dbase PHP extension to Scrutinizer

2021-02-05 Thread William Desportes via Git
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/shapefile
Commit: 6238cb5b2b91a737f25df9190484560cf57dee2f
https://github.com/phpmyadmin/shapefile/commit/6238cb5b2b91a737f25df9190484560cf57dee2f
Author: William Desportes 
Date: 2021-02-05 (Fri, 02 February 2021) +01:00

Changed paths: 
M .scrutinizer.yml

Log Message:
---
Add dbase PHP extension to Scrutinizer

Signed-off-by: William Desportes 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/shapefile] 2eecfd: Fix method signature of ShapeFile::getDBFHeader()

2021-02-05 Thread William Desportes via Git
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/shapefile
Commit: 2eecfddb2bed94868e154b68044bc9329465a794
https://github.com/phpmyadmin/shapefile/commit/2eecfddb2bed94868e154b68044bc9329465a794
Author: William Desportes 
Date: 2021-02-05 (Fri, 02 February 2021) +01:00

Changed paths: 
M CHANGELOG.md
M phpstan-baseline.neon
M src/ShapeFile.php

Log Message:
---
Fix method signature of ShapeFile::getDBFHeader()

Signed-off-by: William Desportes 

Commit: 169c488b1ebf7e5172f7ccfb8dc88a3cdde6a8ab
https://github.com/phpmyadmin/shapefile/commit/169c488b1ebf7e5172f7ccfb8dc88a3cdde6a8ab
Author: William Desportes 
Date: 2021-02-05 (Fri, 02 February 2021) +01:00

Changed paths: 
M tests/ShapeFileTest.php

Log Message:
---
Add a test for null getDBFHeader

Signed-off-by: William Desportes 

Commit: e27c429084586b0608ed4e3340d69436a750b239
https://github.com/phpmyadmin/shapefile/commit/e27c429084586b0608ed4e3340d69436a750b239
Author: William Desportes 
Date: 2021-02-05 (Fri, 02 February 2021) +01:00

Changed paths: 
M src/ShapeFile.php

Log Message:
---
Fix some more types

Signed-off-by: William Desportes 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/shapefile] ef975e: Prepare to release version 3.0.0

2021-02-05 Thread Isaac Bennetch
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/shapefile
Commit: ef975ed0118beb436e151e78bd816af676410645
https://github.com/phpmyadmin/shapefile/commit/ef975ed0118beb436e151e78bd816af676410645
Author: Isaac Bennetch 
Date: 2021-02-05 (Fri, 02 February 2021) -05:00

Changed paths: 
M CHANGELOG.md

Log Message:
---
Prepare to release version 3.0.0

Signed-off-by: Isaac Bennetch 

Commit: 28fcf394ef40b8b8c417925cb47559a757f91981
https://github.com/phpmyadmin/shapefile/commit/28fcf394ef40b8b8c417925cb47559a757f91981
Author: Isaac Bennetch 
Date: 2021-02-05 (Fri, 02 February 2021) -05:00

Changed paths: 
M CHANGELOG.md

Log Message:
---
Prepare for next release

Signed-off-by: Isaac Bennetch 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/shapefile] 990103: Fix "TypeError: str_replace(): Argument #3 ($subject) must be of type array|string, null given"

2021-02-05 Thread William Desportes via Git
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/shapefile
Commit: 990103d6486c7394254f00dcb6c55925022db46d
https://github.com/phpmyadmin/shapefile/commit/990103d6486c7394254f00dcb6c55925022db46d
Author: William Desportes 
Date: 2021-02-05 (Fri, 02 February 2021) +01:00

Changed paths: 
M src/ShapeFile.php

Log Message:
---
Fix "TypeError: str_replace(): Argument #3 ($subject) must be of type 
array|string, null given"

Signed-off-by: William Desportes 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/shapefile] 5f09f0: Fix the loadFromFile test for dbase enabled tests

2021-02-05 Thread William Desportes via Git
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/shapefile
Commit: 5f09f01f9a230f33b53f78f60cfb6fe526eee97e
https://github.com/phpmyadmin/shapefile/commit/5f09f01f9a230f33b53f78f60cfb6fe526eee97e
Author: William Desportes 
Date: 2021-02-05 (Fri, 02 February 2021) +01:00

Changed paths: 
M tests/ShapeFileTest.php

Log Message:
---
Fix the loadFromFile test for dbase enabled tests

Signed-off-by: William Desportes 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/shapefile] 042967: Update phpstan baseline and matrix test using the dbase extension

2021-02-05 Thread William Desportes via Git
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/shapefile
Commit: 04296788fb4515d6a2adbc22c9ed589f0d834770
https://github.com/phpmyadmin/shapefile/commit/04296788fb4515d6a2adbc22c9ed589f0d834770
Author: William Desportes 
Date: 2021-02-05 (Fri, 02 February 2021) +01:00

Changed paths: 
M .github/workflows/tests.yml
M phpstan-baseline.neon

Log Message:
---
Update phpstan baseline and matrix test using the dbase extension

Signed-off-by: William Desportes 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/shapefile] 059b59: Fix readSHP and add a test case

2021-02-05 Thread William Desportes via Git
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/shapefile
Commit: 059b596adadb46f6ca87837fec01c86b964fdd8c
https://github.com/phpmyadmin/shapefile/commit/059b596adadb46f6ca87837fec01c86b964fdd8c
Author: William Desportes 
Date: 2021-02-05 (Fri, 02 February 2021) +01:00

Changed paths: 
M src/ShapeFile.php
M tests/ShapeFileTest.php

Log Message:
---
Fix readSHP and add a test case

Signed-off-by: William Desportes 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/shapefile] b13400: Make examples non $PWD relative

2021-02-05 Thread William Desportes via Git
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/shapefile
Commit: b13400ba0d008f9fa67c74d05b14e599d19ac8c6
https://github.com/phpmyadmin/shapefile/commit/b13400ba0d008f9fa67c74d05b14e599d19ac8c6
Author: William Desportes 
Date: 2021-02-05 (Fri, 02 February 2021) +01:00

Changed paths: 
M examples/create_shapefile.php
M examples/read.php
M examples/read_point.php
M examples/read_polygon.php

Log Message:
---
Make examples non $PWD relative

Signed-off-by: William Desportes 

Commit: 34fbd6304a48421a4c345ba91cd6a09436bb0828
https://github.com/phpmyadmin/shapefile/commit/34fbd6304a48421a4c345ba91cd6a09436bb0828
Author: William Desportes 
Date: 2021-02-05 (Fri, 02 February 2021) +01:00

Changed paths: 
A .github/workflows/lint-and-analyse-php.yml
A .github/workflows/lint-docs.yml
A .github/workflows/tests.yml

Log Message:
---
Add GitHub actions

Signed-off-by: William Desportes 

Commit: 238f1099f2c477000f8732e4bace85df8b3e7519
https://github.com/phpmyadmin/shapefile/commit/238f1099f2c477000f8732e4bace85df8b3e7519
Author: William Desportes 
Date: 2021-02-05 (Fri, 02 February 2021) +01:00

Changed paths: 
M .gitattributes
M README.md
D .travis.yml

Log Message:
---
Drop TravisCI

Signed-off-by: William Desportes 

Commit: d04cace271996cdace1ded1f74e9a146de33deee
https://github.com/phpmyadmin/shapefile/commit/d04cace271996cdace1ded1f74e9a146de33deee
Author: William Desportes 
Date: 2021-02-05 (Fri, 02 February 2021) +01:00

Changed paths: 
M .github/workflows/lint-and-analyse-php.yml

Log Message:
---
Enable dbase for phpstan analysis

Signed-off-by: William Desportes 

Commit: 28ca8c74c763e9ac5c7ba86fa2f4cc6d8c8b669f
https://github.com/phpmyadmin/shapefile/commit/28ca8c74c763e9ac5c7ba86fa2f4cc6d8c8b669f
Author: William Desportes 
Date: 2021-02-05 (Fri, 02 February 2021) +01:00

Changed paths: 
M src/Util.php

Log Message:
---
Handle the case where unpack could return false

Signed-off-by: William Desportes 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/shapefile] c356be: Update Doctum config

2020-11-21 Thread William Desportes via Git
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/shapefile
Commit: c356be9dc44c0963eb35497c5a25972bfbe7e2e7
https://github.com/phpmyadmin/shapefile/commit/c356be9dc44c0963eb35497c5a25972bfbe7e2e7
Author: William Desportes 
Date: 2020-11-21 (Sat, 11 November 2020) +01:00

Changed paths: 
M ci/doctum-config.php

Log Message:
---
Update Doctum config

Ref: https://github.com/phpmyadmin/scripts/issues/38
Signed-off-by: William Desportes 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/shapefile] 6fd069: Update phpstan baseline

2020-11-17 Thread William Desportes via Git
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/shapefile
Commit: 6fd06916b1bd547ae3c81bd9320bc3ba1693ed24
https://github.com/phpmyadmin/shapefile/commit/6fd06916b1bd547ae3c81bd9320bc3ba1693ed24
Author: William Desportes 
Date: 2020-11-17 (Tue, 11 November 2020) +01:00

Changed paths: 
M phpstan-baseline.neon
M src/ShapeFile.php

Log Message:
---
Update phpstan baseline

Signed-off-by: William Desportes 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/shapefile] 5d78e6: Sync Doctum update command with other repositories

2020-11-16 Thread William Desportes via Git
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/shapefile
Commit: 5d78e6fe32e39f936d5d72bb2e85b713a15522bf
https://github.com/phpmyadmin/shapefile/commit/5d78e6fe32e39f936d5d72bb2e85b713a15522bf
Author: William Desportes 
Date: 2020-11-16 (Mon, 11 November 2020) +01:00

Changed paths: 
M .travis.yml

Log Message:
---
Sync Doctum update command with other repositories

Ref: 
https://github.com/phpmyadmin/sql-parser/commit/5f8f1433c06db6f9acec2e2b4bdf58afff4d1d31

Signed-off-by: William Desportes 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/shapefile] 4724f1: Update phpstan baselines

2020-08-16 Thread William Desportes via Git
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/shapefile
Commit: 4724f1958d2a526c58034de89b676efab7aee90f
https://github.com/phpmyadmin/shapefile/commit/4724f1958d2a526c58034de89b676efab7aee90f
Author: William Desportes 
Date: 2020-08-16 (Sun, 08 August 2020) +02:00

Changed paths: 
M phpstan-baseline.neon

Log Message:
---
Update phpstan baselines

Signed-off-by: William Desportes 

Commit: 11cb45087ffc82e4afd368d5dfa0c3fc3f6d2b26
https://github.com/phpmyadmin/shapefile/commit/11cb45087ffc82e4afd368d5dfa0c3fc3f6d2b26
Author: William Desportes 
Date: 2020-08-16 (Sun, 08 August 2020) +02:00

Changed paths: 
M CHANGELOG.md

Log Message:
---
Update CHANGELOG.md

Signed-off-by: William Desportes 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/shapefile] d743ab: Sync configuration files with the main repository and add coverage to Scrutinizer

2020-08-16 Thread William Desportes via Git
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/shapefile
Commit: d743ab635458820b6bfe2fda0ccb1b5fc0aef934
https://github.com/phpmyadmin/shapefile/commit/d743ab635458820b6bfe2fda0ccb1b5fc0aef934
Author: William Desportes 
Date: 2020-08-16 (Sun, 08 August 2020) +02:00

Changed paths: 
M .scrutinizer.yml
M .travis.yml
M phpcs.xml.dist
M phpunit.xml.dist

Log Message:
---
Sync configuration files with the main repository and add coverage to 
Scrutinizer

Signed-off-by: William Desportes 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/shapefile] 6481a4: Clean coding standard configuration file

2020-08-16 Thread William Desportes via Git
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/shapefile
Commit: 6481a447b19bf3b2e3f4027fd4a7b7458d97e53d
https://github.com/phpmyadmin/shapefile/commit/6481a447b19bf3b2e3f4027fd4a7b7458d97e53d
Author: William Desportes 
Date: 2020-08-16 (Sun, 08 August 2020) +02:00

Changed paths: 
M phpcs.xml.dist

Log Message:
---
Clean coding standard configuration file

Signed-off-by: William Desportes 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/shapefile] 0868a7: Fix some phpstan errors

2020-08-16 Thread William Desportes via Git
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/shapefile
Commit: 0868a73ecfbf8d9295f3f5da1402751758667abb
https://github.com/phpmyadmin/shapefile/commit/0868a73ecfbf8d9295f3f5da1402751758667abb
Author: William Desportes 
Date: 2020-08-16 (Sun, 08 August 2020) +02:00

Changed paths: 
M phpstan-baseline.neon
M src/ShapeFile.php
M src/ShapeRecord.php
M src/Util.php

Log Message:
---
Fix some phpstan errors

Signed-off-by: William Desportes 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/shapefile] 4478e5: Fix a Doctum parse error

2020-08-16 Thread William Desportes via Git
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/shapefile
Commit: 4478e55326f37788e862a24b4f83cab182bf12bb
https://github.com/phpmyadmin/shapefile/commit/4478e55326f37788e862a24b4f83cab182bf12bb
Author: William Desportes 
Date: 2020-08-16 (Sun, 08 August 2020) +02:00

Changed paths: 
M .travis.yml
M src/ShapeRecord.php

Log Message:
---
Fix a Doctum parse error

Signed-off-by: William Desportes 

Commit: 7cd3456045d412f5998e089af13c1e29646eca56
https://github.com/phpmyadmin/shapefile/commit/7cd3456045d412f5998e089af13c1e29646eca56
Author: William Desportes 
Date: 2020-08-16 (Sun, 08 August 2020) +02:00

Changed paths: 
M src/ShapeFile.php

Log Message:
---
Fix ShapeFile::loadDBFHeader() after coding standard changes

Ref: 5c12e476aa5ffcf6a08bea220f40f1c17f669d73

Signed-off-by: William Desportes 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/shapefile] e7199a: Enable dbase extension for phpstan

2020-08-16 Thread William Desportes via Git
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/shapefile
Commit: e7199a4b4a2494814ea0a9e335cc3c5f3b9de197
https://github.com/phpmyadmin/shapefile/commit/e7199a4b4a2494814ea0a9e335cc3c5f3b9de197
Author: William Desportes 
Date: 2020-08-16 (Sun, 08 August 2020) +02:00

Changed paths: 
M .travis.yml

Log Message:
---
Enable dbase extension for phpstan

Signed-off-by: William Desportes 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/shapefile] ad88e2: Allow phpunit 9

2020-08-16 Thread William Desportes via Git
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/shapefile
Commit: ad88e2d3cad316f6f3d455602582306c592caa24
https://github.com/phpmyadmin/shapefile/commit/ad88e2d3cad316f6f3d455602582306c592caa24
Author: William Desportes 
Date: 2020-08-15 (Sat, 08 August 2020) +02:00

Changed paths: 
M composer.json

Log Message:
---
Allow phpunit 9

Signed-off-by: William Desportes 

Commit: c16d39d1c07f477489c153e116051aad0ff181a8
https://github.com/phpmyadmin/shapefile/commit/c16d39d1c07f477489c153e116051aad0ff181a8
Author: William Desportes 
Date: 2020-08-15 (Sat, 08 August 2020) +02:00

Changed paths: 
M composer.json

Log Message:
---
Clean dev dependencies

Signed-off-by: William Desportes 

Commit: f9c7a27c645396d79a08668211c66574e741ec82
https://github.com/phpmyadmin/shapefile/commit/f9c7a27c645396d79a08668211c66574e741ec82
Author: William Desportes 
Date: 2020-08-16 (Sun, 08 August 2020) +02:00

Changed paths: 
A ci/doctum-config.php
M .gitignore
M .scrutinizer.yml
M .travis.yml
D ci/sami-config.php

Log Message:
---
Use Doctum instead of Sami

Signed-off-by: William Desportes 

Commit: fb80a01d7be5c28596396c6a1d210d804adf5374
https://github.com/phpmyadmin/shapefile/commit/fb80a01d7be5c28596396c6a1d210d804adf5374
Author: William Desportes 
Date: 2020-08-16 (Sun, 08 August 2020) +02:00

Changed paths: 
M composer.json

Log Message:
---
Allow PHP 8

Signed-off-by: William Desportes 

Commit: ab9f8e1873cd86fb267dcd54afbabd593e6518ec
https://github.com/phpmyadmin/shapefile/commit/ab9f8e1873cd86fb267dcd54afbabd593e6518ec
Author: William Desportes 
Date: 2020-08-16 (Sun, 08 August 2020) +02:00

Changed paths: 
M composer.json
M phpstan.neon.dist

Log Message:
---
Upgrade phpstan

Signed-off-by: William Desportes 

Commit: 1ad2ea0398761f6312874050a5f399afa485168b
https://github.com/phpmyadmin/shapefile/commit/1ad2ea0398761f6312874050a5f399afa485168b
Author: William Desportes 
Date: 2020-08-16 (Sun, 08 August 2020) +02:00

Changed paths: 
M CHANGELOG.md
M src/ShapeRecord.php

Log Message:
---
Change the return signature of ShapeRecord::getContentLength

Signed-off-by: William Desportes 

Commit: 5c12e476aa5ffcf6a08bea220f40f1c17f669d73
https://github.com/phpmyadmin/shapefile/commit/5c12e476aa5ffcf6a08bea220f40f1c17f669d73
Author: William Desportes 
Date: 2020-08-16 (Sun, 08 August 2020) +02:00

Changed paths: 
M composer.json
M examples/create_shapefile.php
M examples/read.php
M examples/read_point.php
M examples/read_polygon.php
M phpcs.xml.dist
M phpstan-baseline.neon
M phpstan.neon.dist
M src/ShapeFile.php
M src/ShapeRecord.php
M src/Util.php
M tests/ShapeFileTest.php
M tests/UtilTest.php

Log Message:
---
Upgrade coding standard to ^2.0

Signed-off-by: William Desportes 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/shapefile] 0816bd: Add phpstan.neon to .gitignore

2020-02-28 Thread Maurício Meneghini Fauth
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/shapefile
Commit: 0816bd54793cdb32fe439256cf7bc2f12c10d63f
https://github.com/phpmyadmin/shapefile/commit/0816bd54793cdb32fe439256cf7bc2f12c10d63f
Author: Maurício Meneghini Fauth 
Date: 2020-02-28 (Fri, 02 February 2020) -03:00

Changed paths: 
M .gitignore

Log Message:
---
Add phpstan.neon to .gitignore

Signed-off-by: Maurício Meneghini Fauth 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/shapefile] ce7f4a: Add PHPStan to the test matrix

2020-02-28 Thread Maurício Meneghini Fauth
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/shapefile
Commit: ce7f4aa33f40adbe84748f8c9f49e939e0d12794
https://github.com/phpmyadmin/shapefile/commit/ce7f4aa33f40adbe84748f8c9f49e939e0d12794
Author: Maurício Meneghini Fauth 
Date: 2020-02-28 (Fri, 02 February 2020) -03:00

Changed paths: 
A phpstan-baseline.neon
A phpstan.neon.dist
M .travis.yml
M composer.json

Log Message:
---
Add PHPStan to the test matrix

Signed-off-by: Maurício Meneghini Fauth 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/shapefile] e5f130: Fix doc block and control structure spacing

2020-02-28 Thread Maurício Meneghini Fauth
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/shapefile
Commit: e5f130832b6b2511d8627ce6c4bc60300d74eaf4
https://github.com/phpmyadmin/shapefile/commit/e5f130832b6b2511d8627ce6c4bc60300d74eaf4
Author: Maurício Meneghini Fauth 
Date: 2020-02-28 (Fri, 02 February 2020) -03:00

Changed paths: 
M src/ShapeFile.php
M src/ShapeRecord.php
M src/Util.php
M tests/ShapeFileTest.php
M tests/UtilTest.php

Log Message:
---
Fix doc block and control structure spacing

Signed-off-by: Maurício Meneghini Fauth 

Commit: 00fcc8f6bc9706e26d9d22c8a7744f18ae6312ff
https://github.com/phpmyadmin/shapefile/commit/00fcc8f6bc9706e26d9d22c8a7744f18ae6312ff
Author: Maurício Meneghini Fauth 
Date: 2020-02-28 (Fri, 02 February 2020) -03:00

Changed paths: 
M src/ShapeFile.php
M src/ShapeRecord.php
M src/Util.php
M tests/ShapeFileTest.php

Log Message:
---
Reference functions via use statement

Signed-off-by: Maurício Meneghini Fauth 

Commit: 0cc8618986b3755aa9810bcf61c00145c36b23ca
https://github.com/phpmyadmin/shapefile/commit/0cc8618986b3755aa9810bcf61c00145c36b23ca
Author: Maurício Meneghini Fauth 
Date: 2020-02-28 (Fri, 02 February 2020) -03:00

Changed paths: 
M src/ShapeFile.php
M src/ShapeRecord.php

Log Message:
---
Use null coalescing operator when possible

Signed-off-by: Maurício Meneghini Fauth 

Commit: 73d1d0d2588a2b781862d724863251a0d1a9e3c7
https://github.com/phpmyadmin/shapefile/commit/73d1d0d2588a2b781862d724863251a0d1a9e3c7
Author: Maurício Meneghini Fauth 
Date: 2020-02-28 (Fri, 02 February 2020) -03:00

Changed paths: 
M src/ShapeFile.php

Log Message:
---
Remove useless parentheses

Signed-off-by: Maurício Meneghini Fauth 

Commit: 82aa8c800d916456e0498715f96e2804881b81d5
https://github.com/phpmyadmin/shapefile/commit/82aa8c800d916456e0498715f96e2804881b81d5
Author: Maurício Meneghini Fauth 
Date: 2020-02-28 (Fri, 02 February 2020) -03:00

Changed paths: 
M src/ShapeFile.php

Log Message:
---
Add class constant visibility

Signed-off-by: Maurício Meneghini Fauth 

Commit: 89c6cb73554e5b4d8e15cd309f4c923ba633ef69
https://github.com/phpmyadmin/shapefile/commit/89c6cb73554e5b4d8e15cd309f4c923ba633ef69
Author: Maurício Meneghini Fauth 
Date: 2020-02-28 (Fri, 02 February 2020) -03:00

Changed paths: 
M examples/read.php
M tests/ShapeFileTest.php

Log Message:
---
Use single quote instead of double quote strings

Signed-off-by: Maurício Meneghini Fauth 

Commit: 9ead5f9ade12c43a13841923d44deecc9454460f
https://github.com/phpmyadmin/shapefile/commit/9ead5f9ade12c43a13841923d44deecc9454460f
Author: Maurício Meneghini Fauth 
Date: 2020-02-28 (Fri, 02 February 2020) -03:00

Changed paths: 
M src/ShapeFile.php
M src/ShapeRecord.php
M src/Util.php
M tests/ShapeFileTest.php

Log Message:
---
Replace is_null function with comparison with null

Signed-off-by: Maurício Meneghini Fauth 

Commit: 0a01a433d12c466ff9c84a803293a19da5985e74
https://github.com/phpmyadmin/shapefile/commit/0a01a433d12c466ff9c84a803293a19da5985e74
Author: Maurício Meneghini Fauth 
Date: 2020-02-28 (Fri, 02 February 2020) -03:00

Changed paths: 
M src/ShapeFile.php

Log Message:
---
Remove useless conditions

Signed-off-by: Maurício Meneghini Fauth 

Commit: e643a6431461662278a302911c625c4a39f7eea2
https://github.com/phpmyadmin/shapefile/commit/e643a6431461662278a302911c625c4a39f7eea2
Author: Maurício Meneghini Fauth 
Date: 2020-02-28 (Fri, 02 February 2020) -03:00

Changed paths: 
M src/ShapeFile.php
M src/ShapeRecord.php
M tests/ShapeFileTest.php

Log Message:
---
Use early exit when possible

Signed-off-by: Maurício Meneghini Fauth 

Commit: 48caa0fc5e977edef3ebcb31046d45cc1becd3f8
https://github.com/phpmyadmin/shapefile/commit/48caa0fc5e977edef3ebcb31046d45cc1becd3f8
Author: Maurício Meneghini Fauth 
Date: 2020-02-28 (Fri, 02 February 2020) -03:00

Changed paths: 
M phpcs.xml.dist
M src/ShapeFile.php
M src/ShapeRecord.php

Log Message:
---
Fix line length being too long

Signed-off-by: Maurício Meneghini Fauth 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/shapefile] 0f74d8: Rename variables to use camelCase format

2020-02-28 Thread Maurício Meneghini Fauth
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/shapefile
Commit: 0f74d8ad493ef8070af9273bb486bc98457ec83e
https://github.com/phpmyadmin/shapefile/commit/0f74d8ad493ef8070af9273bb486bc98457ec83e
Author: Maurício Meneghini Fauth 
Date: 2020-02-28 (Fri, 02 February 2020) -03:00

Changed paths: 
M CHANGELOG.md
M examples/create_shapefile.php
M examples/read.php
M phpcs.xml.dist
M src/ShapeFile.php
M src/ShapeRecord.php
M src/Util.php
M tests/ShapeFileTest.php

Log Message:
---
Rename variables to use camelCase format

Signed-off-by: Maurício Meneghini Fauth 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/shapefile] 77b047: Simplify Travis build matrix

2020-02-27 Thread Maurício Meneghini Fauth
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/shapefile
Commit: 77b04737c295ad89a1bb1adbf82a93756c5dd330
https://github.com/phpmyadmin/shapefile/commit/77b04737c295ad89a1bb1adbf82a93756c5dd330
Author: Maurício Meneghini Fauth 
Date: 2020-02-27 (Thu, 02 February 2020) -03:00

Changed paths: 
M .travis.yml

Log Message:
---
Simplify Travis build matrix

Signed-off-by: Maurício Meneghini Fauth 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/shapefile] bd9e3d: Use latest version of dbase in Travis build

2020-02-27 Thread Maurício Meneghini Fauth
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/shapefile
Commit: bd9e3d8c773e61bdda2ae699e34440cda0bdf45a
https://github.com/phpmyadmin/shapefile/commit/bd9e3d8c773e61bdda2ae699e34440cda0bdf45a
Author: Maurício Meneghini Fauth 
Date: 2020-02-27 (Thu, 02 February 2020) -03:00

Changed paths: 
M .travis.yml
D ci/install-dbase

Log Message:
---
Use latest version of dbase in Travis build

Signed-off-by: Maurício Meneghini Fauth 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/shapefile] 3ad340: Add PHP 7.4 with dbase and fix PHP nightly tests

2020-02-27 Thread Maurício Meneghini Fauth
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/shapefile
Commit: 3ad34099ccb144d84fae0135580088a327ca8aed
https://github.com/phpmyadmin/shapefile/commit/3ad34099ccb144d84fae0135580088a327ca8aed
Author: Maurício Meneghini Fauth 
Date: 2020-02-27 (Thu, 02 February 2020) -03:00

Changed paths: 
M .travis.yml

Log Message:
---
Add PHP 7.4 with dbase and fix PHP nightly tests

Signed-off-by: Maurício Meneghini Fauth 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/shapefile] fe6cce: Add PHP 7.4 and use Xenial dist

2020-02-27 Thread Maurício Meneghini Fauth
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/shapefile
Commit: fe6cce0c2b7bee9f51f962bdb647673258b9cfd2
https://github.com/phpmyadmin/shapefile/commit/fe6cce0c2b7bee9f51f962bdb647673258b9cfd2
Author: Maurício Meneghini Fauth 
Date: 2020-02-27 (Thu, 02 February 2020) -03:00

Changed paths: 
M .travis.yml

Log Message:
---
Add PHP 7.4 and use Xenial dist

Signed-off-by: Maurício Meneghini Fauth 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/shapefile] a164fb: Remove underscore from private method names

2020-02-27 Thread Maurício Meneghini Fauth
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/shapefile
Commit: a164fb075ee8fe15ff6f3228013aa6f7b24cf353
https://github.com/phpmyadmin/shapefile/commit/a164fb075ee8fe15ff6f3228013aa6f7b24cf353
Author: Maurício Meneghini Fauth 
Date: 2020-02-27 (Thu, 02 February 2020) -03:00

Changed paths: 
M phpcs.xml.dist
M src/ShapeFile.php
M src/ShapeRecord.php

Log Message:
---
Remove underscore from private method names

Signed-off-by: Maurício Meneghini Fauth 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/shapefile] 5cda0d: Fix .gitattributes file

2020-02-22 Thread William Desportes via Git
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/shapefile
Commit: 5cda0d502af5ef85447552b7ad924a41dba6a3c2
https://github.com/phpmyadmin/shapefile/commit/5cda0d502af5ef85447552b7ad924a41dba6a3c2
Author: William Desportes 
Date: 2020-02-22 (Sat, 02 February 2020) +01:00

Changed paths: 
M .gitattributes

Log Message:
---
Fix .gitattributes file

Signed-off-by: William Desportes 

Commit: c2c4527adbd68432787d2231f858aff9ff839854
https://github.com/phpmyadmin/shapefile/commit/c2c4527adbd68432787d2231f858aff9ff839854
Author: William Desportes 
Date: 2020-02-22 (Sat, 02 February 2020) +01:00

Changed paths: 
M CHANGELOG.md

Log Message:
---
Add CHANGELOG entry for a3e02c09ec

Signed-off-by: William Desportes 

Commit: 99094725b5436b7522c280c1668d5eef530d3c52
https://github.com/phpmyadmin/shapefile/commit/99094725b5436b7522c280c1668d5eef530d3c52
Author: William Desportes 
Date: 2020-02-22 (Sat, 02 February 2020) +01:00

Changed paths: 
M CONTRIBUTING.md
M README.md
M composer.json

Log Message:
---
Fix CONTRIBUTING.md and improve README.md & composer.json 

Signed-off-by: William Desportes 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/shapefile] a3e02c: Allow usage of phpunit ^8

2019-09-24 Thread William Desportes via Git
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/shapefile
Commit: a3e02c09eca23ffc1d0c894f6ff19823ccb1fb74
https://github.com/phpmyadmin/shapefile/commit/a3e02c09eca23ffc1d0c894f6ff19823ccb1fb74
Author: William Desportes 
Date: 2019-09-25 (Wed, 09 September 2019) +02:00

Changed paths: 
M .gitignore
M composer.json

Log Message:
---
Allow usage of phpunit ^8

Signed-off-by: William Desportes 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/shapefile] f4f359: Add phpcs to build matrix

2019-01-16 Thread Maurício Meneghini Fauth
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/shapefile
Commit: f4f359b58ea3065ea85e3aa3bb8b677a24861363
https://github.com/phpmyadmin/shapefile/commit/f4f359b58ea3065ea85e3aa3bb8b677a24861363
Author: Maurício Meneghini Fauth 
Date: 2019-01-16 (Wed, 01 January 2019) -02:00

Changed paths: 
M .travis.yml

Log Message:
---
Add phpcs to build matrix

Signed-off-by: Maurício Meneghini Fauth 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/shapefile] 08a826: Fix tests

2019-01-16 Thread Maurício Meneghini Fauth
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/shapefile
Commit: 08a8265e169d93dfa0605cd15547374693e559f2
https://github.com/phpmyadmin/shapefile/commit/08a8265e169d93dfa0605cd15547374693e559f2
Author: Maurício Meneghini Fauth 
Date: 2019-01-16 (Wed, 01 January 2019) -02:00

Changed paths: 
M .gitignore
M src/ShapeFile.php

Log Message:
---
Fix tests

Signed-off-by: Maurício Meneghini Fauth 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/shapefile] b64441: Enable strict mode on PHP files

2019-01-16 Thread Maurício Meneghini Fauth
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/shapefile
Commit: b6444170f16b54a1034a62f5d0d59e421b04c31f
https://github.com/phpmyadmin/shapefile/commit/b6444170f16b54a1034a62f5d0d59e421b04c31f
Author: Maurício Meneghini Fauth 
Date: 2019-01-16 (Wed, 01 January 2019) -02:00

Changed paths: 
M CHANGELOG.md
M examples/create_shapefile.php
M examples/read.php
M examples/read_point.php
M examples/read_polygon.php
M src/ShapeFile.php
M src/ShapeRecord.php
M src/Util.php
M tests/ShapeFileTest.php
M tests/UtilTest.php

Log Message:
---
Enable strict mode on PHP files

Signed-off-by: Maurício Meneghini Fauth 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/shapefile] 8f59cd: Create CODE_OF_CONDUCT.md

2019-01-10 Thread Maurício Meneghini Fauth
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/shapefile
Commit: 8f59cd3cf8acc05834807d6338aebec7c2324252
https://github.com/phpmyadmin/shapefile/commit/8f59cd3cf8acc05834807d6338aebec7c2324252
Author: Maurício Meneghini Fauth 
Date: 2019-01-10 (Thu, 01 January 2019) -02:00

Changed paths: 
A CODE_OF_CONDUCT.md

Log Message:
---
Create CODE_OF_CONDUCT.md

Signed-off-by: Maurício Meneghini Fauth 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/shapefile] a12491: Remove phpcs --config option on Scrutinizer

2019-01-09 Thread Maurício Meneghini Fauth
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/shapefile
Commit: a124910fdf6eb65b208502e5305d962dcc268811
https://github.com/phpmyadmin/shapefile/commit/a124910fdf6eb65b208502e5305d962dcc268811
Author: Maurício Meneghini Fauth 
Date: 2019-01-10 (Thu, 01 January 2019) -02:00

Changed paths: 
M .scrutinizer.yml

Log Message:
---
Remove phpcs --config option on Scrutinizer

Signed-off-by: Maurício Meneghini Fauth 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/shapefile] f71bba: Add Scrutinizer config file

2019-01-09 Thread Maurício Meneghini Fauth
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/shapefile
Commit: f71bba636164547e5a04325033e207d53a00a1f7
https://github.com/phpmyadmin/shapefile/commit/f71bba636164547e5a04325033e207d53a00a1f7
Author: Maurício Meneghini Fauth 
Date: 2019-01-10 (Thu, 01 January 2019) -02:00

Changed paths: 
A .scrutinizer.yml

Log Message:
---
Add Scrutinizer config file

Signed-off-by: Maurício Meneghini Fauth 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/shapefile] 39efd8: Add dbase test with PHP 7.3

2019-01-09 Thread Maurício Meneghini Fauth
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/shapefile
Commit: 39efd8e4bec98d896a0303d2a89ebf38d4d8aa06
https://github.com/phpmyadmin/shapefile/commit/39efd8e4bec98d896a0303d2a89ebf38d4d8aa06
Author: Maurício Meneghini Fauth 
Date: 2019-01-10 (Thu, 01 January 2019) -02:00

Changed paths: 
M .travis.yml

Log Message:
---
Add dbase test with PHP 7.3

Signed-off-by: Maurício Meneghini Fauth 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/shapefile] aca256: Add CHANGELOG.md entry for version 0.13

2019-01-09 Thread Maurício Meneghini Fauth
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/shapefile
Commit: aca256765c39bfe7ec54d51f81b2c2bbe8d67cd6
https://github.com/phpmyadmin/shapefile/commit/aca256765c39bfe7ec54d51f81b2c2bbe8d67cd6
Author: Maurício Meneghini Fauth 
Date: 2019-01-10 (Thu, 01 January 2019) -02:00

Changed paths: 
M CHANGELOG.md

Log Message:
---
Add CHANGELOG.md entry for version 0.13

Signed-off-by: Maurício Meneghini Fauth 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/shapefile] 5424cd: Format CHANGELOG.md to the 'Keep a Changelog' format

2019-01-09 Thread Maurício Meneghini Fauth
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/shapefile
Commit: 5424cd99278f1dd829c9b36829ce63f175a321d8
https://github.com/phpmyadmin/shapefile/commit/5424cd99278f1dd829c9b36829ce63f175a321d8
Author: Maurício Meneghini Fauth 
Date: 2019-01-10 (Thu, 01 January 2019) -02:00

Changed paths: 
M CHANGELOG.md

Log Message:
---
Format CHANGELOG.md to the 'Keep a Changelog' format

Signed-off-by: Maurício Meneghini Fauth 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/shapefile] 918038: Apply phpmyadmin/coding-standard

2019-01-08 Thread Maurício Meneghini Fauth
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/shapefile
Commit: 9180380836a9fc5f17d3ae7442f3410b66f2fa6b
https://github.com/phpmyadmin/shapefile/commit/9180380836a9fc5f17d3ae7442f3410b66f2fa6b
Author: Maurício Meneghini Fauth 
Date: 2019-01-08 (Tue, 01 January 2019) -02:00

Changed paths: 
A phpcs.xml.dist
M .gitignore
M composer.json
M examples/create_shapefile.php
M src/ShapeFile.php
M src/ShapeRecord.php
M src/Util.php
M tests/ShapeFileTest.php
M tests/UtilTest.php
D .php_cs

Log Message:
---
Apply phpmyadmin/coding-standard

Signed-off-by: Maurício Meneghini Fauth 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/shapefile] 0a81db: Bump minimum version to PHP 7.1

2019-01-08 Thread Maurício Meneghini Fauth
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/shapefile
Commit: 0a81db517ace19391979b2e8119fed712a0a0e57
https://github.com/phpmyadmin/shapefile/commit/0a81db517ace19391979b2e8119fed712a0a0e57
Author: Maurício Meneghini Fauth 
Date: 2019-01-08 (Tue, 01 January 2019) -02:00

Changed paths: 
M .travis.yml
M CHANGELOG.md
M ci/install-dbase
M composer.json
M phpunit.xml.dist

Log Message:
---
Bump minimum version to PHP 7.1

Drop support for PHP 5.4, PHP 5.5, PHP 5.6, PHP 7.0 and HHVM

Signed-off-by: Maurício Meneghini Fauth 

Commit: a7ba1f1f082c19d86c801589203b6fe646b7c57e
https://github.com/phpmyadmin/shapefile/commit/a7ba1f1f082c19d86c801589203b6fe646b7c57e
Author: Michal Čihař 
Date: 2019-01-08 (Tue, 01 January 2019) +01:00

Changed paths: 
M .travis.yml
M CHANGELOG.md
M ci/install-dbase
M composer.json
M phpunit.xml.dist

Log Message:
---
Merge pull request #23 from mauriciofauth/php71

Bump minimum version to PHP 7.1

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/shapefile] 467563: Rename phpunit.xml to phpunit.xml.dist

2019-01-08 Thread Maurício Meneghini Fauth
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/shapefile
Commit: 467563a664ec5edbd5f1893270a9ab7e09fd2894
https://github.com/phpmyadmin/shapefile/commit/467563a664ec5edbd5f1893270a9ab7e09fd2894
Author: Maurício Meneghini Fauth 
Date: 2019-01-08 (Tue, 01 January 2019) -02:00

Changed paths: 
A phpunit.xml.dist
M .gitignore
M .travis.yml
M CONTRIBUTING.md
D phpunit.xml

Log Message:
---
Rename phpunit.xml to phpunit.xml.dist

Signed-off-by: Maurício Meneghini Fauth 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/shapefile] a74aab: Add PHP 7.3 and HHVM 3.27

2019-01-07 Thread Maurício Meneghini Fauth
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/shapefile
Commit: a74aab9f4dc6a7207c7a1cd9e3deee47202114ce
https://github.com/phpmyadmin/shapefile/commit/a74aab9f4dc6a7207c7a1cd9e3deee47202114ce
Author: Maurício Meneghini Fauth 
Date: 2019-01-08 (Tue, 01 January 2019) -02:00

Changed paths: 
M .travis.yml

Log Message:
---
Add PHP 7.3 and HHVM 3.27

Signed-off-by: Maurício Meneghini Fauth 

___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/shapefile] aaff22: Replace apigen with Sami in CI

2018-06-09 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/shapefile
  Commit: aaff2200a771db797a9abb5ad8f024475fa8dd4c
  
https://github.com/phpmyadmin/shapefile/commit/aaff2200a771db797a9abb5ad8f024475fa8dd4c
  Author: William Desportes 
  Date:   2018-06-06 (Wed, 06 Jun 2018)

  Changed paths:
M .travis.yml
A ci/sami-config.php
M composer.json

  Log Message:
  ---
  Replace apigen with Sami in CI

- Removed apigen/apigen
- Added sami/sami
- Generated a configuration and added it in /ci/ as config-sami.php
- Modified .travis.yml

Closes: #21
Signed-off-by: William Desportes 


  Commit: 5679734e225e4a1e20201de3252c3cadfb7051a0
  
https://github.com/phpmyadmin/shapefile/commit/5679734e225e4a1e20201de3252c3cadfb7051a0
  Author: Michal Čihař 
  Date:   2018-06-09 (Sat, 09 Jun 2018)

  Changed paths:
M .travis.yml
A ci/sami-config.php
M composer.json

  Log Message:
  ---
  Merge pull request #22 from williamdes/issue-21-apigen

Replace apigen with Sami in CI


Compare: 
https://github.com/phpmyadmin/shapefile/compare/25b410425b1b...5679734e225e
  **NOTE:** This service been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.
___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/shapefile] 2121c2: Fix typo in license in composer.json

2018-02-04 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/shapefile
  Commit: 2121c2d48b47057a92e8a3ca6bf5ebe024d581ea
  
https://github.com/phpmyadmin/shapefile/commit/2121c2d48b47057a92e8a3ca6bf5ebe024d581ea
  Author: Michal Čihař 
  Date:   2018-02-04 (Sun, 04 Feb 2018)

  Changed paths:
M composer.json

  Log Message:
  ---
  Fix typo in license in composer.json

Signed-off-by: Michal Čihař 


___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/shapefile] 71e3c7: Update SPDX license specifier

2018-01-26 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/shapefile
  Commit: 71e3c788d59fa1b73caff0e8f8ee091f4ca8c48c
  
https://github.com/phpmyadmin/shapefile/commit/71e3c788d59fa1b73caff0e8f8ee091f4ca8c48c
  Author: Michal Čihař 
  Date:   2018-01-26 (Fri, 26 Jan 2018)

  Changed paths:
M composer.json

  Log Message:
  ---
  Update SPDX license specifier

Signed-off-by: Michal Čihař 


___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/shapefile] 1ff86c: Fix dbase installation on PHP 7

2017-12-14 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/shapefile
  Commit: 1ff86c5250f8b67ef856c0626c7a6e8df698149b
  
https://github.com/phpmyadmin/shapefile/commit/1ff86c5250f8b67ef856c0626c7a6e8df698149b
  Author: Michal Čihař 
  Date:   2017-12-14 (Thu, 14 Dec 2017)

  Changed paths:
M .travis.yml
M ci/install-dbase

  Log Message:
  ---
  Fix dbase installation on PHP 7

Signed-off-by: Michal Čihař 


___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/shapefile] 698681: Update pecl prior to using it

2017-12-14 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/shapefile
  Commit: 69868186545720d74d38ccffbc88607f265a445c
  
https://github.com/phpmyadmin/shapefile/commit/69868186545720d74d38ccffbc88607f265a445c
  Author: Michal Čihař 
  Date:   2017-12-14 (Thu, 14 Dec 2017)

  Changed paths:
M .travis.yml

  Log Message:
  ---
  Update pecl prior to using it

Signed-off-by: Michal Čihař 


___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/shapefile] 8165ad: Need beta version of dbase for PHP 7

2017-12-14 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/shapefile
  Commit: 8165ad6d7bb7fedfccd697e518ecdb872bd637a5
  
https://github.com/phpmyadmin/shapefile/commit/8165ad6d7bb7fedfccd697e518ecdb872bd637a5
  Author: Michal Čihař 
  Date:   2017-12-14 (Thu, 14 Dec 2017)

  Changed paths:
M .travis.yml

  Log Message:
  ---
  Need beta version of dbase for PHP 7

Signed-off-by: Michal Čihař 


___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/shapefile] 2d8b55: Use pecl to install dbase

2017-12-14 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/shapefile
  Commit: 2d8b55d0ab38778fc7b2c8dc208f20a46ebd0134
  
https://github.com/phpmyadmin/shapefile/commit/2d8b55d0ab38778fc7b2c8dc208f20a46ebd0134
  Author: Michal Čihař 
  Date:   2017-12-14 (Thu, 14 Dec 2017)

  Changed paths:
M .travis.yml

  Log Message:
  ---
  Use pecl to install dbase

Signed-off-by: Michal Čihař 


___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/shapefile] 40714c: Support for current phpunit

2017-12-14 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/shapefile
  Commit: 40714c1720276f4a3ce94d6cc4157a063a642669
  
https://github.com/phpmyadmin/shapefile/commit/40714c1720276f4a3ce94d6cc4157a063a642669
  Author: Michal Čihař 
  Date:   2017-12-14 (Thu, 14 Dec 2017)

  Changed paths:
M composer.json

  Log Message:
  ---
  Support for current phpunit

Signed-off-by: Michal Čihař 


  Commit: e3c1c3101cf9039d6f92098ec37e03c2c7f11941
  
https://github.com/phpmyadmin/shapefile/commit/e3c1c3101cf9039d6f92098ec37e03c2c7f11941
  Author: Michal Čihař 
  Date:   2017-12-14 (Thu, 14 Dec 2017)

  Changed paths:
M .travis.yml
M composer.json

  Log Message:
  ---
  Add apigen as normal require-dev

This easies the setup

Signed-off-by: Michal Čihař 


Compare: 
https://github.com/phpmyadmin/shapefile/compare/b137252cb79e...e3c1c3101cf9___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/shapefile] b13725: Fix apiget 4.1 invocation

2017-12-14 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/shapefile
  Commit: b137252cb79e1ad072db6a0df0ca700d898e7f75
  
https://github.com/phpmyadmin/shapefile/commit/b137252cb79e1ad072db6a0df0ca700d898e7f75
  Author: Michal Čihař 
  Date:   2017-12-14 (Thu, 14 Dec 2017)

  Changed paths:
M .travis.yml

  Log Message:
  ---
  Fix apiget 4.1 invocation

Signed-off-by: Michal Čihař 


___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/shapefile] c52b83: Stick to apigen 4.1, newer does not install now

2017-12-14 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/shapefile
  Commit: c52b834b67049e789301449f0eb86ed2e8cfcf02
  
https://github.com/phpmyadmin/shapefile/commit/c52b834b67049e789301449f0eb86ed2e8cfcf02
  Author: Michal Čihař 
  Date:   2017-12-14 (Thu, 14 Dec 2017)

  Changed paths:
M .travis.yml

  Log Message:
  ---
  Stick to apigen 4.1, newer does not install now

Signed-off-by: Michal Čihař 


___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/shapefile] a5795c: Update php-cs-fixer configuration

2017-10-10 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/shapefile
  Commit: a5795c924eaf583b1b0f5e3cb8898f260510b52b
  
https://github.com/phpmyadmin/shapefile/commit/a5795c924eaf583b1b0f5e3cb8898f260510b52b
  Author: Michal Čihař 
  Date:   2017-10-10 (Tue, 10 Oct 2017)

  Changed paths:
M .php_cs

  Log Message:
  ---
  Update php-cs-fixer configuration

Signed-off-by: Michal Čihař 


  Commit: 807a8a9650d2f92a65f98fe480bd3eb3a7903d6c
  
https://github.com/phpmyadmin/shapefile/commit/807a8a9650d2f92a65f98fe480bd3eb3a7903d6c
  Author: Michal Čihař 
  Date:   2017-10-10 (Tue, 10 Oct 2017)

  Changed paths:
M src/ShapeRecord.php

  Log Message:
  ---
  Apply php-cs-fixer

Signed-off-by: Michal Čihař 


Compare: 
https://github.com/phpmyadmin/shapefile/compare/c08e6c84074a...807a8a9650d2___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/shapefile] c08e6c: Build API docs on Travis

2017-10-02 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/shapefile
  Commit: c08e6c84074a76cc212662d39aed4580eb3b5f61
  
https://github.com/phpmyadmin/shapefile/commit/c08e6c84074a76cc212662d39aed4580eb3b5f61
  Author: Michal Čihař 
  Date:   2017-10-02 (Mon, 02 Oct 2017)

  Changed paths:
M .gitignore
M .travis.yml

  Log Message:
  ---
  Build API docs on Travis

This way we can ensure it still works.

Signed-off-by: Michal Čihař 


___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/shapefile] 0348ef: Add configuration for Probot Stale

2017-09-05 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/shapefile
  Commit: 0348ef1f5a5ec8fd72c2c96615ec114596925c76
  
https://github.com/phpmyadmin/shapefile/commit/0348ef1f5a5ec8fd72c2c96615ec114596925c76
  Author: Michal Čihař 
  Date:   2017-09-05 (Tue, 05 Sep 2017)

  Changed paths:
A .github/stale.yml

  Log Message:
  ---
  Add configuration for Probot Stale

See https://github.com/probot/stale/

Signed-off-by: Michal Čihař 


___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/shapefile] 20ccba: Add PHP 7.2 to test matrix

2017-08-21 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/shapefile
  Commit: 20ccba90d7816d526995ade66eff527243d9e390
  
https://github.com/phpmyadmin/shapefile/commit/20ccba90d7816d526995ade66eff527243d9e390
  Author: Michal Čihař 
  Date:   2017-08-21 (Mon, 21 Aug 2017)

  Changed paths:
M .travis.yml

  Log Message:
  ---
  Add PHP 7.2 to test matrix

Signed-off-by: Michal Čihař 


___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/shapefile] 5f7b87: Update Travis to Trusty

2017-06-02 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/shapefile
  Commit: 5f7b87947c131f233b320d25a4baffcab4da51f0
  
https://github.com/phpmyadmin/shapefile/commit/5f7b87947c131f233b320d25a4baffcab4da51f0
  Author: Michal Čihař 
  Date:   2017-06-02 (Fri, 02 Jun 2017)

  Changed paths:
M .travis.yml

  Log Message:
  ---
  Update Travis to Trusty

This is needed to have HHVM working.

Signed-off-by: Michal Čihař 


___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/shapefile] e23b76: Prepare for release, document changes

2017-05-15 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/shapefile
  Commit: e23b767f2a81f61fee3fc09fc062879985f3e224
  
https://github.com/phpmyadmin/shapefile/commit/e23b767f2a81f61fee3fc09fc062879985f3e224
  Author: Michal Čihař 
  Date:   2017-05-15 (Mon, 15 May 2017)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Prepare for release, document changes

Signed-off-by: Michal Čihař 


  Commit: 2fc24c2d8259f6a935e387fed74194c7174391e9
  
https://github.com/phpmyadmin/shapefile/commit/2fc24c2d8259f6a935e387fed74194c7174391e9
  Author: Michal Čihař 
  Date:   2017-05-15 (Mon, 15 May 2017)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Prepare changelog for next relase

Signed-off-by: Michal Čihař 


Compare: 
https://github.com/phpmyadmin/shapefile/compare/769a27321457...2fc24c2d8259___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/shapefile] e23b76: Prepare for release, document changes

2017-05-15 Thread Michal Čihař
  Branch: refs/tags/2.1
  Home:   https://github.com/phpmyadmin/shapefile
  Commit: e23b767f2a81f61fee3fc09fc062879985f3e224
  
https://github.com/phpmyadmin/shapefile/commit/e23b767f2a81f61fee3fc09fc062879985f3e224
  Author: Michal Čihař 
  Date:   2017-05-15 (Mon, 15 May 2017)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Prepare for release, document changes

Signed-off-by: Michal Čihař 


___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/shapefile] 769a27: Update phpunit to stable

2017-05-05 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/shapefile
  Commit: 769a2732145739e5b8a73cf52fd322ea39012bd8
  
https://github.com/phpmyadmin/shapefile/commit/769a2732145739e5b8a73cf52fd322ea39012bd8
  Author: Michal Čihař 
  Date:   2017-05-05 (Fri, 05 May 2017)

  Changed paths:
M composer.json

  Log Message:
  ---
  Update phpunit to stable

We can not switch to 6.x to have API compatible with 4.8 for older PHP versions.

Signed-off-by: Michal Čihař 


___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/shapefile] dc6239: Adjust php-cs-fixer configuration to 2.2.0

2017-04-03 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/shapefile
  Commit: dc6239fa1fd91d1048f08bc2920a085f1d3bc991
  
https://github.com/phpmyadmin/shapefile/commit/dc6239fa1fd91d1048f08bc2920a085f1d3bc991
  Author: Michal Čihař 
  Date:   2017-04-03 (Mon, 03 Apr 2017)

  Changed paths:
M .php_cs

  Log Message:
  ---
  Adjust php-cs-fixer configuration to 2.2.0

Signed-off-by: Michal Čihař 


___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/shapefile] a91398: Add contributing instructions

2017-04-03 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/shapefile
  Commit: a91398ef8d03ec7f96a6d4c3c3ee903195cd1118
  
https://github.com/phpmyadmin/shapefile/commit/a91398ef8d03ec7f96a6d4c3c3ee903195cd1118
  Author: Michal Čihař 
  Date:   2017-04-03 (Mon, 03 Apr 2017)

  Changed paths:
A CONTRIBUTING.md

  Log Message:
  ---
  Add contributing instructions

Signed-off-by: Michal Čihař 


___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/shapefile] 77cf01: Reduce test matrix

2017-02-14 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/shapefile
  Commit: 77cf01d08ad75c8ffdf73517ac889360a03cc695
  
https://github.com/phpmyadmin/shapefile/commit/77cf01d08ad75c8ffdf73517ac889360a03cc695
  Author: Michal Čihař 
  Date:   2017-02-14 (Tue, 14 Feb 2017)

  Changed paths:
M .travis.yml

  Log Message:
  ---
  Reduce test matrix

Test with dbase only on most prominent PHP versions.

Signed-off-by: Michal Čihař 


___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/shapefile] e47ffb: Coding style imporovements

2017-02-14 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/shapefile
  Commit: e47ffb60ebe38e9e2e8ab1af1fd30a2d311eb269
  
https://github.com/phpmyadmin/shapefile/commit/e47ffb60ebe38e9e2e8ab1af1fd30a2d311eb269
  Author: Michal Čihař 
  Date:   2017-02-14 (Tue, 14 Feb 2017)

  Changed paths:
M .php_cs
M src/ShapeFile.php
M src/Util.php

  Log Message:
  ---
  Coding style imporovements

Signed-off-by: Michal Čihař 


  Commit: 280d3e7f9dd65434964d4d373e10ad2980eeb355
  
https://github.com/phpmyadmin/shapefile/commit/280d3e7f9dd65434964d4d373e10ad2980eeb355
  Author: Michal Čihař 
  Date:   2017-02-14 (Tue, 14 Feb 2017)

  Changed paths:
M src/ShapeFile.php

  Log Message:
  ---
  Document constructor parameters

Signed-off-by: Michal Čihař 


Compare: 
https://github.com/phpmyadmin/shapefile/compare/a55d87aa5556...280d3e7f9dd6___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/shapefile] a55d87: Update README to match current API

2017-01-23 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/shapefile
  Commit: a55d87aa5556cabae3ecb18ba48d7c898e04c48d
  
https://github.com/phpmyadmin/shapefile/commit/a55d87aa5556cabae3ecb18ba48d7c898e04c48d
  Author: Michal Čihař 
  Date:   2017-01-23 (Mon, 23 Jan 2017)

  Changed paths:
M README.md

  Log Message:
  ---
  Update README to match current API

Signed-off-by: Michal Čihař 


___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/shapefile] ee3413: It is 2017 now

2017-01-23 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/shapefile
  Commit: ee3413bda4cfc5683f088c2f232aab5b27339781
  
https://github.com/phpmyadmin/shapefile/commit/ee3413bda4cfc5683f088c2f232aab5b27339781
  Author: Michal Čihař 
  Date:   2017-01-23 (Mon, 23 Jan 2017)

  Changed paths:
M examples/create_shapefile.php
M examples/read.php
M examples/read_point.php
M examples/read_polygon.php
M src/ShapeFile.php
M src/ShapeRecord.php
M src/Util.php
M tests/ShapeFileTest.php
M tests/UtilTest.php

  Log Message:
  ---
  It is 2017 now

Signed-off-by: Michal Čihař 


  Commit: 26a4e5322c2f68b47ad329b3ab6139440662ef4d
  
https://github.com/phpmyadmin/shapefile/commit/26a4e5322c2f68b47ad329b3ab6139440662ef4d
  Author: Michal Čihař 
  Date:   2017-01-23 (Mon, 23 Jan 2017)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Prepare for next version

Signed-off-by: Michal Čihař 


Compare: 
https://github.com/phpmyadmin/shapefile/compare/5289c4e4394a...26a4e5322c2f___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/shapefile] ee3413: It is 2017 now

2017-01-23 Thread Michal Čihař
  Branch: refs/tags/2.0
  Home:   https://github.com/phpmyadmin/shapefile
  Commit: ee3413bda4cfc5683f088c2f232aab5b27339781
  
https://github.com/phpmyadmin/shapefile/commit/ee3413bda4cfc5683f088c2f232aab5b27339781
  Author: Michal Čihař 
  Date:   2017-01-23 (Mon, 23 Jan 2017)

  Changed paths:
M examples/create_shapefile.php
M examples/read.php
M examples/read_point.php
M examples/read_polygon.php
M src/ShapeFile.php
M src/ShapeRecord.php
M src/Util.php
M tests/ShapeFileTest.php
M tests/UtilTest.php

  Log Message:
  ---
  It is 2017 now

Signed-off-by: Michal Čihař 


___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/shapefile] 5289c4: Add PhpMyAdmin prefix to namespace

2017-01-23 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/shapefile
  Commit: 5289c4e4394a065d98008c45b59f9db8c9906acb
  
https://github.com/phpmyadmin/shapefile/commit/5289c4e4394a065d98008c45b59f9db8c9906acb
  Author: Michal Čihař 
  Date:   2017-01-23 (Mon, 23 Jan 2017)

  Changed paths:
M CHANGELOG.md
M composer.json
M examples/create_shapefile.php
M examples/read.php
M src/ShapeFile.php
M src/ShapeRecord.php
M src/Util.php
M tests/ShapeFileTest.php
M tests/UtilTest.php

  Log Message:
  ---
  Add PhpMyAdmin prefix to namespace

This way we follow PSR-4.

See https://github.com/phpmyadmin/sql-parser/issues/126

Signed-off-by: Michal Čihař 


___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/shapefile] 67a9e5: Use phpunit from vendor dir

2017-01-23 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/shapefile
  Commit: 67a9e520520701772565236f59788855fcb419bc
  
https://github.com/phpmyadmin/shapefile/commit/67a9e520520701772565236f59788855fcb419bc
  Author: Michal Čihař 
  Date:   2017-01-23 (Mon, 23 Jan 2017)

  Changed paths:
M .travis.yml

  Log Message:
  ---
  Use phpunit from vendor dir

Signed-off-by: Michal Čihař 


___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/shapefile] 64c8eb: Add phpunit.xml to composer

2017-01-21 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/shapefile
  Commit: 64c8ebadf64ff6247ad65a957bfbd0e876f8a32e
  
https://github.com/phpmyadmin/shapefile/commit/64c8ebadf64ff6247ad65a957bfbd0e876f8a32e
  Author: Michal Čihař 
  Date:   2017-01-21 (Sat, 21 Jan 2017)

  Changed paths:
M .gitattributes

  Log Message:
  ---
  Add phpunit.xml to composer

See https://github.com/phpmyadmin/sql-parser/pull/125

Signed-off-by: Michal Čihař 


___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/shapefile] 6d3b47: Bring back tests to composer packages

2017-01-21 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/shapefile
  Commit: 6d3b47e00263dc39538618e3769d54531b4313e0
  
https://github.com/phpmyadmin/shapefile/commit/6d3b47e00263dc39538618e3769d54531b4313e0
  Author: Michal Čihař 
  Date:   2017-01-21 (Sat, 21 Jan 2017)

  Changed paths:
M .gitattributes

  Log Message:
  ---
  Bring back tests to composer packages

See discussion at
https://github.com/phpmyadmin/sql-parser/commit/5e9ed9878aa9335c32597e42f88bfce256075bf6

Signed-off-by: Michal Čihař 


___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/shapefile]

2017-01-07 Thread nijel
  Branch: refs/tags/1.2
  Home:   https://github.com/phpmyadmin/shapefile
___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/shapefile] cb650f: Document changes and release date

2017-01-07 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/shapefile
  Commit: cb650f2900c69c1f864715c29f40ef912e112f7e
  
https://github.com/phpmyadmin/shapefile/commit/cb650f2900c69c1f864715c29f40ef912e112f7e
  Author: Michal Čihař 
  Date:   2017-01-07 (Sat, 07 Jan 2017)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Document changes and release date

Signed-off-by: Michal Čihař 


  Commit: 7b5a293b079b466cf1833cdf8ba18c60288d44b3
  
https://github.com/phpmyadmin/shapefile/commit/7b5a293b079b466cf1833cdf8ba18c60288d44b3
  Author: Michal Čihař 
  Date:   2017-01-07 (Sat, 07 Jan 2017)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Prepeare for next version

Signed-off-by: Michal Čihař 


Compare: 
https://github.com/phpmyadmin/shapefile/compare/a71489765335...7b5a293b079b___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/shapefile] 9194b2: Initialize records as array

2017-01-07 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/shapefile
  Commit: 9194b2869927237c894c043966d03f36766445e1
  
https://github.com/phpmyadmin/shapefile/commit/9194b2869927237c894c043966d03f36766445e1
  Author: Michal Čihař 
  Date:   2017-01-07 (Sat, 07 Jan 2017)

  Changed paths:
M src/ShapeFile.php

  Log Message:
  ---
  Initialize records as array

Signed-off-by: Michal Čihař 


___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/shapefile] 3acecc: Add nightly PHP to the matrix

2017-01-07 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/shapefile
  Commit: 3aceccf703a6a189a414a9acb4e2ee4e06c2927d
  
https://github.com/phpmyadmin/shapefile/commit/3aceccf703a6a189a414a9acb4e2ee4e06c2927d
  Author: Michal Čihař 
  Date:   2017-01-07 (Sat, 07 Jan 2017)

  Changed paths:
M .travis.yml
M ci/install-dbase

  Log Message:
  ---
  Add nightly PHP to the matrix

Signed-off-by: Michal Čihař 


___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/shapefile] 279207: Exclude some files from composer installation

2017-01-07 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/shapefile
  Commit: 279207822279c4eec5e150ae6df2d981dbea447f
  
https://github.com/phpmyadmin/shapefile/commit/279207822279c4eec5e150ae6df2d981dbea447f
  Author: Michal Čihař 
  Date:   2017-01-07 (Sat, 07 Jan 2017)

  Changed paths:
A .gitattributes

  Log Message:
  ---
  Exclude some files from composer installation

Signed-off-by: Michal Čihař 


___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/shapefile] e3ee65: Apply fixer to fixer configuration

2017-01-03 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/shapefile
  Commit: e3ee65cdbcf9ef436ffb6498ff740fea5421ad58
  
https://github.com/phpmyadmin/shapefile/commit/e3ee65cdbcf9ef436ffb6498ff740fea5421ad58
  Author: Michal Čihař 
  Date:   2017-01-03 (Tue, 03 Jan 2017)

  Changed paths:
M .php_cs

  Log Message:
  ---
  Apply fixer to fixer configuration

Signed-off-by: Michal Čihař 


___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


  1   2   3   >