Hanns

Results 19 issues of Hanns

I try to overwrite the page logo dynamically depending on the site-configuration (each site has a defined `tx_myext_organization` record which itself holds various information such as a logo): ``` lib.organizationLogo...

question

### Summary Configure a short-URL redirecting with split to two or more different target-URLs, and defining a percentage for random distribution, e.g.: ``` Short URL: https://s.domain.net/abc123 Target 1 50%: https://my-target-site.net/campaign-1a...

feature

It would be great if this package provides type-definition to use it in TypeScript projects (or as community types in `@types/vue-luxon`).

This is a refactoring of [PR-10237](https://github.com/mautic/mautic/pull/10237) for Mautic v5 as [requested](https://github.com/mautic/mautic/pull/12187#issuecomment-1504948090). See original PR for feature and testing description. Info: This refactoring covers 100% of the original PR, except 1...

T2
code-review-needed
enhancement
API
reports
performance-scalability
db-migrations
refactoring
user-testing-passed

Add feature from issue #89 to v4.4 branch for PHP8 release

Add feature from issue #89 into main (for v4.3 on PHP7)

Currently its not possible to delete a Mautic contact via API using this extension. But sometimes just setting the DNC flag is not enough, e.g. if the user requested all...

I'm planning an integration of PayIOTA (https://github.com/lacicloud/payiota) right now, but my time is quite limited atm, will see if I can provide a working solution in few month. In case...

If an exception occurs, for example a custom operation-handler returns a wrong object type, the resulting 500 response is missing CORS headers. If the requesting front-end is running under another...

bug

Are there any plans to ship with a default YAML router configuration? Its quite difficult to specify the passwort-reset routes e.g. for `Authentication::showPasswordResetForm` because of the optional parameter `start=1, hash=[empty]`...