My favorites | Sign in
Project Home Downloads Issues Source
Details: Show all Hide all

Last 7 days

  • Feb 17, 2012
    r1741 (repackage com.google.gdata.util.common.util.Base64* classes ...) committed by takao.nakaguchi   -   repackage com.google.gdata.util.common.util.Base64* classes into org.slim3.repackaged.*
    repackage com.google.gdata.util.common.util.Base64* classes into org.slim3.repackaged.*

Last 30 days

  • Feb 15, 2012
    r1740 (repackage org.json.* classes into org.slim3.repackaged.*) committed by takao.nakaguchi   -   repackage org.json.* classes into org.slim3.repackaged.*
    repackage org.json.* classes into org.slim3.repackaged.*
  • Feb 13, 2012
    issue 107 (Getting a scary warning:) commented on by higaya...@gmail.com   -   I will fix this problem rightly.
    I will fix this problem rightly.
  • Feb 12, 2012
    issue 107 (Getting a scary warning:) commented on by carlos.v...@gmail.com   -   The warning report is gone, the situation remains. That warning is there for a reason: do not use the repackaged imports in your code, as they are not part of the official API and may not be supported in the future. I don't mind the warning, I mind the implications of the warning.
    The warning report is gone, the situation remains. That warning is there for a reason: do not use the repackaged imports in your code, as they are not part of the official API and may not be supported in the future. I don't mind the warning, I mind the implications of the warning.
  • Feb 11, 2012
    issue 107 (Getting a scary warning:) commented on by higaya...@gmail.com   -   Please confirm Eclipse menu Preferences -> Google -> Errors/Warnings -> AppEngine -> Repackaged imports are not allowed. Set the value from Error to Ignore. The errors have gone.
    Please confirm Eclipse menu Preferences -> Google -> Errors/Warnings -> AppEngine -> Repackaged imports are not allowed. Set the value from Error to Ignore. The errors have gone.
  • Feb 05, 2012
    issue 107 (Getting a scary warning:) Labels changed by higaya...@gmail.com   -   I am using Google Plugin for Eclipse 3.6 v2.5.0. The reason may be Eclipse version(3.6 or 3.7). I will investigate it.
    Labels: Version-1.0.16 Version
    I am using Google Plugin for Eclipse 3.6 v2.5.0. The reason may be Eclipse version(3.6 or 3.7). I will investigate it.
    Labels: Version-1.0.16 Version
  • Feb 03, 2012
    issue 107 (Getting a scary warning:) commented on by carlos.v...@gmail.com   -   My environment: Windows XP 4 GB Eclipse Helios Running Google Apps Plugin 3.7 Google Apps Version 1.6.1 Slim3 1.0.15 When running my application this is the console log. No operations have been done, just display the initial JSP Feb 3, 2012 12:51:57 PM com.google.appengine.tools.info.RemoteVersionFactory getVersion Feb 3, 2012 12:51:58 PM com.google.apphosting.utils.jetty.JettyLogger info INFO: Logging to JettyLogger(null) via com.google.apphosting.utils.jetty.JettyLogger Feb 3, 2012 12:51:58 PM com.google.apphosting.utils.config.AppEngineWebXmlReader readAppEngineWebXml INFO: Successfully processed C:\applications\cxtrends\visual\war\WEB-INF/appengine-web.xml Feb 3, 2012 12:51:58 PM com.google.apphosting.utils.config.AbstractConfigXmlReader readConfigXml INFO: Successfully processed C:\applications\cxtrends\visual\war\WEB-INF/web.xml Feb 3, 2012 8:51:58 PM com.google.apphosting.utils.jetty.JettyLogger info INFO: jetty-6.1.x Slim3 HOT reloading:true Feb 3, 2012 8:51:59 PM com.google.apphosting.utils.jetty.JettyLogger info INFO: Started SelectChannelConnector@127.0.0.1:8888 Feb 3, 2012 8:51:59 PM com.google.appengine.tools.development.DevAppServerImpl start INFO: The server is running at http://localhost:8888/ Feb 3, 2012 8:51:59 PM com.google.appengine.tools.development.DevAppServerImpl start INFO: The admin console is running at http://localhost:8888/_ah/admin Feb 3, 2012 8:52:17 PM com.google.appengine.tools.development.agent.impl.ObjectAccessVisitor$MethodTranslator maybeReject WARNING: Class org.slim3.datastore.json.JsonObjectReader loaded from file:/C:/applications/cxtrends/visual/war/WEB-INF/lib/slim3-1.0.13.jar has a dependency on class com.google.appengine.repackaged.org.json.JSONObject, which is not part of App Engine's supported API. You are strongly discouraged from using this class - your app may stop working in production at any moment. Feb 3, 2012 8:52:17 PM com.google.appengine.tools.development.agent.impl.ObjectAccessVisitor$MethodTranslator maybeReject WARNING: Class org.slim3.datastore.json.JsonObjectReader loaded from file:/C:/applications/cxtrends/visual/war/WEB-INF/lib/slim3-1.0.13.jar has a dependency on class com.google.appengine.repackaged.org.json.JSONObject, which is not part of App Engine's supported API. You are strongly discouraged from using this class - your app may stop working in production at any moment. Feb 3, 2012 8:52:17 PM com.google.appengine.tools.development.agent.impl.ObjectAccessVisitor$MethodTranslator maybeReject WARNING: Class org.slim3.datastore.json.JsonObjectReader loaded from file:/C:/applications/cxtrends/visual/war/WEB-INF/lib/slim3-1.0.13.jar has a dependency on class com.google.appengine.repackaged.org.json.JSONObject, which is not part of App Engine's supported API. You are strongly discouraged from using this class - your app may stop working in production at any moment. Feb 3, 2012 8:52:18 PM com.google.appengine.tools.development.agent.impl.ObjectAccessVisitor$MethodTranslator maybeReject WARNING: Class org.slim3.datastore.AbstractQuery loaded from file:/C:/applications/cxtrends/visual/war/WEB-INF/lib/slim3-1.0.13.jar has a dependency on class com.google.appengine.repackaged.com.google.common.util.Base64, which is not part of App Engine's supported API. You are strongly discouraged from using this class - your app may stop working in production at any moment. Feb 3, 2012 8:52:18 PM com.google.appengine.tools.development.agent.impl.ObjectAccessVisitor$MethodTranslator maybeReject WARNING: Class org.slim3.datastore.AbstractQuery loaded from file:/C:/applications/cxtrends/visual/war/WEB-INF/lib/slim3-1.0.13.jar has a dependency on class com.google.appengine.repackaged.com.google.common.util.Base64, which is not part of App Engine's supported API. You are strongly discouraged from using this class - your app may stop working in production at any moment. Feb 3, 2012 8:52:18 PM com.google.appengine.tools.development.agent.impl.ObjectAccessVisitor$MethodTranslator maybeReject WARNING: Class org.slim3.datastore.AbstractQuery loaded from file:/C:/applications/cxtrends/visual/war/WEB-INF/lib/slim3-1.0.13.jar has a dependency on class com.google.appengine.repackaged.com.google.common.util.Base64, which is not part of App Engine's supported API. You are strongly discouraged from using this class - your app may stop working in production at any moment. Feb 3, 2012 8:52:18 PM com.google.appengine.tools.development.agent.impl.ObjectAccessVisitor$MethodTranslator maybeReject WARNING: Class org.slim3.datastore.AbstractQuery loaded from file:/C:/applications/cxtrends/visual/war/WEB-INF/lib/slim3-1.0.13.jar has a dependency on class com.google.appengine.repackaged.com.google.common.util.Base64, which is not part of App Engine's supported API. You are strongly discouraged from using this class - your app may stop working in production at any moment. Feb 3, 2012 8:52:18 PM com.google.appengine.api.datastore.dev.LocalDatastoreService init INFO: Local Datastore initialized: Type: High Replication Storage: C:\applications\cxtrends\visual\war\WEB-INF\appengine-generated\local_db.bin Feb 3, 2012 8:52:20 PM com.google.appengine.api.datastore.dev.LocalDatastoreService load INFO: Time to load datastore: 2462 ms I am getting exactly the same results in another environment with Windows 7/64 bits. This is very serious and may prompt us to remove Slim3 from our development tools.
    My environment: Windows XP 4 GB Eclipse Helios Running Google Apps Plugin 3.7 Google Apps Version 1.6.1 Slim3 1.0.15 When running my application this is the console log. No operations have been done, just display the initial JSP Feb 3, 2012 12:51:57 PM com.google.appengine.tools.info.RemoteVersionFactory getVersion Feb 3, 2012 12:51:58 PM com.google.apphosting.utils.jetty.JettyLogger info INFO: Logging to JettyLogger(null) via com.google.apphosting.utils.jetty.JettyLogger Feb 3, 2012 12:51:58 PM com.google.apphosting.utils.config.AppEngineWebXmlReader readAppEngineWebXml INFO: Successfully processed C:\applications\cxtrends\visual\war\WEB-INF/appengine-web.xml Feb 3, 2012 12:51:58 PM com.google.apphosting.utils.config.AbstractConfigXmlReader readConfigXml INFO: Successfully processed C:\applications\cxtrends\visual\war\WEB-INF/web.xml Feb 3, 2012 8:51:58 PM com.google.apphosting.utils.jetty.JettyLogger info INFO: jetty-6.1.x Slim3 HOT reloading:true Feb 3, 2012 8:51:59 PM com.google.apphosting.utils.jetty.JettyLogger info INFO: Started SelectChannelConnector@127.0.0.1:8888 Feb 3, 2012 8:51:59 PM com.google.appengine.tools.development.DevAppServerImpl start INFO: The server is running at http://localhost:8888/ Feb 3, 2012 8:51:59 PM com.google.appengine.tools.development.DevAppServerImpl start INFO: The admin console is running at http://localhost:8888/_ah/admin Feb 3, 2012 8:52:17 PM com.google.appengine.tools.development.agent.impl.ObjectAccessVisitor$MethodTranslator maybeReject WARNING: Class org.slim3.datastore.json.JsonObjectReader loaded from file:/C:/applications/cxtrends/visual/war/WEB-INF/lib/slim3-1.0.13.jar has a dependency on class com.google.appengine.repackaged.org.json.JSONObject, which is not part of App Engine's supported API. You are strongly discouraged from using this class - your app may stop working in production at any moment. Feb 3, 2012 8:52:17 PM com.google.appengine.tools.development.agent.impl.ObjectAccessVisitor$MethodTranslator maybeReject WARNING: Class org.slim3.datastore.json.JsonObjectReader loaded from file:/C:/applications/cxtrends/visual/war/WEB-INF/lib/slim3-1.0.13.jar has a dependency on class com.google.appengine.repackaged.org.json.JSONObject, which is not part of App Engine's supported API. You are strongly discouraged from using this class - your app may stop working in production at any moment. Feb 3, 2012 8:52:17 PM com.google.appengine.tools.development.agent.impl.ObjectAccessVisitor$MethodTranslator maybeReject WARNING: Class org.slim3.datastore.json.JsonObjectReader loaded from file:/C:/applications/cxtrends/visual/war/WEB-INF/lib/slim3-1.0.13.jar has a dependency on class com.google.appengine.repackaged.org.json.JSONObject, which is not part of App Engine's supported API. You are strongly discouraged from using this class - your app may stop working in production at any moment. Feb 3, 2012 8:52:18 PM com.google.appengine.tools.development.agent.impl.ObjectAccessVisitor$MethodTranslator maybeReject WARNING: Class org.slim3.datastore.AbstractQuery loaded from file:/C:/applications/cxtrends/visual/war/WEB-INF/lib/slim3-1.0.13.jar has a dependency on class com.google.appengine.repackaged.com.google.common.util.Base64, which is not part of App Engine's supported API. You are strongly discouraged from using this class - your app may stop working in production at any moment. Feb 3, 2012 8:52:18 PM com.google.appengine.tools.development.agent.impl.ObjectAccessVisitor$MethodTranslator maybeReject WARNING: Class org.slim3.datastore.AbstractQuery loaded from file:/C:/applications/cxtrends/visual/war/WEB-INF/lib/slim3-1.0.13.jar has a dependency on class com.google.appengine.repackaged.com.google.common.util.Base64, which is not part of App Engine's supported API. You are strongly discouraged from using this class - your app may stop working in production at any moment. Feb 3, 2012 8:52:18 PM com.google.appengine.tools.development.agent.impl.ObjectAccessVisitor$MethodTranslator maybeReject WARNING: Class org.slim3.datastore.AbstractQuery loaded from file:/C:/applications/cxtrends/visual/war/WEB-INF/lib/slim3-1.0.13.jar has a dependency on class com.google.appengine.repackaged.com.google.common.util.Base64, which is not part of App Engine's supported API. You are strongly discouraged from using this class - your app may stop working in production at any moment. Feb 3, 2012 8:52:18 PM com.google.appengine.tools.development.agent.impl.ObjectAccessVisitor$MethodTranslator maybeReject WARNING: Class org.slim3.datastore.AbstractQuery loaded from file:/C:/applications/cxtrends/visual/war/WEB-INF/lib/slim3-1.0.13.jar has a dependency on class com.google.appengine.repackaged.com.google.common.util.Base64, which is not part of App Engine's supported API. You are strongly discouraged from using this class - your app may stop working in production at any moment. Feb 3, 2012 8:52:18 PM com.google.appengine.api.datastore.dev.LocalDatastoreService init INFO: Local Datastore initialized: Type: High Replication Storage: C:\applications\cxtrends\visual\war\WEB-INF\appengine-generated\local_db.bin Feb 3, 2012 8:52:20 PM com.google.appengine.api.datastore.dev.LocalDatastoreService load INFO: Time to load datastore: 2462 ms I am getting exactly the same results in another environment with Windows 7/64 bits. This is very serious and may prompt us to remove Slim3 from our development tools.
  • Jan 30, 2012
    r1739 (released archetype plugins contain a task "gen-model-with-da...) committed by shin1og...@gmail.com   -   released archetype plugins contain a task "gen-model-with-dao"
    released archetype plugins contain a task "gen-model-with-dao"
  • Jan 30, 2012
    r1738 (add task "gen-model-with-dao") committed by sue445...@gmail.com   -   add task "gen-model-with-dao"
    add task "gen-model-with-dao"
  • Jan 29, 2012
    issue 107 (Getting a scary warning:) commented on by higaya...@gmail.com   -   I am using AppEngineSDK Eclipse Plugin 1.6.1 and I get no warning.
    I am using AppEngineSDK Eclipse Plugin 1.6.1 and I get no warning.
  • Jan 27, 2012
    issue 107 (Getting a scary warning:) commented on by carlos.v...@gmail.com   -   It happens to me. I am getting several messages: WARNING: Class org.slim3.datastore.AbstractQuery loaded from file:/C:/unitprice/app/war/WEB-INF/lib/slim3-1.0.15.jar has a dependency on class com.google.appengine.repackaged.com.google.common.util.Base64, which is not part of App Engine's supported API. You are strongly discouraged from using this class - your app may stop working in production at any moment. WARNING: Class org.slim3.datastore.json.JsonWriter loaded from file:/C:/unitprice/app/war/WEB-INF/lib/slim3-1.0.15.jar has a dependency on class com.google.appengine.repackaged.org.json.JSONObject, which is not part of App Engine's supported API. You are strongly discouraged from using this class - your app may stop working in production at any moment. This only happens from App Engine version 1.6.1. Seems that Google is discouraging applications to use the repackaged jars. Should use your own jars if required. When do you plan to fix this?
    It happens to me. I am getting several messages: WARNING: Class org.slim3.datastore.AbstractQuery loaded from file:/C:/unitprice/app/war/WEB-INF/lib/slim3-1.0.15.jar has a dependency on class com.google.appengine.repackaged.com.google.common.util.Base64, which is not part of App Engine's supported API. You are strongly discouraged from using this class - your app may stop working in production at any moment. WARNING: Class org.slim3.datastore.json.JsonWriter loaded from file:/C:/unitprice/app/war/WEB-INF/lib/slim3-1.0.15.jar has a dependency on class com.google.appengine.repackaged.org.json.JSONObject, which is not part of App Engine's supported API. You are strongly discouraged from using this class - your app may stop working in production at any moment. This only happens from App Engine version 1.6.1. Seems that Google is discouraging applications to use the repackaged jars. Should use your own jars if required. When do you plan to fix this?

Earlier this year

  • Jan 20, 2012
    issue 110 (Documentation menu for subpages) reported by quu...@gmail.com   -   What steps will reproduce the problem? 1.http://sites.google.com/site/slim3appengine/slim3-datastore/keys-and-entity-groups/entity-groups-ancestors-and-paths What is the expected output? What do you see instead? I would expect to expand the menu on the left to the sub-page What version of the product are you using? On what operating system? Menu doesnt show the location of the current site. Please provide any additional information below.
    What steps will reproduce the problem? 1.http://sites.google.com/site/slim3appengine/slim3-datastore/keys-and-entity-groups/entity-groups-ancestors-and-paths What is the expected output? What do you see instead? I would expect to expand the menu on the left to the sub-page What version of the product are you using? On what operating system? Menu doesnt show the location of the current site. Please provide any additional information below.
  • Jan 17, 2012
    issue 109 (Support the output order of items in the modelToJson method) Labels changed by higaya...@gmail.com   -  
    Labels: Version-1.0.16 Version
    Labels: Version-1.0.16 Version
  • Jan 16, 2012
    r1737 (#109 Support the output order of items in the modelToJson me...) committed by oyama1...@gmail.com   -   #109 Support the output order of items in the modelToJson method
    #109 Support the output order of items in the modelToJson method
  • Jan 16, 2012
    issue 109 (Support the output order of items in the modelToJson method) Status changed by oyama1...@gmail.com   -  
    Status: Fixed
    Status: Fixed
  • Jan 16, 2012
    r1736 (#109 Support the output order of items in the modelToJson me...) committed by oyama1...@gmail.com   -   #109 Support the output order of items in the modelToJson method
    #109 Support the output order of items in the modelToJson method
  • Jan 16, 2012
    r1735 (#109 Support the output order of items in the modelToJson me...) committed by oyama1...@gmail.com   -   #109 Support the output order of items in the modelToJson method
    #109 Support the output order of items in the modelToJson method
  • Jan 16, 2012
    issue 109 (Support the output order of items in the modelToJson method) reported by oyama1...@gmail.com   -   Slim3 supports order attribute of Model field annotation like @Json(order = 3) private String name; @Json(order = 1) private String age; @Json(order = 2) private String job; The JSON output in the order specified by order attribute. The above example will output in modelToJson method in the following order. age, job, name
    Slim3 supports order attribute of Model field annotation like @Json(order = 3) private String name; @Json(order = 1) private String age; @Json(order = 2) private String job; The JSON output in the order specified by order attribute. The above example will output in modelToJson method in the following order. age, job, name
  • Jan 15, 2012
    issue 107 (Getting a scary warning:) commented on by higaya...@gmail.com   -   Please update AppEngine Eclipse Plugin.
    Please update AppEngine Eclipse Plugin.
  • Jan 15, 2012
    issue 107 (Getting a scary warning:) commented on by hrmaster...@gmail.com   -   I am getting the message for slim3-1.0.15.jar too. The message is - slim3-1.0.15.jar has a dependency on class com.google.appengine.repackaged.org.json.JSONObject, which is not part of App Engine's supported API. You are strongly discouraged from using this class - your app may stop working in production at any moment.
    I am getting the message for slim3-1.0.15.jar too. The message is - slim3-1.0.15.jar has a dependency on class com.google.appengine.repackaged.org.json.JSONObject, which is not part of App Engine's supported API. You are strongly discouraged from using this class - your app may stop working in production at any moment.
  • Jan 09, 2012
    issue 108 (IllegalArgumentException occured when execute query to polym...) changed by higaya...@gmail.com   -  
    Status: Accepted
    Labels: Version-1.0.16 Version
    Status: Accepted
    Labels: Version-1.0.16 Version
  • Jan 08, 2012
    issue 108 (IllegalArgumentException occured when execute query to polym...) reported by nmot.to...@nmot.org   -   What steps will reproduce the problem? 1.execute query to plymorphic models with cursor using polymorphic models' meta class. What version of the product are you using? On what operating system? slim3-1.0.12 Please provide any additional information below. A slim3.slim3.classHierarchyList filter is added redundantly in these method - ModelQuery#encodedFilters ModelQuery#asQueryResultList . It requires a modification of ModelQuery#addFilterIfPolyModel to avoid addition of a same filter. details(Japanese) http://d.hatena.ne.jp/nmot/20120109 modification sample protected void addFilterIfPolyModel() { if (modelMeta.getClassHierarchyList().isEmpty()) { return; } List<FilterPredicate> list = query.getFilterPredicates(); for (FilterPredicate filter : list) { if(modelMeta.getClassHierarchyListName().equals(filter.getPropertyName()) && modelMeta.getModelClass().getName().equals(filter.getValue()) && FilterOperator.EQUAL.equals(filter.getOperator())) { return; } } query.addFilter( modelMeta.getClassHierarchyListName(), FilterOperator.EQUAL, modelMeta.getModelClass().getName()); }
    What steps will reproduce the problem? 1.execute query to plymorphic models with cursor using polymorphic models' meta class. What version of the product are you using? On what operating system? slim3-1.0.12 Please provide any additional information below. A slim3.slim3.classHierarchyList filter is added redundantly in these method - ModelQuery#encodedFilters ModelQuery#asQueryResultList . It requires a modification of ModelQuery#addFilterIfPolyModel to avoid addition of a same filter. details(Japanese) http://d.hatena.ne.jp/nmot/20120109 modification sample protected void addFilterIfPolyModel() { if (modelMeta.getClassHierarchyList().isEmpty()) { return; } List<FilterPredicate> list = query.getFilterPredicates(); for (FilterPredicate filter : list) { if(modelMeta.getClassHierarchyListName().equals(filter.getPropertyName()) && modelMeta.getModelClass().getName().equals(filter.getValue()) && FilterOperator.EQUAL.equals(filter.getOperator())) { return; } } query.addFilter( modelMeta.getClassHierarchyListName(), FilterOperator.EQUAL, modelMeta.getModelClass().getName()); }
  • Jan 08, 2012
    r1734 (fixed wrong package name in archetype plugin. * to "${packa...) committed by shin1og...@gmail.com   -   fixed wrong package name in archetype plugin. * to "${package}" from "com.shin1ogawa"
    fixed wrong package name in archetype plugin. * to "${package}" from "com.shin1ogawa"
  • Jan 07, 2012
    issue 107 (Getting a scary warning:) commented on by rsaccon   -   I do not get that warning anymore, must have been some wrong stuff at my side while developing
    I do not get that warning anymore, must have been some wrong stuff at my side while developing
  • Jan 07, 2012
    issue 107 (Getting a scary warning:) reported by rsaccon   -   WARNING: Class org.slim3.datastore.json.JsonArrayReader loaded from file:/Users/robertosaccon/Documents/workspace/unpaperfy/war/WEB-INF/lib/slim3-1.0.14.jar has a dependency on class com.google.appengine.repackaged.org.json.JSONArray, which is not part of App Engine's supported API. You are strongly discouraged from using this class - your app may stop working in production at any moment.
    WARNING: Class org.slim3.datastore.json.JsonArrayReader loaded from file:/Users/robertosaccon/Documents/workspace/unpaperfy/war/WEB-INF/lib/slim3-1.0.14.jar has a dependency on class com.google.appengine.repackaged.org.json.JSONArray, which is not part of App Engine's supported API. You are strongly discouraged from using this class - your app may stop working in production at any moment.

Older

  • Dec 14, 2011
    r1733 (released archetype-plugins for slim3-1.0.15, appengine-1.6.1) committed by shin1og...@gmail.com   -   released archetype-plugins for slim3-1.0.15, appengine-1.6.1
    released archetype-plugins for slim3-1.0.15, appengine-1.6.1
  • Dec 05, 2011
    issue 106 (DateUtil#toString() and locale) changed by higaya...@gmail.com   -   I accepted your patch. Thanks
    Status: Fixed
    Labels: Version-1.0.16 Version
    I accepted your patch. Thanks
    Status: Fixed
    Labels: Version-1.0.16 Version
  • Dec 05, 2011
    r1732 (Issue 106: DateUtil#toString() and locale) committed by higaya...@gmail.com   -   Issue 106 : DateUtil#toString() and locale
    Issue 106 : DateUtil#toString() and locale
  • Dec 05, 2011
    issue 106 (DateUtil#toString() and locale) reported by fsanti...@gmail.com   -   I would like to have DateUtil#toString() to honor LocaleLocator's settings. This is being an issue for me as I'm formatting Date to Strings in a controller: the formatted String does not get the right locale for the weekday which is formatted in English in the AppEngine production environment. I created a patch, but I'm not sure if this will or not mess with other code using DateUtil#toString. Can you check it or provide us a better solution for this issue?
    I would like to have DateUtil#toString() to honor LocaleLocator's settings. This is being an issue for me as I'm formatting Date to Strings in a controller: the formatted String does not get the right locale for the weekday which is formatted in English in the AppEngine production environment. I created a patch, but I'm not sure if this will or not mess with other code using DateUtil#toString. Can you check it or provide us a better solution for this issue?
  • Nov 27, 2011
    r1731 (Preparation for Slim3 plugin for Eclipse 1.0.15) committed by tomotaro...@gmail.com   -   Preparation for Slim3 plugin for Eclipse 1.0.15
    Preparation for Slim3 plugin for Eclipse 1.0.15
  • Nov 27, 2011
    r1730 (Preparation for Slim3 plugin for Eclipse 1.0.15) committed by tomotaro...@gmail.com   -   Preparation for Slim3 plugin for Eclipse 1.0.15
    Preparation for Slim3 plugin for Eclipse 1.0.15
  • Nov 27, 2011
    r1729 (Support Collection Type (some tests haven't done).) committed by takao.nakaguchi   -   Support Collection Type (some tests haven't done).
    Support Collection Type (some tests haven't done).
  • Nov 26, 2011
    r1728 (catch up to 1.0.15 ) committed by takao.nakaguchi   -   catch up to 1.0.15
    catch up to 1.0.15
  • Nov 26, 2011
    r1727 (catch up to 1.0.15 ) committed by takao.nakaguchi   -   catch up to 1.0.15
    catch up to 1.0.15
  • Nov 25, 2011
    r1726 (Preparation for Slim3 1.0.15) committed by higaya...@gmail.com   -   Preparation for Slim3 1.0.15
    Preparation for Slim3 1.0.15
  • Nov 25, 2011
    r1725 (Preparation for Slim3 1.0.15) committed by higaya...@gmail.com   -   Preparation for Slim3 1.0.15
    Preparation for Slim3 1.0.15
  • Nov 25, 2011
    r1724 (Preparation for Slim3 1.0.15) committed by higaya...@gmail.com   -   Preparation for Slim3 1.0.15
    Preparation for Slim3 1.0.15
  • Nov 25, 2011
    r1723 (Preparation for Slim3 1.0.15) committed by higaya...@gmail.com   -   Preparation for Slim3 1.0.15
    Preparation for Slim3 1.0.15
  • Nov 25, 2011
    r1722 (Preparation for Slim3 1.0.15) committed by higaya...@gmail.com   -   Preparation for Slim3 1.0.15
    Preparation for Slim3 1.0.15
  • Nov 25, 2011
    slim3-blank-1.0.15.zip (slim3-blank-1.0.15) file uploaded by higaya...@gmail.com
  • Nov 25, 2011
    slim3demo-1.0.15.zip (slim3demo-1.0.15) file uploaded by higaya...@gmail.com
  • Nov 25, 2011
    r1721 (Preparation for Slim3 1.0.15) committed by higaya...@gmail.com   -   Preparation for Slim3 1.0.15
    Preparation for Slim3 1.0.15
  • Nov 25, 2011
    r1720 (Preparation for Slim3 1.0.15) committed by higaya...@gmail.com   -   Preparation for Slim3 1.0.15
    Preparation for Slim3 1.0.15
  • Nov 25, 2011
    r1719 (Preparation for Slim3 1.0.15) committed by higaya...@gmail.com   -   Preparation for Slim3 1.0.15
    Preparation for Slim3 1.0.15
  • Nov 25, 2011
    r1718 (Preparation for Slim3 1.0.15) committed by higaya...@gmail.com   -   Preparation for Slim3 1.0.15
    Preparation for Slim3 1.0.15
  • Nov 25, 2011
    r1717 (Preparation for Slim3 1.0.15) committed by higaya...@gmail.com   -   Preparation for Slim3 1.0.15
    Preparation for Slim3 1.0.15
  • Nov 25, 2011
    r1716 (support @Pb(ignore, alias) annotation.) committed by takao.nakaguchi   -   support @Pb(ignore, alias) annotation.
    support @Pb(ignore, alias) annotation.
  • Nov 25, 2011
    r1715 (catch up to latest trunk) committed by takao.nakaguchi   -   catch up to latest trunk
    catch up to latest trunk
  • Nov 25, 2011
    r1714 (fix NullPointerException when running apt.) committed by takao.nakaguchi   -   fix NullPointerException when running apt.
    fix NullPointerException when running apt.
  • Nov 25, 2011
    r1713 (move models from test directory to src.) committed by takao.nakaguchi   -   move models from test directory to src.
    move models from test directory to src.
 
Powered by Google Project Hosting