View Issue Details

This bug affects 1 person(s).
 4
IDProjectCategoryView StatusLast Update
07271Bug reportsTheme editorpublic2013-02-13 22:11
Reporterchlorisw Assigned ToDenisChenu  
PrioritynormalSeverityminor 
Status closedResolutionfixed 
Product Version2.00+ 
Fixed in Version2.00+ 
Summary07271: Template Permission Page Won't Save Name Containing Dot
Description

You can create/upload templates that have a dot in the name, but if you go to the Template Permissions page and check the box to give rights to that template it won't save because the checkboxes are named after the template.

Steps To Reproduce

--Create a template named "example.com"
--Give user "Sarah" rights to it; check the box next to "example.com" and click the Save Settings button on the Template Permissions page
--Return to the Template Permissions page for "Sarah" and note the checkbox isn't selected.

There should be a notice that keeps users from creating template names that contain a dot.

TagsNo tags attached.
Bug heat4
Complete LimeSurvey version number (& build)121117
I will donate to the project if issue is resolvedNo
Browser
Database type & versionMySQL
Server OS (if known)Linux
Webserver software & version (if known)apache
PHP VersionPHP 5.3

Users monitoring this issue

There are no users monitoring this issue.

Activities

DenisChenu

DenisChenu

2013-02-07 11:49

developer   ~23975

Fix committed to master branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=11571

DenisChenu

DenisChenu

2013-02-07 11:51

developer   ~23977

Fix committed to 2.1 branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=11574

c_schmitz

c_schmitz

2013-02-13 22:11

administrator   ~24067

New build 130213 released.

Related Changesets

LimeSurvey: master 8f2440e3

2013-02-07 10:45:48

DenisChenu

Details Diff
Fixed issue 07271: Template Permission Page Won't Save Name Containing Dot
Dev: name with dot is valid, but php replace it by _, then array_split
Affected Issues
07271
mod - application/controllers/admin/useraction.php Diff File

LimeSurvey: 2.1 e3d2a961

2013-02-07 10:47:54

DenisChenu

Details Diff
Fixed issue 07271: Template Permission Page Won't Save Name Containing Dot
Dev: name with dot is valid, but php replace it by _, then array_split
Affected Issues
07271
mod - application/controllers/admin/useraction.php Diff File

Issue History

Date Modified Username Field Change
2013-02-05 21:36 chlorisw New Issue
2013-02-07 11:49 DenisChenu Changeset attached => LimeSurvey master 8f2440e3
2013-02-07 11:49 DenisChenu Note Added: 23975
2013-02-07 11:49 DenisChenu Assigned To => DenisChenu
2013-02-07 11:49 DenisChenu Resolution open => fixed
2013-02-07 11:49 DenisChenu Status new => assigned
2013-02-07 11:49 DenisChenu View Status private => public
2013-02-07 11:49 DenisChenu Steps to Reproduce Updated
2013-02-07 11:51 DenisChenu Changeset attached => LimeSurvey 2.1 e3d2a961
2013-02-07 11:51 DenisChenu Note Added: 23977
2013-02-07 11:51 DenisChenu Status assigned => resolved
2013-02-07 11:51 DenisChenu Fixed in Version => 2.00+
2013-02-13 22:11 c_schmitz Note Added: 24067
2013-02-13 22:11 c_schmitz Status resolved => closed
2015-12-11 14:40 c_schmitz Category Templates => Theme editor