Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/mautic/mautic-typo3

Add-on TYPO3 extension that enhances the "EXT:marketing_automation" TYPO3 extension by connecting it to the Mautic Marketing Automation platform: Determine "Persona" from Mautic segments. Also provides additional services e.g. language synchronisation between Mautic and TYPO3.
https://github.com/mautic/mautic-typo3

Updated version in ext_emconf.php

cb01e89e298df273efb728223b48da3fe4ae3d12 authored about 1 year ago by Ekkehard Gümbel <[email protected]>
Updated version in ext_emconf.php

da048f8aec522b8d4324250a39b4b8922b11d63e authored about 1 year ago by Ekkehard Gümbel <[email protected]>
Update README.md

Mention known issue & workaround for limited number in form field mapping

2a1276b9eb05413db4c896503902ca167ff8fb90 authored over 1 year ago by Ekkehard Gümbel <[email protected]>
Merge pull request #87 from Moongazer/fix/issue-85

[FIX] issue #85

8c024c3b805dcdddb51909f865405861c807a3a8 authored over 1 year ago by Ekkehard Gümbel <[email protected]>
Merge pull request #84 from Moongazer/fix/issue-82

[FIX] Set the correct record UID in data-handler after the tag-sync

e81f8af629504af3a5ae11d587445649082c54dc authored over 1 year ago by Ekkehard Gümbel <[email protected]>
Add documentation about the fact that the order of FormFramework finisher matters! This is probably a common obsticle and hard to debug if one run into the issue why form-data are not submitted to Mautic.

