Hi<div><br></div><div>Thanks for your reply & time.</div><div><br></div><div>I too tried copying a section and found that it does not got changed anything in the front end. Even deleted a couple of lines, refresh page - restart apache, and found no change.</div>
<div><br></div><div>As i was editing the main flow very first time, i was not aware of the DevelMode, and caches.. Finally got it working with the following pages help....</div><div><meta http-equiv="content-type" content="text/html; charset=utf-8"><a href="http://requesttracker.wikia.com/wiki/CleanMasonCache">http://requesttracker.wikia.com/wiki/CleanMasonCache</a></div>
<div><meta http-equiv="content-type" content="text/html; charset=utf-8"><a href="http://requesttracker.wikia.com/wiki/DevelMode">http://requesttracker.wikia.com/wiki/DevelMode</a></div><div><br></div><div>Now doing good with the development. And one other question, as am adding a new section to ticket display page ! I would like to know, is there any way i can find/understand the normal flow.... </div>
<div><br></div><div>May be is there a way to go in debug mode, and find the flow of 'how a ticket display works?' Or is there any document or flow chart explains ... Basically i would like to know how does the general flow goes, and plug my new section in to it !</div>
<div><br></div><div>Hope the above explanations are clear ?! Or else, when adding a new feature which is very similar to an existing - knowing about it would help in developing this too !</div><div><br></div><div>Any help is very much appreciated. <br clear="all">
<br></div><div>Thanks<br>Moorthy.<br><br><br>
<br><br><div class="gmail_quote">On Mon, Aug 22, 2011 at 11:14 PM, Ruslan Zakirov <span dir="ltr"><<a href="mailto:ruz@bestpractical.com">ruz@bestpractical.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
On Mon, Aug 22, 2011 at 9:02 PM, SathiyaMoorthy SP<br>
<div class="im"><<a href="mailto:jobs.sathiya@gmail.com">jobs.sathiya@gmail.com</a>> wrote:<br>
> Hi,<br>
</div><div class="im">> Thanks for the reply.<br>
> I spent sometime with the ShowSummary file. But no success ! I dont know how<br>
> to edit the file. I started learning HTML::Mason, so that I can add a new<br>
> section.<br>
> But anyway i would like to get ideas from somebody who has did it already !<br>
<br>
</div>Did it several times. ShowSummary has code similar to the folowing:<br>
<br>
    <&| /Widgets/TitleBox, title => loc('The Basics'),<br>
        class => 'ticket-info-basics',<br>
    &><& /Ticket/Elements/ShowBasics, Ticket => $Ticket &></&><br>
<br>
Copy it. See that ShowBasics appears twice on the page. Copy<br>
ShowBasics file. Adjust, see changes and so on.<br>
<div class="im"><br>
> How can i add a new custom section ?, through  Which i have to show 'new<br>
> section' when the user views the ticket, and he should be allowed to add,<br>
> edit, delete content from that section as similar as dates or people<br>
> section.<br>
<br>
</div>May be you're talking about menu. Are you?<br>
<div class="im"><br>
<br>
> Do i have to add HTML code or perl code ? What is the structure, which files<br>
> i have to edit  Kindly let me know.<br>
<br>
</div>If you need some sort of editor for custom data then for sure you'll<br>
need to write Mason, HTML and perl code.<br>
<br>
> Thanks<br>
> Moorthy<br>
<font color="#888888"><br>
--<br>
Best regards, Ruslan.<br>
</font></blockquote></div><br></div>