Commit Graph

460 Commits

Author SHA1 Message Date
joyqi f206d852bd Merge commit 'e143be0036b91a6ec4bfc5e8d3ad7c19edbfa6e8' into dev 2023-09-22 11:08:55 +08:00
Lu Fei 9910a9cddc Optimize checkVersion,feed code (#1605) 2023-09-22 10:49:51 +08:00
joyqi 38562bab48 Merge commit '9d1b01a8736ab1ce39e9e2e666a2f992eba28b0f' into dev 2023-07-07 16:56:26 +08:00
Kent Liao 9d1b01a873 fix: adding checkbox options after theme initialization cannot be saved. (#1591)
* fix: adding checkbox options after theme initialization cannot be saved.

* chore: Use isset to determine if an option exists
2023-06-14 08:58:27 +08:00
joyqi 6f19a24aa3 fix #1574 (#1575)
* split multiple values

* add a new field type 'json' to handle complex situation

* fix json input display
2023-05-16 21:45:41 +08:00
joyqi 0433a11c0a escape mail string before output 2023-05-15 22:35:25 +08:00
Ryan Lieu 01100c9a4a Fix: php 8.1 strtolower not allow null value (#1559) 2023-04-14 11:45:09 +08:00
joyqi 6de71129a4 Merge commit 'daef17d7eb250419ff84f499e87d25ee71daac87' into dev
# Conflicts:
#	var/Utils/Upgrade.php
2023-03-29 16:20:01 +08:00
joyqi 65f5974e17 Replace the protocol of backend remote checking url from http to https. 2023-03-28 12:07:33 +08:00
Zero King f6e1232db8 Use https links (#1280) 2023-03-28 11:57:45 +08:00
joyqi b989459d87 fix #1545 and close #1547 2023-03-28 11:36:01 +08:00
joyqi f9ede542c9 fix #1535 2023-02-21 17:43:20 +08:00
joyqi d4a5f765a3 Merge branch 'master' into dev
# Conflicts:
#	admin/css/style.css
#	var/Widget/Archive.php
2023-01-29 14:28:43 +08:00
沈唁 e05ebe442e Fix #1495 (#1496)
Argument 1 passed to Utils\AutoP::parse() must be of the type string, null given
2022-09-22 10:25:18 +08:00
沈唁 17d9dcfa17 Fix comments feed jump error (#1491) 2022-08-15 07:24:43 +08:00
Kane 4095850140 Minor update (#1460)
- 后台上传设置增加 avif 类型
- 后台 Avatar 头像支持原生懒加载
2022-06-14 18:57:07 +08:00
Kane 7f7b24d28f Minor update (#1451)
* Update

- 更新 Windows 和 Linux 系统中文本编辑器样式问题(为代码块中添加中文后备字体修正样式)

* Update

- 缩略图支持识别 avif 图片(具体可参考https://en.wikipedia.org/wiki/AVIF
2022-06-07 18:08:24 +08:00
joyqi 1d0e253281 Fix page draft publish 2022-06-01 23:50:36 +08:00
沈唁 88c3bfe13f Fix #1449 (#1450) 2022-05-30 11:11:44 +08:00
沈唁 59a5c8d14d Fix category creation error when using xmlrpc (#1443)
* Fix category creation error when using xmlrpc

* Add use Typecho\Request
2022-05-23 10:44:59 +08:00
joyqi 3119c05e2c fix #1441, fix #1442 2022-05-17 10:24:56 +08:00
joyqi 05e20c0ae5 Fix themeUrl format 2022-05-13 00:46:12 +08:00
沈唁 7279d4832d Fix missing change themeUrl (#1431)
* Fix missing change themeUrl

* Use options themeUrl method
2022-05-13 00:26:10 +08:00
jrotty f8a9d95e43 修正注释 (#1411)
* 修正注释

* 修正注释
2022-04-23 18:00:02 +08:00
jrotty 0fbb1aaea5 模板缩略图支持识别webp图片后缀 (#1403)
* 模板缩略图支持识别webp图片后缀

* Update Contents.php

Co-authored-by: 沈唁 <52o@qq52o.cn>
2022-04-15 13:51:06 +08:00
沈唁 3512fd41bf Enhancement of Typecho\Cookie (#1399) 2022-04-14 15:49:04 +08:00
joyqi bec905274a New upgrade method 2022-04-08 15:11:09 +08:00
joyqi 53eda2cf75 s/is_writeable/is_writable/g 2022-04-07 17:31:32 +08:00
joyqi a74206a89e Add CommentPage widget 2022-04-07 12:55:19 +08:00
joyqi 22a8ad362e add feed render 2022-04-07 01:53:33 +08:00
joyqi f49564db23 Add feed widget 2022-04-06 18:26:15 +08:00
joyqi 61606a9069 fix #1380 2022-04-05 22:53:39 +08:00
沈唁 c78f7fda68 Fix pgsql reset id error (#1369) 2022-04-02 21:27:31 +08:00
joyqi d4068b1661 fix #1363, close #1364
Add json request & response. Perform async service via json request.
2022-04-02 15:33:17 +08:00
joyqi ded268ef59 Pr/1344 (#1360)
* Add missing theme action

* Fix typo

* Optimize code

* Optimize code

* Update themes.php

* Simpler missing theme judgement

Co-authored-by: sy-records <52o@qq52o.cn>
2022-04-01 16:50:23 +08:00
沈唁 2f3e15dfb8 Fix checkVersion (#1356) 2022-04-01 11:12:54 +08:00
joyqi 0edb48fae0 fix #1335, close #1337 2022-03-16 21:05:22 +08:00
joyqi 5f943d48b5 fix #1329 2022-02-25 21:16:12 +08:00
沈唁 f34d14280d Fix compatibility with PHP 8.1 (#1324)
* Fix compatibility with PHP 8.1

PHP Deprecated:  htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in typecho/var/Widget/Archive.php on line 1292

* Fix login

* Fix write

* Fix manage

* Fix PHP Deprecated
2022-02-15 11:10:47 +08:00
joyqi 00c75d2f75 fix version compare 2022-01-30 00:30:28 +08:00
joyqi 75899e287d fix #1268 2022-01-28 23:58:31 +08:00
jiayx 047bd17f19 Fixes for PHP 8.1 compatibility (#1293)
* Fixes for PHP 8.1 compatibility

* Fixes for PHP 8.1 compatibility

* 优化写法

* remove mixed type

* fix nullable column

* fix query filter

* recover

* recover fileds

* recover

* Update Text.php

* Update Text.php

Co-authored-by: joyqi <joyqi@users.noreply.github.com>
2022-01-28 23:51:24 +08:00
joyqi 157fc05265 fix #1268 2021-12-13 11:58:35 +08:00
joyqi eee0228fed Refactor HttpClient, fix #1246 2021-11-18 00:20:24 +08:00
joyqi 389b46635e fix client 2021-11-17 18:34:01 +08:00
joyqi dd4bf889de fix #1222 2021-11-04 16:37:29 +08:00
joyqi 0dcf45a152 fix #1220 2021-10-30 00:02:41 +08:00
joyqi 01d9d0c3f5 fix #1207 2021-10-28 12:04:00 +08:00
joyqi 6b46dd9c50 Merge branch 'master' of github.com:typecho/typecho 2021-10-21 22:09:05 +08:00
joyqi cb4457ab52 fix #1201 2021-10-21 22:08:53 +08:00