Author:   Lars Michelsen <[email protected]>
Date:     Mon Sep 24 12:33:53 2012 +0200
Committer:   Lars Michelsen <[email protected]>
Commit-Date: Mon Sep 24 12:33:53 2012 +0200

Core:
  * Multisite auth module: Removed deprecated permission

Frontend:
  * Bugfix: Fixed broken rotation links on overview page

---

 ChangeLog                                          |    7 +++++++
 .../core/classes/CoreAuthorisationModMultisite.php |    1 -
 share/userfiles/templates/default.header.html      |    2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 43d3fef..fca0f8f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+1.7.2
+Core:
+  * Multisite auth module: Removed deprecated permission
+
+Frontend:
+  * Bugfix: Fixed broken rotation links on overview page
+
 1.7.1
 Core
   * Added new object type "container" to render a textbox like object which
diff --git a/share/server/core/classes/CoreAuthorisationModMultisite.php 
b/share/server/core/classes/CoreAuthorisationModMultisite.php
index b16afff..43d6370 100644
--- a/share/server/core/classes/CoreAuthorisationModMultisite.php
+++ b/share/server/core/classes/CoreAuthorisationModMultisite.php
@@ -51,7 +51,6 @@ class CoreAuthorisationModMultisite extends 
CoreAuthorisationModule {
             array('Overview',  'view',               '*'),
             array('General',   'getContextTemplate', '*'),
             array('General',   'getHoverTemplate',   '*'),
-            array('General',   'getCfgFileAges',     '*'),
             array('User',      'setOption',          '*'),
             array('Multisite', 'getMaps',            '*'),
         );
diff --git a/share/userfiles/templates/default.header.html 
b/share/userfiles/templates/default.header.html
index 371fc47..09d925b 100644
--- a/share/userfiles/templates/default.header.html
+++ b/share/userfiles/templates/default.header.html
@@ -160,7 +160,7 @@
     <li class="closed spacertop"><a class="title" href="#" 
onclick="sidebarToggleSubtree(this)">{$langRotations}</a>
         <ul style="display:none;">
         {foreach $rotations rotation}
-            <li class=lvl1><a 
href="{$pathBase}/frontend/nagvis-js/index.phpi?mod=Rotation&act=view&show={$rotation}">{$rotation}</a></li>
+            <li class=lvl1><a 
href="{$pathBase}/frontend/nagvis-js/index.php?mod=Rotation&act=view&show={$rotation}">{$rotation}</a></li>
         {/foreach}
         </ul>
     </li>


------------------------------------------------------------------------------
Got visibility?
Most devs has no idea what their production app looks like.
Find out how fast your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219671;13503038;y?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
Nagvis-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nagvis-checkins

Reply via email to