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
1fd47932
Commit
1fd47932
authored
Oct 24, 2017
by
Liang Ding
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🎨
"B3log Solo" to "Solo"
parent
9dd65d34
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
7 deletions
+7
-7
src/main/java/org/b3log/solo/event/symphony/CommentSender.java
...ain/java/org/b3log/solo/event/symphony/CommentSender.java
+1
-1
src/main/webapp/skins/9IPHP/lang/lang_en_US.properties
src/main/webapp/skins/9IPHP/lang/lang_en_US.properties
+1
-1
src/main/webapp/skins/9IPHP/lang/lang_zh_CN.properties
src/main/webapp/skins/9IPHP/lang/lang_zh_CN.properties
+1
-1
src/main/webapp/skins/mobile/macro-head.ftl
src/main/webapp/skins/mobile/macro-head.ftl
+1
-1
src/test/resources/skins/9IPHP/lang/lang_en_US.properties
src/test/resources/skins/9IPHP/lang/lang_en_US.properties
+1
-1
src/test/resources/skins/9IPHP/lang/lang_zh_CN.properties
src/test/resources/skins/9IPHP/lang/lang_zh_CN.properties
+1
-1
src/test/resources/skins/mobile/macro-head.ftl
src/test/resources/skins/mobile/macro-head.ftl
+1
-1
No files found.
src/main/java/org/b3log/solo/event/symphony/CommentSender.java
View file @
1fd47932
...
...
@@ -113,7 +113,7 @@ public final class CommentSender extends AbstractEventListener<JSONObject> {
requestJSONObject
.
put
(
Comment
.
COMMENT
,
comment
);
requestJSONObject
.
put
(
"clientVersion"
,
SoloServletListener
.
VERSION
);
requestJSONObject
.
put
(
"clientRuntimeEnv"
,
"LOCAL"
);
requestJSONObject
.
put
(
"clientName"
,
"
B3log
Solo"
);
requestJSONObject
.
put
(
"clientName"
,
"Solo"
);
requestJSONObject
.
put
(
"clientHost"
,
Latkes
.
getServePath
());
requestJSONObject
.
put
(
"clientAdminEmail"
,
preference
.
optString
(
Option
.
ID_C_ADMIN_EMAIL
));
requestJSONObject
.
put
(
"userB3Key"
,
preference
.
optString
(
Option
.
ID_C_KEY_OF_SOLO
));
...
...
src/main/webapp/skins/9IPHP/lang/lang_en_US.properties
View file @
1fd47932
...
...
@@ -15,7 +15,7 @@
#
#
# Description:
B3log
Solo language configurations(en_US).
# Description: Solo language configurations(en_US).
# Version: 1.2.0.0, Apr 8, 2017
# Author: Liyuan Li
#
...
...
src/main/webapp/skins/9IPHP/lang/lang_zh_CN.properties
View file @
1fd47932
...
...
@@ -15,7 +15,7 @@
#
#
# Description:
B3log
Solo default language configurations(zh_CN).
# Description: Solo default language configurations(zh_CN).
# Version: 1.2.0.0, Apr 8, 2017
# Author: Liyuan Li
#
...
...
src/main/webapp/skins/mobile/macro-head.ftl
View file @
1fd47932
...
...
@@ -3,7 +3,7 @@
<title>${title}</title>
<#nested>
<meta name="author" content="${blogTitle?html}" />
<meta name="generator" content="
B3log
Solo" />
<meta name="generator" content="Solo" />
<meta name="copyright" content="B3log" />
<meta name="owner" content="B3log Team" />
<meta name="revised" content="${blogTitle?html}, ${year}" />
...
...
src/test/resources/skins/9IPHP/lang/lang_en_US.properties
View file @
1fd47932
...
...
@@ -15,7 +15,7 @@
#
#
# Description:
B3log
Solo language configurations(en_US).
# Description: Solo language configurations(en_US).
# Version: 1.0.0.0, Feb 17, 2017
# Author: Liyuan Li
#
...
...
src/test/resources/skins/9IPHP/lang/lang_zh_CN.properties
View file @
1fd47932
...
...
@@ -15,7 +15,7 @@
#
#
# Description:
B3log
Solo default language configurations(zh_CN).
# Description: Solo default language configurations(zh_CN).
# Version: 1.0.0.0, Feb 17, 2017
# Author: Liyuan Li
#
...
...
src/test/resources/skins/mobile/macro-head.ftl
View file @
1fd47932
...
...
@@ -3,7 +3,7 @@
<title>${title}</title>
<#nested>
<meta name="author" content="${blogTitle?html}" />
<meta name="generator" content="
B3log
Solo" />
<meta name="generator" content="Solo" />
<meta name="copyright" content="B3log" />
<meta name="owner" content="B3log Team" />
<meta name="revised" content="${blogTitle?html}, ${year}" />
...
...
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