My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Yesterday

  • 31 hours ago
    myblog-1.8.3.war (Myblog 1.8.3 Christmas-Day-Patch version) file uploaded by Rory.CN   -  
    Labels: Featured Type-Package OpSys-All
    Labels: Featured Type-Package OpSys-All
  • 32 hours ago
    r378 (add X-Forwarded-For header for determine IP address first. ...) committed by Rory.CN   -   add X-Forwarded-For header for determine IP address first. This is useful for webserver proxy such as nginx + tomcat.
    add X-Forwarded-For header for determine IP address first. This is useful for webserver proxy such as nginx + tomcat.
  • 41 hours ago
    DeveloperHowTo Wiki page commented on by Rory.CN   -   @lzq715 那个已经废弃了。以后改用Argouml了。用开源的。 @neolimeng svn能用的啊。
    @lzq715 那个已经废弃了。以后改用Argouml了。用开源的。 @neolimeng svn能用的啊。

Last 7 days

  • Dec 20, 2009
    r377 (upgrade fckeditor to 2.6.5) committed by Rory.CN   -   upgrade fckeditor to 2.6.5
    upgrade fckeditor to 2.6.5

Last 30 days

  • Dec 14, 2009
    issue 11 (对于多用户多角色的问题) commented on by Rory.CN   -   欢迎cnhaixiang提出建议。
    欢迎cnhaixiang提出建议。
  • Dec 14, 2009
    issue 11 (对于多用户多角色的问题) commented on by cnhaixiang   -   对了 roller虽然复杂,但机制是可以学习了解的!
    对了 roller虽然复杂,但机制是可以学习了解的!
  • Dec 14, 2009
    issue 11 (对于多用户多角色的问题) commented on by cnhaixiang   -   可以参考mu.wordpress.org的多用户设计 也可以参考java版本的dlog4j 3。0的设计,这些都是基于多用户多模板的机制设计的 我个人也在看这方面的资料,有空交流交流。
    可以参考mu.wordpress.org的多用户设计 也可以参考java版本的dlog4j 3。0的设计,这些都是基于多用户多模板的机制设计的 我个人也在看这方面的资料,有空交流交流。
  • Dec 13, 2009
    DeveloperHowTo Wiki page commented on by neolimeng   -   SVN不能用?
    SVN不能用?
  • Dec 09, 2009
    issue 19 (不能改变日志的状态) Status changed by Rory.CN   -   fixed in r376
    Status: Fixed
    fixed in r376
    Status: Fixed
  • Dec 09, 2009
    r376 (fixed issue 19 add unpublish in entry edit.) committed by Rory.CN   -   fixed issue 19 add unpublish in entry edit.
    fixed issue 19 add unpublish in entry edit.
  • Dec 04, 2009
    issue 22 (更加友好的升级提示) Status changed by Rory.CN   -  
    Status: Accepted
    Status: Accepted
  • Dec 04, 2009
    issue 20 (提供修改日志发布日期的功能) Status changed by Rory.CN   -   fixed in revision r375.
    Status: Fixed
    fixed in revision r375.
    Status: Fixed
  • Dec 04, 2009
    issue 22 (更加友好的升级提示) Status changed by Rory.CN   -   fixed in revision r375.
    Status: Fixed
    fixed in revision r375.
    Status: Fixed
  • Dec 04, 2009
    r375 (fixed issue 20 . when edit the entry can change the post tim...) committed by Rory.CN   -   fixed issue 20 . when edit the entry can change the post time.
    fixed issue 20 . when edit the entry can change the post time.
  • Dec 04, 2009
    issue 21 (管理员修改了个人信息的昵称,可是在发表回复的时候未做修改) changed by Rory.CN   -   This issue was closed by revision r374.
    Status: Fixed
    This issue was closed by revision r374.
    Status: Fixed
  • Dec 04, 2009
    r374 (fixed issue 21 when change the nickname, update the login se...) committed by Rory.CN   -   fixed issue 21 when change the nickname, update the login session.
    fixed issue 21 when change the nickname, update the login session.

