496 Commits

Author SHA1 Message Date
权那他
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
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
dawnlight
8d4c8698de
修正错误的数据堆栈 2018-07-23 12:38:23 +08:00
dawnlight
e72e723c1e
修正错误的数据堆栈
在没有评论且开启评论分页的情况下,$this->row 会被错误地赋值为 false,在之后通过魔术方法 __get 获取内部变量时会抛出警告
Warning: array_key_exists() expects parameter 2 to be array, boolean given
2018-07-23 10:40:44 +08:00
leenzhu
68db3cd2ab fix #752 2018-07-21 20:27:52 +08:00
mrasong
93a4bbdc20 bug fixed: Typecho_Plugin::exists() 2018-03-24 01:37:07 +08:00
joyqi
92a40c87a5 fix #724 2018-03-23 12:39:25 +08:00
joyqi
d745863e54 fix hyperdown
remove unnecessary js
2018-03-23 12:06:44 +08:00
joyqi
717a3b1afa
Merge pull request #725 from mierhuo/master
fix logical mistake of HyperDown->optimizeBlocks
2018-03-23 11:42:11 +08:00
joyqi
dd2876f484
Merge pull request #733 from allen05ren/master
修复一处输入错误
2018-03-23 11:30:20 +08:00
allen05ren
10593d8172 fix typo. 2018-03-21 23:11:07 +08:00
joyqi
7900c1b740 fix backup file version 2018-03-15 13:23:35 +08:00
joyqi
13c1986f02 Add error correcting mode for backup recovery 2018-03-14 22:00:49 +08:00
joyqi
76c7eb757b fix i18n function 2018-03-08 12:11:49 +08:00
joyqi
09d9c3a944
Merge pull request #714 from mierhuo/master
delete some redundant code in file install.php(config.inc.php as well)
2018-03-08 12:09:37 +08:00
joyqi
a622aa41d7
Merge pull request #720 from insomnux/i18n
added gettext in a few strings in backup.php and Discussion.php
2018-03-07 10:54:54 +08:00
Huspy
04ff4b4c9c fix logical mistake of HyperDown->optimizeBlocks 2018-03-06 15:58:08 +08:00
jrotty
b04996d917
删除多余的冒号 2018-03-05 15:47:57 +08:00
joyqi
eae806390b fix empty column 2018-02-26 12:52:06 +08:00
insomnux
96570e93b9 added gettext in a few strings in backup.php and Discussion.php 2018-02-23 13:21:57 +02:00
Huspy
4ce7490b3b delete some redundant code in file install.php(config.inc.php as well) 2018-02-04 20:09:14 +08:00
joyqi
3848176990 fix Chinese symobl 2018-02-03 12:31:30 +08:00
joyqi
02dd3f997f fix #710 2018-01-29 18:40:43 +08:00
joyqi
82212edba0 fix #1343 2018-01-22 11:42:59 +08:00
joyqi
8c5f967f86 update version 2017-12-14 14:07:54 +08:00
joyqi
42495b36a3 fix plugin version check 2017-12-14 11:37:15 +08:00
joyqi
2e9f64a7f7 fix #689 2017-12-14 11:27:42 +08:00
joyqi
88b1aa465c 编辑器同步跟随功能 2017-12-13 16:55:08 +08:00
joyqi
f2731b7263 fix markdown list parser
fix #688
fix #678
2017-12-11 11:49:25 +08:00
joyqi
f3dab3996d fix #682 2017-12-08 18:38:19 +08:00
joyqi
dd79918d2e fix #676 2017-11-23 15:01:28 +08:00