Search found 13 matches

by MrZZY
01 Nov 2019, 18:35
Forum: Help
Topic: Search term stuck in search box
Replies: 1
Views: 2291

Re: Search term stuck in search box

Anyone know how to clear this persistent search? I've cleared cookies. I've tried a different browser. The search must be being reloaded from somewhere in the database!
by MrZZY
25 Oct 2019, 19:23
Forum: Help
Topic: Search term stuck in search box
Replies: 1
Views: 2291

Search term stuck in search box

I'm using an older version of Mantis and a search that I made (not one that I saved) keeps appearing in the search box and being applied as the search filter every time I switch to a new project. I've tried clearing cookies and it hasn't helped. Anyone any idea why this is happening?
by MrZZY
16 Sep 2019, 17:18
Forum: General Discussion
Topic: Post same issue to multiple subprojects
Replies: 2
Views: 3855

Post same issue to multiple subprojects

I use Mantis 1.3.0 to track issues into about 150 publications. These are split into two main projects "current publications" and "discontinued publications", with each having around 75 sub projects in each. As publications are discontinued they are migrated to "discontinued publications" from ...
by MrZZY
17 Nov 2017, 22:29
Forum: Help
Topic: Can't get my head around this filter issue!
Replies: 8
Views: 11790

Re: Can't get my head around this filter issue!

raymond wrote:For what it's worth.
I was looking for a solution for the same problem, but I didn't like this one. So I did a bit more digging in filter_api.php...

My solution:
$g_hide_status_default = META_FILTER_NONE;

That's it :D
Thanks!
by MrZZY
19 Jun 2017, 10:33
Forum: Help
Topic: Add report to every projects
Replies: 4
Views: 4759

Re: Add report to every projects

Hi Atrol

thanks for your script. I will investigate.

Just to outline my scenario a little better:

We have over 100 educational books under our control. This is just one part of our responsibilities! Let's say that an examination board makes a change to their address, we will have to change that ...
by MrZZY
16 Jun 2017, 15:37
Forum: Help
Topic: Add report to every projects
Replies: 4
Views: 4759

Re: Add report to every projects

My projects are books, and a specific update needs to be done to each as they come up for reprint. I want to be able to track when each has been updated (fixed, bugfixed - it doesn't really sound right in the context of a book!). It will probably be 2 years before every book has come up for reprint ...
by MrZZY
16 Jun 2017, 15:03
Forum: Help
Topic: Add report to every projects
Replies: 4
Views: 4759

Add report to every projects

I have around 100 projects and would like to add an identical bug report to each.

is there an easy way to add an identical report to every project, so that it can be tracked independently per project.
by MrZZY
07 May 2016, 00:01
Forum: Help
Topic: Can't get my head around this filter issue!
Replies: 8
Views: 11790

Re: Can't get my head around this filter issue!

aavagyan - thank you so much for taking the time, your last answer provided the final solution and I now have this working. I try my best with these things but I don't find them as easy! I really appreciate you taking the time to put me on the right path. :)
by MrZZY
06 May 2016, 17:27
Forum: Help
Topic: Can't get my head around this filter issue!
Replies: 8
Views: 11790

Re: Can't get my head around this filter issue!

I've been working on this a while and can't quite get it to work, it's still default to published (and above).

I understand that I don't have to moved the $g_hide_status_default reference from config_defaults_inc.php as it is overidden in config_inc.php. Maybe I'm just not referencing the new ...
by MrZZY
05 May 2016, 20:20
Forum: Help
Topic: Can't get my head around this filter issue!
Replies: 8
Views: 11790

Re: Can't get my head around this filter issue!

Ah yes, that makes sense, I understand the logic. Many thanks. I'll give that a go!
by MrZZY
05 May 2016, 11:31
Forum: Help
Topic: Can't get my head around this filter issue!
Replies: 8
Views: 11790

Can't get my head around this filter issue!

My statuses are

New
Investigating
Not an issue
Fixing
Documenting
Awaiting reprint
Published

If I am on 'View Issues" in a project, and switch to another, the filter always default to hide status "Published (and above)". My understanding was that the filter defaults to the setting last used when ...
by MrZZY
09 Apr 2016, 01:51
Forum: Help
Topic: Use of the 'number' sign creating references to issue number
Replies: 2
Views: 3592

Re: Use of the 'number' sign creating references to issue nu

Thanks so much for this, much appreciated.
by MrZZY
08 Apr 2016, 16:00
Forum: Help
Topic: Use of the 'number' sign creating references to issue number
Replies: 2
Views: 3592

Use of the 'number' sign creating references to issue number

Is there a way to disable mantis from treating use of the number sign (hash, #) as a reference to issue numbers when using it in the summary and description fields?