Marcus Jaschen

Results 12 issues of Marcus Jaschen

An algorithm for calculating the similarity between two given polylines should be implemented. Idea: - create a corridor area around the first polyline (with configurable corridor width); a polygon instance...

feature

Currently an outdated version of PHPUnit (4.8) is referenced in `composer.json`. It should be updated to a current release. It's required to increase the minimum required PHP version as well...

enhancement

As of today (September 2019) PHP versions up to 7.0 don't get support any longer. I suggest that we drop support for older PHP versions as well (maybe allowing to...

discuss

`CURLOPT_SSL_VERIFYPEER` shouldn't be set to false as this possibly weakens security.

enhancement

It'd be nice to be able to provide an optional default recipient address for the *Share By Email* extension. Currently the URLs are formed like this: ``` mailto:?subject=foobar&body=https://blog.example.org/post-1 ``` With...

Feature Request
xExtension-ShareByEmail

WordPress uses a cache for storing the embed markup after first retrieving it via *oEmbed* and transforming it to the lazy-load version afterwards. When Lazy Load for Videos is active,...

This PR improves the share dialog: - include PR #777 - store/retrieve last used Mastodon instance to/from Local Storage - change order of items between mobile and desktop views: -...

- downloading a track (GPX, KML, GeoJSON) fails with 3rd part browsers (Firefox, Chrome, Brave, …) on iOS (tested with iOS 14.5) - after tapping the export button nothing happens...

bug

## `PurchaseOrder` `supplier_zip` → `supplier_zipcode` `supplier_tel` → `supplier_phone` `supplier_tel2` → `supplier_phone2` `supplier_telefax` → `supplier_fax` `supplier_account_number` → `supplier_bank_account` `supplier_bank_routing_number` → `supplier_bank_code` `supplier_different_dipositor` → `supplier_bank_account_owner` `supplier_IBAN` → `supplier_bank_iban` `supplier_bank_BIC` → `supplier_bank_bic` `supplier_bank`...

breaking-change