Commit Graph

57 Commits

Author SHA1 Message Date
joyqi 81ad2232bf fix #1671 (#1678) 2024-01-04 11:13:36 +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 a609b149e9 fix #1539 2023-03-03 16:37:32 +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
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 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 cf9776ee43 replace underscore with backslash 2021-08-24 14:19:14 +08:00
joyqi 13ac6f1c70 Optimize table layout.
Close #1091
2021-05-21 15:29:03 +08:00
joyqi 9f8491076f add missing options 2018-11-26 14:20:08 +08:00
joyqi f4a34e0d7b fix 2018-11-26 14:15:25 +08:00
joyqi 26b70e2af8 Add function: mark status of multi posts. 2018-11-26 11:38:45 +08:00
joyqi 9884a2fc76 fix #628 2017-10-29 15:45:47 +08:00
joyqi 966ecf74f1 fix column 2017-05-10 11:55:41 +08:00
joyqi 5cb34a6e82 fix #559 2017-05-10 11:51:55 +08:00
joyqi 03f928d4d9 fix #527 2017-01-25 11:47:13 +08:00
fen cd65eaf6cb 调整后台可用性及并修复搜索 bug 2016-07-17 18:04:49 +08:00
joyqi 972e65d02b 全面增加security安全模块,保护免受跨站攻击 2014-02-27 23:13:09 +08:00
fen c22ecae58a 改进 Issue #145 上传页面 2014-01-07 23:41:29 +08:00
qt06 d38e37cdf7 add the 'label' to the checkbox 2014-01-01 11:19:31 +08:00
fen e74abeedd6 修复栅格历史遗留问题 2013-12-25 20:32:04 +08:00
joyqi 718f36caa3 标准化语言项 2013-12-13 15:32:56 +08:00
fen a97266df06 减少代码量 2013-12-09 21:27:03 +08:00
fen 589c20de4f 修复管理页全选表单 label
移除下拉操作菜单多余内容
修复评论框 required 选项
2013-12-08 20:59:39 +08:00
fen 0fa9e89b61 改进管理菜单操作 2013-12-07 16:32:41 +08:00
fen 3873bff06e fixed responsive with issue #74
update grid system
2013-11-18 14:57:48 +08:00
joyqi fc5afc23bc 给文章增加一个隐私选项,可以选择让文章不现实出来,而只能通过url访问
增加可以调整分类固定链接样式的选项
2013-11-17 21:22:12 +08:00
fen 260fda92db 修复 Issue #56 部分内容 2013-11-06 11:41:52 +08:00
fen 4f136ff330 修改IE下表格问题 2013-10-21 11:10:27 +08:00
fen 990df82d80 添加编辑器图标 2013-10-18 22:25:19 +08:00
fen 1bd4fd41d6 添加部分图标 2013-10-18 16:38:38 +08:00
joyqi 46c6f0e269 修正表格 2013-10-17 20:39:55 +08:00
joyqi 91bb9c9f43 修正排序 2013-10-16 09:23:06 +08:00
fen cd2a3468b0 添加“新增”按钮样式 2013-10-15 16:56:54 +08:00
fen d53bf9dc01 修复php时间格式错误链接
修复个人页面布局
2013-10-15 16:34:34 +08:00
joyqi f8340044ae 修正一堆bug 2013-10-15 14:51:53 +08:00
joyqi 62d1b08264 fix edit 2013-10-15 14:10:03 +08:00
fen df79ef4a3c 修改操作表单对其 2013-10-13 10:44:27 +08:00
fen e7692f1fc8 简化表格结构
简化分页结构
2013-10-13 10:25:01 +08:00
joyqi e5184c4316 clear even class 2013-10-13 00:20:44 +08:00
fen 4e0fd7a415 简化结构 2013-10-13 00:03:04 +08:00
fen 8b1e6867f0 调整结构 2013-10-12 23:55:10 +08:00
joyqi 6e1a499f1b 去掉冗余class 2013-10-12 22:36:19 +08:00
fen 4d51721173 调整栅格结构 2013-10-12 19:24:14 +08:00
fen 6cb5555b13 调整评论 2013-10-11 22:09:01 +08:00
fen d22a3120c0 移除阴影 2013-10-11 20:54:46 +08:00
fen af29c57eab 表格终于有人形了 2013-10-11 16:49:13 +08:00
fen 7d2dc73076 调整布局结构 2013-10-10 17:59:46 +08:00
fen 3f2d28c0cc 修改栅格结构 2013-10-10 17:45:08 +08:00