Earlier this year

  • Nov 15, 2009
    DeveloperHowTo Wiki page commented on by lzq715   -   svn还是挺方便,很快 就是没文档,mdi还得装个rose,
    svn还是挺方便,很快 就是没文档,mdi还得装个rose,
  • Nov 05, 2009
    issue 23 (请教一个问题) commented on by linfanne   -   看到有一个.net的 程序 是在传递的时候 去掉了 % 然后 可能在 获得的时候又加上了% decode了一下 是个 方法,不知道 这样的遇到英文的 怎么搞的, 继续迷茫
    看到有一个.net的 程序 是在传递的时候 去掉了 % 然后 可能在 获得的时候又加上了% decode了一下 是个 方法,不知道 这样的遇到英文的 怎么搞的, 继续迷茫
  • Nov 05, 2009
    issue 23 (请教一个问题) reported by linfanne   -   我想请教一个问题, 就是在搜索的时候 如果关键字是 中文的 我在带翻页的时候 用 urlrewriter3.0的 和你的程序用的是一个工具 <rule > <note /> <from>/tags/([\%a-zA-Z0-9]+)_([0-9]+).html$</from> <to>/blog/tags.do?w=$1&amp;page=$2</to> </rule> 就是想把 localhost/tags/%E7%AC%91%E8%AF%9D_1.html 定向到 localhost/blog/tags.do?w=%E7%AC%91%E8%AF%9D&page=1的时候 Urlrewrite就是捕捉不 到 显示文件未找到,请 大侠 指点迷津! 谢谢 单独测试一下 正则没有问题 能找到。
    我想请教一个问题, 就是在搜索的时候 如果关键字是 中文的 我在带翻页的时候 用 urlrewriter3.0的 和你的程序用的是一个工具 <rule > <note /> <from>/tags/([\%a-zA-Z0-9]+)_([0-9]+).html$</from> <to>/blog/tags.do?w=$1&amp;page=$2</to> </rule> 就是想把 localhost/tags/%E7%AC%91%E8%AF%9D_1.html 定向到 localhost/blog/tags.do?w=%E7%AC%91%E8%AF%9D&page=1的时候 Urlrewrite就是捕捉不 到 显示文件未找到,请 大侠 指点迷津! 谢谢 单独测试一下 正则没有问题 能找到。
  • Oct 11, 2009
    issue 18 (删除日志时没更新标签文章数和分类的文章数) Status changed by Rory.CN   -   fixed in r378
    Status: Fixed
    fixed in r378
    Status: Fixed
  • Oct 11, 2009
    r373 (fixed #18 substract the category's count and the tag's count...) committed by Rory.CN   -   fixed #18 substract the category's count and the tag's count when remove the entry.
    fixed #18 substract the category's count and the tag's count when remove the entry.
  • Oct 08, 2009
    issue 22 (更加友好的升级提示) reported by Rory.CN   -   如果用户不升级的情况下。每次登录后台都会收到升级提示。确实不太友好。 我在想可以提供用户一个不再提示的功能。用户点不再提示的时候记录下不太提示的 版本号。这样下次再更新一个版本用户也会收再次收到新版本的通知。这样应该是友 好多了。
    如果用户不升级的情况下。每次登录后台都会收到升级提示。确实不太友好。 我在想可以提供用户一个不再提示的功能。用户点不再提示的时候记录下不太提示的 版本号。这样下次再更新一个版本用户也会收再次收到新版本的通知。这样应该是友 好多了。
  • Oct 08, 2009
    issue 21 (管理员修改了个人信息的昵称,可是在发表回复的时候未做修改) reported by Rory.CN   -   管理员修改了个人信息的昵称,可是在发表回复的时候未做修改
    管理员修改了个人信息的昵称,可是在发表回复的时候未做修改
  • Oct 08, 2009
    issue 20 (提供修改日志发布日期的功能) reported by Rory.CN   -   也许可能会有人会在后来补前面的blog?
    也许可能会有人会在后来补前面的blog?
  • Oct 08, 2009
    issue 19 (不能改变日志的状态) reported by Rory.CN   -   在编辑的时候提供日志状态修改的功能。 可以方便的把已发布的日志下架。以应对GFW :-p
    在编辑的时候提供日志状态修改的功能。 可以方便的把已发布的日志下架。以应对GFW :-p
  • Oct 08, 2009
    issue 18 (删除日志时没更新标签文章数和分类的文章数) reported by Rory.CN   -   删除日志时,修改标签相对应文章数量,分类列表相对应的分类后面的文章数并没有 减一。 来自: http://www.jdkcn.com/entry/myblog-18-nation-day-release.html#c_bd183cc822595e6c0124237b48f32064
    删除日志时,修改标签相对应文章数量,分类列表相对应的分类后面的文章数并没有 减一。 来自: http://www.jdkcn.com/entry/myblog-18-nation-day-release.html#c_bd183cc822595e6c0124237b48f32064
  • Oct 07, 2009
    r372 (release myblog-1.8.2 patch version. tag this release.) committed by Rory.CN   -   release myblog-1.8.2 patch version. tag this release.
    release myblog-1.8.2 patch version. tag this release.
  • Oct 07, 2009
    r371 (release myblog-1.8.2 patch version.) committed by Rory.CN   -   release myblog-1.8.2 patch version.
    release myblog-1.8.2 patch version.
  • Sep 30, 2009
    myblog-1.8.2.war (Myblog 1.8.2 2009 National-Day-Path version) file uploaded by Rory.CN   -  
    Labels: Featured Type-Package OpSys-All
    Labels: Featured Type-Package OpSys-All
  • Sep 30, 2009
    r370 (fixed unsubscribe NullPointerException bug.) committed by Rory.CN   -   fixed unsubscribe NullPointerException bug.
    fixed unsubscribe NullPointerException bug.
  • Sep 29, 2009
    r369 (1.add junit-3.8.1-sources.jar and attache in .classpath 2.fi...) committed by Rory.CN   -   1.add junit-3.8.1-sources.jar and attache in .classpath 2.fixed default template 404 error. 3.change the 404.jsp to simple html page.
    1.add junit-3.8.1-sources.jar and attache in .classpath 2.fixed default template 404 error. 3.change the 404.jsp to simple html page.
  • Sep 16, 2009
    issue 17 (创建开发者文档) commented on by Rory.CN   -   还第一次见这个framework. 看来fred对 类Django 框架都有研究啊。 国内用这个的还不多吧。要开发那还先学习。
    还第一次见这个framework. 看来fred对 类Django 框架都有研究啊。 国内用这个的还不多吧。要开发那还先学习。
  • Sep 16, 2009
    issue 17 (创建开发者文档) commented on by fred1...@gmail.com   -   何不用scala lift?
    何不用scala lift?
  • Sep 16, 2009
    issue 17 (创建开发者文档) reported by Rory.CN   -   详细介绍开发环境的搭建。以及项目开发中用到的maven操作。 以方便新加入的开发人员快速上手。
    详细介绍开发环境的搭建。以及项目开发中用到的maven操作。 以方便新加入的开发人员快速上手。
  • Sep 15, 2009
    issue 15 (安全和ajax) commented on by dhxsoar   -   肯定是security2了,这个方便多了。
    肯定是security2了,这个方便多了。
  • Jan 07, 2009
    issue 15 (安全和ajax) Labels changed by Rory.CN   -  
    Labels: Milestone-Release2.0
    Labels: Milestone-Release2.0

Older

  • Dec 26, 2008
    r368 (add the element of i18n . and change the rewrite filter to s...) committed by liubingchina   -   add the element of i18n . and change the rewrite filter to support the underlining.
    add the element of i18n . and change the rewrite filter to support the underlining.
  • Dec 23, 2008
    r367 (fix issue 16 URLEncode the query string in search pagination...) committed by Rory.CN   -   fix issue 16 URLEncode the query string in search pagination link to fix it.
    fix issue 16 URLEncode the query string in search pagination link to fix it.
  • Dec 23, 2008
    issue 16 (搜索中文时IE中翻页出现乱码) reported by Rory.CN   -   在IE6中测试出现乱码,Firefox,Opera中正常。
    在IE6中测试出现乱码,Firefox,Opera中正常。
  • Dec 19, 2008
    r366 (1.添加MyblogLogger.class,可以简化在每个类中都要LogFactory.getLog 2.添加Myb...) committed by liubingchina   -   1.添加MyblogLogger.class,可以简化在每个类中都要LogFactory.getLog 2.添加MyblogAuthenticator接口和默认实现类DefaultCustomerUser.在config.properties文件中指定自定义实现类的包路径.MyblogAuthentic ator接口中内置了admin和general两个角色.此接口主要用于 UserLoginInterceptor中,对登陆用户进行判断. 3.在config.properties文件中添加了custom.active,custom.userClass,custom.userRoleChangeable三个属性,分别表示是否激活用户自定义 ,用户自定义类,是否可改变角色. 4.给Role添加了内部角色(innerRole)属性,标识是否为myblog的默认用户角色.不可删除 5.修改了部分原有bug.
    1.添加MyblogLogger.class,可以简化在每个类中都要LogFactory.getLog 2.添加MyblogAuthenticator接口和默认实现类DefaultCustomerUser.在config.properties文件中指定自定义实现类的包路径.MyblogAuthentic ator接口中内置了admin和general两个角色.此接口主要用于 UserLoginInterceptor中,对登陆用户进行判断. 3.在config.properties文件中添加了custom.active,custom.userClass,custom.userRoleChangeable三个属性,分别表示是否激活用户自定义 ,用户自定义类,是否可改变角色. 4.给Role添加了内部角色(innerRole)属性,标识是否为myblog的默认用户角色.不可删除 5.修改了部分原有bug.
  • Dec 18, 2008
    issue 12 (不支持Livewriter) Status changed by Rory.CN   -   fixed in r365 test in ScribeFire.
    Status: Fixed
    fixed in r365 test in ScribeFire.
    Status: Fixed
  • Dec 18, 2008
    r365 (fix issue 12 test in ScribeFire, add blogger.getUsersBlogs ...) committed by Rory.CN   -   fix issue 12 test in ScribeFire, add blogger.getUsersBlogs method.
    fix issue 12 test in ScribeFire, add blogger.getUsersBlogs method.
  • Dec 18, 2008
    r364 (fix issue 12 test in ScribeFire, add blogger.getUsersBlogs ...) committed by Rory.CN   -   fix issue 12 test in ScribeFire, add blogger.getUsersBlogs method.
    fix issue 12 test in ScribeFire, add blogger.getUsersBlogs method.
  • Dec 17, 2008
    issue 12 (不支持Livewriter) commented on by Rory.CN   -   No such handler:blogger.getUsersBlogs This not implement.
    No such handler:blogger.getUsersBlogs This not implement.
  • Dec 03, 2008
    r363 (upgrade fckeditor to 2.6) committed by Rory.CN   -   upgrade fckeditor to 2.6
    upgrade fckeditor to 2.6
  • Nov 27, 2008
    r362 (fix a mistake of careless.) committed by liubingchina   -   fix a mistake of careless.
    fix a mistake of careless.
  • Nov 27, 2008
    r361 (no use, so ....) committed by liubingchina   -   no use, so ....
    no use, so ....
  • Nov 27, 2008
    r360 (修改了SelectedAnnotationHandlerMapping,增加简单的正则验证。 添加了部分异常类。 向Re...) committed by liubingchina   -   修改了SelectedAnnotationHandlerMapping,增加简单的正则验证。 添加了部分异常类。 向ResourceManager,RoleManager添加分页方法。 增加PermissionInterceptor,实现简单权限判断。 修改登陆功能,增加验证码和加密提交。
    修改了SelectedAnnotationHandlerMapping,增加简单的正则验证。 添加了部分异常类。 向ResourceManager,RoleManager添加分页方法。 增加PermissionInterceptor,实现简单权限判断。 修改登陆功能,增加验证码和加密提交。
  • Nov 05, 2008
    r359 (add style of prettyCheckboxes for the checkbox and radio!) committed by liubingchina   -   add style of prettyCheckboxes for the checkbox and radio!
    add style of prettyCheckboxes for the checkbox and radio!
  • Nov 02, 2008
    r358 (add svn:keywords properties) committed by liubingchina   -   add svn:keywords properties
    add svn:keywords properties
 
Hosted by Google Code