21b46b06f3bb5e1f0574d661613ab485529ff4a2 authored over 1 year ago by Moongazer <[email protected]>
[FIX] Error occuring on update for custom-fields which are not of type 'select' (see issue #85). Probably further investigation and testing is needed, as there have been some other circumstances where the mentioned form-config attributes getting lost as well

c237e993e21178a0bca53b72df5c64efe79c4e02 authored over 1 year ago by Moongazer <[email protected]>
Update README.md

Clarified Version support and what releases to use

004d39c6181970a473231ce004842b8b0e043670 authored over 1 year ago by Ekkehard Gümbel <[email protected]>
[FIX] Set the correct record UID in data-handler after the tag-sync process, in case the AUTO_INCREMENT counter for the tag-tables in both databases (TYPO3/Mautic) are not equal (see issue #82)

c21535eabcaf55620eec64d35444a103ab893917 authored over 1 year ago by Moongazer <[email protected]>
Merge pull request #73 from KreativeKrise/fix-asset-public-url

Fix: Asset base URL truncated

468958dd9d1dce24c6a2eea9d0e756cd9d035bb9 authored over 1 year ago by Ekkehard Gümbel <[email protected]>
Merge pull request #77 from KreativeKrise/fix-access-token

Fix: Expired access token

00d9d554e2f40bbd317a252789d5b6380d3e970b authored over 1 year ago by Ekkehard Gümbel <[email protected]>
Merge pull request #81 from Moongazer/fix/issue-80

[FIX] Authentication header for bearer access-token was set twice by …

6bf60eff5b2b5ff22cd543dd8ffeda27f3e30e39 authored over 1 year ago by Ekkehard Gümbel <[email protected]>
[FIX] Authentication header for bearer access-token was set twice by this extension and by api-library, which resulted in a 400 Bad response from Nginx

d1d69af1ea1eb9953a478bb3e556cfa9a91f9c8a authored over 1 year ago by Moongazer <[email protected]>
Merge pull request #79 from Moongazer/fix/php-requirement

Bugfix for version check: Set PHP requirement to <8.0 to allow all minor PHP versions until 7.4.x

f7bce8fc139c086d5792cca7c52dd0d1b060a6c1 authored over 1 year ago by Ekkehard Gümbel <[email protected]>
Update README.md

clarify PHP8 situation

082817ef080758c16d1db02602d212c49ae02818 authored over 1 year ago by Ekkehard Gümbel <[email protected]>
Merge branch 'mautic:main' into fix-asset-public-url

15f50aa94ed22b3f0743364f79560a70fee039ae authored over 1 year ago by KreativeKrise <[email protected]>
Merge branch 'mautic:main' into fix-access-token

6521cff57111830396be9558e5e1b0bacb8bac55 authored over 1 year ago by KreativeKrise <[email protected]>
Set PHP requirement to <8.0 to allow all minor PHP versions until 7.4.x (which have been excluded earlier)

94e4a3b401b310f3c4563c0aad8d07af5c88c82c authored over 1 year ago by Moongazer <[email protected]>
Handle missing support for PHP 8.x

Make sure the extension is used only on PHP 7.4 systems, because the current version of mautic/a...

db86dbd29222bebd403276cea23db31958a88466 authored over 1 year ago by Ekkehard Gümbel <[email protected]>
Add PHP requirement to <=7.4 since the mautic/api-library is not released for PHP 8 yet (it contains breaking changes, so it will be released with Mautic 5)

3f49f954486948fae635c3cae363640ae29a370d authored over 1 year ago by Moongazer <[email protected]>
Bump mautic/api-library to v1.3

27868e43d2d6d8d873b2a8d36914a89ac0eea560 authored over 1 year ago by Moongazer <[email protected]>
Added missing dependency

7216e5797498daadf7fbd029ae0b8cfe79938fe7 authored over 1 year ago by KreativeKrise <[email protected]>
Add access token validation

4a02befecb5b81a751f77f6a9d9eb78df97a00df authored over 1 year ago by KreativeKrise <[email protected]>
Merge branch 'mautic:main' into fix-asset-public-url

5202c2ac5194dee046edcbd72942fd520016feb7 authored over 1 year ago by KreativeKrise <[email protected]>
Merge pull request #76 from Moongazer/fix/codestyle-and-tca

Fix/codestyle and tca

62cf01aa5ad6bf4e884aa00bab5b00a2cca9724a authored over 1 year ago by Ekkehard Gümbel <[email protected]>
Merge branch 'main' into fix/codestyle-and-tca

0c548df0f2644c49e12884bc73bec2f50e5b5984 authored over 1 year ago by Ekkehard Gümbel <[email protected]>
Update composer.json - remove broken "replaces"

0c786850dfecf17c48876281966dd3a8e2881362 authored over 1 year ago by Ekkehard Gümbel <[email protected]>
Update copyright using generic [email protected] address

921c5c24c9718fb2b5ada03223597a84df26d197 authored over 1 year ago by Moongazer <[email protected]>
Remove deprecated TCA configurations 'showRecordFieldList' (#88901) and 'enableMultiSelectFilterTextfield' (#88907)

b6247b72fd0952332fbc7367e638da313ba521ad authored over 1 year ago by Moongazer <[email protected]>
Run php-fixer with TYPO3 CodingStandards configuration

4a0d0cadcad295d18331a86df3529c8784120c22 authored over 1 year ago by Moongazer <[email protected]>
remove sponsorship links

50887b4d491cb9cecf59312a0f649d025bebdf70 authored over 1 year ago by Ekkehard Gümbel <[email protected]>
Update ext_emconf.php

8ea93d940fec96dc0d7f1623a061a2605d516881 authored over 1 year ago by ekkeguembel <[email protected]>
updated dependencies

* composer.json
* ext_emconf.php

c6e73fc608ffaf742c0a1e6a019354a543ce726e authored over 1 year ago by ekkeguembel <[email protected]>
Merge pull request #72 from mautic/ekkeguembel-Update-README.md

Update README.md

00e37ec69d62e0832038860934b02566897a5b88 authored over 1 year ago by Ekkehard Gümbel <[email protected]>
Update README.md

Co-authored-by: Leon <[email protected]>

c35ea60ab4cbde688a5eb169e629c8f3a7bd84b4 authored over 1 year ago by Ekkehard Gümbel <[email protected]>
Merge pull request #71 from Moongazer/feat/issue-69

Add addDnc() and removeDnc() API calls to ContactRepository

d351be5f3375fed7d0e2db4a264d1d26004097ec authored over 1 year ago by Ekkehard Gümbel <[email protected]>
Update AssetDriver.php

bd6d9d078d1d821078bd3b0fa284cb86971e92ef authored over 1 year ago by KreativeKrise <[email protected]>
Update README.md

* updated OAuth instructions
* added hint on API support
* minor editorial changes

10def4da97eec34aff8141b6f1115448d77d8824 authored over 1 year ago by Ekkehard Gümbel <[email protected]>
Merge branch 'mautic:main' into feat/issue-69

a63e1f9909f01132d84239111a515fa503a6ce12 authored over 1 year ago by Moongazer <[email protected]>
Add addDnc() and removeDnc() API calls to ContactRepository

518118c983a92ed496a5d6f2d27928db15078651 authored over 1 year ago by Moongazer <[email protected]>
Merge pull request #68 from IchHabRecht/typo3-v11

[TASK] Initial TYPO3 11.5 compatibility

8d6834eaf1164562125ed8c0bb59336e24b51c77 authored almost 2 years ago by Ekkehard Gümbel <[email protected]>
[BUGFIX] Ensure FormTransformation iterates over pages

3fff6b556457e1422354c608d5e30314d6737371 authored almost 2 years ago by Nicole Cordes <[email protected]>
Merge pull request #1 from Moongazer/typo3-v11

ba32bcb369fba94836d5770b1a74543fca590b83 authored almost 2 years ago by Nicole Cordes <[email protected]>
Resolve latest comments from code-review

a2350871aea55b3573d94de6ef1034278b078789 authored almost 2 years ago by Moongazer <[email protected]>
Resolve code-review comments by @IchHabRecht

4dec0cd041f82464f8b115a83b811a32138fe61f authored almost 2 years ago by Moongazer <[email protected]>
PHP Warning: Undefined array key "mauticId" in /var/www/html/public/typo3conf/ext/mautic/Classes/Domain/Finishers/MauticFinisher.php line 38

efa420cd7c1b4f72a799ceacb412538f939911ee authored almost 2 years ago by H. Zirpel <[email protected]>
Fix 'PHP Warning: Undefined array key "mtc_id" in /var/www/html/public/typo3conf/ext/mautic/Classes/Hooks/MauticTagHook.php line 30'

3a5eb89dd5a2b51676d46af2a4e9b8af58e9beaf authored almost 2 years ago by H. Zirpel <[email protected]>
Add version-check to MauticFormHook.php for backward compatibillity to v10

0dd840f5aec73da7364306d79e5e7b0965e1189c authored about 2 years ago by DDEV-Local User <[email protected]>
Fix broken Mautic form icons (see Breaking: #91740)

c6cd94f61d85ca7aa28e8f8e3574dfefabc69d81 authored about 2 years ago by Moongazer <[email protected]>
Fix 'PHP Warning: file_get_contents(/var/www/html/config/mautic/config.yaml): Failed to open stream: No such file or directory in /var/www/html/public/typo3/sysext/core/Classes/Configuration/Loader/YamlFileLoader.php line 110' in BE API Connection module if no YAML file exists yet (e.g. after EXT:mautic was fresh installed)

515f561d92b2ca3f7fdc2a25df15ee65e8019579 authored about 2 years ago by Moongazer <[email protected]>
Fix 'get_class_methods(): Argument #1 () must be an object or a valid class name, string given': controller class as string for configurePlugin() definition is deprecated since v11 (see Deprecation: #87550)

8379c7ef443e7d6b024813ebedbebf5acf28116d authored about 2 years ago by Moongazer <[email protected]>
Fix 'Core: Error handler (BE): PHP Warning: Undefined array key forms in /var/www/html/public/typo3conf/ext/mautic/Classes/Domain/Repository/FormRepository.php line 53'

880f00e78adcff4771a76122f0203292a5ec01f1 authored about 2 years ago by Moongazer <[email protected]>
Fix error 'Too few arguments to function TYPO3\CMS\Form\Mvc\Persistence\FormPersistenceManager::__construct(), 0 passed in /var/www/html/public/typo3/sysext/core/Classes/Utility/GeneralUtility.php on line 3220 and exactly 6 expected' in MauticFormHook.php when a form with fields is saved in BE form module

2ca9d02d08856b15d4bc697aaf17fcadd61ce2ea authored about 2 years ago by Moongazer <[email protected]>
[TASK] Initial TYPO3 11.5 compatibility

b606ee409c7e2f206d8fdd585a83918447009718 authored over 2 years ago by Nicole Cordes <[email protected]>
Merge pull request #61 from mautic/eg20220218

[DOCS] supported versions, customized forms

b9f45a96b58e3f82297dd5b13ba0cc2b603f3609 authored almost 3 years ago by ekkeguembel <[email protected]>
[DOCS] supported versions, customized forms

* Name supported TYPO3 and Mautic versions per Extension version
* Provide docu for customized ...

6fd426d4af6711ddbb788e438862cddab8768cf7 authored almost 3 years ago by ekkeguembel <[email protected]>
[RELEASE] Release of version 4.1.0

4577732bdaf9437afd10ef9fdcb799300da7d5d7 authored over 3 years ago by Florian Wessels <[email protected]>
[DOC] Update change log

c9c82223023b6e74214f657af89990e353786641 authored over 3 years ago by Florian Wessels <[email protected]>
[TASK] Do not break compatibility

2bc34d882b6a6cf648684e46c5e9b467405d31e7 authored over 3 years ago by Florian Wessels <[email protected]>
[DOC] Update documentation

87a33adcac1f38a49e5dcf7c856808d5927adfa5 authored over 3 years ago by Florian Wessels <[email protected]>
[TASK] Set version to 4.1.0-dev

d5a42d8d28cc6100d09b1f3965a5bab1b142d3e5 authored over 3 years ago by Florian Wessels <[email protected]>
[BUGFIX] Initialize form persistence manager with all properties

c0956f631c172800290fa0a99c0809a6495e3956 authored over 3 years ago by Florian Wessels <[email protected]>
[FEATURE] Introduce OAuth 2 Authorization

* [Task] Add OAuth2 authorization

* [DOC] Update installation and changelog

* [DOC] Update...

8a7b1a6b7574afd7d0a6b53613488437b9ffc3eb authored over 3 years ago by yabid21 <[email protected]>
[TASK] Use unique class names within svg files

3c793a43698658050fa0970c3e32b05df1536fa4 authored over 4 years ago by Florian Wessels <[email protected]>
[RELEASE] Release of version 4.0.1

fb7fe2029fc1ba40888352aeb5cde548c7adac2a authored over 4 years ago by Florian Wessels <[email protected]>
[DOC] Add changelog for upcoming version

ebb95f2fd6fcd9d5c9d88a51337970722ac3a997 authored over 4 years ago by Florian Wessels <[email protected]>
[TASK] Add GitHub files

acc56344d51be35793ece4baf6b682f0c2bd6e3a authored over 4 years ago by Florian Wessels <[email protected]>
[TASK] Adapt dependencies in ext_emconf file

20f1f7845c220acec51d4cff3637409cb5b94545 authored over 4 years ago by Florian Wessels <[email protected]>
[TASK] Rename file

2f3080c69d5ad968c68a6b6b05ba57ce91fc7b9a authored over 4 years ago by Florian Wessels <[email protected]>
[BUGFIX] Adapt link to documentation

e8cc9770f900bafd81ab8b218d9f23aae547a29d authored over 4 years ago by Florian Wessels <[email protected]>
[TASK] Update dependencies

11f87d25979006c4f35837f35e57475d4a5fcd8b authored over 4 years ago by Florian Wessels <[email protected]>
[TASK] Set version to 4.0.1-dev

0f721f0c27d693a7a2ee76a5a583ae1327cb7d60 authored over 4 years ago by Florian Wessels <[email protected]>
[BUGFIX][DOC] Do not break layout

d3775e916efcc459053a55f526ff25bed78110fa authored over 4 years ago by Florian Wessels <[email protected]>
[RELEASE] Release of version 4.0.0

2bfbf564ae9d2c2cd477fdd336372fca0caed46f authored over 4 years ago by Florian Wessels <[email protected]>
[TASK] Exchange extension and module icon

0ddcc6f3d197289d3543340046750f5fa658332a authored over 4 years ago by Florian Wessels <[email protected]>
[TASK] Remove console output

e0f00075c40d820dfe22baed870af815a1a53bb4 authored over 4 years ago by Florian Wessels <[email protected]>
[REVERT][WIP] Move Mautic configuration into site configuration

This reverts commit c9000de8aab14cb71d54a0ea41a9e304bdbb8a6c.

bc20b9c208cc2f7e938df4649d8c206a852dea45 authored over 4 years ago by Florian Wessels <[email protected]>
[DOC] Add changelog for upcoming version

fe634f273b76c8e668558e7a19876372d9cd1b7f authored over 4 years ago by Florian Wessels <[email protected]>
[TASK] Use extension icon as SVG

50e73763dde4c201e74445e76c4bde4a68378cdd authored over 4 years ago by Florian Wessels <[email protected]>
[DOC] Add changelog

cb25c73ed8550da312623ef59dba61c9a784d267 authored over 4 years ago by Florian Wessels <[email protected]>
[TASK] Rename license file

dd8efa03d059c05e2becbf660b42060da6307914 authored over 4 years ago by Florian Wessels <[email protected]>
[TASK] Adapt dependencies

c88ba2938e46b6cdace9eacf6a50cac7fb7d73b1 authored over 4 years ago by Florian Wessels <[email protected]>
[TASK] Get rid of deprecated methods and properties

e031dc82b32b0850297c511db94aaa6ee60d400e authored over 4 years ago by Florian Wessels <[email protected]>
[TASK] Remove unused variable

7d79d9d00ccf66e6e857f1665baf917043740d73 authored over 4 years ago by Florian Wessels <[email protected]>
[TASK] Remove obsolete argument

6be6d71688a66f6f99debf5b66366bf0ef5cda6f authored over 4 years ago by Florian Wessels <[email protected]>
[BUGFIX] Use proper labels for tags

8ba92184b30d5c72a103c42ea80f0493bf188a9d authored over 4 years ago by Florian Wessels <[email protected]>
[TASK] Get rid of deprecated signals

ed7a21356c747e60a8e45382280ef570fac286b8 authored over 4 years ago by Florian Wessels <[email protected]>
[TASK] Return data directly

d0403a369c1bb110a3c05374eec46fae847eac92 authored over 4 years ago by Florian Wessels <[email protected]>
[TASK] Get rid of ObjectManager->get()

9eebe089b9eec2a78db7af2f05f5a62bd8739cf2 authored over 4 years ago by Florian Wessels <[email protected]>
[TASK] Prepare LLL support

b296f81a18d08500685a622d22f95b614a15f385 authored over 4 years ago by Florian Wessels <[email protected]>
[TASK] Use logFileInfix for file writer

5605af447f1a3eb7c3360d9ca32f598acc20e7d3 authored over 4 years ago by Florian Wessels <[email protected]>
[TASK] Update form partials

fefed4ab7d5e2a03c79df8e156a466c2460b506c authored over 4 years ago by Florian Wessels <[email protected]>
[TASK] Prevent duplicated array value access

ec923b1bdf5a16337cfcfc35770733104659b575 authored over 4 years ago by Florian Wessels <[email protected]>
[TASK] Use form prototype name as constant

0ec0cbb3f0d2941cf8abe57aef56910522f44a58 authored over 4 years ago by Florian Wessels <[email protected]>
[TASK] Get rid of obsolete email form field

1ec950e93538a4e3c736eadd76bd427d55142e83 authored over 4 years ago by Florian Wessels <[email protected]>
[TASK] Allow editors to include TypoScript

0e030fb9cb7a5de875df508baf372f3ba7fc3f78 authored over 4 years ago by Florian Wessels <[email protected]>
[TASK] Respect data type in option list

32b6ec2098ab2490eede4ecba74056d852fe678a authored over 4 years ago by Florian Wessels <[email protected]>
[TASK] Migrate form structure

51af397583382e7287c136b6bbfdc1bb712df60b authored over 4 years ago by Florian Wessels <[email protected]>
[TASK] Add introduciong php comment

799d6ce2833527bef0a4799525481e7b1e322981 authored over 4 years ago by Florian Wessels <[email protected]>
[TASK] Use extension key as string

d3bea47948ad42427272c31a904b83fcf5b7cfc5 authored over 4 years ago by Florian Wessels <[email protected]>