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
9cb52c28
Commit
9cb52c28
authored
Oct 01, 2015
by
Liang Ding
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
发布 1.1.0
parent
a6929dad
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
30 additions
and
12 deletions
+30
-12
nb-configuration.xml
nb-configuration.xml
+12
-0
pom.xml
pom.xml
+1
-1
src/main/java/org/b3log/solo/SoloServletListener.java
src/main/java/org/b3log/solo/SoloServletListener.java
+3
-3
src/main/java/org/b3log/solo/processor/UpgradeProcessor.java
src/main/java/org/b3log/solo/processor/UpgradeProcessor.java
+2
-2
src/main/resources/latke.properties
src/main/resources/latke.properties
+2
-2
src/main/webapp/CHANGE_LOGS.html
src/main/webapp/CHANGE_LOGS.html
+6
-0
src/main/webapp/WEB-INF/appengine-web.xml
src/main/webapp/WEB-INF/appengine-web.xml
+2
-2
src/main/webapp/skins/finding/skin.properties
src/main/webapp/skins/finding/skin.properties
+1
-1
src/main/webapp/skins/mobile/skin.properties
src/main/webapp/skins/mobile/skin.properties
+1
-1
No files found.
nb-configuration.xml
0 → 100644
View file @
9cb52c28
<?xml version="1.0" encoding="UTF-8"?>
<project-shared-configuration>
<!--
This file contains additional configuration written by modules in the NetBeans IDE.
The configuration is intended to be shared among all the users of project and
therefore it is assumed to be part of version control checkout.
Without this configuration present, some functionality in the IDE may be limited or fail altogether.
-->
<spellchecker-wordlist
xmlns=
"http://www.netbeans.org/ns/spellchecker-wordlist/1"
>
<word>
Favicon
</word>
</spellchecker-wordlist>
</project-shared-configuration>
pom.xml
View file @
9cb52c28
<?xml version="1.0" encoding="UTF-8"?>
<!--
Description: Solo POM.
Version: 2.
3.1.7, Sep 30
, 2015
Version: 2.
4.1.7, Oct 1
, 2015
Author: Liang Ding
-->
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
...
...
src/main/java/org/b3log/solo/SoloServletListener.java
View file @
9cb52c28
...
...
@@ -50,10 +50,10 @@ import org.b3log.solo.util.Skins;
import
org.json.JSONObject
;
/**
* Solo
s
ervlet listener.
* Solo
S
ervlet listener.
*
* @author <a href="http://88250.b3log.org">Liang Ding</a>
* @version 1.
4.0.7, Sep 16
, 2015
* @version 1.
5.0.7, Oct 1
, 2015
* @since 0.3.1
*/
public
final
class
SoloServletListener
extends
AbstractServletListener
{
...
...
@@ -61,7 +61,7 @@ public final class SoloServletListener extends AbstractServletListener {
/**
* Solo version.
*/
public
static
final
String
VERSION
=
"1.
0
.0"
;
public
static
final
String
VERSION
=
"1.
1
.0"
;
/**
* Logger.
...
...
src/main/java/org/b3log/solo/processor/UpgradeProcessor.java
View file @
9cb52c28
...
...
@@ -45,7 +45,7 @@ import org.json.JSONObject;
*
* @author <a href="http://88250.b3log.org">Liang Ding</a>
* @author <a href="mailto:dongxu.wang@acm.org">Dongxu Wang</a>
* @version 1.
3.1.14, Sep 16
, 2015
* @version 1.
4.1.14, Oct 1
, 2015
* @since 0.3.1
*/
@RequestProcessor
...
...
@@ -104,7 +104,7 @@ public class UpgradeProcessor {
/**
* Old version.
*/
private
static
final
String
FROM_VER
=
"
0.6.9
"
;
private
static
final
String
FROM_VER
=
"
1.0.0
"
;
/**
* New version.
...
...
src/main/resources/latke.properties
View file @
9cb52c28
...
...
@@ -16,7 +16,7 @@
#
# Description: B3log Latke configurations. Configures the section "Server" carefully.
# Version: 1.
1.1.6, Sep 16
, 2015
# Version: 1.
2.1.6, Oct 1
, 2015
# Author: Liang Ding
#
...
...
@@ -52,4 +52,4 @@ cache=LOCAL
userService
=
LOCAL
#### Static resource version ####
staticResourceVersion
=
201509161700
\ No newline at end of file
staticResourceVersion
=
201510011057
\ No newline at end of file
src/main/webapp/CHANGE_LOGS.html
View file @
9cb52c28
...
...
@@ -5,6 +5,12 @@
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=UTF-8"
>
</head>
<body>
<h2>
Release 1.1.0 - Oct 1, 2015
</h2>
<ul>
<li><a
href=
"https://github.com/b3log/solo/issues/12031"
rel=
"nofollow"
target=
"_blank"
>
12031 Bruce 皮肤细节
</a></li>
<li><a
href=
"https://github.com/b3log/solo/issues/12032"
rel=
"nofollow"
target=
"_blank"
>
12032 七牛配置增强
</a></li>
<li><a
href=
"https://github.com/b3log/solo/issues/12030"
rel=
"nofollow"
target=
"_blank"
>
12030 项目结构调整
</a></li>
</ul>
<h2>
Release 1.0.0 - Sep 16, 2015
</h2>
<ul>
<li><a
href=
"https://github.com/b3log/solo/issues/12029"
>
12029 上传七牛
</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 @
9cb52c28
...
...
@@ -20,12 +20,12 @@
Description: Web deployment descriptor on GAE. See
http://code.google.com/intl/en/appengine/docs/java/config/appconfig.html
for more details.
Version: 1.
3.5.6, Sep 16
, 2015
Version: 1.
4.5.6, Oct 1
, 2015
Author: Liang Ding
-->
<appengine-web-app
xmlns=
"http://appengine.google.com/ns/1.0"
>
<application>
solo-demo
</application>
<version>
1
0
0
</version>
<version>
1
1
0
</version>
<sessions-enabled>
true
</sessions-enabled>
...
...
src/main/webapp/skins/finding/skin.properties
View file @
9cb52c28
...
...
@@ -22,5 +22,5 @@
name
=
Finding
version
=
1.0.1
forSolo
=
1.
0
.0
forSolo
=
1.
1
.0
memo
=
http://demo.ghost.io
src/main/webapp/skins/mobile/skin.properties
View file @
9cb52c28
...
...
@@ -22,5 +22,5 @@
name
=
Mobile
version
=
0.1.5
forSolo
=
1.
0
.0
forSolo
=
1.
1
.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
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