alex.xu
|
f8d39927ce
|
php8正式移除了类名相同的构造方法的支持
|
2020-12-10 15:02:16 +08:00 |
|
joyqi
|
f9dfb1bb85
|
fix #1034
|
2020-11-30 12:07:16 +08:00 |
|
joyqi
|
1cc3066569
|
fix #1030
|
2020-11-24 16:06:06 +08:00 |
|
joyqi
|
cee119eb4d
|
upgrade HyperDown
|
2020-11-19 17:03:00 +08:00 |
|
joyqi
|
74c8143825
|
fix #1008
|
2020-10-03 21:20:27 +08:00 |
|
idawnlight
|
b8f8c4c489
|
fix: array offset access syntax with curly braces is no longer supported
|
2020-06-28 01:21:46 +08:00 |
|
joyqi
|
0b68fa8b14
|
fix #968
|
2020-06-11 18:08:32 +08:00 |
|
Atom Long
|
09a81d394c
|
Merge branch 'master' of https://github.com/typecho/typecho
|
2020-05-12 17:32:38 +08:00 |
|
Atom Long
|
78e2dfbde8
|
fixed code indent, TAB --> 4 spaces
|
2020-05-12 17:29:41 +08:00 |
|
joyqi
|
3413dfd7ce
|
fix #954
|
2020-05-12 16:21:59 +08:00 |
|
joyqi
|
6398551ac3
|
fix #952
|
2020-05-12 16:08:43 +08:00 |
|
Atom Long
|
408cb56ce1
|
Fix #334: Support uploading pictures using Windows Live Writer or Open Live Writer.
|
2020-05-09 00:20:50 +08:00 |
|
Atom Long
|
029579be4d
|
IXR_Error is a class, not a function.
|
2020-05-09 00:08:06 +08:00 |
|
joyqi
|
5ba2f03206
|
fix #945
|
2020-04-08 00:56:47 +08:00 |
|
joyqi
|
691b43bc48
|
fix #941
|
2020-04-01 17:17:31 +08:00 |
|
joyqi
|
3cc75893da
|
close #940
fix #936
|
2020-04-01 17:10:44 +08:00 |
|
joyqi
|
3bba7cd9dd
|
fix #926
close #928
|
2020-03-10 10:47:40 +08:00 |
|
joyqi
|
8d2aa236b1
|
fix
|
2019-12-19 22:15:15 +08:00 |
|
joyqi
|
d695ce3ce5
|
Merge pull request #871 from AlanDecode/master
修复通过 metaWeblog 接口新建草稿时返回 cid 错误的问题
|
2019-12-18 11:47:49 +08:00 |
|
jeaxnew
|
9948a62557
|
Update Request.php
fix #567
|
2019-11-13 19:04:56 +08:00 |
|
joyqi
|
75237e6a44
|
fix #896
|
2019-10-31 16:47:33 +08:00 |
|
joyqi
|
c17bdaf606
|
Merge pull request #882 from kraity/master
修复 XmlRpc 接口的几个错误问题
|
2019-09-03 14:10:53 +08:00 |
|
joyqi
|
147f7ede98
|
fix #881
Add 'setInputsAttribute' method for all form element classes.
|
2019-09-03 13:44:16 +08:00 |
|
权那他
|
5abd915678
|
解决无法判断该独立页面是否有草稿
|
2019-08-23 13:20:52 +08:00 |
|
权那他
|
64a66be475
|
解决无法编辑独立页面
|
2019-08-23 13:19:51 +08:00 |
|
权那他
|
71c72c7926
|
修正XMLRPC不能获取文章是否有草稿状态
修正XMLRPC不能获取文章是否有草稿状态
1608行
$this->typechoToWordpressStatus($posts->status, 'post')
改为
$this->typechoToWordpressStatus(($posts->hasSaved || 'post_draft' == $posts->type) ? 'draft' : $posts->status, 'post')
|
2019-08-18 10:16:54 +08:00 |
|
权那他
|
6d27a24fb8
|
修正XMLRPC只能发表发布状态的问题,修正后可以发布私密、草稿、等等状态的文章
修正XMLRPC只能发表发布状态的问题,修正后可以发布私密、草稿、等等状态的文章
在1442行
$status = $this->wordpressToTypechoStatus($content["{$type}_status"], $type);
后面增加一行判断
$input['visibility'] = isset($content["visibility"]) ? $content["visibility"] : $status;
|
2019-08-18 10:14:26 +08:00 |
|
权那他
|
2e2835ce6b
|
修复用XMLRPC获取评论时无法得到垃圾评论和待审核评论
修复用XMLRPC获取评论时无法得到垃圾评论和待审核评论
1056行
$input['status'] = 'hold' == $input['status'] ? $input['status'] : $this->wordpressToTypechoStatus($struct['status']);
改为
$input['status'] = $this->wordpressToTypechoStatus($struct['status'], 'comment');
|
2019-08-18 10:11:17 +08:00 |
|
AlanDecode
|
664d8bcb23
|
修复通过 metaWeblog 接口新建草稿时返回 cid 错误的问题
|
2019-06-11 10:06:44 +08:00 |
|
joyqi
|
32c2f8217d
|
fix #845
|
2019-03-16 14:50:13 +08:00 |
|
xyuanmu
|
632ac977ee
|
Update Fake.php
测试发现,这个值是不需要的
|
2018-12-22 12:05:02 +08:00 |
|
xyuanmu
|
247aa9e043
|
fix Undefined variable: options in Fake.php
|
2018-12-14 23:14:57 +08:00 |
|
joyqi
|
f4a34e0d7b
|
fix
|
2018-11-26 14:15:25 +08:00 |
|
joyqi
|
b6626e42d8
|
fix error
|
2018-11-26 13:28:19 +08:00 |
|
joyqi
|
26b70e2af8
|
Add function: mark status of multi posts.
|
2018-11-26 11:38:45 +08:00 |
|
jrotty
|
430649df81
|
增加标签统计
|
2018-11-10 14:21:07 +08:00 |
|
renothing
|
1e7e7e7997
|
fix error when use different protocol between reverse proxy and backend.
|
2018-10-28 05:41:02 +08:00 |
|
joyqi
|
235888cc3e
|
fix typo
|
2018-10-23 16:39:15 +08:00 |
|
joyqi
|
0b1096c588
|
Now you can paste an image from clicpboard into the editor directly.
|
2018-10-23 16:29:48 +08:00 |
|
joyqi
|
b497004516
|
fix #753
|
2018-09-26 11:07:07 +08:00 |
|
Bestony
|
2a8b11f48b
|
fix: Support plus in email address
fix: add support in email address (just like example+typecho@gmail.com)
|
2018-09-06 10:54:42 +08:00 |
|
joyqi
|
c2a71c2f19
|
fix #769
|
2018-08-27 11:53:39 +08:00 |
|
joyqi
|
94ddb69311
|
Merge branch 'master' of github.com:typecho/typecho
|
2018-08-19 14:24:06 +08:00 |
|
joyqi
|
27dce21870
|
update hyperdown
|
2018-08-19 14:23:52 +08:00 |
|
Chawye Hsu
|
d93af07d31
|
chore: fix wrong slug prompt
|
2018-08-18 17:27:29 +08:00 |
|
joyqi
|
3303b435ad
|
add reset
|
2018-07-30 12:05:28 +08:00 |
|
joyqi
|
03f237b32f
|
Merge pull request #767 from idawnlight/master
修正错误的数据堆栈
|
2018-07-30 11:55:53 +08:00 |
|
dawnlight
|
cbc08861f4
|
修正错误的数据堆栈
减少一次 `count` 运算
|
2018-07-28 13:55:00 +08:00 |
|
joyqi
|
df5f747975
|
Merge pull request #766 from leenzhu/fix-752
fix #752
|
2018-07-28 12:35:06 +08:00 |
|
joyqi
|
02929ea4f5
|
update hyperdown
|
2018-07-25 10:58:53 +08:00 |
|