Commit Graph

41 Commits

Author SHA1 Message Date
joyqi 1c3b86fc22 fix #1679 (#1680)
Detect the insertion point of reply form automatically.
2024-01-04 22:47:15 +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 5f943d48b5 fix #1329 2022-02-25 21:16:12 +08:00
joyqi 0916631ae2 fix #1165 2021-09-10 17:36:52 +08:00
joyqi bf2cb07e4b fix #1160 2021-09-09 18:20:30 +08:00
joyqi eb77897ab6 fix #1159 2021-09-09 14:09:19 +08:00
joyqi 74b0f45a72 fix format 2021-09-06 14:16:21 +08:00
joyqi f40c5c178e fix delete 2021-09-03 12:40:02 +08:00
joyqi c279ef1443 fix xmlrpc 2021-09-03 02:27:52 +08:00
joyqi ba0bfd3551 replace with new namespace rule 2021-09-01 17:08:57 +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 954e710013 remove func_get_args 2021-08-18 23:16:08 +08:00
joyqi 4b97110087 fix stack 2021-08-18 22:55:32 +08:00
joyqi 3d0b5d5f6c reformat code 2021-08-18 22:29:34 +08:00
joyqi 44aef6c707 reformat code 2021-08-18 18:41:39 +08:00
joyqi 3303b435ad add reset 2018-07-30 12:05:28 +08:00
dawnlight cbc08861f4 修正错误的数据堆栈
减少一次 `count` 运算
2018-07-28 13:55:00 +08:00
dawnlight 8d4c8698de 修正错误的数据堆栈 2018-07-23 12:38:23 +08:00
dawnlight e72e723c1e 修正错误的数据堆栈
在没有评论且开启评论分页的情况下,$this->row 会被错误地赋值为 false,在之后通过魔术方法 __get 获取内部变量时会抛出警告
Warning: array_key_exists() expects parameter 2 to be array, boolean given
2018-07-23 10:40:44 +08:00
joyqi 3848176990 fix Chinese symobl 2018-02-03 12:31:30 +08:00
joyqi 9884a2fc76 fix #628 2017-10-29 15:45:47 +08:00
joyqi 5cb34a6e82 fix #559 2017-05-10 11:51:55 +08:00
joyqi eca450855e fix #407 2016-01-25 16:37:16 +08:00
Damien Seguy 6e8c0f6c89 去掉无用的变量 2014-11-02 22:28:13 +01:00
祁宁 a58e564bb7 修正验证参数不严导致的可能泄漏路径 2014-03-11 21:18:16 +08:00
祁宁 0d30d33aa3 修正泄露路径的漏洞 2014-03-10 21:05:20 +08:00
joyqi 972e65d02b 全面增加security安全模块,保护免受跨站攻击 2014-02-27 23:13:09 +08:00
joyqi bb331ec8a5 修正子分类的一系列问题 2014-02-25 10:54:50 +08:00
joyqi 854bfdafef 子分类支持 2014-02-24 18:55:56 +08:00
joyqi 8dbe128e33 fix #169
增加评论删除插件接口
2014-01-09 16:51:36 +08:00
fen 8a58ab79cd 添加 Microdata 支持,改进与搜索引擎的关系 2014-01-04 23:19:59 +08:00
joyqi bd1c151eaa 修正评论钩子点书写错误 2013-12-20 09:36:54 +08:00
joyqi f7d49225a4 增加评论列表插件钩子 2013-12-20 00:21:40 +08:00
joyqi 398f881a41 fixed #90 2013-11-29 20:38:17 +08:00
joyqi c86c007dca 更新markdown,加上nofollow,修正链接自动识别
更新消息机制,将后台cookie识别改为前台js cookie识别
更新session机制
2013-11-22 12:34:13 +08:00
fen af95cff4ba 添加模板评论样式 2013-10-22 21:13:58 +08:00
joyqi 5249a641ce 修正评论bug 2013-10-19 21:40:50 +08:00
joyqi 55379c90df 初始化
修改了上一个版本的一些错误,第一次提交
2013-07-17 13:13:57 +08:00