Login!
Lost password?
 

MODx Bug/Feature Tracker and Feature Requests

Welcome to the MODx CMS Tracker. Please choose the appropriate project from the drop down menu and provide as much information as possible regarding your server environment and browser. Thanks!

FS#945 — Template names fail to edit when containing quotes

Attached to Project — MODx
Opened by Nick Crossland (ncrossland) - Wednesday, 12 September 2007, 08:08AM
Last edited by Garry Nutting (garryn) - Monday, 19 November 2007, 07:23PM
Task Type Bug Report
Category Core Distribution
Status Closed
Assigned To Garry Nutting (garryn)
Operating System All
Severity Low
Priority Normal
Reported Version 0.9.6
Due in Version 0.9.6.2
Due Date Undecided
Percent Complete 100%

Details

If you create a template with a name such as

"This" section

the template cannot be edited, as the quotes are not entity encoded before being inserted into the edit form. it can be worked round by using single quotes instead, but there should be some validation, or entity encoding when editing to stop users doing this.
This task depends upon

This task blocks these from closing
Closed by  Brunaud (coroico)
Friday, 09 May 2008, 04:52AM
Reason for closing:  Fixed
Comment by Garry Nutting (garryn) - Monday, 19 November 2007, 07:23PM
  • Field changed: Status (Unconfirmed → Requires testing)
  • Field changed: Due in Version (Undecided → 0.9.6.2)
  • Field changed: Percent Complete (0% → 100%)
  • Field changed: Due Date (Undecided → Undecided)
Should be fixed in SVN rev 3158.

Comment by Brunaud (coroico) - Thursday, 08 May 2008, 05:16PM
SVN3697 - Test executed : creation of a template named "this" section by duplication of MODxHost
Creation of a new document with this new template. Display of the new document without pbs. Edition of the template without any issues.