[Rt-commit] rt branch, 4.0/documentation-reorg-pointers, created. rt-4.0.2-179-g88051a9

Alex Vandiver alexmv at bestpractical.com
Mon Oct 3 17:21:42 EDT 2011


The branch, 4.0/documentation-reorg-pointers has been created
        at  88051a9008c3350683156355ef9454aa5136cd7e (commit)

- Log -----------------------------------------------------------------
commit 88051a9008c3350683156355ef9454aa5136cd7e
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Mon Oct 3 17:21:23 2011 -0400

    Update doc references to point to correct places post-03eaf63

diff --git a/docs/UPGRADING-3.6 b/docs/UPGRADING-3.6
index d0883a9..3c27709 100644
--- a/docs/UPGRADING-3.6
+++ b/docs/UPGRADING-3.6
@@ -16,7 +16,7 @@ features have been added, so you MUST uninstall it before upgrading.
 
 A new interface for making links in text clickable, and doing other
 arbitrary text replacements, has been integrated into RT.  You can read
-more in `perldoc docs/extending_clickable_links.pod`.
+more in `perldoc docs/extending/clickable_links.pod`.
 
 A new feature has been added that allows users to forward
 messages. There is a new option in the config ($ForwardFromUser), new
diff --git a/etc/RT_Config.pm.in b/etc/RT_Config.pm.in
index 2604f21..0de7307 100755
--- a/etc/RT_Config.pm.in
+++ b/etc/RT_Config.pm.in
@@ -1053,7 +1053,7 @@ 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>.
+F<docs/customizing/timezones_in_charts.pod>.
 
 At this time, this feature only applies to MySQL and PostgreSQL.
 
diff --git a/lib/RT/Crypt/GnuPG.pm b/lib/RT/Crypt/GnuPG.pm
index b4d0284..e0cf95b 100644
--- a/lib/RT/Crypt/GnuPG.pm
+++ b/lib/RT/Crypt/GnuPG.pm
@@ -1597,8 +1597,7 @@ User friendly message.
 
 =back
 
-This parser is based on information from GnuPG distribution, see also
-F<docs/design_docs/gnupg_details_on_output_formats> in the RT distribution.
+This parser is based on information from GnuPG distribution.
 
 =cut
 
diff --git a/lib/RT/CustomFieldValues/External.pm b/lib/RT/CustomFieldValues/External.pm
index 8f25e4f..479a538 100644
--- a/lib/RT/CustomFieldValues/External.pm
+++ b/lib/RT/CustomFieldValues/External.pm
@@ -82,7 +82,7 @@ C<sortorder>.
 
 =head1 SEE ALSO
 
-L<docs/creating_external_custom_fields.pod>
+L<docs/extending/external_custom_fields.pod>
 
 =cut
 
diff --git a/share/html/Elements/MakeClicky b/share/html/Elements/MakeClicky
index c4bbc6c..71c4ce0 100644
--- a/share/html/Elements/MakeClicky
+++ b/share/html/Elements/MakeClicky
@@ -202,6 +202,6 @@ It will be provided with:
     have to. This can be used to add pre- or post-processing around
     all actions.
 
-Read more about writing new actions in docs/extending_clickable_links.pod
+Read more about writing new actions in docs/extending/clickable_links.pod
 
 </%doc>
diff --git a/share/html/Widgets/Form/Boolean b/share/html/Widgets/Form/Boolean
index 1d6c882..ee9397f 100644
--- a/share/html/Widgets/Form/Boolean
+++ b/share/html/Widgets/Form/Boolean
@@ -46,7 +46,7 @@
 %#
 %# END BPS TAGGED BLOCK }}}
 <%DOC>
-see docs/using_forms_widgets.pod
+see docs/extending/using_forms_widgets.pod
 </%DOC>
 <div id="form-box-<% lc $Name %>" class="widget">
 <span class="label description"><% $Description %></span>
diff --git a/share/html/Widgets/Form/Integer b/share/html/Widgets/Form/Integer
index 53ff7c6..b15a4c7 100644
--- a/share/html/Widgets/Form/Integer
+++ b/share/html/Widgets/Form/Integer
@@ -46,7 +46,7 @@
 %#
 %# END BPS TAGGED BLOCK }}}
 <%DOC>
-see docs/using_forms_widgets.pod
+see docs/extending/using_forms_widgets.pod
 </%DOC>
 <div id="form-box-<% lc $Name %>" class="widget">
 <span class="label description"><% $Description %></span>
diff --git a/share/html/Widgets/Form/Select b/share/html/Widgets/Form/Select
index 35b7b19..ba85ef0 100644
--- a/share/html/Widgets/Form/Select
+++ b/share/html/Widgets/Form/Select
@@ -46,7 +46,7 @@
 %#
 %# END BPS TAGGED BLOCK }}}
 <%DOC>
-see docs/using_forms_widgets.pod
+see docs/extending/using_forms_widgets.pod
 </%DOC>
 <div id="form-box-<% lc $Name %>" class="widget">
 % if ( $Description ) {
diff --git a/share/html/Widgets/Form/String b/share/html/Widgets/Form/String
index 4a7c60f..0db289d 100644
--- a/share/html/Widgets/Form/String
+++ b/share/html/Widgets/Form/String
@@ -46,7 +46,7 @@
 %#
 %# END BPS TAGGED BLOCK }}}
 <%DOC>
-see docs/using_forms_widgets.pod
+see docs/extending/using_forms_widgets.pod
 </%DOC>
 <div id="form-box-<% lc $Name %>" class="widget">
 <span class="description label"><% $Description %></span>

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


More information about the Rt-commit mailing list