| 0d255a60 | 17-Jul-2026 |
github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> |
Rector and PHPCS fixes (#44)
Co-authored-by: mprins <1165786+mprins@users.noreply.github.com> |
| d5b4dd36 | 16-Jul-2026 |
Mark Prins <1165786+mprins@users.noreply.github.com> |
Set minimum PHP version to 8.2 (required by Dokuwiki 'Mort') |
| 2029bb3c | 24-Aug-2024 |
e-dschungel <e-dschungel@users.noreply.github.com> |
make parsing of numeric parameters more robust (#39)
* make parsing of numeric parameters more robust
accepts now spaces between parameter name and =|:, between =|: and number and integers inste
make parsing of numeric parameters more robust (#39)
* make parsing of numeric parameters more robust
accepts now spaces between parameter name and =|:, between =|: and number and integers instead of floats
* fix copy paste error
* require php 8.0 minimum
* fix formatting + style
* make parsing of numeric parameters more robust
accepts now spaces between parameter name and =|:, between =|: and number and integers instead of floats
* fix copy paste error
* require php 8.0 minimum
* fix formatting + style
* Update plugin.info.txt
* Update geotag.php
* fix return type
---------
Co-authored-by: Mark Prins <1165786+mprins@users.noreply.github.com>
show more ...
|
| d0af2299 | 08-Nov-2023 |
github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> |
Rector and PHPCS fixes (#36)
Co-authored-by: mprins <mprins@users.noreply.github.com> |
| a9083e48 | 14-Jul-2023 |
Mark Prins <1165786+mprins@users.noreply.github.com> |
use https for schema.org urls, apply some code improvements suggestions (#33)
* use https for schema.org urls, apply some code improvements suggestions
* apply PSR-12 style, remove debug logging
use https for schema.org urls, apply some code improvements suggestions (#33)
* use https for schema.org urls, apply some code improvements suggestions
* apply PSR-12 style, remove debug logging
* copyright updates
* Update composer.json for scrutinizer
scrutinizer builds fail with 8.1 because: `Requested 'openssl >= 1.0.2' but version of OpenSSL is 1.0.1f`
show more ...
|
| 0bf0d6d8 | 14-Nov-2022 |
Mark Prins <1165786+mprins@users.noreply.github.com> |
don't render empty altitude metadata
see also https://github.com/mprins/dokuwiki-plugin-spatialhelper/pull/36 |
| 7c7d29b8 | 05-Jul-2022 |
Mark Prins <1165786+mprins@users.noreply.github.com> |
Use fully qualified class name for geoPHP 2 upgrade
see mprins/dokuwiki-plugin-geophp#4 |
| 83ee47e0 | 15-Apr-2021 |
Mark Prins <1165786+mprins@users.noreply.github.com> |
reformatting using DW style |
| 245dc586 | 14-Apr-2021 |
Mark Prins <1165786+mprins@users.noreply.github.com> |
check for array key |
| 2be1c2ec | 14-Apr-2021 |
Mark Prins <1165786+mprins@users.noreply.github.com> |
cleanup and syntax updates |
| 1d8f42ab | 22-Jan-2018 |
Mark Prins <markprins@b3partners.nl> |
allow negative numbers for lat/lon/alt, close #14 |
| 6d13d9c6 | 02-Sep-2016 |
Scrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com> |
version update + Scrutinizer Auto-Fixes (#9)
version update + Scrutinizer Auto-Fixes |
| 4d9c41fb | 01-Sep-2016 |
LarsDW223 <lars_paulsen@web.de> |
Adjustments for ODT redesign branch. |
| 3cc1075f | 29-Aug-2016 |
Scrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com> |
Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com |
| 04b3bbd0 | 29-Aug-2016 |
Mark Prins <markprins@b3partners.nl> |
move vars out of condition block
close #4 close #5 |
| 62258eee | 14-Aug-2016 |
Scrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com> |
Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com |
| 01b0c68a | 27-Apr-2016 |
Mark C. Prins <mprins@users.sf.net> |
fix parsing of Cyrillic names (thanks Aleksej) |
| 31a26af0 | 16-Apr-2016 |
Mark C. Prins <mprins@users.sf.net> |
PHP 7 fixes |
| 79a4cd7e | 04-Apr-2015 |
Mark C. Prins <mprins@users.sf.net> |
add some umlaut and ringel-s to the placename parser
Issue number [#58] |
| d0d3e67b | 15-Nov-2014 |
Mark C. Prins <mprins@users.sf.net> |
allow unicode chars Issue number [#58] |
| d2ab20b4 | 01-Sep-2014 |
Mark C. Prins <mprins@users.sf.net> |
fix a bug of a non-closed span in the geotag |
| 2cec87ff | 26-Aug-2014 |
Mark C. Prins <mprins@users.sf.net> |
settings update
leftover from [r504] |
| 1159f599 | 29-Jul-2014 |
Mark C. Prins <mprins@users.sf.net> |
fix styling + typo Issue number [#44] |
| ff96bb4b | 16-Jul-2014 |
Mark C. Prins <mprins@users.sf.net> |
use microformats2 class names Issue number [#44] |
| 2eba91b0 | 09-Jul-2014 |
Mark C. Prins <mprins@users.sf.net> |
add an option to toggle display between DD and DMS format |