Customizing with XML

Post about your customizations to share with others.

Moderators: Developer, Contributor

Post Reply
fralaw
Posts: 12
Joined: 22 Jul 2008, 07:19

Customizing with XML

Post by fralaw »

Dear all,

According to documentation, there are 2 ways to customize different parts of Mantis:
1. Customize via "Manage" option;
2. Modify php statements in specific php files.

I have 2 suggestions and would like to hear others opinions:
1. Would be better to have a consistent way to customize Mantis?
2. Would it better to store customization into XML files instead of php files?

Although the specific php files for customization are reasonably simple, they are still php programs. Putting customization data into XML files could decouple data further from the system logic.

Regards,
Francis
vboctor
Site Admin
Posts: 1304
Joined: 13 Feb 2005, 22:11
Location: Redmond, Washington
Contact:

Re: Customizing with XML

Post by vboctor »

The goal is to move configuration to the web interface and when applicable to the SOAP API. I don't see (enough) value into moving to XML.
Migrate your MantisBT to the MantisHub Cloud
fralaw
Posts: 12
Joined: 22 Jul 2008, 07:19

Re: Customizing with XML

Post by fralaw »

Dear vboctor,

I don't quite understand. What do you mean by moving the configuration to the web interface? How does it relate to the storing format of its customization/configuration data? Please explain. Thank you.

Regards,
Francis
Buga
Posts: 74
Joined: 31 Mar 2008, 12:10

Re: Customizing with XML

Post by Buga »

I like the web interface alot as you have the possibility to create configurations for speical projects and for single users.
And of cause its safer to add or remove an entry to the database than changin the source code.
Post Reply