Branch: refs/heads/master
Home: https://github.com/phpmyadmin/shapefile
Commit: 93f655b14d315217adab8c5f638250008a565c12
https://github.com/phpmyadmin/shapefile/commit/93f655b14d315217adab8c5f6382…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-06-24 (Fri, 24 Jun 2016)
Changed paths:
M src/ShapeFile.php
M src/ShapeRecord.php
M tests/ShapeFileTest.php
Log Message:
-----------
Add getShapeName method to ShapeFile as well
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 76189e0e43bdba00406c907108ff9eed7e3e6218
https://github.com/phpmyadmin/phpmyadmin/commit/76189e0e43bdba00406c907108f…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-06-24 (Fri, 24 Jun 2016)
Changed paths:
M test/ci-install-test
R test/install-dbase
Log Message:
-----------
Revert "Install dbase extension on tests for shapefile"
The testsuite doesn't work with it.
This reverts commit 3e37e0c92f857e7129866ad7c897449a91c25a42.
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 7d650bd548b942e44dc82a3bc46d7bbd14a164b8
https://github.com/phpmyadmin/phpmyadmin/commit/7d650bd548b942e44dc82a3bc46…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-06-24 (Fri, 24 Jun 2016)
Changed paths:
M .scrutinizer.yml
M build.xml
M composer.json
R libraries/bfShapeFiles/ShapeFile.lib.php
M libraries/plugins/import/ImportShp.php
R libraries/plugins/import/ShapeFile.php
A libraries/plugins/import/ShapeFileImport.php
R libraries/plugins/import/ShapeRecord.php
M phpunit.xml.dist
M scripts/create-release.sh
M test/bootstrap-dist.php
Log Message:
-----------
Use phpmyadmin/shapefile instead of embedded bfShapeFile
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/shapefile
Commit: c7d279b6b1eee79f2419a2954652968bcd5b5769
https://github.com/phpmyadmin/shapefile/commit/c7d279b6b1eee79f2419a2954652…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-06-24 (Fri, 24 Jun 2016)
Changed paths:
M src/ShapeRecord.php
Log Message:
-----------
Ensure we always load all points
This also simplified the loading loop adding some performance.
Signed-off-by: Michal Čihař <michal(a)cihar.com>