Commit graph

26 commits

Author SHA1 Message Date
Marc Michalsky forumZFD
0b1128fce5
️ implement formatting of settings values on import and export 2021-04-13 08:54:21 +02:00
Marc Michalsky forumZFD
0d9b312a9b
️ change json files to php files and add custom fields for projects
Changeing the file type is necessary to use the ts() function during custom field creation.

Added new custom fields to map the donation form settings.
2021-04-13 08:54:21 +02:00
Marc Michalsky forumZFD
73714bf312
🔧 do not limit number of results for civicrm_api3 calls 2021-03-19 19:54:03 +01:00
Marc Michalsky forumZFD
ebf0e21287
🚀 synchronize events if unknown event id is transmitted 2021-03-18 13:45:30 +01:00
Marc Michalsky forumZFD
d904ae931f
️ meet standard for getsingle api response
return array with object values instead of api success response
2021-03-09 20:51:03 +01:00
Marc Michalsky forumZFD
88a77456b8
🚀 create soft credits for sepa mandates 2021-03-09 19:00:55 +01:00
Marc Michalsky forumZFD
db15d5deb1
make soft credits optional 2021-03-04 17:55:19 +01:00
Marc Michalsky forumZFD
26d4497dbe
replace function for compatibility with PHP <7.3
replace array_key_first() by array_shift()
2021-02-25 16:12:05 +01:00
Marc Michalsky forumZFD
5e068f6d31
test if response array contains contribution 2021-02-23 16:17:28 +01:00
Marc Michalsky forumZFD
c20c4ab16c
bug-fix in soft credit creation 2021-02-22 20:03:02 +01:00
Marc Michalsky forumZFD
520fdb9f8d
implement soft credits 2021-02-22 18:25:19 +01:00
Marc Michalsky forumZFD
86a718273e
create OptionValue BAO class 2021-02-22 18:24:56 +01:00
Marc Michalsky forumZFD
8a61ae940e
bugfix 2021-02-19 16:25:10 +01:00
Marc Michalsky forumZFD
c855b6d083
code cleanup 2021-02-19 16:13:00 +01:00
Marc Michalsky forumZFD
54fe303465
implement APIWrapper for TwingleDonation.submit 2021-02-19 16:12:20 +01:00
Marc Michalsky forumZFD
a79e534099
fix bug: undefined indexes 2021-02-08 17:32:56 +01:00
Marc Michalsky forumZFD
f6d46520cd
improve Extension Cache 2021-02-08 13:58:48 +01:00
Marc Michalsky forumZFD
cf6ed7344f
cache campaign type ids 2021-02-04 17:23:10 +01:00
Marc Michalsky forumZFD
102628c310
remove unnecessary imports 2021-01-19 09:08:35 +01:00
Marc Michalsky forumZFD
677f673247
use Civi:cache() for extension cache 2021-01-18 10:46:47 +01:00
Marc Michalsky forumZFD
59c9581bfb
code formatting 2020-12-14 17:29:09 +01:00
Marc Michalsky forumZFD
40350e293f
implement class for string operations 2020-12-14 17:20:15 +01:00
Marc Michalsky forumZFD
439540959a
change class names and imports 2020-12-10 15:24:19 +01:00
Marc Michalsky forumZFD
a53b61775a
Change class names to meet naming convention
+ removed namespaces
2020-12-08 12:56:13 +01:00
Marc Michalsky forumZFD
3554f958d2
implement TwingleEvent 2020-10-30 16:27:56 +01:00
Marc Michalsky forumZFD
24d224cc38
use singleton ExtensionCache for cached mappings and settings 2020-10-29 21:19:01 +01:00