Zero King
8437eac420
Fix unsafe use of jQuery .html() ( #1382 )
2022-10-29 23:54:13 +08:00
joyqi
f0bf9d770d
update readme
2022-10-25 14:53:09 +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
沈唁
2014be4cd3
Adjust style of edit comments ( #1483 )
...
* Adjust style of edit comments
Fix #1481
* update
* update
2022-08-01 14:56:22 +08:00
沈唁
d15fc14463
Fix use SQLite error of windows install ( #1471 )
2022-07-20 00:20:25 +08:00
Ryan Lieu
f07b57fe20
Fix multiple calls returning the same object ( #1478 )
2022-07-15 11:19:18 +08:00
沈唁
c03ee2c8be
Fix the error of getting request parameters ( #1464 )
2022-06-21 13:59:53 +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
沈唁
ac33000ad0
Add admin/footer.php begin plugin ( #1426 )
2022-05-07 16:33:00 +08:00
MBRjun Duplicate
02937dc51c
Fix QUIC/https Mixed Content ( #1423 )
2022-05-04 09:31:59 +08:00
jrotty
437d296af5
修复管理员进入其他用户文章列表时显示所有文章的bug ( #1415 )
...
* 修复管理员进入其他用户文章列表时显示所有文章的bug
bug描述:当管理员在文章管理页面,点击所有查看所有文章后,再通过这个页面进入作者文章管理页面时,仍会显示所有文章而不是当前作者的文章
* Update manage-users.php
* Fix missing manage-posts
Co-authored-by: sy-records <52o@qq52o.cn >
2022-04-29 10:53:05 +08:00
沈唁
f31e6daf7b
Fix notice not clear ( #1416 )
2022-04-26 10:29:26 +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
Valpha
9fd02529b1
Update write-js.php ( #1400 )
...
Add 'allow-same-origin' into sandbox's attrs to fix that the article preview page does not match the real page.
2022-04-15 13:50:13 +08:00
沈唁
3512fd41bf
Enhancement of Typecho\Cookie ( #1399 )
2022-04-14 15:49:04 +08:00
joyqi
997aa607ac
fix words
2022-04-07 11:28:28 +08:00
沈唁
3b03e0267b
Update admin welcome tip ( #1389 )
2022-04-07 11:26:02 +08:00
joyqi
61606a9069
fix #1380
2022-04-05 22:53:39 +08:00
joyqi
34e5bf2861
fix #1375
2022-04-04 00:01:33 +08:00
沈唁
c78f7fda68
Fix pgsql reset id error ( #1369 )
2022-04-02 21:27:31 +08:00
joyqi
7ebfe82de1
fix #1361
2022-04-02 18:10:28 +08:00
joyqi
004db7c056
Move language build trigger from workflows/dev to workflows/release.
2022-04-02 16:41:37 +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
d77a1ecad7
Delete config.inc.sqlite.php
2022-04-01 16:55:08 +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
joyqi
142a615feb
Merge branch 'master' of github.com:typecho/typecho
2022-04-01 15:25:28 +08:00
joyqi
c30b67d18d
Update .gitignore
...
update gitignore
2022-04-01 15:25:10 +08:00
毛线
2db893e802
Update install.php ( #1357 )
...
修复宝塔面板的网站目录带.导致db路径校验不通过的问题
2022-04-01 14:07:08 +08:00
沈唁
2f3e15dfb8
Fix checkVersion ( #1356 )
2022-04-01 11:12:54 +08:00
沈唁
4be93f2741
Fix missing mysqli_connect_errno ( #1346 )
v1.2.0
2022-03-28 12:11:24 +08:00
joyqi
6100695d87
fix db exception
2022-03-25 15:31:57 +08:00
fen
0bdf8721e1
add ignore
2022-03-25 12:08:22 +08:00
沈唁
ce7af58367
Optimize code ( #1342 )
2022-03-24 17:46:03 +08:00
joyqi
1b673e06ff
fix typecho/Dockerfile#9
2022-03-22 14:24:14 +08:00
joyqi
0edb48fae0
fix #1335 , close #1337
2022-03-16 21:05:22 +08:00
沈唁
17fcb2f08b
Fix undefined Typecho\Db\Adapter_Exception ( #1334 )
2022-03-15 16:09:32 +08:00
joyqi
5f943d48b5
fix #1329
2022-02-25 21:16:12 +08:00
joyqi
b23277267a
fix #1328
2022-02-24 23:21:35 +08:00
沈唁
b0d78a81dc
Fix #1326 ( #1327 )
2022-02-21 21:51:13 +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
沈唁
13dc5e87dd
Fix #1322 ( #1323 )
...
Great work!
2022-02-15 11:10:15 +08:00