[Rt-commit] [svn] r1437 - in rtir/branches/1.1: . html/RTIR/Search
html/RTIR/Search/Elements
leira at pallas.eruditorum.org
leira at pallas.eruditorum.org
Tue Sep 7 23:05:28 EDT 2004
Author: leira
Date: Tue Sep 7 23:05:27 2004
New Revision: 1437
Removed:
rtir/branches/1.1/html/RTIR/Search/Elements/Refine
Modified:
rtir/branches/1.1/Makefile
rtir/branches/1.1/html/RTIR/Search/Elements/BuildQuery
rtir/branches/1.1/html/RTIR/Search/Refine.html
Log:
We're not using Search/Elements/Refine, so delete it.
There's only ever one FormAction now, so we don't need a variable.
Modified: rtir/branches/1.1/Makefile
==============================================================================
--- rtir/branches/1.1/Makefile (original)
+++ rtir/branches/1.1/Makefile Tue Sep 7 23:05:27 2004
@@ -1,3 +1,6 @@
+# Location of perl on your system
+PERL = /usr/bin/perl
+
# This is the group that all of the installed files will be chgrp'ed to.
RTGROUP = rt
@@ -71,3 +74,5 @@
cd /tmp; tar czvf /home/ftp/pub/rt/devel/$(TAG).tar.gz $(TAG)/
chmod 644 /home/ftp/pub/rt/devel/$(TAG).tar.gz
+regression:
+ $(PERL) lib/t/02regression.t
Modified: rtir/branches/1.1/html/RTIR/Search/Elements/BuildQuery
==============================================================================
--- rtir/branches/1.1/html/RTIR/Search/Elements/BuildQuery (original)
+++ rtir/branches/1.1/html/RTIR/Search/Elements/BuildQuery Tue Sep 7 23:05:27 2004
@@ -44,7 +44,7 @@
%#
%# }}} END BPS TAGGED BLOCK
-<FORM METHOD="POST" ACTION=<%$FormAction%> NAME="BuildQuery">
+<FORM METHOD="POST" ACTION="Refine.html" NAME="BuildQuery">
<input type=hidden name=SearchId value="<%$SearchId%>">
<input type=hidden name=Query value="<%$Query%>">
<input type=hidden name=Format value="<%$Format%>">
@@ -115,6 +115,5 @@
$dirty => undef
$AvailableColumns => undef
$CurrentFormat => undef
-$FormAction => "Build.html"
$Queue => undef
</%ARGS>
Modified: rtir/branches/1.1/html/RTIR/Search/Refine.html
==============================================================================
--- rtir/branches/1.1/html/RTIR/Search/Refine.html (original)
+++ rtir/branches/1.1/html/RTIR/Search/Refine.html Tue Sep 7 23:05:27 2004
@@ -45,7 +45,6 @@
%# }}} END BPS TAGGED BLOCK
<& /Elements/Header, Title => $title &>
-Passing Ticket: <%$Ticket%><br>
<& '/RTIR/Search/Elements/RefineTabs',
path => $path,
current_tab => $current_tab,
@@ -71,7 +70,6 @@
AvailableColumns => $AvailableColumns,
CurrentFormat => $CurrentFormat,
BaseQuery => $BaseQuery,
- FormAction => $FormAction,
ResultPage => $ResultPage,
%ARGS &>
@@ -158,7 +156,6 @@
$Query => undef
$QueryString => undef
$id => undef
-$FormAction => 'Refine.html'
$Format => undef
$HideResults => 0
$Rows => 50
More information about the Rt-commit
mailing list