[kune-commits] r1838 - in trunk: debian src/main/java/cc/kune/chat/client src/main/java/cc/kune/core/public src/main/java/cc/kune/core/server

Vicente J. Ruiz Jurado vjrj_ at ourproject.org
Wed Apr 11 05:09:22 CEST 2012


Author: vjrj_
Date: 2012-04-11 05:09:21 +0200 (Wed, 11 Apr 2012)
New Revision: 1838

Modified:
   trunk/debian/changelog
   trunk/debian/control
   trunk/src/main/java/cc/kune/chat/client/KuneUnattendedPresenter.java
   trunk/src/main/java/cc/kune/core/public/about.html
   trunk/src/main/java/cc/kune/core/server/UserSessionMonitor.java
Log:
Minor updates

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2012-04-10 21:00:38 UTC (rev 1837)
+++ trunk/debian/changelog	2012-04-11 03:09:21 UTC (rev 1838)
@@ -1,46 +1,47 @@
-kune (0.1.0+b10) oneiric; urgency=low
+kune (0.1.0+b10) unstable; urgency=low
 
-  * #tutorial hash, tutorial close, subviews (in the future for content translations)
+  * #tutorial hash, tutorial close, subviews (in the future for content
+    translations)
 
  -- Vicente J. Ruiz Jurado <vjrj at ourproject.org>  Tue, 10 Apr 2012 21:29:35 +0200
 
-kune (0.1.0+b9) oneiric; urgency=low
+kune (0.1.0+b9) unstable; urgency=low
 
   * Tutorials updated. WaveStatusIndicator fixed.
 
  -- Vicente J. Ruiz Jurado <vjrj at ourproject.org>  Mon, 09 Apr 2012 23:19:19 +0200
 
-kune (0.1.0+b8) oneiric; urgency=low
+kune (0.1.0+b8) unstable; urgency=low
 
   * Perms in Events fixed. Wave updated. Lists deletion by admin.
 
  -- Vicente J. Ruiz Jurado <vjrj at ourproject.org>  Sun, 08 Apr 2012 21:31:33 +0200
 
-kune (0.1.0+b7) oneiric; urgency=low
+kune (0.1.0+b7) unstable; urgency=low
 
   * Improved openfire connection, debian init and wave offline render and cache.
 
  -- Vicente J. Ruiz Jurado <vjrj at ourproject.org>  Mon, 02 Apr 2012 22:51:59 +0200
 
-kune (0.1.0+b6) oneiric; urgency=low
+kune (0.1.0+b6) unstable; urgency=low
 
   * Several bug fixes (trash, access list,...)
 
  -- Vicente J. Ruiz Jurado <vjrj at ourproject.org>  Mon, 02 Apr 2012 06:31:29 +0200
 
-kune (0.1.0+b5) oneiric; urgency=low
+kune (0.1.0+b5) unstable; urgency=low
 
   * Added some new languages and added some profiles to make development faster
 
  -- Vicente J. Ruiz Jurado <vjrj at ourproject.org>  Sun, 01 Apr 2012 15:45:26 +0200
 
-kune (0.1.0+b4) oneiric; urgency=low
+kune (0.1.0+b4) unstable; urgency=low
 
   * Improved trash funcionality, other minor changes
 
  -- Vicente J. Ruiz Jurado <vjrj at ourproject.org>  Sat, 31 Mar 2012 19:42:30 +0200
 
-kune (0.1.0+b3) oneiric; urgency=low
+kune (0.1.0+b3) unstable; urgency=low
 
   * Several changes (cache of SN and events, minor style changes, etc). See ChangeLog
 

Modified: trunk/debian/control
===================================================================
--- trunk/debian/control	2012-04-10 21:00:38 UTC (rev 1837)
+++ trunk/debian/control	2012-04-11 03:09:21 UTC (rev 1838)
@@ -1,7 +1,7 @@
 Source: kune
 Section: java
 Priority: optional
