Search found 10 matches

by info4km
25 Jun 2020, 19:36
Forum: Help
Topic: Can't set Resolution to 'fixed' for my custom status
Replies: 3
Views: 3377

Re: Can't set Resolution to 'fixed' for my custom status

If i change the status that denotes a resolved issue to "development complete" then this of course works. But, now issues that have not yet been QA tested are already in the Change Log. I guess the only other way to do it is to keep the resolved status at 'ready for QA' like I originally had it, and ...
by info4km
25 Jun 2020, 16:35
Forum: Help
Topic: Can't set Resolution to 'fixed' for my custom status
Replies: 3
Views: 3377

Re: Can't set Resolution to 'fixed' for my custom status

I did follow the admin guide when adding. I can use fixed with the status values after development complete, just not at the same time when i try to make it "development complete". As for the workflow, not sure what i'd be looking for that would affect this. That is really what my question is. What ...
by info4km
25 Jun 2020, 12:26
Forum: Help
Topic: Can't set Resolution to 'fixed' for my custom status
Replies: 3
Views: 3377

Can't set Resolution to 'fixed' for my custom status

Hello all,
I have a custom status "development_complete". When I try to update the Resolution field to 'fixed' i get an error that i can't use it for that status. We have set the resolved threshold status to the next one in line "ready for QA". It does allow me to use fixed for that. Is there an ...
by info4km
01 Jun 2010, 18:49
Forum: Help
Topic: SVN integration stopped working
Replies: 6
Views: 4921

Re: SVN integration stopped working

thanks. I appreciate the feedback and help. I am disappointed that they would complicate such an easy thing. I got the old way to work in less than 10 minutes. Just a few config parameters and change the hook script. Now it looks like I need to install software/plugins that i don't even use and set ...
by info4km
06 Apr 2010, 18:35
Forum: General Discussion
Topic: source code integration - mantis 1.2.0 and later
Replies: 0
Views: 2267

source code integration - mantis 1.2.0 and later

I saw a posting at http://git.mantisforge.org/w/source-integration.git that mentions that beginning with 1.3.0 only the Source Integration plug-in will work. It looks like for this plug-in you need the SourceForge version of subversion or a WebSVN instance. I have neither. I have SVN straight out of ...
by info4km
06 Apr 2010, 17:36
Forum: Help
Topic: SVN integration stopped working
Replies: 6
Views: 4921

Re: SVN integration stopped working

Did you ever get this working? As you've said - checkin.php is not in the distriubtion any more. Let us know what you had to do. If I figure out my own test installation, I'll post it here. Thx
KM
by info4km
02 Apr 2010, 19:01
Forum: Help
Topic: 1.2.0 - Using Manage Columns - saving
Replies: 0
Views: 2155

1.2.0 - Using Manage Columns - saving

I am checking out 1.2.0 and I was looking into the "manage columns" feature. If I am in specific project (e.g. myproj1) how do I save my column changes to that specific project? the drop down menu never contains the project I am currently in. For example in this case if I wanted to save the columns ...
by info4km
15 Mar 2010, 18:03
Forum: Help
Topic: Upgrading from Mantis 1.1.8 to 1.2.0
Replies: 6
Views: 9878

Re: Upgrading from Mantis 1.1.8 to 1.2.0

I also get the adodb warning. I was also getting the collation errors for utf8 as you described. The the other entry in the Help forum - http://www.mantisbt.org/forums/viewtopic.php?f=3&t=10029

This topic has a solution to the "BAD" errors on the collation of the tables - from the check.php script ...
by info4km
15 Mar 2010, 17:58
Forum: Help
Topic: Update Mantis: UTF8 Unicode Problem
Replies: 8
Views: 16595

Re: Update Mantis: UTF8 Unicode Problem

Well I took a closer look at the previous messages. checked the table status and then I ran the conversion steps to set the DB table collation to utf8 and it worked OK. I re-ran check.php and the errors are gone. I was just wondering if I missed this step originally when I updated to mysql 5 from 4 ...
by info4km
15 Mar 2010, 15:58
Forum: Help
Topic: Update Mantis: UTF8 Unicode Problem
Replies: 8
Views: 16595

Re: Update Mantis: UTF8 Unicode Problem

i am having the same issue. I never touch the database manually - so how can I check the collation on the tables?

I never deleted or updated anything manually before when upgrading Mantis. Usually the upgrade SW/files provide a script to be run, when things were necessary, or some type of ...