]> source.dussan.org Git - archiva.git/commitdiff
display search or checkUrl param even if user not logged in
authorOlivier Lamy <olamy@apache.org>
Mon, 5 Mar 2012 08:44:37 +0000 (08:44 +0000)
committerOlivier Lamy <olamy@apache.org>
Mon, 5 Mar 2012 08:44:37 +0000 (08:44 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1296963 13f79535-47bb-0310-9956-ffa450edef68

archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/archiva/main.js
archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/archiva/search.js

index f3cc2049600021c9893906cb6f28d9565b502de4..6dbf053461952640c1339267e0f602043f8b1070 100644 (file)
@@ -75,6 +75,8 @@ $(function() {
     if (browse){
       displayBrowseGroupId(browse);
       return;
+    }else{
+      $.log("no browse");
     }
 
     var screen = $.urlParam('screen');
@@ -93,6 +95,7 @@ $(function() {
 
   decorateMenuWithKarma=function(user) {
     var username = user.username;
+    $.log("decorateMenuWithKarma");
     // we can receive an observable user so take if it's a function or not
     if ($.isFunction(username)){
       username = user.username();
@@ -154,6 +157,7 @@ $(function() {
       $("#login-link").show();
       $("#register-link").show();
       $("#change-password-link").hide();
+      checkUrlParams();
     } else {
       $("#change-password-link").show();
       $("#logout-link").show();
index bb78f29312f0788eb0529eec4f61f592701b0c55..130b05ffb04c045d2c28f85673c705b4cde18fe5 100644 (file)
@@ -283,6 +283,7 @@ $(function() {
    */
   displayBrowseGroupId=function(groupId){
     clearUserMessages();
+    $.log("displayBrowseGroupId:"+groupId);
     var mainContent = $("#main-content");
     mainContent.html($("#browse-tmpl" ).tmpl());
     mainContent.find("#browse_result").html(mediumSpinnerImg());