44 Commits

Author SHA1 Message Date
joyqi
90c0a70252 fix tags saving 2023-12-30 21:21:43 +08:00
joyqi
7edd3f9659 fix query 2023-12-29 12:59:33 +08:00
joyqi
e89b1bbcf6 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
2023-11-27 21:57:18 -08:00
Lu Fei
438ac35487 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>
2023-10-01 16:51:09 +08:00
joyqi
4c8c64c79e 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
2023-09-24 16:21:32 +08:00
joyqi
bf2cb07e4b fix #1160 2021-09-09 18:20:30 +08:00
joyqi
519e84e74c fix #1156 2021-09-09 00:16:07 +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
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
75d5677d7d Make API Typecho_Common::arrayFlatten deprecated, please use array_column instead. 2021-08-20 16:42:40 +08:00
joyqi
954e710013 remove func_get_args 2021-08-18 23:16:08 +08:00
joyqi
3d0b5d5f6c reformat code 2021-08-18 22:29:34 +08:00
joyqi
467471c9c3 finish install 2021-08-18 16:09:22 +08:00
joyqi
92a40c87a5 fix #724 2018-03-23 12:39:25 +08:00
joyqi
41751a3625 fix #597 2017-08-09 14:10:41 +08:00
joyqi
86ae20bfbb Merge pull request #425 from MioMioReimu/master
bugfix: In function 'treeViewCategoriesCallback' , the item Tag is hardcode w…
2016-01-26 14:50:51 +08:00
joyqi
eca450855e fix #407 2016-01-25 16:37:16 +08:00
tlm
e311837418 In function 'treeViewCategoriesCallback' , the item Tag is hardcode with 'li' . It should be replaced by itemTag. 2015-12-15 14:20:33 +08:00
祁宁
99f6e2f8a7 给category list增加聚焦效果 2014-04-09 12:44:53 +08:00
祁宁
308c1beb16 修正撰写文章添加标签时可能出现的非法字符
修正cookie对数组的过滤不严
2014-03-14 15:09:34 +08:00
祁宁
a58e564bb7 修正验证参数不严导致的可能泄漏路径 2014-03-11 21:18:16 +08:00
祁宁
a4f93e0231 为文件上传加入token保护
对文件名做更加严格的过滤
2014-03-11 15:20:54 +08:00
祁宁
31a59be5e6 fix #204 2014-03-11 11:16:12 +08:00
祁宁
0d30d33aa3 修正泄露路径的漏洞 2014-03-10 21:05:20 +08:00
joyqi
7ccd45dd87 修正分类修改bug 2014-03-01 13:27:10 +08:00
joyqi
de7b57c2cb fix #197 2014-02-28 09:53:06 +08:00
joyqi
972e65d02b 全面增加security安全模块,保护免受跨站攻击 2014-02-27 23:13:09 +08:00
joyqi
462e1b645f fix #193 2014-02-26 14:21:41 +08:00
joyqi
8e7bf64397 修复多级分类后台显示错误 2014-02-25 11:24:48 +08:00
joyqi
bb331ec8a5 修正子分类的一系列问题 2014-02-25 10:54:50 +08:00
joyqi
854bfdafef 子分类支持 2014-02-24 18:55:56 +08:00
joyqi
7ac6ca5546 将分类和标签分开管理,为后续支持子分类做准备 2014-02-18 15:48:03 +08:00
fen
851eb6b57d 剥离 .btn 样式 2014-01-07 23:53:05 +08:00
joyqi
0f822e5bfd fixed #127
fixed #139

增加了清理未归档文件功能
标签下的文章如果为空时会自动把该标签清除
2013-12-19 17:07:36 +08:00
joyqi
c86c007dca 更新markdown,加上nofollow,修正链接自动识别
更新消息机制,将后台cookie识别改为前台js cookie识别
更新session机制
2013-11-22 12:34:13 +08:00
fen
2332ac8b64 修改弹出窗口样式
修改按钮样式
2013-10-19 12:04:39 +08:00
joyqi
16293f11ef 修复一个转向bug 2013-10-17 16:49:24 +08:00
fen
e94cea5a7a 修改标签页展示 2013-10-17 10:43:03 +08:00
fen
0e388726b4 修改文案 2013-10-12 21:32:52 +08:00
joyqi
55379c90df 初始化
修改了上一个版本的一些错误,第一次提交
2013-07-17 13:13:57 +08:00