Closed (fixed)
Project:
Case Tracker
Version:
6.x-1.0-beta8
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Jun 2010 at 21:51 UTC
Updated:
17 Jan 2011 at 19:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
boobaaAnd here's a patch that solves it.
Comment #2
boobaaOh, somebody please give it a review.
Comment #3
cyu commentedRan across this problem as well after a recent upgrade to latest Open Atrium code. You can see the issue in action at their site right now too, https://community.openatrium.com/issues/node/70#comment-1284
Applied your patch and everything is working fine. Code appears to still perform all the needed check_plain calls to keep things secure.
Comment #4
boobaaI wouldn't set my own patch to RTBC, but this asks for it.
Comment #5
zserno commentedPatch from #1 works as expected and simple enough to give it RTBC. Thanks Boobaa!
Comment #6
jmiccolis commentedSorry it took so long to get to this! Committed!
Comment #8
David Goode commentedDon't check_plain text to be passed to l() because l() does that itself. Mangles & and " and so forth, which are allowed in project titles. New patch to current head, which includes the old one.
Comment #9
jmiccolis commentedThanks for the fix David, it's been commited.