[Rt-commit] rt branch, 4.4-trunk, updated. rt-4.4.1-333-g2317c29
Shawn Moore
shawn at bestpractical.com
Tue Apr 18 11:38:50 EDT 2017
The branch, 4.4-trunk has been updated
via 2317c29dc58bf4c4417b852dc5c998913ad1104a (commit)
via 43ca49db7a6492676631aad383173afacb1c44d7 (commit)
from eff4ee7519b004e778464ba2a1410ead6a31cae4 (commit)
Summary of changes:
docs/writing_extensions.pod | 6 ++++++
1 file changed, 6 insertions(+)
- Log -----------------------------------------------------------------
commit 43ca49db7a6492676631aad383173afacb1c44d7
Author: Martin Wheldon <martin.wheldon at greenhills-it.co.uk>
Date: Tue Apr 18 15:40:31 2017 +0100
Add configuration information to document
diff --git a/docs/writing_extensions.pod b/docs/writing_extensions.pod
index e274a5e..cb8cb3f 100644
--- a/docs/writing_extensions.pod
+++ b/docs/writing_extensions.pod
@@ -188,6 +188,12 @@ in the F<bin> directory.
If you need to provide patches to RT for any reason, you can put them in
a C<patches> directory. See L</"Changes to RT"> for more information.
+=head2 Configuration
+
+If you need to provide configuration for your extension. RT will load
+any file found in the C<etc> directory which ends in _Config.pm as additional
+configuration.
+
=head1 Callbacks
The RT codebase, mostly the Mason templates, contains hooks called callbacks
commit 2317c29dc58bf4c4417b852dc5c998913ad1104a
Merge: eff4ee7 43ca49d
Author: Shawn M Moore <shawn at bestpractical.com>
Date: Tue Apr 18 11:38:34 2017 -0400
Merge branch '4.4/writing-extensions-add-configuration' into 4.4-trunk
-----------------------------------------------------------------------
More information about the rt-commit
mailing list