PDA

View Full Version : Mantis 1.1.5 bug report problem


Unregistered
09-Dec-2008, 09:41 AM
Hello,

please add following line to bugpost for Mantis:



AddFieldValue('bug_report_token');


Without this line bug post don't work.

Thanks
Zdenek

cbroeker
09-Dec-2008, 06:56 PM
How can I do this?
I don't understand how to add ...AddFieldValue('bug_report_token');...

Zdenek Vasku
10-Dec-2008, 10:11 AM
In unit EWebTools line 1564 and line 1613:


AddFieldValue('report_stay');
AddFieldValue('bug_report_token'); // <-------------------- here

// Process custom fields...
AddCustomFields(ACustomFields);


and


AddFieldByTextArea('bugnote_text');
AddField('build', AVersion);
AddFieldValue('bug_update_token'); // <------------------- here

// Process custom fields...
AddCustomFields(ACustomFields);


Mantis added this hidden field to bug posting to increase security etc.

Best Regards

Zdenek

PS: Please notify second line is bug_update_token

admin
11-Dec-2008, 06:50 PM
Hi Zdenek,

I'm going to add this fix to the next release.

Thank you for the fix! :)

admin
15-Dec-2008, 11:37 AM
Hi Zdenek,



...

Mantis added this hidden field to bug posting to increase security etc.

Best Regards

Zdenek


I have just added the Mantis 1.1.5 support to the last 6.0.19 RC 2.

Try it and tell back to me your results, OK? :)

Zdenek Vasku
02-Feb-2009, 01:20 PM
6.0.19 RC3,RC2 is ok.

Zdenek