Search found 27 matches

by webwesen
05 Feb 2007, 20:06
Forum: Help
Topic: Export/Import data
Replies: 1
Views: 3910

Code: Select all

mysqldump --opt -uUSER -pPASSWORD mantisdb > /tmp/mdb
cd /tmp
gzip mdb
scp mdb.gz # copy your db snapshot to a new box
... # on a new box:
unzip mdb.gz 
mysql --force -uUSER -pPASSWORD mantisdb < mdb
by webwesen
02 Feb 2007, 16:47
Forum: Help
Topic: batch processing
Replies: 7
Views: 7658

thanks for your help - I will patch relevant files
by webwesen
01 Feb 2007, 16:56
Forum: Help
Topic: batch processing
Replies: 7
Views: 7658

it is my turn to say "hmmmm..." I am looking at CVS repo and see: Log of /mantisbt/bug_actiongroup.php: Fixed #7662: Support ability to set fixed in version for multiple issues. this change went in on Sat Dec 16 20:12:55 2006 UTC (6 weeks, 4 days ago) by vboctor so I wonder *what* exactly ...
by webwesen
31 Jan 2007, 17:32
Forum: Help
Topic: batch processing
Replies: 7
Views: 7658

yes
by webwesen
30 Jan 2007, 23:00
Forum: Help
Topic: batch processing
Replies: 7
Views: 7658

I just found this topic:
http://www.mantisbt.org/forums/viewtopi ... up+actions

and Victor is mentioning that "Update Fixed-In version" is already in the drop-down list... Not in my case...
I am using 1.0.1.
Was it added later?
Any suggestions?
by webwesen
30 Jan 2007, 22:47
Forum: Help
Topic: batch processing
Replies: 7
Views: 7658

batch processing

on a view_all_bug_page.php page there is on option to select a few of the bugs and apply a batch action: "move", "assign" "update status" etc.

how do I add an "update fixed-in version" to this list?
what files need to be changed?

thanks
by webwesen
14 Sep 2006, 15:12
Forum: General Discussion
Topic: customized topic in automated messages from bug status chang
Replies: 2
Views: 5118

i have customized email subject line according to my needs at

Code: Select all

../core/email_api.php : email_build_subject()
by webwesen
03 Aug 2006, 22:53
Forum: Help
Topic: Perl script for import
Replies: 2
Views: 3989

ok, sounds very good.
by webwesen
03 Aug 2006, 22:40
Forum: Help
Topic: Editing Severity and Priority...
Replies: 8
Views: 10454

not that it will resolve the issue you have, but you should change default values in your own custom files:

so ./core/constant_inc.php changes belong to ./custom_constant_inc.php
and config_defaults_inc.php -> config_inc.php
by webwesen
31 Jul 2006, 20:48
Forum: General Discussion
Topic: Python back-end for Mantis
Replies: 6
Views: 10892

interest is here...
where is your code? :)
by webwesen
21 Mar 2006, 17:59
Forum: Help
Topic: CSV export help
Replies: 12
Views: 15034

after vboctor's patch I get:

Code: Select all

<p style="color:red">APPLICATION WARNING #403: Database field 'description' not found.</p>
in cvs file in 'Description' column.

I am running 1.0.1
my ugly code above worked though...
by webwesen
10 Feb 2006, 22:06
Forum: Help
Topic: #123 strings translation
Replies: 0
Views: 2459

#123 strings translation

is there a way to prepend/format #12345 strings so that they are not translated automatically into a mantis ticket cross-reference?

thanks
by webwesen
05 Jan 2006, 16:59
Forum: Customizations
Topic: Mantis Add-On - Time Tracker - Easy to run & install
Replies: 59
Views: 173874

i am also looking into writing the code to do reports/CVS export.
by webwesen
13 Dec 2005, 20:17
Forum: General Discussion
Topic: Spended time
Replies: 3
Views: 7985

of course - post it - the more the better ;)
by webwesen
12 Dec 2005, 22:17
Forum: General Discussion
Topic: Can I change workflow based project id?
Replies: 1
Views: 5050

i would need the same functionality...
have you been able to do it somehow?