Search found 219 matches

by Starbuck
26 Jun 2020, 17:40
Forum: Help
Topic: Create new View page or Export
Replies: 10
Views: 10011

Re: Create new View page or Export

Yes, Queries would be good to simply report data. But we would lose the formatting and functionality provided by the View page. For example, clicking on fields, and especially mass updates of selected records. There still needs to be a link between the fields selected for a query and the fields whic...
by Starbuck
26 Jun 2020, 17:29
Forum: General Discussion
Topic: Better use of Change Log - Fixed In Version
Replies: 0
Views: 16633

Better use of Change Log - Fixed In Version

I'd like to understand how others use Change Logs between "published" updates. Example: v1 and v2 are major releases. v1.1 and v1.2 are minor updates v1.1.1 and v1.1.2 are patches which are released as required but they will appear in 1.2 when it is released. Someone enters at ticket again...
by Starbuck
24 Jun 2020, 18:55
Forum: Help
Topic: Create new View page or Export
Replies: 10
Views: 10011

Re: Create new View page or Export

Additional note : We know that we can do this because Mantis already supports per-project views. What I'm suggesting here is that views simply get names which can then be assigned as a default to any project, and then the names can be made available in a dropdown in the view page. I think I will be ...
by Starbuck
24 Jun 2020, 18:36
Forum: Help
Topic: Create new View page or Export
Replies: 10
Views: 10011

Re: Create new View page or Export

That's where we are now, with one view for everyone with a single configuration. Change the configuration and it's still the same view for everyone. To be clear, there is the view on the page, the CSV view, the Print view, etc. Yes, each one of those has a configuration. But there is only one page v...
by Starbuck
24 Jun 2020, 01:03
Forum: Customizations
Topic: Custom email notification content
Replies: 6
Views: 8919

Re: Custom email notification content

Ugh, I've had email_api.php sitting on my desktop for months and I need to make changes. It's just staring at me. "Go ahead, I dare you to start messing with me." I haven't allocated the time to wrestle with the beast. I love that Mantis is so versatile in some ways, but it's so hard-coded...
by Starbuck
24 Jun 2020, 00:55
Forum: Help
Topic: Create new View page or Export
Replies: 10
Views: 10011

Re: Create new View page or Export

Thanks @cas. But, well, that's a 100% DIY solution with zero % built-in support. I was kinda hoping for slightly better. :wink: I know we have examples for adding buttons to the side, like in the wiki plugin. But creating a new view won't be as easy as cloning view_all_bug_page.php. That page relies...
by Starbuck
23 Jun 2020, 01:20
Forum: Help
Topic: Create new View page or Export
Replies: 10
Views: 10011

Create new View page or Export

I have looked all around and I think I must be missing something... A colleage added new custom fields to a project. I thought it would be good to have a View of that data. We have Print Reports, CSV Export, Excel Export, and XML Export. Is there a model anywhere, maybe documentation, that describes...
by Starbuck
22 Jun 2020, 22:56
Forum: General Discussion
Topic: Evolution of Status and Workflow
Replies: 0
Views: 15704

Evolution of Status and Workflow

For different clients and their different projects I try to setup workflow transitions that fit the needs and personalities. Some people don't like a rigid structure. Most people don't like too many status transitions. Some projects don't need a lot of transitions. Some projects do require more refi...
by Starbuck
18 Jun 2020, 16:46
Forum: General Plugin Discussion
Topic: Notif Type Plugin
Replies: 7
Views: 8447

Re: Notif Type Plugin

Discussion about these plugins moved to a new thread:
https://www.mantisbt.org/forums/viewtop ... 15&t=27014
by Starbuck
18 Jun 2020, 16:11
Forum: General Plugin Discussion
Topic: Plugins by Deboutv and SebastienRenault
Replies: 0
Views: 16843

Plugins by Deboutv and SebastienRenault

I am creating this thread as simply a place to dump all notes about this code until it can be sorted. I'll take that on as a personal challenge as time permits, to update the list of available plugins, categorize, etc. I have created two files, DeboutvMantisV1Plugins.zip and SebastienRenaultMantisV1...
by Starbuck
18 Jun 2020, 15:32
Forum: EmailReporting
Topic: Which source for new installation?
Replies: 3
Views: 5871

Re: Which source for new installation?

Thanks man. I'll load up master in a test environment, get familiar with it, and then deploy to a live environment. I've never used your plugin but for a long time have admired from a distance your diligence and generosity. ( Stroke! :mrgreen: ) Current application : I setup Mantis for some colleagu...
by Starbuck
18 Jun 2020, 15:19
Forum: General Plugin Discussion
Topic: Help for a newb mantis plugin writer
Replies: 4
Views: 6526

Re: Help for a newb mantis plugin writer

Hey @stigzler, I just wanted to comment that you're not alone. I haven't looked specifically at a phpBB interface but I've had it in my mind to do others like it. While I'm competent to work on existing PHP code, I don't have same confidence as I do when working with C#, Java, or other languages. Wo...
by Starbuck
09 Jun 2020, 20:49
Forum: General Plugin Discussion
Topic: Notif Type Plugin
Replies: 7
Views: 8447

Re: Notif Type Plugin

@cas - I found this goldmine of code, including Notif. I haven't opened the .pkg files to see what's in them. But I'm sure you will. ;) http://deboutv.free.fr/mantis/download.php It's really old stuff. There's no telling if these are old versions or the latest possible versions of the plugins. And y...
by Starbuck
09 Jun 2020, 20:19
Forum: Help
Topic: How to get all mantis users via api rest?
Replies: 12
Views: 16734

Re: How to get all mantis users via api rest?

I'm just seeing your inquiry, sorry. I wasn't planning on doing anything else with this.
by Starbuck
09 Jun 2020, 20:16
Forum: General Plugin Discussion
Topic: Is there an event that targets dropzone?
Replies: 2
Views: 6979

Re: Is there an event that targets dropzone?

What about checking for the presence of window.dropzone?
Or look for other markers that indicate a dropzone target is on the page?
https://www.dropzonejs.com/