Fen
8b75782619
update issue template ( #1700 )
2024-01-10 12:45:24 +08:00
Fen
c5ab9295f0
Fix/classic 22 ( #1698 )
...
* style: move customize color to theme.css
2024-01-09 16:33:40 +08:00
Lu Fei
c816efa26e
fix trim error ( #1697 )
2024-01-09 14:56:25 +08:00
joyqi
7115a30301
fix attachment handle ( #1696 )
...
* fix #1694
* fix array dump
* add toColumn method
2024-01-09 14:31:15 +08:00
LibXZR
db5d8694c4
Fix unable to show attachment parent in manage-medias ( #1693 )
2024-01-08 22:56:39 +08:00
Fen
2051c040ec
Fix/classic 22 ( #1690 )
...
* fix: auto dark mode
* improve: pagenav style, theme color
* improve: color schema name
* fix: icon color
* improve: page navigation style
2024-01-07 13:47:59 +08:00
joyqi
13282b5b84
fix undefined array key ( #1688 )
...
* fix undefined array key
* fix: change security email
2024-01-07 11:38:39 +08:00
Fen
af281422d3
update theme classic-22 color schema ( #1689 )
...
* fix: auto dark mode
* improve: pagenav style, theme color
* improve: color schema name
* fix: icon color
2024-01-07 00:39:10 +08:00
LibXZR
68026e0fbc
Fix unable to preview revisions ( #1687 )
...
* Fix unable to preview revisions
* Improve revision preview fix
Co-authored-by: joyqi <joyqi@users.noreply.github.com>
---------
Co-authored-by: joyqi <joyqi@users.noreply.github.com>
2024-01-06 23:33:11 +08:00
joyqi
a9fa990124
replace str compare ( #1685 )
2024-01-06 12:20:41 +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
Lu Fei
9396eef2f9
Remove useless code ( #1683 )
2024-01-05 11:27:13 +08:00
Fen
cec6b9c62b
update theme classic-22 ( #1682 )
...
* 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
* feat: pull request auto merge
* fix permission
* improve: comment style
* fix: search result
* improve: show site description in homepage title
---------
Co-authored-by: joyqi <magike.net@gmail.com>
Co-authored-by: joyqi <joyqi@users.noreply.github.com>
Co-authored-by: joyqi <joyqi@segmentfault.com>
Co-authored-by: Lu Fei <52o@qq52o.cn>
2024-01-05 00:11:38 +08:00
joyqi
f23e825b95
fix router
2024-01-04 23:13:16 +08:00
joyqi
1c3b86fc22
fix #1679 ( #1680 )
...
Detect the insertion point of reply form automatically.
2024-01-04 22:47:15 +08:00
Fen
540dbb3b21
Create SECURITY.md
2024-01-04 17:12:29 +08:00
joyqi
81ad2232bf
fix #1671 ( #1678 )
2024-01-04 11:13:36 +08:00
Lu Fei
d520a556cf
fix style error for code ( #1677 )
2024-01-02 13:47:29 +08:00
joyqi
77aebcbd0e
fix #1674 ( #1676 )
2024-01-02 11:16:44 +08:00
LibXZR
f3299ecb8a
Fix broken link when paging by category or tags ( #1673 )
2024-01-01 18:34:20 +08:00
joyqi
b88a733dc0
Dev ( #1670 )
...
* 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
* feat: pull request auto merge
* fix permission
---------
Co-authored-by: fen <f3nb0x@gmail.com>
Co-authored-by: Lu Fei <52o@qq52o.cn>
2023-12-31 17:13:56 +08:00
jrotty
746667a8e6
删除多余无用js ( #1668 )
...
看了下默认主题没有引用任何js,这个应该是多余的
2023-12-31 17:05:45 +08:00
joyqi
6232de74e9
Merge pull request branch automatically ( #1669 )
...
* 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
* feat: pull request auto merge
---------
Co-authored-by: fen <f3nb0x@gmail.com>
Co-authored-by: Lu Fei <52o@qq52o.cn>
2023-12-31 17:04:45 +08:00
Lu Fei
e306960db4
Fix installation failure ( #1664 )
...
* Fix installation failure
* fix missing secret
* Apply suggestions from code review
2023-12-31 16:10:05 +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>
v1.3.0-alpha
2023-12-30 23:02:25 +08:00
insomnux
43c54328f7
gettext for installation comment ( #1643 )
...
Co-authored-by: insomnux <insomnux@insomnus.info>
2023-10-31 11:30:54 +08:00
joyqi
99212ec787
fix #1635 ( #1636 )
2023-10-03 11:14:04 +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
joyqi
91ae56484d
fix the source to get content type ( #1622 )
2023-09-22 10:50:39 +08:00
Lu Fei
9910a9cddc
Optimize checkVersion,feed code ( #1605 )
2023-09-22 10:49:51 +08:00
Jealous
666619538a
Fix typo ( #1612 )
2023-09-21 22:48:27 +08:00
Kent Liao
9d1b01a873
fix: adding checkbox options after theme initialization cannot be saved. ( #1591 )
...
* fix: adding checkbox options after theme initialization cannot be saved.
* chore: Use isset to determine if an option exists
2023-06-14 08:58:27 +08:00
logdd
206880ba71
重复执行判断的优化 ( #1586 )
...
使用$isNamespace变量,避免重复判断
v1.2.1
2023-06-05 15:15:24 +08:00
joyqi
c1753aa04e
improve release ci, upload built asset after new release published. ( #1576 )
v1.2.1-rc.2
2023-05-17 11:35:18 +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
沈唁
c725fec12e
Add a prompt message for manual database creation ( #1348 )
...
* Optimize for no database during install
* change tips
2023-05-16 14:33:26 +08:00
joyqi
596d117210
fix: when setting CheckBox's default value to null [ref #1568 ]
2023-05-16 12:33:49 +08:00
joyqi
0433a11c0a
escape mail string before output
2023-05-15 22:35:25 +08:00
joyqi
98e4c1d16d
fix url validate
2023-05-15 21:44:12 +08:00
joyqi
7a41f0d013
fix email validate
2023-05-15 19:55:36 +08:00
Ryan Lieu
c9de1b3b01
fix php 8.1 Deprecated: htmlspecialchars(): Passing null to parameter #1 ( #1570 )
...
* Fix multiple calls returning the same object
* fix: strtolower() passing null to parameter #1 ($string) of type string is deprecated
* fix: php 8.1 Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated
2023-05-15 18:30:44 +08:00
Patrick SAMA
83d4d020ed
Fix an XSS vulnerability in v1.2.1-rc ( #1561 )
...
* fix #1560
* Update var/Typecho/Validate.php
Co-authored-by: 沈唁 <52o@qq52o.cn>
---------
Co-authored-by: joyqi <joyqi@users.noreply.github.com>
Co-authored-by: 沈唁 <52o@qq52o.cn>
2023-05-15 18:29:47 +08:00
Ryan Lieu
01100c9a4a
Fix: php 8.1 strtolower not allow null value ( #1559 )
2023-04-14 11:45:09 +08:00
沈唁
daef17d7eb
Support ssl for pdo_mysql and mysqli ( #1525 )
...
* Support ssl for pdo_mysql and mysqli
* Improve config name for mysql ssl mode, and fix some minor bugs.
* Fix typo
---------
Co-authored-by: joyqi <joyqi@segmentfault.com>
2023-03-29 14:33:23 +08:00
joyqi
65f5974e17
Replace the protocol of backend remote checking url from http to https.
v1.2.1-rc
2023-03-28 12:07:33 +08:00
Zero King
f6e1232db8
Use https links ( #1280 )
2023-03-28 11:57:45 +08:00
joyqi
b989459d87
fix #1545 and close #1547
2023-03-28 11:36:01 +08:00
joyqi
a609b149e9
fix #1539
2023-03-03 16:37:32 +08:00