[Rt-commit] r18248 - rt/3.999/trunk
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Thu Feb 5 04:47:43 EST 2009
Author: sunnavy
Date: Thu Feb 5 04:47:43 2009
New Revision: 18248
Modified:
rt/3.999/trunk/ (props changed)
rt/3.999/trunk/TODO
Log:
r19639 at sunnavys-mb: sunnavy | 2009-02-05 17:47:00 +0800
updated TODO
Modified: rt/3.999/trunk/TODO
==============================================================================
--- rt/3.999/trunk/TODO (original)
+++ rt/3.999/trunk/TODO Thu Feb 5 04:47:43 2009
@@ -12,38 +12,3 @@
to the latter.
-things need to do or fix before releasing alpha.
-
-0.
-
-with current Jifty version, I got a very weird problem, in the top actions,
-current output is( I removed unrelative output ):
-
-<label accesskey="9">
- <select name="queue" onchange="document.CreateTicketInQueue.submit()"
-class="select-queue">
- <option value="1" > General </option>
-</select>
-<form action="/Ticket/Create.html" name="create_ticket_in_queue"
-id="CreateTicketInQueue">
-<input type="submit" class="button" value="New ticket in" />
-</label>
-
-<div id="topactions">
-<span class="topaction" id="topaction-a">
-</form>
-</span>
-</div>
-
-it seems the call $m->scomp('/Elements/CreateTicket') in Elements/Tabs makes
-some output instead of returning it, all the part above <div> should go into
-the "topaction-a" span element, and so on.
-I bet it's Jifty's problem but not 100% sure, Jifty gurus, SOS!
-
-1.
-
-3.8.2 starts to use Test::Warn to test the warning output, but since we use
-Log::Log4perl in Jifty, seems Test::Warn can't capture the warning any more.
-( I dig a bit, they all play with $SIG{__WARN__}, which I think they collapse )
-
-suggestion please
More information about the Rt-commit
mailing list