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 c20b806f92c45f3bfb5a80a550d79e4fed1df013 (commit)
from b8b2e4a457b6ceb458c3cc52793eaf5d5e67f437 (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=c20b806f92c45f3bfb5a80a550d79e4fed1df013
commit c20b806f92c45f3bfb5a80a550d79e4fed1df013
Author: Marc-Etienne Vargenau <[email protected]>
Date: Thu Mar 16 15:24:57 2017 +0100
Use PNG
diff --git a/src/common/forum/ForumAdmin.class.php
b/src/common/forum/ForumAdmin.class.php
index 52d9709..28d9a53 100644
--- a/src/common/forum/ForumAdmin.class.php
+++ b/src/common/forum/ForumAdmin.class.php
@@ -56,15 +56,15 @@ class ForumAdmin extends FFError {
*/
function
PrintAdminMessageOptions($msg_id,$group_id,$thread_id=0,$forum_id=0,$return_to_message=0)
{
- $return =
util_make_link('/forum/admin/?movethread='.$thread_id.'&msg_id='.$msg_id.'&group_id='.$group_id.'&forum_id='.$forum_id.'&return_to_message='.$return_to_message,
html_image('ic/forum_move.gif', 37, 15, array('alt' => _('Move Thread'))));
+ $return =
util_make_link('/forum/admin/?movethread='.$thread_id.'&msg_id='.$msg_id.'&group_id='.$group_id.'&forum_id='.$forum_id.'&return_to_message='.$return_to_message,
html_image('ic/forum_move.png', 37, 15, array('alt' => _('Move Thread'))));
// Following code (if ...) is to keep old implementation but
need to be cleaned
if ($return_to_message) {
$thread_id = 0;
}
- $return .=
util_make_link('/forum/admin/?editmsg='.$msg_id.'&group_id='.$group_id.'&thread_id='.$thread_id.'&forum_id='.$forum_id,
html_image('ic/forum_edit.gif', 37, 15, array('alt' => _("Edit"))));
- $return .=
util_make_link('/forum/admin/?deletemsg='.$msg_id.'&group_id='.$group_id.'&thread_id='.$thread_id.'&forum_id='.$forum_id,
html_image('ic/forum_delete.gif', 16, 18, array('alt'=>_("Delete"))));
+ $return .=
util_make_link('/forum/admin/?editmsg='.$msg_id.'&group_id='.$group_id.'&thread_id='.$thread_id.'&forum_id='.$forum_id,
html_image('ic/forum_edit.png', 37, 15, array('alt' => _("Edit"))));
+ $return .=
util_make_link('/forum/admin/?deletemsg='.$msg_id.'&group_id='.$group_id.'&thread_id='.$thread_id.'&forum_id='.$forum_id,
html_image('ic/forum_delete.png', 16, 18, array('alt'=>_("Delete"))));
// $return .= "<br />";
return $return;
}
diff --git a/src/common/tracker/include/ArtifactTypeHtml.class.php
b/src/common/tracker/include/ArtifactTypeHtml.class.php
index 1c76f67..b944137 100644
--- a/src/common/tracker/include/ArtifactTypeHtml.class.php
+++ b/src/common/tracker/include/ArtifactTypeHtml.class.php
@@ -402,7 +402,7 @@ class ArtifactTypeHtml extends ArtifactType {
$str =
$this->renderRelationField($efarr[$i]['extra_field_id'],
$selected[$efarr[$i]['extra_field_id']], $efarr[$i]['attribute1'],
$efarr[$i]['attribute2'], $attrs);
if ($mode == 'UPDATE' || $mode == 'NEW') {
- $post_name =
html_image('ic/forum_edit.gif', 37, 15 ,array('title'=>"Click to edit",
'alt'=>"Click to edit", 'onclick'=>"switch2edit(this, 'show$i', 'edit$i')"));
+ $post_name =
html_image('ic/forum_edit.png', 37, 15 ,array('title'=>"Click to edit",
'alt'=>"Click to edit", 'onclick'=>"switch2edit(this, 'show$i', 'edit$i')"));
}
} elseif ($efarr[$i]['field_type'] ==
ARTIFACT_EXTRAFIELDTYPE_DATETIME) {
$str =
$this->renderDatetime($efarr[$i]['extra_field_id'],
$selected[$efarr[$i]['extra_field_id']], $attrs);
diff --git a/src/www/themes/funky-wOw/images/ic/forum_add.gif
b/src/www/themes/funky-wOw/images/ic/forum_add.gif
deleted file mode 100644
index ab299d2..0000000
Binary files a/src/www/themes/funky-wOw/images/ic/forum_add.gif and /dev/null
differ
diff --git a/src/www/themes/funky-wOw/images/ic/forum_add.png
b/src/www/themes/funky-wOw/images/ic/forum_add.png
new file mode 100644
index 0000000..1059a08
Binary files /dev/null and b/src/www/themes/funky-wOw/images/ic/forum_add.png
differ
diff --git a/src/www/themes/funky-wOw/images/ic/forum_delete.gif
b/src/www/themes/funky-wOw/images/ic/forum_delete.gif
deleted file mode 100644
index 1153ba5..0000000
Binary files a/src/www/themes/funky-wOw/images/ic/forum_delete.gif and
/dev/null differ
diff --git a/src/www/themes/funky-wOw/images/ic/forum_delete.png
b/src/www/themes/funky-wOw/images/ic/forum_delete.png
new file mode 100644
index 0000000..4334075
Binary files /dev/null and
b/src/www/themes/funky-wOw/images/ic/forum_delete.png differ
diff --git a/src/www/themes/funky-wOw/images/ic/forum_edit.gif
b/src/www/themes/funky-wOw/images/ic/forum_edit.gif
deleted file mode 100644
index ce64913..0000000
Binary files a/src/www/themes/funky-wOw/images/ic/forum_edit.gif and /dev/null
differ
diff --git a/src/www/themes/funky-wOw/images/ic/forum_edit.png
b/src/www/themes/funky-wOw/images/ic/forum_edit.png
new file mode 100644
index 0000000..ec8b001
Binary files /dev/null and b/src/www/themes/funky-wOw/images/ic/forum_edit.png
differ
diff --git a/src/www/themes/funky-wOw/images/ic/forum_move.gif
b/src/www/themes/funky-wOw/images/ic/forum_move.gif
deleted file mode 100644
index ff3553f..0000000
Binary files a/src/www/themes/funky-wOw/images/ic/forum_move.gif and /dev/null
differ
diff --git a/src/www/themes/funky-wOw/images/ic/forum_move.png
b/src/www/themes/funky-wOw/images/ic/forum_move.png
new file mode 100644
index 0000000..7f651f1
Binary files /dev/null and b/src/www/themes/funky-wOw/images/ic/forum_move.png
differ
diff --git a/src/www/themes/funky/images/ic/forum_add.gif
b/src/www/themes/funky/images/ic/forum_add.gif
deleted file mode 100644
index ab299d2..0000000
Binary files a/src/www/themes/funky/images/ic/forum_add.gif and /dev/null differ
diff --git a/src/www/themes/funky/images/ic/forum_add.png
b/src/www/themes/funky/images/ic/forum_add.png
new file mode 100644
index 0000000..1059a08
Binary files /dev/null and b/src/www/themes/funky/images/ic/forum_add.png differ
diff --git a/src/www/themes/funky/images/ic/forum_delete.gif
b/src/www/themes/funky/images/ic/forum_delete.gif
deleted file mode 100644
index 1153ba5..0000000
Binary files a/src/www/themes/funky/images/ic/forum_delete.gif and /dev/null
differ
diff --git a/src/www/themes/funky/images/ic/forum_delete.png
b/src/www/themes/funky/images/ic/forum_delete.png
new file mode 100644
index 0000000..4334075
Binary files /dev/null and b/src/www/themes/funky/images/ic/forum_delete.png
differ
diff --git a/src/www/themes/funky/images/ic/forum_edit.gif
b/src/www/themes/funky/images/ic/forum_edit.gif
deleted file mode 100644
index ce64913..0000000
Binary files a/src/www/themes/funky/images/ic/forum_edit.gif and /dev/null
differ
diff --git a/src/www/themes/funky/images/ic/forum_edit.png
b/src/www/themes/funky/images/ic/forum_edit.png
new file mode 100644
index 0000000..ec8b001
Binary files /dev/null and b/src/www/themes/funky/images/ic/forum_edit.png
differ
diff --git a/src/www/themes/funky/images/ic/forum_move.gif
b/src/www/themes/funky/images/ic/forum_move.gif
deleted file mode 100644
index ff3553f..0000000
Binary files a/src/www/themes/funky/images/ic/forum_move.gif and /dev/null
differ
diff --git a/src/www/themes/funky/images/ic/forum_move.png
b/src/www/themes/funky/images/ic/forum_move.png
new file mode 100644
index 0000000..7f651f1
Binary files /dev/null and b/src/www/themes/funky/images/ic/forum_move.png
differ
-----------------------------------------------------------------------
Summary of changes:
src/common/forum/ForumAdmin.class.php | 6 +++---
src/common/tracker/include/ArtifactTypeHtml.class.php | 2 +-
src/www/themes/funky-wOw/images/ic/forum_add.gif | Bin 1190 -> 0 bytes
src/www/themes/funky-wOw/images/ic/forum_add.png | Bin 0 -> 1223 bytes
src/www/themes/funky-wOw/images/ic/forum_delete.gif | Bin 279 -> 0 bytes
src/www/themes/funky-wOw/images/ic/forum_delete.png | Bin 0 -> 789 bytes
src/www/themes/funky-wOw/images/ic/forum_edit.gif | Bin 759 -> 0 bytes
src/www/themes/funky-wOw/images/ic/forum_edit.png | Bin 0 -> 760 bytes
src/www/themes/funky-wOw/images/ic/forum_move.gif | Bin 1297 -> 0 bytes
src/www/themes/funky-wOw/images/ic/forum_move.png | Bin 0 -> 655 bytes
src/www/themes/funky/images/ic/forum_add.gif | Bin 1190 -> 0 bytes
src/www/themes/funky/images/ic/forum_add.png | Bin 0 -> 1223 bytes
src/www/themes/funky/images/ic/forum_delete.gif | Bin 279 -> 0 bytes
src/www/themes/funky/images/ic/forum_delete.png | Bin 0 -> 789 bytes
src/www/themes/funky/images/ic/forum_edit.gif | Bin 759 -> 0 bytes
src/www/themes/funky/images/ic/forum_edit.png | Bin 0 -> 760 bytes
src/www/themes/funky/images/ic/forum_move.gif | Bin 1297 -> 0 bytes
src/www/themes/funky/images/ic/forum_move.png | Bin 0 -> 655 bytes
18 files changed, 4 insertions(+), 4 deletions(-)
delete mode 100644 src/www/themes/funky-wOw/images/ic/forum_add.gif
create mode 100644 src/www/themes/funky-wOw/images/ic/forum_add.png
delete mode 100644 src/www/themes/funky-wOw/images/ic/forum_delete.gif
create mode 100644 src/www/themes/funky-wOw/images/ic/forum_delete.png
delete mode 100644 src/www/themes/funky-wOw/images/ic/forum_edit.gif
create mode 100644 src/www/themes/funky-wOw/images/ic/forum_edit.png
delete mode 100644 src/www/themes/funky-wOw/images/ic/forum_move.gif
create mode 100644 src/www/themes/funky-wOw/images/ic/forum_move.png
delete mode 100644 src/www/themes/funky/images/ic/forum_add.gif
create mode 100644 src/www/themes/funky/images/ic/forum_add.png
delete mode 100644 src/www/themes/funky/images/ic/forum_delete.gif
create mode 100644 src/www/themes/funky/images/ic/forum_delete.png
delete mode 100644 src/www/themes/funky/images/ic/forum_edit.gif
create mode 100644 src/www/themes/funky/images/ic/forum_edit.png
delete mode 100644 src/www/themes/funky/images/ic/forum_move.gif
create mode 100644 src/www/themes/funky/images/ic/forum_move.png
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits