OPAR - OPM Package ARchive

Browseable collection of plugins for the popular ticket system software Znuny and ((OTRS)) Community Edition.


KIXCore

Version
1.0.4
Other Versions
1.2.4, 2.0.6, 3.0.3, 2.0.9, 3.0.5, 4.0.0, 3.0.7, 4.0.2, 2.0.10, 3.0.9, 4.0.5, 4.0.6, 4.0.8, 5.0.0,
Uploaded by/on
capeIT on 03 Dec 2012
Framework
3.0.x
Links
Download Website
Description
KIXCore - Core package for KIX tsunami framework.

Rate/comment this package

General

This package provides a more flexible and more general approach for extensions of extensions than the common "Custom"-folder of OTRS itself. KIXCore (as the custom folder itself) is the continued development of the previous tsunami approach to extend other OTRS-extensions. By employing "use lib" instead of "unshift @INC", it provides more stability and reduced complexity. Therefore each extension requires a modification of Kernel/Config.pm and scripts/apache2-perl-startup.pl. This can be done automatically by KIXUtils::RegisterCustomPackage. Each time y new custom folder is registered a backup of the modified file Config.pm or apache2-perl-startup.pl with a timestamp suffix is written.

You can use a command line tool (<OTRS_HOME>/bin/otrs.ManageMultipleCustomPackages.pl) to list custom folders, register or unregister a custom folder but actually this should be done by the package installation process.

IMPORTANT: if you're using mod-perl a webserver restart is required after the modification of apache2-perl-startup. Otherwise, no further custom packages in your custom modification will be found. Using a function of your custom extension upon installation (type "post") will NOT work, since @INC does not contain your custom directory yet. In order to use custom functions immediately on instalation you need to install the extension via command line.

The common folder "Custom" allows to overwrite an existing file of an already installed package once. If you installed another extension, you would encounter the same problem as if you had no "Custom" folder. This drawback is resolved with KIXCore. Furthermore the common Custom-folder of OTRS does not affect following files/items (yet). By extending the custom-folder approach it is possible to easily dis- and enable whole OTRS-extensions by un-/registering the corresponding custom folder.

  • dtl-Templates

  • Kernel::Language

      contains modifications to (re-)place translation files by custom packages

  • Kernel::System::LinkObject

      required modification since module searches LinkObject backends not based on @INC but on hard coded file paths - should be fexed in future OTRS releases

  • Kernel::System::SysConfig

      contains modifications to place xml-configuration files in custom folders

  • Kernel::System::Stats

      contains modifications to place and access static and dynamic stats in custom folders

Copyright

KIXCore written/edited by:

  • Rene(dot)Boehm(at)cape(dash)it(dot)de

  • Martin(dot)Balzarek(at)cape(dash)it(dot)de

  • Torsten(dot)Thau(at)cape(dash)it(dot)de

This software comes with ABSOLUTELY NO WARRANTY. For details, see the enclosed file COPYING for license information (AGPL). If you did not receive this file, see http://www.gnu.org/licenses/agpl.txt.

POD ERRORS

Hey! The above document had some coding errors, which are explained below:

Around line 43:

'=item' outside of any '=over'