[Rt-commit] rt branch, 4.0/config-copyedit, updated. rt-4.0.0rc5-28-gda0aa0e

Alex Vandiver alexmv at bestpractical.com
Mon Mar 14 18:28:47 EDT 2011


The branch, 4.0/config-copyedit has been updated
       via  da0aa0e6fd9d91f91dad6a42e25d0da70fb64058 (commit)
       via  37ea1dff545f033cd204fc26a003b9bd00f7ad7f (commit)
       via  b5de52857b5723e828ed1c1585100fe037d6e5c1 (commit)
      from  49e07819e2e2a40c7b2d33117cee7e11b266f196 (commit)

Summary of changes:
 etc/RT_Config.pm.in |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

- Log -----------------------------------------------------------------
commit b5de52857b5723e828ed1c1585100fe037d6e5c1
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Mon Mar 14 18:25:08 2011 -0400

    Be consistent about which quotes we say are the default

diff --git a/etc/RT_Config.pm.in b/etc/RT_Config.pm.in
index 8724895..2c4edf1 100755
--- a/etc/RT_Config.pm.in
+++ b/etc/RT_Config.pm.in
@@ -95,7 +95,7 @@ at.
 C<$WebPath> requires a leading / but no trailing /, or it can be
 blank.
 
-In most cases, you should leave C<$WebPath> set to '' (an empty
+In most cases, you should leave C<$WebPath> set to "" (an empty
 value).
 
 =cut

commit 37ea1dff545f033cd204fc26a003b9bd00f7ad7f
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Mon Mar 14 18:26:54 2011 -0400

    Correct a "set to a 1" that used to be "to a true value"

diff --git a/etc/RT_Config.pm.in b/etc/RT_Config.pm.in
index 2c4edf1..a39205a 100755
--- a/etc/RT_Config.pm.in
+++ b/etc/RT_Config.pm.in
@@ -1038,7 +1038,7 @@ Set(
 
 RT stores dates using the UTC timezone in the DB, so charts grouped by
 dates and time are not representative. Set C<$ChartsTimezonesInDB> to
-a 1 to enable timezone conversions using your DB's
+1 to enable timezone conversions using your DB's
 capabilities. You may need to do some work on the DB side to use this
 feature, read more in F<docs/timezones_in_charts.pod>.
 

commit da0aa0e6fd9d91f91dad6a42e25d0da70fb64058
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Mon Mar 14 18:27:29 2011 -0400

    Rewrap

diff --git a/etc/RT_Config.pm.in b/etc/RT_Config.pm.in
index a39205a..b6514f4 100755
--- a/etc/RT_Config.pm.in
+++ b/etc/RT_Config.pm.in
@@ -1037,10 +1037,10 @@ Set(
 =item C<$ChartsTimezonesInDB>
 
 RT stores dates using the UTC timezone in the DB, so charts grouped by
-dates and time are not representative. Set C<$ChartsTimezonesInDB> to
-1 to enable timezone conversions using your DB's
-capabilities. You may need to do some work on the DB side to use this
-feature, read more in F<docs/timezones_in_charts.pod>.
+dates and time are not representative. Set C<$ChartsTimezonesInDB> to 1
+to enable timezone conversions using your DB's capabilities. You may
+need to do some work on the DB side to use this feature, read more in
+F<docs/timezones_in_charts.pod>.
 
 At this time, this feature only applies to MySQL and PostgreSQL.
 

-----------------------------------------------------------------------


More information about the Rt-commit mailing list