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, master has been updated
via 52e8ac54f2e285f0fa6bbc030baa69e397039fa7 (commit)
from 09adceb2af8dc1ad1753cb2130258799f3b5b2ef (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 -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=52e8ac54f2e285f0fa6bbc030baa69e397039fa7
commit 52e8ac54f2e285f0fa6bbc030baa69e397039fa7
Author: Franck Villaume <[email protected]>
Date: Wed Aug 24 15:45:23 2016 +0200
PHP doc
diff --git a/src/common/tracker/ArtifactExtraField.class.php
b/src/common/tracker/ArtifactExtraField.class.php
index 94b4a8d..fba94d6 100644
--- a/src/common/tracker/ArtifactExtraField.class.php
+++ b/src/common/tracker/ArtifactExtraField.class.php
@@ -93,21 +93,23 @@ class ArtifactExtraField extends FFError {
* a tracker. This function is only used to create rows for boxes
* configured by the admin.
*
- * @param string $name Name of the extra field.
- * @param int $field_type The type of field - radio,
select, text, textarea
- * @param int $attribute1 For text (size) and textarea
(rows)
- * @param int $attribute2 For text (maxlength) and
textarea (cols)
- * @param int $is_required True or false whether this is a
required field or not.
- * @param string $alias Alias for this extra field
(optional)
- * @param int $show100 True or false whether the 100
value is displayed or not
- * @param string $show100label The label used for the 100
value if displayed
- * @param string $description Description used for help text.
- * @param string $pattern A regular expression to check
the field.
- * @param int $parent Parent extra field id.
- * @param int $autoassign True or false whether it
triggers auto-assignment rules
+ * @param string $name Name of the extra field.
+ * @param int $field_type The type of field -
radio, select, text, textarea
+ * @param int $attribute1 For text (size) and
textarea (rows)
+ * @param int $attribute2 For text (maxlength)
and textarea (cols)
+ * @param int $is_required True or false whether
this is a required field or not.
+ * @param string $alias Alias for this extra
field (optional)
+ * @param int $show100 True or false whether
the 100 value is displayed or not
+ * @param string $show100label The label used for the
100 value if displayed
+ * @param string $description Description used for
help text.
+ * @param string $pattern A regular expression to
check the field.
+ * @param int $parent Parent extra field id.
+ * @param int $autoassign True or false whether
it triggers auto-assignment rules
+ * @param int $is_hidden_on_submit True or false to
display the extrafield in the new artifact submit page
+ * @param int $disabled True or false to
enable/disable the extrafield
* @return bool true on success / false on failure.
*/
- function create($name, $field_type, $attribute1, $attribute2,
$is_required = 0, $alias = '', $show100 = true, $show100label = 'none',
$description = '', $pattern='', $parent=100, $autoassign=0,
$is_hidden_on_submit=0, $is_disabled=0) {
+ function create($name, $field_type, $attribute1, $attribute2,
$is_required = 0, $alias = '', $show100 = true, $show100label = 'none',
$description = '', $pattern = '', $parent = 100, $autoassign = 0,
$is_hidden_on_submit = 0, $is_disabled = 0) {
//
// data validation
//
-----------------------------------------------------------------------
Summary of changes:
src/common/tracker/ArtifactExtraField.class.php | 28 +++++++++++++------------
1 file changed, 15 insertions(+), 13 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits