This commit is contained in:
lxsang 2020-06-17 23:55:09 +02:00
parent 9405900664
commit 837a6ae3b6
10 changed files with 8 additions and 8 deletions

View File

@ -5,7 +5,7 @@ Blackend for my blog at https://blog.iohub.dev
## Change logs
### v0.2.0-a
### v0.2.1-a
* Important change: Store raw post content to the database instead of base64 string as before
### v0.1.4-a

View File

@ -5,7 +5,7 @@ Blackend for my blog at https://blog.iohub.dev
## Change logs
### v0.2.0-a
### v0.2.1-a
* Important change: Store raw post content to the database instead of base64 string as before
### v0.1.4-a

File diff suppressed because one or more lines are too long

View File

@ -6,7 +6,7 @@
"author": "Xuan Sang LE",
"email": "xsang.le@gmail.com"
},
"version":"0.2.0-a",
"version":"0.2.1-a",
"category":"Internet",
"iconclass":"fa fa-book",
"mimes":["none"]

Binary file not shown.

View File

@ -253,7 +253,7 @@ class Blogger extends this.OS.application.BaseApplication
return unless sel
@blogdb.get Number(sel.id)
.then (r) =>
@editor.value r.content
@editor.value r.content.unescape()
@inputtags.value = r.tags
(@find "blog-publish").swon = if Number(r.publish) then true else false
.catch (e) =>

View File

@ -6,7 +6,7 @@
"author": "Xuan Sang LE",
"email": "xsang.le@gmail.com"
},
"version":"0.2.0-a",
"version":"0.2.1-a",
"category":"Internet",
"iconclass":"fa fa-book",
"mimes":["none"]

View File

@ -6,7 +6,7 @@
"author": "",
"email": ""
},
"version":"0.0.1-a",
"version":"0.0.2-a",
"category":"Other",
"iconclass":"fa fa-adn",
"mimes":["none"],

View File

@ -6,7 +6,7 @@
"author": "",
"email": ""
},
"version":"0.0.1-a",
"version":"0.0.2-a",
"category":"Other",
"iconclass":"fa fa-adn",
"mimes":["none"],