Feature security update
1 unresolved thread
1 unresolved thread
Merge request reports
Activity
added 1 commit
- 23658b4f - [TASK] Enable templatecontent in config filees
added 1 commit
- 4ed316f5 - [TASK] Show default template content in be module
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(); changed this line in version 11 of the diff
added 15 commits
-
4ed316f5...56a2d3b1 - 14 commits from branch
master
- 7009e3ac - Merge remote-tracking branch 'origin/master' into feature_security_update
-
4ed316f5...56a2d3b1 - 14 commits from branch
added 1 commit
- 55f79be9 - [BUGFIX] Fix check for new global extension configuration option
added 1 commit
- ad8783cf - [BUGFIX] Mail templates in forms can't be registerd if user_uploads is selected
added 1 commit
- a7e6d24d - [TASK] Remove extension key option from form finishers
added 1 commit
- e9643878 - [BUGFIX] Fix missing checks of set default values of the mail forms
added 1 commit
- 39350792 - [BUGFIX] Fix wrong registration and deprecation view
added 1 commit
- 2d4040b3 - [BUGFIX] The registration may working the first time secure now, also fixed dozens of more bugs
mentioned in commit f2728d52
Please register or sign in to reply