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  6ee3f831a81335c212c373cc2a73d88a46c101ad (commit)
       via  fe627f388d4f59381a85e9e06ea28c64aa1caf6f (commit)
      from  acfd0ee0c3cc943c44ec874f4cdbe5ca929dab80 (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=6ee3f831a81335c212c373cc2a73d88a46c101ad

commit 6ee3f831a81335c212c373cc2a73d88a46c101ad
Author: Franck Villaume <[email protected]>
Date:   Sun Mar 26 19:16:05 2017 +0200

    space

diff --git a/src/common/tracker/EffortUnitSet.class.php 
b/src/common/tracker/EffortUnitSet.class.php
index b85bbb0..50c268f 100644
--- a/src/common/tracker/EffortUnitSet.class.php
+++ b/src/common/tracker/EffortUnitSet.class.php
@@ -392,7 +392,7 @@ class EffortUnitSet extends FFError {
         * @return      boolean true/false.
         */
        function isAutoconvert(){
-               return ($this->data_array['is_autoconvert']?true:false);
+               return ($this->data_array['is_autoconvert']? true : false);
        }
 
        /**

https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=fe627f388d4f59381a85e9e06ea28c64aa1caf6f

commit fe627f388d4f59381a85e9e06ea28c64aa1caf6f
Author: Franck Villaume <[email protected]>
Date:   Sun Mar 26 19:15:52 2017 +0200

    fix theme

diff --git a/src/common/include/user_profile.php 
b/src/common/include/user_profile.php
index c89aabb..7e1885d 100644
--- a/src/common/include/user_profile.php
+++ b/src/common/include/user_profile.php
@@ -43,7 +43,7 @@ function user_personal_information($user, $compact = false, 
$title = false) {
        if ($params['content']) {
                $user_logo = $params['content'];
        }
-       $html = $HTML->listTableTop();
+       $html = $HTML->listTableTop(array(), array(), 'full');
        if($compact) {
 
                if($title) {
diff --git a/src/plugins/compactpreview/www/css/oslcTooltipStyle.css 
b/src/plugins/compactpreview/www/css/oslcTooltipStyle.css
index 170a9a6..b53f7ad 100644
--- a/src/plugins/compactpreview/www/css/oslcTooltipStyle.css
+++ b/src/plugins/compactpreview/www/css/oslcTooltipStyle.css
@@ -1,7 +1,25 @@
-/* Support for OSLC compact preview */
+/*
+ * Support for OSLC compact preview
+ *
+ * http://fusionforge.org/
+ *
+ * This file is part of FusionForge. FusionForge is free software;
+ * you can redistribute it and/or modify it under the terms of the
+ * GNU General Public License as published by the Free Software
+ * Foundation; either version 2 of the Licence, or (at your option)
+ * any later version.
+ *
+ * FusionForge is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with FusionForge; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ */
 
-#resourcePopupContainer
-{
+#resourcePopupContainer {
        position:absolute;
        left:0;
        top:0;
@@ -10,6 +28,7 @@
 }
 
 .resourcePopupPopup {
+       border-collapse: collapse;
 }
 
 .resourcePopupResult {
@@ -27,9 +46,9 @@
        margin-right: 15px;
 }
 
-.resourcePopupPopup .corner{
+.resourcePopupPopup .corner {
        width: 19px;
-       height: 15px;
+       height: 14px;
 }
 
 .resourcePopupPopup .topLeft {

-----------------------------------------------------------------------

Summary of changes:
 src/common/include/user_profile.php                |  2 +-
 src/common/tracker/EffortUnitSet.class.php         |  2 +-
 .../compactpreview/www/css/oslcTooltipStyle.css    | 29 ++++++++++++++++++----
 3 files changed, 26 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to