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 ce4286b7847bb304758ddb9f1f897089378d98f0 (commit)
via 699a15cf8b85020ad69cf637e73ffba458db6fc2 (commit)
from e60006d30ff4a6c56d467789621fbcae414d6819 (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=ce4286b7847bb304758ddb9f1f897089378d98f0
commit ce4286b7847bb304758ddb9f1f897089378d98f0
Author: Marc-Etienne Vargenau <[email protected]>
Date: Tue Jul 5 12:55:19 2016 +0200
Use getStringID
diff --git a/src/common/tracker/actions/deleteartifact.php
b/src/common/tracker/actions/deleteartifact.php
index c7ffc7d..1cafb12 100644
--- a/src/common/tracker/actions/deleteartifact.php
+++ b/src/common/tracker/actions/deleteartifact.php
@@ -30,7 +30,7 @@ global $aid;
global $atid;
global $HTML;
-$ath->header(array ('title'=>_('Delete artifact').': [#'. $ah->getID(). '] ' .
$ah->getSummary(),
+$ath->header(array ('title'=>_('Delete artifact').': '. $ah->getStringID() . '
' . $ah->getSummary(),
'atid'=>$ath->getID(),
'modal'=>1));
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=699a15cf8b85020ad69cf637e73ffba458db6fc2
commit 699a15cf8b85020ad69cf637e73ffba458db6fc2
Author: Marc-Etienne Vargenau <[email protected]>
Date: Tue Jul 5 12:54:52 2016 +0200
Whitespace
diff --git a/src/common/tracker/Artifact.class.php
b/src/common/tracker/Artifact.class.php
index 1856bf8..5e8b291 100644
--- a/src/common/tracker/Artifact.class.php
+++ b/src/common/tracker/Artifact.class.php
@@ -922,7 +922,7 @@ class Artifact extends FFError {
}
}
} else {
- $assigned_to=$this->getAssignedTo();
+ $assigned_to = $this->getAssignedTo();
}
if (!forge_check_perm ('tracker',
$this->ArtifactType->getID(), 'tech')) {
$this->setPermissionDeniedError();
-----------------------------------------------------------------------
Summary of changes:
src/common/tracker/Artifact.class.php | 2 +-
src/common/tracker/actions/deleteartifact.php | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits