62 Commits

Author SHA1 Message Date
Philipp Dieter
0e9b031feb [TASK] Fix rending buttons in email templates 2022-06-13 14:49:02 +02:00
Philipp Dieter
007c3368f7 [MERGE] Branch 'master' of https://phabricator.glanzstueck.agency/source/typo3-template_aide 2022-04-29 11:01:33 +02:00
Philipp Dieter
8927f3c402 [TASK] Make array fault tolerant for recieving objects 2022-04-29 11:01:26 +02:00
Philipp Dieter
138c9373ff [TASK] Enable site config utility to handle references 2022-04-27 13:28:02 +02:00
Philipp Dieter
316c0d5b8d [BUGFIX] Fix backend stylesheed directory collision 2022-03-30 16:59:48 +02:00
Philipp Dieter
94a7c42289 [TASK] MailUtility: Add function extractByType 2022-03-24 18:06:06 +01:00
Philipp Dieter
599dc81f7a [TASK] Add buttion option to email template 2022-03-23 23:22:10 +01:00
Philipp Dieter
57b04f3245 [FEATURE] ApiUtility: Unset mapping results if result is null 2022-03-03 13:02:04 +01:00
Philipp Dieter
1e69ff8a25 [TASK] Improve content handling of mailutility 2022-02-22 17:56:17 +01:00
Philipp Dieter
039738d8a3 [FEATURE] Add remove from list function to TcaUtility 2022-01-19 16:06:05 +01:00
Philipp Dieter
dc543c65a4 [BUGFIX] Duplicate use statement after merge 2022-01-05 13:47:22 +01:00
Philipp Dieter
1932024cae [MERGE] Branch 'master' of https://phabricator.glanzstueck.agency/source/typo3-template_aide 2022-01-05 13:40:55 +01:00
Philipp Dieter
55675aab7e [FEATURE] TcaUtility: Add function to change position of items in lists 2022-01-05 13:40:40 +01:00
Philipp Dieter
06010aebea [TASK] Add TYPO3 10 compatibilty getTranslation function in TcaUtility 2021-12-19 17:44:18 +01:00
Philipp Dieter
3c9a649822 [FEATURE] Add removeCHashIfOnlyParameter to SiteConfigUtility 2021-12-19 17:43:35 +01:00
Philipp Dieter
a2943b52a4 [FEATURE] Add getFromExtensionByPath to SiteConfigUtility 2021-12-19 17:43:07 +01:00
Philipp Dieter
ef5eb1b03f [TASK] Add TYPO3 10 compatibilty for ObjectUtility 2021-12-19 17:42:19 +01:00
Philipp Dieter
1d5c949477 [TASK] Add TYPO3 10 compatibilty for MailUtility 2021-12-19 17:42:01 +01:00
Philipp Dieter
c3d5d0ec63 [TASK] Hide link text in text mails if duplicates target 2021-12-19 17:40:40 +01:00
Philipp Dieter
217aa02fc5 [FEATURE] Add option for bold text in mails 2021-12-19 17:33:19 +01:00
Philipp Dieter
a9a3ad38d4 [BUGFIX] ArrayUrility: Return empty object if array is empty 2021-12-17 20:25:09 +01:00
Philipp Dieter
0e0e351b0f [MERGE] Branch 'master' of https://phabricator.glanzstueck.agency/source/typo3-template_aide 2021-11-23 00:00:58 +01:00
Philipp Dieter
7edad9ec5e [FEATURE] Add option to add empty select option in tca utility 2021-11-23 00:00:06 +01:00
Philipp Dieter
700e592f05 [TASK] Differentiate between associative and nonaccociative arrays when mapping to object 2021-11-22 15:20:35 +01:00
Philipp Dieter
04041fa564 [FEATURE] Add option to search full typoscript to site config utility 2021-11-14 19:03:55 +01:00
Philipp Dieter
4a1ae9a7a2 [FEATURE] Add attachment option to mailutility 2021-11-14 19:02:51 +01:00
Philipp Dieter
f206c8fb0e [TASK] Improve ajax and mail sending handling 2021-10-26 23:50:04 +02:00
Philipp Dieter
0c534753d8 [TASK] Make function filereferenceToApi public 2021-09-22 13:57:06 +02:00
Philipp Dieter
802f44f51c [TASK] Add double to parsed objects 2021-08-10 18:00:07 +02:00
Philipp Dieter
ba0f11ccfb [TASK] Add element option to configure select function 2021-08-10 17:05:37 +02:00
Philipp Dieter
c8112b13f5 [TASK] Improve api utility, additional relations 2021-08-09 22:16:36 +02:00
Philipp Dieter
fa2ab93619 [MERGE] Branch 'master' of https://phabricator.glanzstueck.agency/source/typo3-template_aide 2021-08-02 11:42:32 +02:00
Philipp Dieter
2f7b46fbac [TASK] Add additional function to create select tca 2021-08-02 11:30:22 +02:00
Philipp Dieter
7db9769872 [FEATURE] Add interface utility, includes function to get constants 2021-08-02 11:27:45 +02:00
Philipp Dieter
ca80ae8c20 [TASK] Add options to parse dates 2021-07-30 21:29:16 +02:00
Philipp Dieter
fe832637ed [TASK] Site config utility: Return content of value if present 2021-07-27 09:50:15 +02:00
Philipp Dieter
fb13b84e45 [TASK] Objectutility: Improve mapping of relations 2021-07-20 02:10:10 +02:00
Philipp Dieter
f6b250d64b [TASK] Object utility: Add option to specify allowed fields 2021-07-19 15:21:29 +02:00
Philipp Dieter
33741a42f4 [CLEANUP] Refactor some code in api utility 2021-07-14 23:13:01 +02:00
Philipp Dieter
ef09ca9302 [TASK] Add function to check and fix utf8 2021-07-05 14:25:06 +02:00
Philipp Dieter
bb6ca7da07 [TASK] Extend object from array mapping for nested and related objects 2021-07-05 14:24:41 +02:00
Philipp Dieter
3dbd981f97 [TASK] Improve ApiUtility mapping handling 2021-06-30 23:46:59 +02:00
Philipp Dieter
4b78ff8eaf [TASK] Add tca utility 2021-06-13 19:35:57 +02:00
Philipp Dieter
6098131851 [TASK] Add object utility 2021-06-13 19:35:46 +02:00
Philipp Dieter
f00f35ba45 [TASK] Insert domain for assets in mail utility 2021-06-13 19:33:08 +02:00
Philipp Dieter
eb0d206673 [TASK] Add object option for setting up ajax env 2021-06-13 19:31:13 +02:00
Philipp Dieter
5a00a9a651 [MERGE] Branch 'master' of github_atticmedia:cjel/typo3-templates_aide 2021-06-02 19:12:36 +02:00
Philipp Dieter
037715ca9e [TASK] Add textbold as email option 2021-05-11 22:47:15 +02:00
Philipp Dieter
b6b02e0394 [TASK] Add function to get site config by typoscript path 2021-05-02 13:17:04 +02:00
Philipp Dieter
c4f9c16ff7 [TASK] Imrove mail content template parsing capabilities 2021-05-02 13:16:15 +02:00