Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
solo
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
solo
Commits
a00b71ba
Commit
a00b71ba
authored
Sep 08, 2016
by
Liang Ding
Browse files
Options
Browse Files
Download
Plain Diff
发布 - 1.6.0
parents
79beb405
70d9b17c
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
18 additions
and
6 deletions
+18
-6
CHANGE_LOGS.html
CHANGE_LOGS.html
+6
-0
pom.xml
pom.xml
+2
-2
src/main/java/org/b3log/solo/SoloServletListener.java
src/main/java/org/b3log/solo/SoloServletListener.java
+2
-2
src/main/java/org/b3log/solo/service/UpgradeService.java
src/main/java/org/b3log/solo/service/UpgradeService.java
+2
-2
src/main/webapp/CHANGE_LOGS.html
src/main/webapp/CHANGE_LOGS.html
+6
-0
No files found.
CHANGE_LOGS.html
View file @
a00b71ba
...
@@ -5,6 +5,12 @@
...
@@ -5,6 +5,12 @@
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=UTF-8"
>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=UTF-8"
>
</head>
</head>
<body>
<body>
<h2>
Release 1.6.0 - Sep 8, 2016
</h2>
<ul>
<li><a
href=
"https://github.com/b3log/solo/issues/12147"
>
12147 用户管理翻页失败
</a>
<span
style=
'background: #fc2929 !important;color:#FFFFFF !important;padding: 1px 4px;'
>
bug
</span></li>
<li><a
href=
"https://github.com/b3log/solo/issues/12153"
>
12153 语言设置为 English 时首页报错
</a>
<span
style=
'background: #fc2929 !important;color:#FFFFFF !important;padding: 1px 4px;'
>
bug
</span></li>
<li><a
href=
"https://github.com/b3log/solo/issues/12150"
>
12150 新版后台 UI
</a>
<span
style=
'background: #84b6eb !important;color:#FFFFFF !important;padding: 1px 4px;'
>
enhancement
</span></li>
</ul>
<h2>
Release 1.5.0 - Aug 10, 2016
</h2>
<h2>
Release 1.5.0 - Aug 10, 2016
</h2>
<ul>
<ul>
<li><a
href=
"https://github.com/b3log/solo/issues/12130"
>
12130 MySQL 数据导出 SQL 文件
</a>
<span
style=
'background: #02e10c !important;color:#FFFFFF !important;padding: 1px 4px;'
>
feature
</span></li>
<li><a
href=
"https://github.com/b3log/solo/issues/12130"
>
12130 MySQL 数据导出 SQL 文件
</a>
<span
style=
'background: #02e10c !important;color:#FFFFFF !important;padding: 1px 4px;'
>
feature
</span></li>
...
...
pom.xml
View file @
a00b71ba
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<!--
<!--
Description: Solo POM.
Description: Solo POM.
Version: 3.1
3.1.25, Aug 19
, 2016
Version: 3.1
4.1.25, Sep 8
, 2016
Author: <a href="http://88250.b3log.org">Liang Ding</a>
Author: <a href="http://88250.b3log.org">Liang Ding</a>
Author: <a href="http://www.annpeter.cn">Ann Peter</a>
Author: <a href="http://www.annpeter.cn">Ann Peter</a>
-->
-->
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
<artifactId>
solo
</artifactId>
<artifactId>
solo
</artifactId>
<packaging>
war
</packaging>
<packaging>
war
</packaging>
<name>
Solo
</name>
<name>
Solo
</name>
<version>
1.
5
.0
</version>
<version>
1.
6
.0
</version>
<description>
<description>
A blogging system written in Java, feel free to create your or your team own blog. 一个用 Java 实现的博客系统,为你或你的团队创建个博客吧。
A blogging system written in Java, feel free to create your or your team own blog. 一个用 Java 实现的博客系统,为你或你的团队创建个博客吧。
</description>
</description>
...
...
src/main/java/org/b3log/solo/SoloServletListener.java
View file @
a00b71ba
...
@@ -60,7 +60,7 @@ import org.json.JSONObject;
...
@@ -60,7 +60,7 @@ import org.json.JSONObject;
* Solo Servlet listener.
* Solo Servlet listener.
*
*
* @author <a href="http://88250.b3log.org">Liang Ding</a>
* @author <a href="http://88250.b3log.org">Liang Ding</a>
* @version 1.
8.2.15, Aug 10
, 2016
* @version 1.
9.2.15, Sep 8
, 2016
* @since 0.3.1
* @since 0.3.1
*/
*/
public
final
class
SoloServletListener
extends
AbstractServletListener
{
public
final
class
SoloServletListener
extends
AbstractServletListener
{
...
@@ -68,7 +68,7 @@ public final class SoloServletListener extends AbstractServletListener {
...
@@ -68,7 +68,7 @@ public final class SoloServletListener extends AbstractServletListener {
/**
/**
* Solo version.
* Solo version.
*/
*/
public
static
final
String
VERSION
=
"1.
5
.0"
;
public
static
final
String
VERSION
=
"1.
6
.0"
;
/**
/**
* Logger.
* Logger.
...
...
src/main/java/org/b3log/solo/service/UpgradeService.java
View file @
a00b71ba
...
@@ -46,7 +46,7 @@ import org.json.JSONObject;
...
@@ -46,7 +46,7 @@ import org.json.JSONObject;
*
*
* @author <a href="http://88250.b3log.org">Liang Ding</a>
* @author <a href="http://88250.b3log.org">Liang Ding</a>
* @author <a href="mailto:dongxu.wang@acm.org">Dongxu Wang</a>
* @author <a href="mailto:dongxu.wang@acm.org">Dongxu Wang</a>
* @version 1.2.0.
6, Aug 10
, 2016
* @version 1.2.0.
7, Sep 8
, 2016
* @since 1.2.0
* @since 1.2.0
*/
*/
@Service
@Service
...
@@ -111,7 +111,7 @@ public class UpgradeService {
...
@@ -111,7 +111,7 @@ public class UpgradeService {
/**
/**
* Old version.
* Old version.
*/
*/
private
static
final
String
FROM_VER
=
"1.
4
.0"
;
private
static
final
String
FROM_VER
=
"1.
5
.0"
;
/**
/**
* New version.
* New version.
...
...
src/main/webapp/CHANGE_LOGS.html
View file @
a00b71ba
...
@@ -5,6 +5,12 @@
...
@@ -5,6 +5,12 @@
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=UTF-8"
>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=UTF-8"
>
</head>
</head>
<body>
<body>
<h2>
Release 1.6.0 - Sep 8, 2016
</h2>
<ul>
<li><a
href=
"https://github.com/b3log/solo/issues/12147"
>
12147 用户管理翻页失败
</a>
<span
style=
'background: #fc2929 !important;color:#FFFFFF !important;padding: 1px 4px;'
>
bug
</span></li>
<li><a
href=
"https://github.com/b3log/solo/issues/12153"
>
12153 语言设置为 English 时首页报错
</a>
<span
style=
'background: #fc2929 !important;color:#FFFFFF !important;padding: 1px 4px;'
>
bug
</span></li>
<li><a
href=
"https://github.com/b3log/solo/issues/12150"
>
12150 新版后台 UI
</a>
<span
style=
'background: #84b6eb !important;color:#FFFFFF !important;padding: 1px 4px;'
>
enhancement
</span></li>
</ul>
<h2>
Release 1.5.0 - Aug 10, 2016
</h2>
<h2>
Release 1.5.0 - Aug 10, 2016
</h2>
<ul>
<ul>
<li><a
href=
"https://github.com/b3log/solo/issues/12130"
>
12130 MySQL 数据导出 SQL 文件
</a>
<span
style=
'background: #02e10c !important;color:#FFFFFF !important;padding: 1px 4px;'
>
feature
</span></li>
<li><a
href=
"https://github.com/b3log/solo/issues/12130"
>
12130 MySQL 数据导出 SQL 文件
</a>
<span
style=
'background: #02e10c !important;color:#FFFFFF !important;padding: 1px 4px;'
>
feature
</span></li>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment