Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wiki-js
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
wiki-js
Commits
9d090ab3
Commit
9d090ab3
authored
Jul 08, 2017
by
NGPixel
Committed by
Nicolas Giard
Jul 09, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: missing icons + updated versions
parent
92310816
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
26 additions
and
18 deletions
+26
-18
.travis.yml
.travis.yml
+2
-5
editor-file.vue
client/js/components/editor-file.vue
+2
-2
config.sample.yml
config.sample.yml
+11
-0
package-lock.json
npm/package-lock.json
+0
-0
package.json
npm/package.json
+11
-11
No files found.
.travis.yml
View file @
9d090ab3
language
:
node_js
node_js
:
-
'
7
'
-
'
8
'
branches
:
except
:
-
docker
...
...
@@ -18,11 +18,8 @@ env:
cache
:
yarn
before_script
:
-
yarn run build
-
yarn global add snyk
-
snyk auth $SNYK_TOKEN
before_deploy
:
-
tar -czf wiki-js.tar.gz * -X .build/.deployexclude
-
snyk monitor
deploy
:
provider
:
releases
api_key
:
...
...
@@ -35,7 +32,7 @@ deploy:
branch
:
master
repo
:
Requarks/wiki
tags
:
true
node
:
'
7
'
node
:
'
8
'
notifications
:
webhooks
:
urls
:
...
...
client/js/components/editor-file.vue
View file @
9d090ab3
...
...
@@ -209,7 +209,7 @@
this
.
$store
.
dispatch
(
'editor/insert'
,
textToInsert
)
this
.
$store
.
dispatch
(
'alert'
,
{
style
:
'blue'
,
icon
:
'
paper
'
,
icon
:
'
ui-1_check-square-09
'
,
msg
:
(
this
.
mode
===
'file'
)
?
this
.
$t
(
'editor.filesuccess'
)
:
this
.
$t
(
'editor.imagesuccess'
)
})
this
.
cancel
()
...
...
@@ -564,7 +564,7 @@
self
.
uploadSucceeded
=
true
self
.
$store
.
dispatch
(
'alert'
,
{
style
:
'blue'
,
icon
:
'
cloud-upload
'
,
icon
:
'
arrows-1_cloud-upload-96
'
,
msg
:
self
.
$t
(
'editor.fileuploadsuccess'
)
})
}
...
...
config.sample.yml
View file @
9d090ab3
...
...
@@ -154,3 +154,14 @@ externalLogging:
rollbar
:
false
sentry
:
false
# ---------------------------------------------------------------------
# Color Theme
# ---------------------------------------------------------------------
theme
:
primary
:
indigo
alt
:
blue-grey
footer
:
blue-grey
code
:
dark
:
true
colorize
:
true
npm/package-lock.json
0 → 100644
View file @
9d090ab3
B
{
npm/package.json
View file @
9d090ab3
{
"name"
:
"wiki.js"
,
"version"
:
"1.0.0-beta.1
2.13
"
,
"version"
:
"1.0.0-beta.1
3.2
"
,
"description"
:
"A modern, lightweight and powerful wiki app built on NodeJS, Git and Markdown"
,
"main"
:
"install.js"
,
"scripts"
:
{
...
...
@@ -29,15 +29,15 @@
},
"homepage"
:
"https://github.com/Requarks/wiki#readme"
,
"dependencies"
:
{
"bluebird"
:
"
^
3.5.0"
,
"colors"
:
"
^
1.1.2"
,
"execa"
:
"
^
0.7.0"
,
"follow-redirects"
:
"
^1.2.3
"
,
"fs-extra"
:
"
^
3.0.1"
,
"inquirer"
:
"
^3.1.0
"
,
"lodash"
:
"
^
4.17.4"
,
"ora"
:
"
^1.2
.0"
,
"pm2"
:
"
^
2.5.0"
,
"tar"
:
"
^
3.1.5"
"bluebird"
:
"
~
3.5.0"
,
"colors"
:
"
~
1.1.2"
,
"execa"
:
"
~
0.7.0"
,
"follow-redirects"
:
"
~1.2.4
"
,
"fs-extra"
:
"
~
3.0.1"
,
"inquirer"
:
"
~3.1.1
"
,
"lodash"
:
"
~
4.17.4"
,
"ora"
:
"
~1.3
.0"
,
"pm2"
:
"
~
2.5.0"
,
"tar"
:
"
~
3.1.5"
}
}
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