From: Kostas Papadimitriou Date: Wed, 20 Jun 2012 11:05:09 +0000 (+0300) Subject: Merge branch 'master' into packaging X-Git-Tag: v0.9.1^0 X-Git-Url: https://code.grnet.gr/git/pithos-web-client/commitdiff_plain/refs/tags/v0.9.1?hp=-c Merge branch 'master' into packaging Conflicts: runtime.properties --- 00490ac974a9a34126b4244a24cb301b9ba23776 diff --combined runtime.properties index 35516dd,d656cac..9379e42 --- a/runtime.properties +++ b/runtime.properties @@@ -1,3 -1,9 +1,9 @@@ - loginUrl = {{ settings.LOGIN_URL }} - authCookie = {{ settings.AUTH_COOKIE_NAME }} - feedbackUrl = {{ settings.FEEDBACK_URL }} + #!!!!!ATTENTION!!!!! loginUrl MUST end at "next=". You should not give the value of the next parameter. It will be determined automatically -loginUrl=/im/login?next= -CLOUDBAR_ACTIVE_SERVICE = pithos -CLOUDBAR_LOCATION = /static/im/cloudbar/ -CLOUDBAR_SERVICES = /im/get_services -CLOUDBAR_MENU = /im/get_menu -authCookie=_pithos2_a -feedbackUrl=/feedback ++loginUrl={{ settings.LOGIN_URL }} ++CLOUDBAR_ACTIVE_SERVICE = {{ settings.CLOUDBAR_ACTIVE }} ++CLOUDBAR_LOCATION = {{ settings.CLOUDBAR_LOCATION }} ++CLOUDBAR_SERVICES = {{ settings.CLOUDBAR_SERVICES_URL }} ++CLOUDBAR_MENU = {{ settings.CLOUDBAR_MENU_URL }} ++authCookie={{ settings.AUTH_COOKIE_NAME }} ++feedbackUrl={{ settings.FEEDBACK_URL }} + version=0.9.0 diff --combined src/gr/grnet/pithos/web/public/index.html index 2a43d56,c8d4f22..8a9dd6b --- a/src/gr/grnet/pithos/web/public/index.html +++ b/src/gr/grnet/pithos/web/public/index.html @@@ -53,15 -53,23 +53,16 @@@ - - - + + {{ CLOUDBAR_CODE }} + +