Skip to content

Commit cbfe3cd

Browse files
committed
Merge branch '4.4-trunk' into 5.0-trunk
2 parents 3619c95 + b55f9b5 commit cbfe3cd

File tree

1,149 files changed

+1174
-1150
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,149 files changed

+1174
-1150
lines changed

Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# COPYRIGHT:
44
#
5-
# This software is Copyright (c) 1996-2021 Best Practical Solutions, LLC
5+
# This software is Copyright (c) 1996-2022 Best Practical Solutions, LLC
66
# <sales@bestpractical.com>
77
#
88
# (Except where explicitly superseded by other copyright notices)

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ contact information in your email signature.
317317
#
318318
# COPYRIGHT:
319319
#
320-
# This software is Copyright (c) 1996-2021 Best Practical Solutions, LLC
320+
# This software is Copyright (c) 1996-2022 Best Practical Solutions, LLC
321321
# <sales@bestpractical.com>
322322
#
323323
# (Except where explicitly superseded by other copyright notices)

README.Oracle

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
Installation Notes
2+
------------------
3+
14
On RT 3.8.2 and later, RT deployment for Oracle databases is very
25
straightforward.
36

@@ -30,6 +33,28 @@ Example:
3033
That should be enough to get you started on Oracle, but to complete
3134
installation you must follow the general instructions in the README file.
3235

36+
Client Drivers
37+
--------------
38+
39+
When installing Oracle client drivers, run the same version as
40+
the database you are connecting to. If you are running RT on the same
41+
server as the Oracle database, this should happen automatically as the
42+
client drivers will be installed with the Oracle database software. If
43+
the Oracle database runs in a separate server and you are installing
44+
client libraries from the Oracle Instance Client, find and install
45+
the version that corresponds with the database you are connecting to.
46+
47+
You will also need to install the DBD::Oracle perl module to allow
48+
RT to connect to the Oracle database. Some recent versions of DBD::Oracle
49+
have had problems with RT and should be avoided.
50+
51+
DBD::Oracle version 1.74 is known to work well with RT. The next
52+
known version to work well is version 1.90. Versions in between
53+
those had an issue on disconnect that would cause a segfault.
54+
55+
Updating Statistics
56+
-------------------
57+
3358
As with all databases it is important to analyze the schema and get
3459
current statistics after every significant dataset change. Oracle's
3560
cost-based optimizer can provide particularly bad performance when the

bin/rt-crontool.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# COPYRIGHT:
55
#
6-
# This software is Copyright (c) 1996-2021 Best Practical Solutions, LLC
6+
# This software is Copyright (c) 1996-2022 Best Practical Solutions, LLC
77
# <sales@bestpractical.com>
88
#
99
# (Except where explicitly superseded by other copyright notices)

bin/rt-mailgate.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# COPYRIGHT:
55
#
6-
# This software is Copyright (c) 1996-2021 Best Practical Solutions, LLC
6+
# This software is Copyright (c) 1996-2022 Best Practical Solutions, LLC
77
# <sales@bestpractical.com>
88
#
99
# (Except where explicitly superseded by other copyright notices)

bin/rt.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# COPYRIGHT:
55
#
6-
# This software is Copyright (c) 1996-2021 Best Practical Solutions, LLC
6+
# This software is Copyright (c) 1996-2022 Best Practical Solutions, LLC
77
# <sales@bestpractical.com>
88
#
99
# (Except where explicitly superseded by other copyright notices)

devel/tools/change-loc-msgstr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# COPYRIGHT:
55
#
6-
# This software is Copyright (c) 1996-2021 Best Practical Solutions, LLC
6+
# This software is Copyright (c) 1996-2022 Best Practical Solutions, LLC
77
# <sales@bestpractical.com>
88
#
99
# (Except where explicitly superseded by other copyright notices)

devel/tools/cmd-boilerplate

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
# COPYRIGHT:
77
#
8-
# This software is Copyright (c) 1996-2021 Best Practical Solutions, LLC
8+
# This software is Copyright (c) 1996-2022 Best Practical Solutions, LLC
99
# <sales@bestpractical.com>
1010
#
1111
# (Except where explicitly superseded by other copyright notices)

devel/tools/css_tidy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# COPYRIGHT:
55
#
6-
# This software is Copyright (c) 1996-2021 Best Practical Solutions, LLC
6+
# This software is Copyright (c) 1996-2022 Best Practical Solutions, LLC
77
# <sales@bestpractical.com>
88
#
99
# (Except where explicitly superseded by other copyright notices)

devel/tools/extract-message-catalog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# COPYRIGHT:
55
#
6-
# This software is Copyright (c) 1996-2021 Best Practical Solutions, LLC
6+
# This software is Copyright (c) 1996-2022 Best Practical Solutions, LLC
77
# <sales@bestpractical.com>
88
#
99
# (Except where explicitly superseded by other copyright notices)

0 commit comments

Comments
 (0)