[kune-commits] r1276 - in trunk: . src/main/java/cc/kune src/main/java/cc/kune/core/public

Vicente J. Ruiz Jurado vjrj_ at ourproject.org
Tue Mar 15 01:32:18 CET 2011


Author: vjrj_
Date: 2011-03-15 01:32:17 +0100 (Tue, 15 Mar 2011)
New Revision: 1276

Modified:
   trunk/BUGS
   trunk/CREDITS
   trunk/README_FIRST
   trunk/TODO
   trunk/TROUBLESHOOT
   trunk/src/main/java/cc/kune/Kune.gwt.xml
   trunk/src/main/java/cc/kune/core/public/about.html
Log:
Few permutations and more doc

Modified: trunk/BUGS
===================================================================
--- trunk/BUGS	2011-03-14 00:41:40 UTC (rev 1275)
+++ trunk/BUGS	2011-03-15 00:32:17 UTC (rev 1276)
@@ -2,7 +2,6 @@
 --------------------------------------------------------------------------------
 
 For reports please use:
-  http://ourproject.org/tracker/?group_id=407
-  http://ourproject.org/tracker/?atid=139&group_id=407&func=browse
+  http://kune.ourproject.org/issues/  
 
-	Direct link to add a issue: http://ourproject.org/tracker/?func=add&group_id=407&atid=139
+	Direct link to add a issue: http://kune.ourproject.org/issues/newticket  

Modified: trunk/CREDITS
===================================================================
--- trunk/CREDITS	2011-03-14 00:41:40 UTC (rev 1275)
+++ trunk/CREDITS	2011-03-15 00:32:17 UTC (rev 1276)
@@ -16,9 +16,9 @@
   http://ourproject.org/forum/forum.php?thread_id=500&forum_id=469
 * Antonio Martins, Jéferson Assumção, Moacir Gadotti and the Instituto Paulo 
 Freire staff.
-* Daniel Jiménez for the initial help and coordination
+* Javier Picado Ladrón de Guevara and the <URL:http://iepala.es> staff for their support and infraestructure
 * Javier de la Cueva and Leovigildo García-Bobadilla for the legal support
-* The <URL:http://iepala.es> staff for their support and infraestructure
 * Jonathan Araña Cruz, Roxu and all the <URL:http://xsto.info> staff for help with the infraestructure
+* Daniel Jiménez for the initial help and coordination
 * Johnattan Rupire and William Austen Bradbury for web contributions and translations.
-* and <URL:http://ourproject.org> and again <URL:http://xsto.info> for sharing with us their resources
+* and <URL:http://ourproject.org> and again <URL:http://xsto.info> and <URL:http://iepala.es> for sharing with us their resources

Modified: trunk/README_FIRST
===================================================================
--- trunk/README_FIRST	2011-03-14 00:41:40 UTC (rev 1275)
+++ trunk/README_FIRST	2011-03-15 00:32:17 UTC (rev 1276)
@@ -1,2 +1,2 @@
 WARNING
-Please note that we are doing a big refactorization of Kune to addapt it to Wave. Also we are starting to use other libraries (for instance gin for IoC instead of our old Suco library). Then don't expect to much of /trunk/ because of that (for our old more stable code see tag 0.0.6-pre-wiab). 
+Please note that we are doing a big refactorization of Kune to adapt it to Wave. Also we are starting to use other libraries (for instance gin for IoC instead of our old Suco library). Then don't expect to much of /trunk/ because of that (for our old more stable code see tag 0.0.6-pre-wiab). 

Modified: trunk/TODO
===================================================================
--- trunk/TODO	2011-03-14 00:41:40 UTC (rev 1275)
+++ trunk/TODO	2011-03-15 00:32:17 UTC (rev 1276)
@@ -11,6 +11,20 @@
    Use org-mode in emacs to easy manage this file
 
 * SHORT-TERM (URGENT)
+** TODO WIAB History integration
+HistorySupport.java
+WaverefEncoder.java
+  /**
+   * Takes a path segment which includes the domain and wave ID,and optionally
+   * the wavelet domain + ID and the blip ID, and converts it to a waveref
+   * object. Further tokens after 5 are silently ignored. Examples of valid URI
+   * path segments are: example.com/w+abcd example.com/w+abcd/~/conv+root
+   * example.com/w+abcd/~/conv+root/b+45kg
+   *
+   * @param path The path containing the domain and wave ID.
+   * @return The corresponding WaveRef object, or null if the path was invalid.
+   * @throws InvalidWaveRefException If the path contains less than 2 tokens or 3 tokens.
+   */
 ** TODO Server side extensions configuration menu
 A way to specify the default extensions in a client of a wave server.
 ** TODO style injection: 

