Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
best-practical
rt
Commits
f39b73f9
Commit
f39b73f9
authored
Sep 25, 2002
by
Jesse Vincent
Browse files
Fixing a deep recursion bug, a couple loc bugs
parent
d63e5c78
Changes
294
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
f39b73f9
...
...
@@ -22,7 +22,6 @@
#
#
# END LICENSE BLOCK
PERL
=
/usr/bin/perl
CONFIG_FILE_PATH
=
/opt/rt3/etc
...
...
@@ -32,7 +31,7 @@ GETPARAM = $(PERL) -e'require "$(CONFIG_FILE)"; print $${$$RT::{$$ARGV[0]}};'
RT_VERSION_MAJOR
=
2
RT_VERSION_MINOR
=
1
RT_VERSION_PATCH
=
3
5
RT_VERSION_PATCH
=
3
6
RT_VERSION
=
$(RT_VERSION_MAJOR)
.
$(RT_VERSION_MINOR)
.
$(RT_VERSION_PATCH)
TAG
=
rt-
$(RT_VERSION_MAJOR)
-
$(RT_VERSION_MINOR)
-
$(RT_VERSION_PATCH)
...
...
README
View file @
f39b73f9
...
...
@@ -22,7 +22,6 @@
#
#
# END LICENSE BLOCK
WARNING
-------
...
...
html/Admin/Elements/AddCustomFieldValue
View file @
f39b73f9
...
...
@@ -22,7 +22,6 @@
%#
%#
%# END LICENSE BLOCK
<&|/l&>SortOrder</&>: <input name="CustomField-<% $CustomField->Id %>-AddValue-SortOrder" size="5"><BR>
<&|/l&>Name</&>: <input size=20 name="CustomField-<% $CustomField->Id %>-AddValue-Name"><BR>
<&|/l&>Description</&>: <input size="60" name="CustomField-<% $CustomField->Id %>-AddValue-Description"><BR>
...
...
html/Admin/Elements/CreateQueueCalled
View file @
f39b73f9
...
...
@@ -22,7 +22,6 @@
%#
%#
%# END LICENSE BLOCK
<FORM METHOD=get ACTION="<% $RT::WebPath %>/Admin/Queues/Create.html">
<&|/l&>Create a queue called</&> <INPUT NAME="Name" size=10><input type=submit>
</form>
html/Admin/Elements/CreateUserCalled
View file @
f39b73f9
...
...
@@ -22,7 +22,6 @@
%#
%#
%# END LICENSE BLOCK
<FORM METHOD=get ACTION="<% $RT::WebPath %>/Admin/Users/Create.html">
<&|/l&>New user called</&> <INPUT NAME="Name" size=10><input type=submit value="<&|/l&>Create</&>">
</form>
html/Admin/Elements/EditCustomFieldValues
View file @
f39b73f9
...
...
@@ -22,7 +22,6 @@
%#
%#
%# END LICENSE BLOCK
<ul>
% while (my $v = $values->Next) {
<li>
...
...
html/Admin/Elements/EditQueueWatchers
View file @
f39b73f9
...
...
@@ -22,7 +22,6 @@
%#
%#
%# END LICENSE BLOCK
%if ($Members->Count == 0 ) {
<ul>
<li><i>none</i>
...
...
html/Admin/Elements/EditScrip
View file @
f39b73f9
...
...
@@ -22,7 +22,6 @@
%#
%#
%# END LICENSE BLOCK
<& /Elements/ListActions, actions => \@actions &>
<& /Elements/TitleBoxStart, title => $title &>
...
...
@@ -70,7 +69,7 @@
<TD>
<TEXTAREA COLS=80 ROWS=8 NAME="Scrip-<%$id%>-CustomPrepareCode"><%$scrip->CustomPrepareCode%></TEXTAREA>
</TD>
</TR
/
</TR
>
<TR>
<TD ALIGN=RIGHT>
<&|/l&>Custom action cleanup code</&>:
...
...
html/Admin/Elements/EditScrips
View file @
f39b73f9
...
...
@@ -22,7 +22,6 @@
%#
%#
%# END LICENSE BLOCK
<& /Elements/ListActions, actions => \@actions &>
<form action="Scrips.html" method="post">
...
...
html/Admin/Elements/EditUserComments
View file @
f39b73f9
...
...
@@ -22,7 +22,6 @@
%#
%#
%# END LICENSE BLOCK
<& /Elements/Header, Title => "Comments about $name" &>
<&|/l&>These comments aren't generally visible to the user</&>:<br>
<input type="hidden" name="id" value="<%$id%>">
...
...
html/Admin/Elements/GrantQueueRightsTo
View file @
f39b73f9
...
...
@@ -22,7 +22,6 @@
%#
%#
%# END LICENSE BLOCK
<BR>
% if ($msg) {
...
...
html/Admin/Elements/GroupTabs
View file @
f39b73f9
...
...
@@ -22,7 +22,6 @@
%#
%#
%# END LICENSE BLOCK
<& /Admin/Elements/Tabs, subtabs => $subtabs, current_tab => 'Admin/Groups/' &>
<hr>
<%INIT>
...
...
html/Admin/Elements/Header
View file @
f39b73f9
...
...
@@ -22,7 +22,6 @@
%#
%#
%# END LICENSE BLOCK
<& /Elements/Header, Title => $Title &>
<%ARGS>
...
...
html/Admin/Elements/ListGlobalScrips
View file @
f39b73f9
...
...
@@ -22,7 +22,6 @@
%#
%#
%# END LICENSE BLOCK
% while (my $scrip = $Scrips->Next ) {
<% $scrip->ConditionObj->Name %>
<% $scrip->ActionObj->Name %>
...
...
html/Admin/Elements/ModifyQueue
View file @
f39b73f9
...
...
@@ -22,7 +22,6 @@
%#
%#
%# END LICENSE BLOCK
<& /Elements/TitleBoxStart, title => loc('Editing Configuration for queue [_1]', $QueueObj->Id) &>
<FORM ACTION="<%$RT::WebPath%>/Admin/Queues/Modify.html" METHOD=POST>
...
...
html/Admin/Elements/ModifyTemplate
View file @
f39b73f9
...
...
@@ -22,7 +22,6 @@
%#
%#
%# END LICENSE BLOCK
<TABLE>
<TR>
<TD ALIGN=RIGHT>
...
...
html/Admin/Elements/ModifyUser
View file @
f39b73f9
...
...
@@ -22,7 +22,6 @@
%#
%#
%# END LICENSE BLOCK
<& /Elements/TitleBoxStart, title => loc('Editing Configuration for user [_1]', $UserObj->Name) &>
<FORM ACTION="<%$RT::WebPath%>/Admin/Users/Modify.html" METHOD=POST>
...
...
html/Admin/Elements/QueueRightsForUser
View file @
f39b73f9
...
...
@@ -22,7 +22,6 @@
%#
%#
%# END LICENSE BLOCK
<UL>
%while(my $ACE = $ACL->Next) {
...
...
html/Admin/Elements/QueueTabs
View file @
f39b73f9
...
...
@@ -22,7 +22,6 @@
%#
%#
%# END LICENSE BLOCK
<& /Admin/Elements/Tabs, subtabs => $subtabs, current_tab => 'Admin/Queues/' &>
<hr>
<%INIT>
...
...
html/Admin/Elements/SelectCustomFieldType
View file @
f39b73f9
...
...
@@ -22,7 +22,6 @@
%#
%#
%# END LICENSE BLOCK
<SELECT NAME ="<%$Name%>">
%for my $option (RT::CustomField->Types) {
<OPTION VALUE="<%$option%>" <%$option eq $Default && "SELECTED"%>><% loc($option) %></OPTION>
...
...
Prev
1
2
3
4
5
…
15
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment