Search found 3 matches

by kod
14 Apr 2007, 10:34
Forum: General Discussion
Topic: keys & associated strings --> constants
Replies: 0
Views: 3340

keys & associated strings --> constants

I had to set up a new mantis some time ago with a modified workflow (new/other statuses), different severities, etc. ... and, being new to mantis, it was not too easy to find all the variables (and names) I had to adapt.

In order to simplify this I used the following pattern (and helper functions ...
by kod
14 Apr 2007, 09:30
Forum: General Discussion
Topic: separation of mantis source files from customization files
Replies: 0
Views: 3320

separation of mantis source files from customization files

mantis mingles the custom_*-files with all the mantis files in the base mantis directory.

Since I'm a fan of separating application-specific files (i.e. the application itself) from those used to customize the application, I use the following separation method:
* all customization files are ...
by kod
19 Mar 2007, 12:34
Forum: Customizations
Topic: customize access levels,... Convention over Configuration
Replies: 0
Views: 5816

customize access levels,... Convention over Configuration

Since I'm new to mantis (and PHP too), I'm not sure whether this is the correct forum to place my ideas and questions ...

Background:
I have to set up several copies of mantis with a specified set of access levels, stati, priorites, etc.. being new to mantis it was quite time consuming to locate ...