Modified: trunk/TROUBLESHOOT
===================================================================
--- trunk/TROUBLESHOOT	2011-03-14 00:41:40 UTC (rev 1275)
+++ trunk/TROUBLESHOOT	2011-03-15 00:32:17 UTC (rev 1276)
@@ -85,6 +85,11 @@
  Error: Problem with Eclipse plugin and UiBinder "Field xxx has no corresponding field in template file yyy.ui.xml"
 https://code.google.com/p/google-web-toolkit/issues/detail?id=4353
 
+== Too many GWT permutations? ==
+
+Compile in PRETTY mode and edit target/kune-VERSION/ws/ws.nocache.js and look for 'unflattenKeylistIntoAnswers' to see a permutation list. See:
+https://groups.google.com/group/google-web-toolkit/browse_thread/thread/ec7737c291ce4572/142590b8985b1b20?lnk=gst&q=user-agent+permutations#142590b8985b1b20
+
 === Outbound variable M2_REPO ===
 
 Set M2_REPO to eclipse in Preferences > Java > Build Path > Classpath Variable (normally to /home/youruser/.m2/repository/)

Modified: trunk/src/main/java/cc/kune/Kune.gwt.xml
===================================================================
--- trunk/src/main/java/cc/kune/Kune.gwt.xml	2011-03-14 00:41:40 UTC (rev 1275)
+++ trunk/src/main/java/cc/kune/Kune.gwt.xml	2011-03-15 00:32:17 UTC (rev 1276)
@@ -39,10 +39,17 @@
     is-multi-valued="false" />
   <set-configuration-property name="gin.ginjector"
     value="cc.kune.client.KuneGinjector" />
-  <!-- Debugging =============================================== -->
+  <!-- Debugging ================================================ -->
   <!-- for add ensureDebugIds (debugId in UIBinder), remove/comment in production
     see UIObject.ensureDebugId()) -->
   <inherits name="com.google.gwt.user.Debug" />
+  <!-- Hardcoded locale (to override emite italian support) ===== -->
+  <extend-property name="locale" values="en" />
+  <set-property name="locale" value="en"/>
+  <!-- Hardcoded log level ====================================== -->
+  <!-- Turn off logging in wave -->
+  <set-property name="loglevel" value="none" />
+  <!-- <set-property name="loglevel" value="debug" />-->
   <!-- Entrypoint =============================================== -->
   <entry-point class="cc.kune.client.KuneEntryPoint" />
   <!-- <entry-point class="cc.kune.common.client.SampleEntryPoint" /> -->

Modified: trunk/src/main/java/cc/kune/core/public/about.html
===================================================================
--- trunk/src/main/java/cc/kune/core/public/about.html	2011-03-14 00:41:40 UTC (rev 1275)
+++ trunk/src/main/java/cc/kune/core/public/about.html	2011-03-15 00:32:17 UTC (rev 1276)
@@ -13,7 +13,7 @@
 </img>
 </a>
 </span>
-<p>Version 0.0.7 (r1244+c1)</p>
+<p>Version 0.0.7 (r1274+c5)</p>
 <h1><a name="section_1">CREDITS</a></h1>
 
 <h2><a name="section_1_1">Authors</a></h2>
@@ -30,12 +30,12 @@
   <a href="http://ourproject.org/forum/forum.php?thread_id=500&amp;forum_id=469">http://ourproject.org/forum/forum.php?thread_id=500&amp;forum_id=469</a>
   </li><li>Antonio Martins, Jéferson Assumção, Moacir Gadotti and the Instituto Paulo 
 Freire staff.
-  </li><li>Daniel Jiménez for the initial help and coordination
+  </li><li>Javier Picado Ladrón de Guevara and the <a href="http://iepala.es">http://iepala.es</a> staff for their support and infraestructure
   </li><li>Javier de la Cueva and Leovigildo García-Bobadilla for the legal support
-  </li><li>The <a href="http://iepala.es">http://iepala.es</a> staff for their support and infraestructure
   </li><li>Jonathan Araña Cruz, Roxu and all the <a href="http://xsto.info">http://xsto.info</a> staff for help with the infraestructure
+  </li><li>Daniel Jiménez for the initial help and coordination
   </li><li>Johnattan Rupire and William Austen Bradbury for web contributions and translations.
-  </li><li>and <a href="http://ourproject.org">http://ourproject.org</a> and again <a href="http://xsto.info">http://xsto.info</a> for sharing with us their resources
+  </li><li>and <a href="http://ourproject.org">http://ourproject.org</a> and again <a href="http://xsto.info">http://xsto.info</a> and <a href="http://iepala.es">http://iepala.es</a> for sharing with us their resources
 </li></ul>
 <h1><a name="section_2">LICENSES</a></h1>
 




More information about the kune-commits mailing list