Tiki 1.8.2 and URLs
I'm noticing some interesting behaviour in my tiki since I upgraded to 1.8.2. I'm not sure if it's related to the new cross site scripting checking or not. The things I'm noticing are:
1. If I edit templates online within tiki (say header.tpl), Javascript tags linking to the tikilib javascript library get stripped out when you save the template (to workaround this I've disabled editing templates within tiki for the time being).
2. I have some custom php that I wrote that integrates with tiki. It makes use of the tikilib for get information from the file galleries. It's output is an echo'ed HTML page (frameset) with content and links. In tiki 1.8.2, the src tags for the frameset get stripped out in the output in my browser.
Both of these worked in 1.8.1 obviously. Does anyone have any tips on how to track down the source of these problems or have first hand knowledge of what's causing it and how to correct it?