Two problems (and two hacks)
Posted: Sun Jul 09, 2006 1:19 pm
A few days ago I have installed my first site using CMSMS. All is excellent, but I have met two little but annoying problems. Both of them regard the editing of a page *after* its creation.
1. When re-editing a page where I have inserted the entity &, the entity is silently transformed in a simple &. The consequence is that the page does not validate anymore, unless each time I correct the text before submitting.
2. When re-editing a page that contains a tag, a total disaster follows. Therefore I have to delete the page and to re-create it in order to make any correction.
I have found the workaround of making two user defined tags {amp} and {endtextarea}, defined as "echo '&';" and "echo '';", but I think that in the first case there is a little bug should be corrected, in the second a mechanism should be coded that automatically (albeit not transparently) does some transformation in the code inserted.
Anyway: congratulations to the authors for this excellent program!
1. When re-editing a page where I have inserted the entity &, the entity is silently transformed in a simple &. The consequence is that the page does not validate anymore, unless each time I correct the text before submitting.
2. When re-editing a page that contains a tag, a total disaster follows. Therefore I have to delete the page and to re-create it in order to make any correction.
I have found the workaround of making two user defined tags {amp} and {endtextarea}, defined as "echo '&';" and "echo '';", but I think that in the first case there is a little bug should be corrected, in the second a mechanism should be coded that automatically (albeit not transparently) does some transformation in the code inserted.
Anyway: congratulations to the authors for this excellent program!