LibXZR
|
f3299ecb8a
|
Fix broken link when paging by category or tags (#1673)
|
2024-01-01 18:34:20 +08:00 |
|
joyqi
|
3caebb3b20
|
v1.3.0 (#1661)
* Add feed widget
* add feed render
* Add CommentPage widget
* New theme (#1390)
* 调整忽略目录
* add theme
* fix theme scss build
Co-authored-by: fen <f3nb0x@gmail.com>
* s/is_writeable/is_writable/g
* New upgrade method
* merge new fixes from master
* add pgsql ssl mode support (ref #1600) (#1623)
* Feat/code refactor (#1626)
* remove all magic methods, add type for class properties
* refactor codes
* fix all
* refactor code
* fix type
* fix all
* fix request is method
* fix all
* fix router
* fix get page
* fix 1.3.0 upgrade
* [feat] support high resolution avatar
* fix types in i18n component
* Implement Ctrl+S or Command+S for save draft (#1628)
* Implement Ctrl+S or Command+S for save draft
* rename
* add Typecho.savePost
* fix upload file size
* add new uploader
* replace new uploader
* fix textarea change
* fix preview
* refactor post edit
* fix issue
* fix page edit
---------
Co-authored-by: joyqi <joyqi@segmentfault.com>
Co-authored-by: joyqi <magike.net@gmail.com>
* fix #1632
* Add svg to image types
* Feat/tree pages (#1646)
* add tree trait
* finish category tree trait
* support select fields
* fix select fields
* refactor admin trait
* fix draft status
* Add new contents type "revision"
* minor refactor
* add more tree view abstracts
* add tree trait to pages
* get ready for tree view pages
* improve page edit
* fix revision
* fix slug
* add router params delegate
* fix params delegate
* fix
* fix
* fix all
* fix all
* fix tree
* fix page link
* fix feed
* fix page
* fix permalink
* fix permalink input
* fix offset query
* Support IDN (#1629)
* Support IDN
* use js
* Optimize code
* Optimize code
* fix URL script
* remove unnecessary use
---------
Co-authored-by: joyqi <joyqi@segmentfault.com>
* fix input element
* fix #1651, close #1653
* Use json instead of serialize (#1624)
* Use json instead of serialize
* Fix Upgrade code
* add tree trait
* finish category tree trait
* support select fields
* fix select fields
* refactor admin trait
* fix draft status
* Add new contents type "revision"
* minor refactor
* add more tree view abstracts
* add tree trait to pages
* get ready for tree view pages
* improve page edit
* fix revision
* fix slug
* add router params delegate
* fix params delegate
* fix
* fix
* fix all
* fix all
* fix tree
* fix page link
* fix feed
* fix page
* fix permalink
* fix permalink input
* fix offset query
* Fix typo
* remove proxy methods
* remove unnecessary useage
---------
Co-authored-by: joyqi <joyqi@segmentfault.com>
Co-authored-by: joyqi <magike.net@gmail.com>
* Fix Prevent XSS vulnerability in default theme (#1654)
* Fix Prevent XSS vulnerability in default theme
* Update var/Typecho/Db/Adapter/Pdo.php
* fix the getter
---------
Co-authored-by: joyqi <joyqi@segmentfault.com>
* add throwCallback to widget response
* fix: cut down fields when selecting recent posts
* fix typo errors
* fix typo errors
* fix http client cookie
* add throw finish
* fix theme lang
* fix default theme
* fix query
* add open graph and twitter card support
add canonical link
* fix canonical link meta
* fix theme classic-22
* remove unnecessary scss file when packaging
* init plugin signal
* improve: remove feather-icon js file
* fix: typo
* improve: post detail layout
* fix tags saving
* improve: nav search
* fix: theme screenshot
* fix: theme page layout
* remove php 7.2/7.3 env
---------
Co-authored-by: fen <f3nb0x@gmail.com>
Co-authored-by: Lu Fei <52o@qq52o.cn>
|
2023-12-30 23:02:25 +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 |
|
joyqi
|
b989459d87
|
fix #1545 and close #1547
|
2023-03-28 11:36:01 +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 |
|
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 |
|
jrotty
|
0fbb1aaea5
|
模板缩略图支持识别webp图片后缀 (#1403)
* 模板缩略图支持识别webp图片后缀
* Update Contents.php
Co-authored-by: 沈唁 <52o@qq52o.cn>
|
2022-04-15 13:51:06 +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
|
01d9d0c3f5
|
fix #1207
|
2021-10-28 12:04:00 +08:00 |
|
joyqi
|
1f1019ba5b
|
fix #1189
|
2021-09-23 11:29:10 +08:00 |
|
joyqi
|
4186cdec6a
|
fix #1164
|
2021-09-10 14:52:55 +08:00 |
|
joyqi
|
bf2cb07e4b
|
fix #1160
|
2021-09-09 18:20:30 +08:00 |
|
joyqi
|
4791cd978e
|
fix bug
|
2021-09-02 16:13:32 +08:00 |
|
joyqi
|
7bd37f7d8c
|
fix options
|
2021-09-02 11:34:12 +08:00 |
|
joyqi
|
7db5f3c873
|
change all
|
2021-09-01 18:27:03 +08:00 |
|
joyqi
|
2fad7cc398
|
fix attr
|
2021-09-01 13:49:32 +08:00 |
|
joyqi
|
d72d4ea2ab
|
finish xmlrpc
|
2021-08-31 18:25:49 +08:00 |
|
joyqi
|
e15c2966a9
|
still working on it
|
2021-08-30 14:52:52 +08:00 |
|
joyqi
|
93b5656109
|
fix action
|
2021-08-27 18:27:21 +08:00 |
|
joyqi
|
539ef5e111
|
still working on it
|
2021-08-27 18:06:57 +08:00 |
|
joyqi
|
7a1b74b351
|
still working on it
|
2021-08-26 22:19:04 +08:00 |
|
joyqi
|
540fba3122
|
fix class rewrite
|
2021-08-26 18:48:04 +08:00 |
|