Yesterday
-
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
-
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.
-
Last 7 days
-
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
-
-
-
-
-
-
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.
-
-
-
-
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.
-
-
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
-
-
-
-
-
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.
-
-
-
-
-
-
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.
-
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.
-
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
-
r370
(fixed unsubscribe NullPointerException bug.) committed by Rory.CN
- fixed unsubscribe NullPointerException bug.
fixed unsubscribe NullPointerException bug.
-
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.
-
-
-
-
-
issue 15
(安全和ajax) Labels changed by Rory.CN
-
Labels:
Milestone-Release2.0
Labels:
Milestone-Release2.0
Older
-
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.
-
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.
-
-
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.
-
-
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.
-
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.
-
-
r363
(upgrade fckeditor to 2.6) committed by Rory.CN
- upgrade fckeditor to 2.6
-
r362
(fix a mistake of careless.) committed by liubingchina
- fix a mistake of careless.
fix a mistake of careless.
-
-
r360
(修改了SelectedAnnotationHandlerMapping,增加简单的正则验证。
添加了部分异常类。
向Re...) committed by liubingchina
- 修改了SelectedAnnotationHandlerMapping,增加简单的正则验证。
添加了部分异常类。
向ResourceManager,RoleManager添加分页方法。
增加PermissionInterceptor,实现简单权限判断。
修改登陆功能,增加验证码和加密提交。
修改了SelectedAnnotationHandlerMapping,增加简单的正则验证。
添加了部分异常类。
向ResourceManager,RoleManager添加分页方法。
增加PermissionInterceptor,实现简单权限判断。
修改登陆功能,增加验证码和加密提交。
-
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!
-
r358
(add svn:keywords properties) committed by liubingchina
- add svn:keywords properties
add svn:keywords properties
|