Commit graph

99 commits

Author SHA1 Message Date
Marc Michalsky
6f6b9e0599 use correct error code 2024-03-25 15:58:11 +01:00
Marc Michalsky
a16be91822 include profile name in update query 2024-03-25 15:58:11 +01:00
Marc Michalsky
d9e51c67f6 use the id instead of the name to look up profiles 2024-03-25 15:58:11 +01:00
Jens Schuppe
fe0ce3f57d Fix @throws tag with wrong class name 2024-03-25 15:51:58 +01:00
Jens Schuppe
53745a3e07 PHP Code Sniffer fixes 2024-03-25 15:49:01 +01:00
Marc Michalsky
b0d5bdefa5 use correct namespace 2024-03-25 15:45:00 +01:00
Marc Michalsky
1875861735 pass $error_code to parent BaseException 2024-03-25 15:45:00 +01:00
Marc Michalsky
e83a898cb8 add error code for profile validation warning 2024-03-25 15:45:00 +01:00
Marc Michalsky
9baf2c0e2a override the $code property inherited from Exception in BaseException 2024-03-25 15:45:00 +01:00
Marc Michalsky
27675b7219 use new namespace style 2024-03-25 15:45:00 +01:00
Marc Michalsky
43be624bf6 create custom exceptions 2024-03-25 15:45:00 +01:00
Jens Schuppe
f42bc9b7ed PHP Code Sniffer fixes 2024-03-25 15:26:15 +01:00
Jens Schuppe
322c2d0dd3 Run Civix upgrade to Civix version 23.02.1 2024-03-25 15:01:36 +01:00
Jens Schuppe
69843bc981 PHP Code Beautifier fixes 2024-03-25 14:58:51 +01:00
Jens Schuppe
fad228315d Remove invalid @throws 2024-03-25 14:52:29 +01:00
Jens Schuppe
df608dc3d0 Merge remote-tracking branch 'MarcMichalsky/minor_changes'
[#77] Minor changes/Code cleanup
2023-10-16 14:22:52 +02:00
Marc Michalsky
89df7482a6
throw error if no default project is found 2023-09-06 16:45:13 +02:00
Marc Michalsky
fd99f3b24f
add default option
add a 'select profile' default option
2023-08-29 16:35:03 +02:00
Marc Michalsky
a868e87ba7
minor changes 2023-08-16 11:32:08 +02:00
Marc Michalsky
c3f4db8600
replace traditional syntax arrays 2023-08-16 11:31:41 +02:00
Marc Michalsky
0b2b8d6523
do not add the xcm default profile manually as an option
it simply does not work
2023-08-16 11:31:14 +02:00
Marc Michalsky
3644086ab3
set correct value for debit cards 2023-08-16 11:30:55 +02:00
Marc Michalsky
5a9a911c01
remove duplicate array keys 2023-08-16 11:30:48 +02:00
Marc Michalsky
225c4efd25
remove unnecessary default values 2023-08-16 11:30:35 +02:00
B. Endres
bd6c60c539 replaced old debug-log call with current one. 2023-05-15 12:03:32 +02:00
Marc Michalsky
c62af9582e
[#61] fix bug on settings page
The array passed to $this->addEntityRef() was incorrectly structured
2023-04-19 17:36:01 +02:00
Jens Schuppe
945992d8be Add missing "pi_" prefixes for new payment instruments 2023-03-14 15:36:50 +01:00
Jens Schuppe
6132e7ad80 Add new payment methods 2023-02-16 13:34:56 +01:00
B. Endres
c52dc77532 [#42] migrate profiles with last_access NOW() 2022-05-13 10:15:28 +02:00
B. Endres
65424ab4bc [#42] added stats 2022-05-12 13:25:53 +02:00
B. Endres
b5b34ff678 [#42] fix for getProfile empty name 2022-05-12 13:04:03 +02:00
B. Endres
bf2a73f519 [#42] log (production) access 2022-05-11 21:45:55 +02:00
B. Endres
fd47b91b65 [#42] refactored profile management 2022-05-11 21:37:37 +02:00
B. Endres
62399657e7 [#42] added data structure and upgrader/migration 2022-05-11 20:55:42 +02:00
Jens Schuppe
1c649ba812 Merge branch 'issue/28'
[#28] Add parameter for preferred language
2022-05-02 15:25:28 +02:00
Marc Michalsky
9969c99f70 Make required address components configurable
The required address components can be selected in the corresponding profile.
2021-11-17 16:32:10 +01:00
Marc Michalsky forumZFD
921ea49deb
[#43] [#44] validate campaign_id
cast numeric string to integer and test if a related campaign exists
2021-02-19 14:52:00 +01:00
Jens Schuppe
be55ad70a8 [#29] Prevent source profile be overwritten 2020-11-10 15:27:56 +01:00
Jens Schuppe
228e964633 [#29] Use correct profile names and validate before saving profile copies 2020-11-10 11:30:58 +01:00
Marc Michalsky
7328b3893d
trim project_ids 2020-09-25 12:08:17 +02:00
Jens Schuppe
021cd5257b [#36] Fix PHPDoc 2020-08-14 10:48:50 +02:00
Jens Schuppe
6b42c72bf8 [#36] Fix indentation 2020-08-14 10:43:06 +02:00
Jens Schuppe
3553ed83b9 [#36] Do not alter the mailing lists available for the profile field since that might be confusing and still produce invalid states 2020-08-14 10:33:12 +02:00
Jens Schuppe
11558d4fbd [#36] Save newsletter_double_opt_in property as integer 2020-08-14 10:19:54 +02:00
Jens Schuppe
d3c1aabfb4 [#36] Rename "double_opt_in" property to "newsletter_double_opt_in" 2020-08-14 10:13:51 +02:00
Marc Michalsky
4ff060884a
implement CiviCRM's double opt-in feature for newsletter 2020-07-24 10:57:23 +02:00
Jens Schuppe
36a756e4dd [#28] Add parameter for preferred language and pass to XCM 2020-06-04 14:21:06 +02:00
B. Endres
00c55b261f [#27] minor adjustments 2020-06-04 10:52:50 +02:00
B. Endres
1d2c66b375 [#27] remove campaign if it somehow got it before 2020-06-04 10:52:11 +02:00
B. Endres
b256b59fe5 [#27] added contact option 2020-06-04 10:48:56 +02:00