Page 1 of 1

Customizations and "doing things right"

Posted: 23 Jul 2008, 07:25
by alexl
Hello

I have the question for the developers.

I'm doing a super customized Mantis installation,
and I perform very many customizations, including
writing some bits of my own code.

Are there good "conventions" of what considered
the "right" hacks and the correct ways of customizing Mantis?

How do I preserve the customizations over an update?

Thanks a lot.

P.S. I'm ready to share everything I do with the code
and customizations, as soon as it doesn't involve opening
the company info.

P.P.S. It's not up yet, so no point asking for link for now :-)


Alex.

Re: Customizations and "doing things right"

Posted: 12 Aug 2008, 07:36
by vboctor
Implement your changes as plugins + use custom functions if necessary.

Re: Customizations and "doing things right"

Posted: 21 Aug 2008, 08:09
by regi24
Is there any manual to make own plugins?
Thank you.