Skip to content
Snippets Groups Projects

Feature security update

Merged Torsten Oppermann requested to merge feature_security_update into master
1 unresolved thread

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
296 296 $this->loadTemplateValues($template);
297 297 }
298 298
299 $defaultTemplateContent = NULL;
299 // get default template content from register array
300 $defaultTemplateContent = $registerService->getRegisterArray(
301 )[$this->extensionKey][$this->templateName]['templateContent'];
302 // var_dump($registerService->getRegisterArray()[$this->extensionKey][$this->templateName]); die();
  • Stefan Galinski added 15 commits

    added 15 commits

    • 4ed316f5...56a2d3b1 - 14 commits from branch master
    • 7009e3ac - Merge remote-tracking branch 'origin/master' into feature_security_update

    Compare with previous version

  • added 1 commit

    • 55f79be9 - [BUGFIX] Fix check for new global extension configuration option

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • added 1 commit

    • ad8783cf - [BUGFIX] Mail templates in forms can't be registerd if user_uploads is selected

    Compare with previous version

  • added 1 commit

    • a7e6d24d - [TASK] Remove extension key option from form finishers

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • added 2 commits

    • e451beeb - [TASK] Fixing wrong path to old registrations
    • ceb5b748 - Merge branch 'feature_security_update' of gitlab.sgalinski.de:typo3/sg_mail into…

    Compare with previous version

  • added 1 commit

    • e9643878 - [BUGFIX] Fix missing checks of set default values of the mail forms

    Compare with previous version

  • added 2 commits

    • 71d7b76b - [TASK] review
    • cede6c7b - Merge branch 'feature_security_update' of gitlab.sgalinski.de:typo3/sg_mail into…

    Compare with previous version

  • added 1 commit

    • 096dbca5 - [TASK] Rename enable security setting

    Compare with previous version

  • added 1 commit

    • 39350792 - [BUGFIX] Fix wrong registration and deprecation view

    Compare with previous version

  • added 1 commit

    • 2d4040b3 - [BUGFIX] The registration may working the first time secure now, also fixed dozens of more bugs

    Compare with previous version

  • Stefan Galinski mentioned in commit f2728d52

    mentioned in commit f2728d52

  • Please register or sign in to reply
    Loading