joyqi
de53b64880
fix: remove special chars ( #1716 )
2024-01-23 18:29:59 +08:00
Lu Fei
9635a7a0ba
Optimize applySlug ( #1684 )
...
* Optimize applySlug
* optimize code
* fix: more rigorous judgment
* improve slug generating
---------
Co-authored-by: joyqi <joyqi@segmentfault.com>
2024-01-05 15:55:34 +08:00
joyqi
81ad2232bf
fix #1671 ( #1678 )
2024-01-04 11:13:36 +08:00
joyqi
77aebcbd0e
fix #1674 ( #1676 )
2024-01-02 11:16:44 +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
Lu Fei
5f52c1e25b
Fix null argument issue ( #1633 )
2023-10-03 11:12:46 +08:00
jrotty
272fc8b3e1
增加邮箱也可以登陆的提示 ( #1631 )
...
😭 用了八年,今天翻代码才知道也可以用邮箱登陆
2023-09-29 15:12:11 +08:00
Losses Don
e143be0036
fix: Fix #1597 ( #1598 )
2023-09-22 10:54:38 +08:00
Jealous
666619538a
Fix typo ( #1612 )
2023-09-21 22:48: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
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
a609b149e9
fix #1539
2023-03-03 16:37:32 +08:00
Zero King
8437eac420
Fix unsafe use of jQuery .html() ( #1382 )
2022-10-29 23:54:13 +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
Kane
7f7b24d28f
Minor update ( #1451 )
...
* Update
- 更新 Windows 和 Linux 系统中文本编辑器样式问题(为代码块中添加中文后备字体修正样式)
* Update
- 缩略图支持识别 avif 图片(具体可参考https://en.wikipedia.org/wiki/AVIF )
2022-06-07 18:08:24 +08:00
沈唁
ac33000ad0
Add admin/footer.php begin plugin ( #1426 )
2022-05-07 16:33:00 +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
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
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
7ebfe82de1
fix #1361
2022-04-02 18:10:28 +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
沈唁
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
沈唁
0b021e5e7d
Fix broken extends.typecho.org link ( #1315 )
...
close #857
2022-02-09 11:41:35 +08:00
joyqi
1eedc481ad
fix #1295 , ref #1297
2022-01-29 17:46:48 +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
01d9d0c3f5
fix #1207
2021-10-28 12:04:00 +08:00
joyqi
cb4457ab52
fix #1201
2021-10-21 22:08:53 +08:00
joyqi
d174cc5732
update hyperdown
2021-09-30 01:06:14 +08:00
joyqi
a003cffbbb
fix radio & checkbox vertical alignment.
2021-09-15 14:15:06 +08:00
joyqi
a1bf3d037b
fix #1162
2021-09-09 20:18:11 +08:00
joyqi
6123f3ae62
fix sandbox
2021-09-05 10:47:29 +08:00
joyqi
7068b2bbe1
Refactor method pluginDIr
2021-09-02 17:55:41 +08:00
joyqi
7bd37f7d8c
fix options
2021-09-02 11:34:12 +08:00
joyqi
4f13adcadd
replace theme and plugin file
2021-09-01 17:21:58 +08:00
joyqi
ba0bfd3551
replace with new namespace rule
2021-09-01 17:08:57 +08:00
joyqi
e15c2966a9
still working on it
2021-08-30 14:52:52 +08:00
joyqi
539ef5e111
still working on it
2021-08-27 18:06:57 +08:00
joyqi
91a970521c
New context layer for widget. Improve backup performance.
2021-08-26 15:00:38 +08:00
joyqi
cf9776ee43
replace underscore with backslash
2021-08-24 14:19:14 +08:00
joyqi
a2e784113a
new request wrapper
2021-08-24 14:08:58 +08:00
joyqi
75d5677d7d
Make API Typecho_Common::arrayFlatten
deprecated, please use array_column instead.
2021-08-20 16:42:40 +08:00
joyqi
efc5bf5c51
update hyperdown
2021-08-19 15:56:42 +08:00
joyqi
44aef6c707
reformat code
2021-08-18 18:41:39 +08:00
joyqi
467471c9c3
finish install
2021-08-18 16:09:22 +08:00
joyqi
3ad7b06c6f
fix cli install
2021-08-18 00:41:48 +08:00
joyqi
2731e34db0
fix install
2021-08-17 18:36:54 +08:00