Search found 8 matches

by cproensa
12 Mar 2019, 15:37
Forum: General Discussion
Topic: Proposal for access level inheritance
Replies: 7
Views: 5577

Re: Proposal for access level inheritance

Else if P has parents P1..Pn then L(U,P) equals the least of all L(U,Pi) where L(U,Pi) is greater than none Why the least? That's an arbitrary assumption. It remains true, though, that in many other parts of Mantis, user levels are processed exclusively as control threshold mechanisms, for instance...
by cproensa
03 Nov 2017, 19:01
Forum: EmailReporting
Topic: Enhancement: way to use regexp to parse project destination
Replies: 4
Views: 6255

Re: Enhancement: way to use regexp to parse project destinat

> Use IMAP and mail rules to route emails into proper folders Yes, this works great. This is how i use it: there is a configured gmail account, eg: bugreport@xxx with said option, a new label (gmail approach for imap folders) is created for each project configure rules based on "to: address&quo...
by cproensa
28 Oct 2016, 20:36
Forum: General Discussion
Topic: Assign custom field in EVENT_REPORT_BUG_DATA
Replies: 3
Views: 5210

Re: Assign custom field in EVENT_REPORT_BUG_DATA

kaotul
custom fields are not part of the BugData object
you have to set custom fields using api calls
by cproensa
09 Jan 2016, 14:59
Forum: Help
Topic: how to active user accounts on localhost without email confi
Replies: 2
Views: 5406

Re: how to active user accounts on localhost without email c

i use the debug email setting, which redirects all email to one single address, in my case root@localhost
Then use a mail client like mutt to open any email received.
by cproensa
21 Oct 2015, 18:04
Forum: General Discussion
Topic: Proper way to reference assets from CSS files in plugins.
Replies: 1
Views: 6845

Re: Proper way to reference assets from CSS files in plugins

My question is: Is it OK to directly reference plugin_file.php? For example: PluginName/files/mystyle.css .myclass { background-image: url("plugin_file.php?file=PluginName/mybackground.png"); } I'd say that it's ok, it gets the work done. One example of that is in the jQueryUI plugin. Or ...
by cproensa
19 Sep 2015, 10:35
Forum: Help
Topic: Can not install Mantis 1.2.19 on existing database
Replies: 1
Views: 2905

Re: Can not install Mantis 1.2.19 on existing database

Hello Gucki The upgrade process probably needs to modify database structure: modify tables, add columns, change types, etc That is only possible if the user you connect to your mantis database has the needed permissions. The upgrade process can happen in two ways: 1) the user defined to be used by m...
by cproensa
24 Aug 2015, 11:42
Forum: General Discussion
Topic: How many bugs can be inserted?
Replies: 8
Views: 11704

Re: How many bugs can be inserted?

Our instance has 150k bugs
i notice it can take some time showing full queries as "my view" for All projects.
But on indexed operations, like working on bugs, and managin one project, its fine