[Rt-commit] rtir branch, 2.5-trunk, updated. 4409ea82125517e22e362a56f4fcfd5b6ee5cfe0
Ruslan Zakirov
ruz at bestpractical.com
Fri Sep 4 14:27:46 EDT 2009
The branch, 2.5-trunk has been updated
via 4409ea82125517e22e362a56f4fcfd5b6ee5cfe0 (commit)
via f9b124d3eb09fb016b8592ac16d0e1f7f1d7b0ab (commit)
via 58f07ba64ab439630fbd144fb1fa508a3b523804 (commit)
via 29f9f2b2d2e6dd875e091d2e51334b77080f1c4b (commit)
from aa0df32d0bdb3a4a41ffad9aefb0f93435403857 (commit)
Summary of changes:
MANIFEST | 2 --
META.yml | 2 +-
html/RTIR/Create.html | 17 ++++++++++-------
html/RTIR/Investigation/Elements/Create | 10 ----------
lib/RT/IR.pm | 2 +-
5 files changed, 12 insertions(+), 21 deletions(-)
- Log -----------------------------------------------------------------
commit 29f9f2b2d2e6dd875e091d2e51334b77080f1c4b
Author: Ruslan Zakirov <ruz at bestpractical.com>
Date: Tue Sep 1 20:07:52 2009 +0400
bump version, 2.5.4
diff --git a/MANIFEST b/MANIFEST
index e4e155f..d01080c 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -124,8 +124,6 @@ html/RTIR/Reporting/Report.html
html/RTIR/Reporting/Report.tsv
html/RTIR/Reporting/Report.txt
html/RTIR/Search/Elements/BuildQuery
-html/RTIR/Search/Elements/PickCFs
-html/RTIR/Search/Elements/PickCriteria
html/RTIR/Search/Elements/ProcessQuery
html/RTIR/Search/Elements/RefineTabs
html/RTIR/Search/Elements/ShowResults
diff --git a/META.yml b/META.yml
index bdf5936..0eec2ec 100644
--- a/META.yml
+++ b/META.yml
@@ -33,4 +33,4 @@ requires:
Regexp::Common: 0
Regexp::Common::net::CIDR: 0
perl: 5.8.3
-version: 2.5.3
+version: 2.5.4
diff --git a/lib/RT/IR.pm b/lib/RT/IR.pm
index edeb361..1259f80 100644
--- a/lib/RT/IR.pm
+++ b/lib/RT/IR.pm
@@ -46,7 +46,7 @@
#
package RT::IR;
-our $VERSION = '2.5.3';
+our $VERSION = '2.5.4';
use 5.008003;
use warnings;
commit 58f07ba64ab439630fbd144fb1fa508a3b523804
Author: Ruslan Zakirov <ruz at bestpractical.com>
Date: Fri Sep 4 01:58:42 2009 +0400
use hint on the right like for other fields and add more text
diff --git a/html/RTIR/Create.html b/html/RTIR/Create.html
index bcd23bd..18c85ca 100644
--- a/html/RTIR/Create.html
+++ b/html/RTIR/Create.html
@@ -91,8 +91,11 @@
% }
% } else {
<tr>
- <td class="label"><&|/l&>Incident</&><% $Type eq 'Block'? loc('(required)'): '' %>:</td>
- <td class="value" colspan="2"><input name="Incident" size="16" maxsize="16" value="<% $Incident || '' %>" /></td>
+ <td class="label"><&|/l&>Incident</&>:</td>
+ <td class="value"><input name="Incident" size="16" maxsize="16" value="<% $Incident || '' %>" /></td>
+ <td><i><font size="-2">
+ (<&|/l&>Id of an Incident to link a new ticket to</&>. <% $Type eq 'Block'? '<strong>'.loc('Required').'</strong>': loc('Optional') |n %>.)
+ </font></i></td>
</tr>
% }
<tr>
commit f9b124d3eb09fb016b8592ac16d0e1f7f1d7b0ab
Author: Ruslan Zakirov <ruz at bestpractical.com>
Date: Fri Sep 4 01:59:38 2009 +0400
* use more classes to make form look consistent
diff --git a/html/RTIR/Create.html b/html/RTIR/Create.html
index 18c85ca..9e3ecf4 100644
--- a/html/RTIR/Create.html
+++ b/html/RTIR/Create.html
@@ -85,7 +85,7 @@
</tr>
% if ( $parentvalue ) {
<tr>
- <td align="right"><&|/l&>Will be linked to Incident(s):</&></td>
+ <td align="right"><&|/l&>Will be linked to Incident(s)</&>:</td>
<td colspan="2"><% $parentvalue %></td>
</tr>
% }
@@ -114,12 +114,12 @@
</td>
</tr>
<tr>
- <td align="right"><&|/l&>Time Worked</&>:</td>
+ <td align="right" class="label"><&|/l&>Time Worked</&>:</td>
<td colspan="2">
<table>
<tr>
<td><input size="3" name="TimeWorked" value="<% $ARGS{'TimeWorked'} || '' %>" /></td>
- <td align="right"><&|/l&>Time Left</&>:</td>
+ <td align="right" class="label"><&|/l&>Time Left</&>:</td>
<td><input size="3" name="TimeLeft" value="<% $ARGS{'TimeLeft'} || '' %>" /></td>
</tr>
</table>
@@ -127,8 +127,8 @@
</tr>
<tr>
<td class="label"><&|/l&>Correspondents</&>:</td>
- <td><input name="Requestors" value="<% $ARGS{'Requestors'} || '' %>" size="40" /></td>
- <td>
+ <td class="value"><input name="Requestors" value="<% $ARGS{'Requestors'} || '' %>" size="40" /></td>
+ <td class="label">
<input type="checkbox" name="SkipNotification" value="Requestors" <% (grep $_ eq 'Requestors', @SkipNotification)? 'checked': '' %> />
<&|/l&>Don't send any emails to correspondents.</&>
</td>
commit 4409ea82125517e22e362a56f4fcfd5b6ee5cfe0
Author: Ruslan Zakirov <ruz at bestpractical.com>
Date: Fri Sep 4 22:26:59 2009 +0400
Customer is not mandatory custom field anymore
diff --git a/html/RTIR/Investigation/Elements/Create b/html/RTIR/Investigation/Elements/Create
index ceb4508..06e1b31 100644
--- a/html/RTIR/Investigation/Elements/Create
+++ b/html/RTIR/Investigation/Elements/Create
@@ -51,16 +51,6 @@ email addresses. These people <b>will</b> receive future updates.)</&></font></i
</td></tr>
% }
-% unless ( $SkipField{'Customer'} ) {
-<tr><td class="label"><&|/l&>Customer</&>:</td>
-<td class="value"><& /RTIR/Elements/EditRTIRField,
- NamePrefix => $NamePrefix,
- QueueObj => $QueueObj,
- Name => 'Customer',
-&></td></tr>
-% }
-
-
% if ( $QueueObj || $ARGS{'TicketObj'} ) {
% unless ( $SkipField{'CustomFields'} ) {
<tr><td colspan="2"><& /Ticket/Elements/EditCustomFields,
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list