[Rt-commit] r3104 - in rt/branches/QUEBEC-EXPERIMENTAL: .
html/Search
jesse at bestpractical.com
jesse at bestpractical.com
Wed Jun 8 23:05:35 EDT 2005
Author: jesse
Date: Wed Jun 8 23:05:33 2005
New Revision: 3104
Modified:
rt/branches/QUEBEC-EXPERIMENTAL/ (props changed)
rt/branches/QUEBEC-EXPERIMENTAL/README
rt/branches/QUEBEC-EXPERIMENTAL/html/Search/Build.html
Log:
r19661 at hualien: jesse | 2005-06-08 18:41:32 -0400
r17716 at hualien: jesse | 2005-05-25 21:06:50 -0400
r17693 at hualien (orig r2945): kevinr | 2005-05-24 13:53:43 -0400
r2945 at sad-girl-in-snow: kevinr | 2005-05-24 13:51:57 -0400
* Updated README to note that RT works with Oracle versions >=9.2
r17711 at hualien (orig r2959): kevinr | 2005-05-25 17:49:43 -0400
r2965 at SAD-GIRL-IN-SNOW: kevinr | 2005-05-25 17:47:26 -0400
* changed "e-mail" back to "email"
* removed discussion of pre-5.8.3 perl versions
r17712 at hualien (orig r2960): kevinr | 2005-05-25 18:38:43 -0400
r2967 at SAD-GIRL-IN-SNOW: kevinr | 2005-05-25 18:37:20 -0400
* Added a comma where a compound sentence wanted it.
r17713 at hualien (orig r2961): glasser | 2005-05-25 19:58:06 -0400
r33096 at tin-foil: glasser | 2005-05-25 19:56:11 -0400
RT-Ticket: 6568
RT-Status: open
RT-Update: correspond
* Simple fix to Query Builder to prevent a crash in situations involving
the creation of AND/ORs with no children. A fix that treats the cause
and not the symptom is planned. Currently, it may sometimes do "unexpected things"
with your ADD, but it is at least in a state that the user can recover from.
Specifically, for Danial's it works as expected; for Tim's example, it gives an incorrect
error message (in the context of the QB page, not a Mason crash thing) but the select
box is in a good state.
Modified: rt/branches/QUEBEC-EXPERIMENTAL/README
==============================================================================
--- rt/branches/QUEBEC-EXPERIMENTAL/README (original)
+++ rt/branches/QUEBEC-EXPERIMENTAL/README Wed Jun 8 23:05:33 2005
@@ -6,8 +6,8 @@
is freely available under the terms of Version 2 of the GNU General
Public License.
-RT is commercially supported software. To purchase support, training,
-custom development or professional services, please get in touch with
+RT is commercially-supported software. To purchase support, training,
+custom development, or professional services, please get in touch with
us at sales at bestpractical.com.
Jesse Vincent
@@ -22,14 +22,13 @@
Perl versions prior to 5.8.3 contain bugs that could result
in data corruption. We recommend strongly that you use 5.8.3
- or newer. RT may function with perl 5.8.0 and later, but
- is unsupported in that configuration.
+ or newer.
o A supported SQL database
Currently supported: Mysql 4.0.13 or later with InnoDB support.
Postgres 7.2 or later.
- Oracle 9iR2.
+ Oracle 9iR2 or later.
SQLite 3.0. (Not recommended for production)
o Apache version 1.3.x or 2.x (http://httpd.apache.org)
@@ -42,7 +41,7 @@
Compiling mod_perl on Apache 1.3.x as a DSO has been known
to have massive stability problems and is not recommended.
- mod_perl 1.x must be build with EVERYTHING=1
+ mod_perl 1.x must be built with EVERYTHING=1
RT's FastCGI handler needs to access RT's configuration file.
@@ -52,7 +51,7 @@
The tool supplied with RT uses Perl's CPAN system
(http://www.cpan.org) to install modules. Some operating
- systems package all or some of the modules required and
+ systems package all or some of the modules required, and
you may be better off installing the modules that way.
@@ -159,7 +158,7 @@
9 Configure the email and web gateways, as described below.
NOTE: root's password for the web interface is "password"
- (without the quotes.) Not changing this is a SECURITY risk
+ (without the quotes). Not changing this is a SECURITY risk!
10 Set up users, groups, queues, scrips and access control.
@@ -277,7 +276,7 @@
-RT-USERS MAILINGLIST
+RT-USERS MAILING LIST
--------------------
To keep up to date on the latest RT tips, techniques and extensions,
@@ -285,7 +284,7 @@
rt-users-request at lists.bestpractical.com
-With the body of the message consisting of only the word:
+with the body of the message consisting of only the word:
subscribe
@@ -295,7 +294,7 @@
Address questions about the stable release to the rt-users list, and
questions about the development version to the rt-devel list. If you feel
-your questions are best not asked publicly for, send them personally to
+your questions are best not asked publicly, send them personally to
<jesse at bestpractical.com>.
@@ -303,7 +302,7 @@
BUGS
----
-RT's a pretty complex application and as you get up to speed, you might
+RT's a pretty complex application, and as you get up to speed, you might
run into some trouble. Generally, it's best to ask about things you
run into on the rt-users mailinglist (or pick up a commercial support
contract from Best Practical). But, sometimes people do run into bugs. In
@@ -352,7 +351,7 @@
# Request Tracker, to Best Practical Solutions, LLC, you confirm that
# you are the copyright holder for those contributions and you grant
# Best Practical Solutions, LLC a nonexclusive, worldwide, irrevocable,
-# royalty-free, perpetual, license to use, copy, create derivative
+# royalty-free, perpetual license to use, copy, create derivative
# works based on those contributions, and sublicense and distribute
# those contributions and any derivatives thereof.
#
Modified: rt/branches/QUEBEC-EXPERIMENTAL/html/Search/Build.html
==============================================================================
--- rt/branches/QUEBEC-EXPERIMENTAL/html/Search/Build.html (original)
+++ rt/branches/QUEBEC-EXPERIMENTAL/html/Search/Build.html Wed Jun 8 23:05:33 2005
@@ -231,7 +231,7 @@
# Build the optionlist from the tree, so we can do additions and movements based on it
$optionlist = build_array( \$Query, \@clauses, $tree, \@options, \%queues );
-my @current_values = @options[@clauses];
+my @current_values = grep { defined } @options[@clauses];
# {{{ Try to find if we're adding a clause
foreach my $arg ( keys %ARGS ) {
More information about the Rt-commit
mailing list