This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".
The branch, Branch_5_3 has been updated
via 441047d24ca227ead754688aeb7e88ca00122bcc (commit)
from a076bd3c48cd69ceb28db34c19b5f3e4c41d88b5 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 441047d24ca227ead754688aeb7e88ca00122bcc
Author: Franck Villaume <[email protected]>
Date: Mon Apr 20 21:14:39 2015 +0200
fix [#758]: fix delete an element of an extrafield in tracker
diff --git a/src/CHANGES b/src/CHANGES
index 2d2d74c..9bb776d 100644
--- a/src/CHANGES
+++ b/src/CHANGES
@@ -10,6 +10,7 @@ Fusionforge-5.3.3:
* FRS: wrong tooltip displayed in admin page [#703] (TrivialDev)
* PM: fix test on success [#762] (TrivialDev)
* PM: fix allow new tasks without replace older one [#761] patch from Philipp
Keidel (TrivialDev)
+* Tracker: fix delete elements of an extrafield [#758] (TrivialDev)
* Plugin AuthLDAP: error and warning messages displayed twice [#732]
(TrivialDev)
* Plugin AuthLDAP: fix check user status before login [#767] (TrivialDev)
* Plugin scmhook: fix display when only one SCM plugin enabled [#735]
(TrivialDev)
diff --git a/src/common/tracker/views/form-deleteextrafieldelement.php
b/src/common/tracker/views/form-deleteextrafieldelement.php
index 78bd869..524034d 100644
--- a/src/common/tracker/views/form-deleteextrafieldelement.php
+++ b/src/common/tracker/views/form-deleteextrafieldelement.php
@@ -70,6 +70,13 @@
</p>
<p>
+ <input id="really_sure" type="checkbox"
name="really_sure" value="1" />
+ <label for="really_sure">
+ <?php echo _("I am really sure") ?>
+ </label>
+ </p>
+
+ <p>
<input type="submit" name="post_changes" value="<?php
echo _('Delete') ?>" /></p>
</form>
</fieldset>
-----------------------------------------------------------------------
Summary of changes:
src/CHANGES | 1 +
src/common/tracker/views/form-deleteextrafieldelement.php | 7 +++++++
2 files changed, 8 insertions(+)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits