Open main menu

Gramps β

Changes

Website application upgrades

118 bytes added, 02:09, 29 January 2018
Upgrade Mantis Bug Tracker (bug tracker)
Final required modifications to MantisBT source code so that the "Gramps > Product Version" is required by default when raising bug reports:
* In <code>[https://github.com/mantisbt/mantisbt/blob/master/core/bug_api.phpcore/bug_api.php]</code> added find  <pre>function validate( $p_update_extended = true)</pre> and add this in just below(check braces are balanced)
<pre>
function validate( $p_update_extended = true) {
if($this->project_id !== 3) {