Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
solo-1
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-1
Commits
19ce842a
Commit
19ce842a
authored
Dec 19, 2015
by
Liang Ding
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release Solo 1.3.0
parent
1213c33a
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
25 additions
and
7 deletions
+25
-7
CHANGE_LOGS.html
CHANGE_LOGS.html
+9
-0
pom.xml
pom.xml
+3
-3
src/main/webapp/CHANGE_LOGS.html
src/main/webapp/CHANGE_LOGS.html
+9
-0
src/main/webapp/WEB-INF/appengine-web.xml
src/main/webapp/WEB-INF/appengine-web.xml
+2
-2
src/main/webapp/skins/mobile/skin.properties
src/main/webapp/skins/mobile/skin.properties
+1
-1
src/main/webapp/skins/yilia/skin.properties
src/main/webapp/skins/yilia/skin.properties
+1
-1
No files found.
CHANGE_LOGS.html
View file @
19ce842a
...
@@ -5,6 +5,15 @@
...
@@ -5,6 +5,15 @@
<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.3.0 - Dec 19, 2015
</h2>
<ul>
<li><a
href=
"https://github.com/b3log/solo/issues/12051"
>
12051 社区文章推荐
</a>
<span
style=
'background: #02e10c !important;color:#FFFFFF !important;padding: 1px 4px;'
>
feature
</span></li>
<li><a
href=
"https://github.com/b3log/solo/issues/12048"
>
12048 Docker 方式启动
</a>
<span
style=
'background: #02e10c !important;color:#FFFFFF !important;padding: 1px 4px;'
>
feature
</span></li>
<li><a
href=
"https://github.com/b3log/solo/issues/12052"
>
12052 评论支持 Markdown
</a>
<span
style=
'background: #84b6eb !important;color:#FFFFFF !important;padding: 1px 4px;'
>
enhancement
</span></li>
<li><a
href=
"https://github.com/b3log/solo/issues/12050"
>
12050 配置文件简化
</a>
<span
style=
'background: #84b6eb !important;color:#FFFFFF !important;padding: 1px 4px;'
>
enhancement
</span></li>
<li><a
href=
"https://github.com/b3log/solo/issues/12053"
>
12053 评论内容编码重构
</a>
<span
style=
'background: #e102d8 !important;color:#FFFFFF !important;padding: 1px 4px;'
>
development
</span></li>
<li><a
href=
"https://github.com/b3log/solo/issues/12042"
>
12042 彻底移除 preference 表
</a>
<span
style=
'background: #e102d8 !important;color:#FFFFFF !important;padding: 1px 4px;'
>
development
</span></li>
</ul>
<h2>
Release 1.2.0 - Dec 2, 2015
</h2>
<h2>
Release 1.2.0 - Dec 2, 2015
</h2>
<ul>
<ul>
<li><a
href=
"https://github.com/b3log/solo/issues/12037"
>
12037 独立模式
</a>
<span
style=
'background: #02e10c !important;color:#FFFFFF !important;padding: 1px 4px;'
>
feature
</span></li>
<li><a
href=
"https://github.com/b3log/solo/issues/12037"
>
12037 独立模式
</a>
<span
style=
'background: #02e10c !important;color:#FFFFFF !important;padding: 1px 4px;'
>
feature
</span></li>
...
...
pom.xml
View file @
19ce842a
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<!--
<!--
Description: Solo POM.
Description: Solo POM.
Version: 2.
8.1.12, Dec 18
, 2015
Version: 2.
9.1.12, Dec 19
, 2015
Author: Liang Ding
Author: Liang Ding
-->
-->
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
...
@@ -12,9 +12,9 @@
...
@@ -12,9 +12,9 @@
<artifactId>
solo
</artifactId>
<artifactId>
solo
</artifactId>
<packaging>
war
</packaging>
<packaging>
war
</packaging>
<name>
Solo
</name>
<name>
Solo
</name>
<version>
1.
2
.0
</version>
<version>
1.
3
.0
</version>
<description>
<description>
A
Java blogging system, feel free to create your or your team own blog.
A
blogging system written in Java, feel free to create your or your team own blog. 一个用 Java 实现的博客系统,为你或你的团队创建个博客吧。
</description>
</description>
<inceptionYear>
2010
</inceptionYear>
<inceptionYear>
2010
</inceptionYear>
...
...
src/main/webapp/CHANGE_LOGS.html
View file @
19ce842a
...
@@ -5,6 +5,15 @@
...
@@ -5,6 +5,15 @@
<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.3.0 - Dec 19, 2015
</h2>
<ul>
<li><a
href=
"https://github.com/b3log/solo/issues/12051"
>
12051 社区文章推荐
</a>
<span
style=
'background: #02e10c !important;color:#FFFFFF !important;padding: 1px 4px;'
>
feature
</span></li>
<li><a
href=
"https://github.com/b3log/solo/issues/12048"
>
12048 Docker 方式启动
</a>
<span
style=
'background: #02e10c !important;color:#FFFFFF !important;padding: 1px 4px;'
>
feature
</span></li>
<li><a
href=
"https://github.com/b3log/solo/issues/12052"
>
12052 评论支持 Markdown
</a>
<span
style=
'background: #84b6eb !important;color:#FFFFFF !important;padding: 1px 4px;'
>
enhancement
</span></li>
<li><a
href=
"https://github.com/b3log/solo/issues/12050"
>
12050 配置文件简化
</a>
<span
style=
'background: #84b6eb !important;color:#FFFFFF !important;padding: 1px 4px;'
>
enhancement
</span></li>
<li><a
href=
"https://github.com/b3log/solo/issues/12053"
>
12053 评论内容编码重构
</a>
<span
style=
'background: #e102d8 !important;color:#FFFFFF !important;padding: 1px 4px;'
>
development
</span></li>
<li><a
href=
"https://github.com/b3log/solo/issues/12042"
>
12042 彻底移除 preference 表
</a>
<span
style=
'background: #e102d8 !important;color:#FFFFFF !important;padding: 1px 4px;'
>
development
</span></li>
</ul>
<h2>
Release 1.2.0 - Dec 2, 2015
</h2>
<h2>
Release 1.2.0 - Dec 2, 2015
</h2>
<ul>
<ul>
<li><a
href=
"https://github.com/b3log/solo/issues/12037"
>
12037 独立模式
</a>
<span
style=
'background: #02e10c !important;color:#FFFFFF !important;padding: 1px 4px;'
>
feature
</span></li>
<li><a
href=
"https://github.com/b3log/solo/issues/12037"
>
12037 独立模式
</a>
<span
style=
'background: #02e10c !important;color:#FFFFFF !important;padding: 1px 4px;'
>
feature
</span></li>
...
...
src/main/webapp/WEB-INF/appengine-web.xml
View file @
19ce842a
...
@@ -20,12 +20,12 @@
...
@@ -20,12 +20,12 @@
Description: Web deployment descriptor on GAE. See
Description: Web deployment descriptor on GAE. See
http://code.google.com/intl/en/appengine/docs/java/config/appconfig.html
http://code.google.com/intl/en/appengine/docs/java/config/appconfig.html
for more details.
for more details.
Version: 1.
5.5.6, Nov 5
, 2015
Version: 1.
6.5.6, Dec 19
, 2015
Author: Liang Ding
Author: Liang Ding
-->
-->
<appengine-web-app
xmlns=
"http://appengine.google.com/ns/1.0"
>
<appengine-web-app
xmlns=
"http://appengine.google.com/ns/1.0"
>
<application>
solo-demo
</application>
<application>
solo-demo
</application>
<version>
1
2
0
</version>
<version>
1
3
0
</version>
<sessions-enabled>
true
</sessions-enabled>
<sessions-enabled>
true
</sessions-enabled>
...
...
src/main/webapp/skins/mobile/skin.properties
View file @
19ce842a
...
@@ -22,5 +22,5 @@
...
@@ -22,5 +22,5 @@
name
=
Mobile
name
=
Mobile
version
=
0.1.5
version
=
0.1.5
forSolo
=
1.
2
.0
forSolo
=
1.
3
.0
memo
=
\u
8bf7
\u
4e0d
\u8981\u
4ece
\u
90e8
\u
7f72
\u
76ee
\u
5f55
\u
4e2d
\u5220\u9664\u
8be5
\u
76ae
\u
80a4
\u
ff0c
\u5426\u5219\u
79fb
\u
52a8
\u
8bbe
\u5907\u
8bbf
\u
95ee
\u
65f6
\u
535a
\u
5ba2
\u
5c06
\u
4e0d
\u
53ef
\u7528\u3002
memo
=
\u
8bf7
\u
4e0d
\u8981\u
4ece
\u
90e8
\u
7f72
\u
76ee
\u
5f55
\u
4e2d
\u5220\u9664\u
8be5
\u
76ae
\u
80a4
\u
ff0c
\u5426\u5219\u
79fb
\u
52a8
\u
8bbe
\u5907\u
8bbf
\u
95ee
\u
65f6
\u
535a
\u
5ba2
\u
5c06
\u
4e0d
\u
53ef
\u7528\u3002
src/main/webapp/skins/yilia/skin.properties
View file @
19ce842a
...
@@ -22,5 +22,5 @@
...
@@ -22,5 +22,5 @@
name
=
yilia
name
=
yilia
version
=
1.0.0
version
=
1.0.0
forSolo
=
1.
2
.0
forSolo
=
1.
3
.0
memo
=
http://litten.github.io/
memo
=
http://litten.github.io/
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