-Build-Depends: debhelper (>= 8.0.0), cdbs, sun-java6-jre | openjdk-6-jdk, maven2, libmaven-assembly-plugin-java, rsync
+Build-Depends: debhelper (>= 8.0.0), cdbs, sun-java6-jre | openjdk-6-jdk, maven2, libmaven-assembly-plugin-java, rsync, quilt
 Homepage: http://kune.ourproject.org
 Maintainer: Vicente J. Ruiz Jurado <vjrj at ourproject.org>
 Standards-Version: 3.9.2

Modified: trunk/src/main/java/cc/kune/chat/client/KuneUnattendedPresenter.java
===================================================================
--- trunk/src/main/java/cc/kune/chat/client/KuneUnattendedPresenter.java	2012-04-10 21:00:38 UTC (rev 1837)
+++ trunk/src/main/java/cc/kune/chat/client/KuneUnattendedPresenter.java	2012-04-11 03:09:21 UTC (rev 1838)
@@ -20,6 +20,7 @@
 package cc.kune.chat.client;
 
 import cc.kune.chat.client.ChatClientDefault.ChatClientAction;
+import cc.kune.common.client.log.Log;
 import cc.kune.core.client.events.SndClickEvent;
 
 import com.calclab.hablar.core.client.mvp.HablarEventBus;
@@ -47,10 +48,11 @@
           active = true;
           SndClickEvent.fire(eventBus);
           action.setBlink(true);
-
+          Log.info("BLINK true");
         } else if (unattendedChatsCount == 0 && active == true) {
           action.setBlink(false);
           active = false;
+          Log.info("BLINK false");
         }
       }
     });

Modified: trunk/src/main/java/cc/kune/core/public/about.html
===================================================================
--- trunk/src/main/java/cc/kune/core/public/about.html	2012-04-10 21:00:38 UTC (rev 1837)
+++ trunk/src/main/java/cc/kune/core/public/about.html	2012-04-11 03:09:21 UTC (rev 1838)
@@ -24,7 +24,7 @@
 </img>
 </a>
 </span>
-<p>Version 0.1.0-SNAPSHOT (r1717+c22)</p>
+<p>Version 0.1.0-SNAPSHOT (r1836+c4)</p>
 <h1><a name="section_1">CREDITS</a></h1>
 
 <h2><a name="section_1_1">Authors</a></h2>
@@ -73,7 +73,7 @@
 
 <p>Copyright
 </p>
-<p>(c) 2007-2011 The kune development team (see CREDITS for details)
+<p>(c) 2007-2012 The kune development team (see CREDITS for details)
 </p>
 <p>This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU Affero General Public License as

Modified: trunk/src/main/java/cc/kune/core/server/UserSessionMonitor.java
===================================================================
--- trunk/src/main/java/cc/kune/core/server/UserSessionMonitor.java	2012-04-10 21:00:38 UTC (rev 1837)
+++ trunk/src/main/java/cc/kune/core/server/UserSessionMonitor.java	2012-04-11 03:09:21 UTC (rev 1838)
@@ -35,15 +35,15 @@
   @Override
   public void sessionCreated(final HttpSessionEvent event) {
     LOG.debug(String.format("Session created (with max inactive: %d)",
-        event.getSession().getMaxInactiveInterval()), new Throwable());
+        event.getSession().getMaxInactiveInterval())); // , new Throwable());
     // event.getSession().getServletContext().getContextPath(),
   }
 
   @Override
   public void sessionDestroyed(final HttpSessionEvent event) {
     LOG.debug(String.format("Session destroyed (with max inactive: %d)",
-        event.getSession().getMaxInactiveInterval()), new Throwable());
-    // event.getSession().getServletContext().getContextPath(),
+        event.getSession().getMaxInactiveInterval())); // , new Throwable());
+
   }
 
 }




More information about the kune-commits mailing list