Search found 226 matches

by istvanb
15 Nov 2010, 09:29
Forum: Help
Topic: Get the last comment as custom field
Replies: 0
Views: 2004

Get the last comment as custom field

I'd like to customize the reporting capabilites of the Mantis to the need of our company. We report in an excel sheet where we need the issue number, summary of the problem, assignee, last update date and the short summary of where we are with the solution. The first four is not a problem since we h...
by istvanb
14 Nov 2010, 13:30
Forum: Help
Topic: workflow
Replies: 1
Views: 1542

Re: workflow

Yes. What is the question?
by istvanb
11 Nov 2010, 19:49
Forum: Help
Topic: Custom reports
Replies: 6
Views: 6982

Re: Custom reports

There is no such a feature (or at least I dont know about it), however everything is stored in a mysql database, so you can write clever SQL queries to get any data you want. The database structure is fairly easy to understand so if you really want to get tricky reports than you can go and query eve...
by istvanb
11 Nov 2010, 18:25
Forum: Help
Topic: Custom reports
Replies: 6
Views: 6982

Re: Custom reports

As far as I am concerned you can do this easily. First go to the "View Issues" tab, and select the date-range by using the "use date filters" option. Then click "apply filter" and then click print reports a here we go :) If you want to control which data you want to pri...
by istvanb
11 Nov 2010, 10:05
Forum: Help
Topic: Wierd issue with Jpgraph
Replies: 0
Views: 1921

Wierd issue with Jpgraph

We have bought the jpgraph licence so I have implemented it on our server. I have downloaded the laters package, moved it to the mantis\library folder, renamed it to jpgraph. I have added the following lines to the config_inc.php: $g_use_jpgraph = ON; $g_jpgraph_path ='./library/jpgraph/src/'; all t...
by istvanb
10 Nov 2010, 22:07
Forum: Customizations
Topic: Attach multiple files when the issue is created
Replies: 0
Views: 2154

Attach multiple files when the issue is created

I have made a small mod which allows you to upload multiple files when you report an issue.

http://www.mantisbt.org/bugs/view.php?id=12526
by istvanb
10 Nov 2010, 12:19
Forum: Help
Topic: File attach causes 401
Replies: 1
Views: 1826

Re: File attach causes 401

Ok... I have changed the max pocket size in the my.ini recently, so the sqlserver has to be restarted! Problem resolved
by istvanb
10 Nov 2010, 12:08
Forum: Help
Topic: File attach causes 401
Replies: 1
Views: 1826

File attach causes 401

I have issues uploading files to the DB. I got App error 401 when I tried to install a zip around 4MB. config_inc.php : $g_max_file_size = 5000000; I also modified the allowed_packet_size in the my.ini in the \mysql\bin to 5M. No success. Incremented both of these values to 20M, still got the error ...
by istvanb
09 Nov 2010, 14:23
Forum: Help
Topic: Docs | Wiki | Billing
Replies: 3
Views: 2730

Re: Docs | Wiki | Billing

Billing works fine on my computer. You should select the project you want to see and then set the start and the end date. This will give you a list of which user spent how much time on the project. If you select a project with subprojects (or if you select "all projects") then all the subp...
by istvanb
07 Nov 2010, 16:23
Forum: Help
Topic: Docs | Wiki | Billing
Replies: 3
Views: 2730

Re: Docs | Wiki | Billing

For docs and billing add the following lines to your config_inc.php $g_enable_project_documentation = ON; $g_time_tracking_with_billing = ON; for billing I guess you should enable the time tracking as well: $g_time_tracking_enabled = ON; A related global variable (who can track time): $g_time_tracki...
by istvanb
04 Nov 2010, 16:53
Forum: Help
Topic: Backup Database
Replies: 14
Views: 16017

Re: Backup Database

C:\webdev\mysql\bin>mysqldump --password=admin --user=admin bugtracker > C:\temp\backup.sql
by istvanb
04 Nov 2010, 13:13
Forum: Help
Topic: Backup Database
Replies: 14
Views: 16017

Re: Backup Database

d:\xampp\mysql\bin\mysqldump --user=rootusername --password=rootpassword --all-databases > d:\backups\fixit.sql
by istvanb
04 Nov 2010, 11:13
Forum: Help
Topic: Backup Database
Replies: 14
Views: 16017

Re: Backup Database

yeah... that would be the preferred method, if we would have a more helpful IT here :P
by istvanb
04 Nov 2010, 10:45
Forum: Help
Topic: Backup Database
Replies: 14
Views: 16017

Re: Backup Database

Our IT is whining about running a script, however they are fine with backing up folders on the server. I think the mantis database can be backed up by copy the \ mysql\data\bugtracker folder to a safe location. I am not a database expert but I have found this as an alternative solution on the net an...
by istvanb
04 Nov 2010, 09:45
Forum: Help
Topic: Can change status to Released in Mantis 1.2.3 ?
Replies: 11
Views: 11045

Re: Can change status to Released in Mantis 1.2.3 ?

Before I try to answer: because of the constant confusion of what is resolved what is not I have introduced a new term: system-resolved. This means Resolved what the mantis considers as resolved! user-resolved means the workflow phase which SAYS "resolved". I hope it is clear, because I go...