167 Commits

Author SHA1 Message Date
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
47415deeac [BUGFIX] Building url for ajax environment with routeEnhancer enabled 2021-12-17 20:24:25 +01:00
Philipp Dieter
f62695055f [TASK] Make DependencyInjectionTrait compatible to TYPO3 >= 10 2021-12-15 17:04:20 +01:00
Philipp Dieter
3d74347eaf [BUGFIX] Add bool return type for double2converter 2021-12-10 19:01:09 +01:00
Philipp Dieter
4393111f02 [BUGFIX] Remove superflous comma 2021-11-23 00:34:26 +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
8dbc5791d2 [FEATURE] Add date parsing for schema based input conversion 2021-11-21 23:59:12 +01:00
Philipp Dieter
70d0856ba0 [MERGE] Branch 'master' of https://phabricator.glanzstueck.agency/source/typo3-template_aide 2021-11-21 23:09:51 +01:00
Philipp Dieter
9858f663f6 [FEATURE] Backport function to convert form data input by schema 2021-11-21 23:09:16 +01:00
Philipp Dieter
76c9a738f7 [BUGFIX] Create correct extension key to get configuration 2021-11-14 20:55:09 +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
cf387b1af7 [TASK] Improve result handling for apis 2021-11-05 14:23:39 +01:00
Philipp Dieter
f427ab7cd6 [TASK] Move some functions to traits for reuse 2021-11-05 13:14:54 +01:00
Philipp Dieter
f206c8fb0e [TASK] Improve ajax and mail sending handling 2021-10-26 23:50:04 +02:00
Philipp Dieter
46f7b519b7 [FEATURE] Add persistenceManagerTrait 2021-10-26 23:48:57 +02:00
Philipp Dieter
0c534753d8 [TASK] Make function filereferenceToApi public 2021-09-22 13:57:06 +02:00
Philipp Dieter
57a4e34eb9 [TASK] Cleanup configuration handling 2021-09-22 13:15:20 +02:00
Philipp Dieter
7c1dae9b5d [FEATURE] Add option to set custom http return status 2021-08-30 21:54:28 +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
a3c8acf3be [TASK] Improve abstract eid controller 2021-08-09 22:14:54 +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
03f523f8c2 [TASK] Add automated translation for required fields 2021-07-19 23:17:01 +02:00
Philipp Dieter
4c4c727cd5 [MERGE] Branch 'master' of https://github.com/cjel/typo3-templates_aide 2021-07-19 15:21:44 +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
5a9b59e4ec [MERGE] Branch 'master' of https://phabricator.glanzstueck.agency/source/typo3-template_aide 2021-07-14 12:41:47 +02:00
Philipp Dieter
c90a7719e7 [TASK] Add cookie to clear 2021-07-14 12:41:23 +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
e10fb0bbd7 [TASK] Make arguments "where" + "orderBy" optional 2021-06-30 23:56:50 +02:00
Philipp Dieter
e431b9f04b [MERGE] Branch 'master' of https://github.com/cjel/typo3-templates_aide 2021-06-30 23:52:53 +02:00