[Rt-commit] r18148 - rt/3.999/branches/merge_to_3.8.2

sunnavy at bestpractical.com sunnavy at bestpractical.com
Tue Feb 3 07:43:39 EST 2009


Author: sunnavy
Date: Tue Feb  3 07:43:39 2009
New Revision: 18148

Modified:
   rt/3.999/branches/merge_to_3.8.2/   (props changed)
   rt/3.999/branches/merge_to_3.8.2/TODO

Log:
 r19478 at sunnavys-mb:  sunnavy | 2009-02-03 20:43:22 +0800
 updated TODO to show current problems/todo I got


Modified: rt/3.999/branches/merge_to_3.8.2/TODO
==============================================================================
--- rt/3.999/branches/merge_to_3.8.2/TODO	(original)
+++ rt/3.999/branches/merge_to_3.8.2/TODO	Tue Feb  3 07:43:39 2009
@@ -11,3 +11,49 @@
 (Type = Set, Field = Status). I think it should be fixed
 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" />&nbsp;
+</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
+
+2. 
+
+obra said: REST/1.0 should serve and accept the formats it did for RT 3.8
+we changed the cases of keys before, I think we need to change them back
+e.g. show ticket/1 -f subject currently shows
+    subject: work
+we need to change it back to:
+    Subject: work
+


More information about the Rt-commit mailing list