~ubuntu-branches/ubuntu/oneiric/request-tracker3.8/oneiric-updates

« back to all changes in this revision

Viewing changes to share/html/Ticket/Update.html

  • Committer: Bazaar Package Importer
  • Author(s): Dominic Hargreaves, Dominic Hargreaves, Christian Perrier
  • Date: 2009-06-16 21:46:59 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090616214659-5ji9k1n3qyc2br3n
Tags: 3.8.4-1
[ Dominic Hargreaves ]
* Add missing comma in Depends (fixes FTBFS on etch)
* Update debconf translations: pt.po, ja.po, sv.po, it.po, cs.po, ru.po
  (Closes: #519885, #519922, #520603, #520759, #521199, #521926)
* Document preference for not using SQLite in production
  (Closes: #512750)

[ Christian Perrier ]
* Debconf templates and debian/control reviewed by the debian-l10n-
  english team as part of the Smith review project.
  (Closes: #522367, #520959)
* [Debconf translation updates]
  - Japanese. Closes: #522896
  - German. Closes: #520958
  - Portuguese. Closes: #523481
  - Galician. Closes: #524256
  - Galician. Closes: #524256
  - Spanish. Closes: #524449
  - Italian. Closes: #524715
  - Russian. Closes: #524894
  - Swedish. Closes: #525171
  - French. Closes: #525281

[ Dominic Hargreaves ]
* Don't tell dbconfig to comment out unused variables, since this
  breaks MySQL and Postgres database configuration (Closes: #523090)
* Update Standards-Version (no changes)
* Switch dependency on sysklogd to rsyslog (Closes: #526914)
* New upstream release; includes
  - Minor security fix (Closes: #533069)
  - Add missing Postgres index (Closes: #512653)
* Patch webmux.pl to provide a better error message when the wrong
  major version of RT is in @INC (for example in a mod_perl context).
  (Closes: #518692)
* Add some more example Exim 4 configuration (Closes: #238345)
* Don't apply database ACLs in databases managed by dbconfig-common.
* Remove unused ACL patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
<& /Elements/GnuPG/SignEncryptWidget:ShowIssues, self => $gnupg_widget &>
64
64
 
65
65
<table width="100%" border="0">
 
66
% $m->callback(CallbackName => 'AfterTableOpens', ARGSRef => \%ARGS, Ticket => $TicketObj);
66
67
 
67
68
<tr><td class="label"><&|/l&>Status</&>:</td>
68
69
<td>
75
76
    DefaultLabel => loc("[_1] (Unchanged)", $TicketObj->OwnerObj->Name),
76
77
    Default      => $ARGS{'Owner'}
77
78
&>
78
 
<span class="label"><&|/l&>Worked</&>:</span><input size="4" name="UpdateTimeWorked" value="<% $ARGS{UpdateTimeWorked}||'' %>" /> 
79
 
<& /Elements/SelectTimeUnits, Name => 'UpdateTimeWorked'&>
 
79
<span class="label"><&|/l&>Worked</&>:</span>
 
80
<& /Elements/EditTimeValue,
 
81
    Name => 'UpdateTimeWorked',
 
82
    Default => $ARGS{UpdateTimeWorked}||'',
 
83
    InUnits => $ARGS{'UpdateTimeWorked-TimeUnits'}||'minutes',
 
84
&>
80
85
</td></tr>
81
86
% my $skip;
82
87
% $m->callback( %ARGS, CallbackName => 'BeforeUpdateType', skip => \$skip );
97
102
 
98
103
<& /Ticket/Elements/UpdateCc, %ARGS, TicketObj => $TicketObj &>
99
104
 
100
 
 
101
 
% if (my $TxnCFs = $TicketObj->TransactionCustomFields) {
102
 
%    while (my $CF = $TxnCFs->Next()) {
103
 
<tr>
104
 
<td class="label"><% $CF->Name %>:</td>
105
 
<td><& /Elements/EditCustomField, CustomField => $CF, NamePrefix =>
106
 
    "Object-RT::Transaction--CustomField-" &><em><% $CF->FriendlyType %></em></td>
107
 
</tr>
108
 
%    } # end if while
109
 
% } # end of if
 
105
<& /Ticket/Elements/EditTransactionCustomFields, %ARGS, TicketObj => $TicketObj &>
110
106
 
111
107
% if (exists $session{'Attachments'}) {
112
108
<tr><td><&|/l&>Attached file</&>:</td>