LimeSurvey: master 0c46aa30

Author Committer Branch Timestamp Parent
mohabmes GitHub master 2023-10-06 12:47 master dba196d7
Changeset

Fixed issue #CR-1117: restrict naming of themes because it causes errors in some cases (#3376)

  • Fixed issue #CR-1117: Validate theme name

  • Fixed issue #CR-1117: template name trimming & validate against any invalid characters

  • Fixed issue #CR-1117: Template name length validation

  • Fixed issue #CR-1117: Fix templatename sanitization


Co-authored-by: Olle Haerstedt olle.haerstedt@limesurvey.org

mod - application/controllers/admin/Themes.php Diff File
mod - application/helpers/sanitize_helper.php Diff File
mod - application/models/Template.php Diff File
mod - application/models/TemplateManifest.php Diff File
mod - application/views/themeOptions/index.php Diff File