Commit Graph

21 Commits

Author SHA1 Message Date
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 21a57903a9 update build file 2021-08-08 13:00:01 +08:00
joyqi cee119eb4d upgrade HyperDown 2020-11-19 17:03:00 +08:00
joyqi 75227b3bac fix editor button generator 2020-05-15 12:19:26 +08:00
joyqi 38f959890d replace compass with node-sass.
create new build tools.
2020-05-14 14:30:19 +08:00
joyqi c57f34b3eb detect editor change event 2017-11-20 12:51:15 +08:00
joyqi 2f2c2d5910 fix #552 2017-03-30 15:09:28 +08:00
祁宁 2b2a7e907b fix #319
使用pagedown原生解析器替换markdown-extra
2014-10-20 23:29:02 +08:00
祁宁 49cae68578 1. 在编辑器非全屏状态下,禁用tab插入空格,以便使用tab跳转输入聚焦
2. 修正一个路由错误
2014-10-20 00:38:34 +08:00
祁宁 3e5a01637b update to CommonMark support 2014-09-26 21:40:55 +08:00
祁宁 d1fd4b2b9c 更换Markdown解析引擎为更准确的Parsedown
统一前后端的Markdown解析
更新Jquery 到2.1.1

fix #267
2014-09-02 13:11:57 +08:00
祁宁 3149169953 修正编辑器自动识别链接时可能错误地添加某些样式地bug 2014-03-13 12:11:21 +08:00
fen 6a838279c6 修复遗漏样式 2014-01-08 00:02:47 +08:00
fen 0fe219206e 添加编辑器分隔符 2013-12-25 20:12:39 +08:00
joyqi 6c09da6bda 给markdown编辑器增加创建自定义对话框的ui.dialog函数 2013-12-20 16:17:06 +08:00
joyqi da5fa61414 给markdown编辑器的js脚本中增加插件挂载点
让用户可以通过js扩展编辑器的功能,比如增加其他按钮等等
2013-12-20 15:52:49 +08:00
fen a77eedd18f 添加 pagedown 的 dialog 属性 2013-12-18 17:49:54 +08:00
joyqi b9cf37d815 修正识别问题 2013-12-03 20:27:43 +08:00
joyqi 5dd094a8be fix hard breaks 2013-11-29 21:46:58 +08:00
joyqi 6b4ac97135 fixed #89 2013-11-29 21:02:10 +08:00
joyqi 10ed729f84 用marked.js以及MarkdownExtraExtended替换旧的markdown解析引擎
全面支持表格,以及回车换行
2013-11-20 11:16:25 +08:00