joyqi
917a763811
Feat/improve styles ( #1868 )
...
* improve css
* fix table
* fix write page
* improve header nav
* fix menu
* fix menu
* fix menu
* add flex grid system
* fix
* fix flex
* fix draft version
* using main html element to replace div
* improve css
* add input type number
* fix custom-fields
* fix screen
2025-05-09 16:12:56 +08:00
Robert Silén
50d572a0af
Add MariaDB to README.md ( #1827 )
2025-02-19 10:50:05 +08:00
Luffy
752fc6b0ad
Fix missing nameExists and mailExists ( #1854 )
2025-02-03 10:47:29 +08:00
Luffy
95f6e7b4f5
Remove debug output from category selection in Archive widget ( #1852 )
2025-02-03 10:40:12 +08:00
Pomelo_Official
67a830f86b
fix typo "稍侯" to "稍候" ( #1850 )
...
fix typo "稍侯" to "稍候"
2025-01-31 13:35:15 +08:00
Luffy
8ff55f5266
Fix #1846 ( #1847 )
2025-01-14 21:56:48 +08:00
joyqi
8035b22347
fix #1843 ( #1844 )
...
* fix #1843
Remove categroy name-exists detecting
* detect category-exists only in the same level
2025-01-13 16:48:46 +08:00
joyqi
b989f24c5b
Fix/1754 ( #1842 )
...
* add deprecated methods
* fix #1754
2025-01-11 17:51:29 +08:00
joyqi
23724c4193
fix #1830 ( #1841 )
2025-01-10 14:53:47 +08:00
joyqi
6ddf1c1a23
fix #1816 ( #1839 )
...
* fix #1816
* fix call stack
* fix typo error
2025-01-07 19:42:15 +08:00
Luffy
7d51b210c9
Fix manage comments failed ( #1838 )
2025-01-04 12:45:16 +08:00
Mr. Chip
91876b42aa
Fix: fix preg_match parameter#2 $subject is null deprecated issue ( #1798 )
2024-09-23 10:49:47 +08:00
Luffy
5783cb0d01
fix sendPingHandle warning ( #1808 )
2024-09-23 10:48:19 +08:00
ZShijun
87d479dd57
Update Login.php ( #1804 )
...
修复勾选下次自动登录,但重启浏览器不生效的bug
2024-09-11 10:59:32 +08:00
Luffy
ef9ef2ce45
Require PHP 7.4.0 or higher ( #1785 )
2024-07-24 15:51:19 +08:00
陆之岇
31f5192c9d
Fix timezone error in XmlRpc ( #1758 )
...
Signed-off-by: Kraity <kraity@krait.cn >
2024-06-20 11:22:51 +08:00
Luffy
4ce9cdefc2
Fix TypeError: Typed property Typecho\Feed::$subTitle must be string ( #1779 )
2024-06-12 10:47:06 +08:00
Luffy
0b0476e565
Fix missing WidgetException error message ( #1730 )
2024-04-19 12:11:39 +08:00
Fen
71c6381b15
fix: nav menu active style ( #1752 )
2024-03-29 11:38:30 +08:00
Fen
fa107ffa51
update picocss to 2.0 ( #1751 )
2024-03-28 15:37:19 +08:00
Luffy
d84e261f7b
Fix missing get date ( #1740 )
2024-02-28 10:57:47 +08:00
Luffy
3933a23ad7
Fix assign null to property Widget\Archive::$archiveKeywords ( #1738 )
...
* Fix assign null to property Widget\Archive::$archiveKeywords
* Fix
2024-02-26 11:52:17 +08:00
fen
0a40b1e7ee
improve: comment color
2024-01-29 16:32:38 +08:00
Lu Fei
bda7541682
Limit build execution ( #1723 )
2024-01-29 12:05:30 +08:00
joyqi
f3a5336c1a
Remove comment link if status is not approved ( #1712 )
...
* remove comment link if status is not approved
* fix stack
* fix: remove link in admin panel when comment status is not approved
* fix: comments page nav
* fix comment redirect url
* fix comment anchor
* fix waiting comment display
* fix: convert waiting to unapproved
2024-01-25 14:24:47 +08:00
Lu Fei
d1e961af90
Upgrade actions/checkout to v4 ( #1718 )
2024-01-24 02:18:19 +08:00
joyqi
e3bdef645d
fix: remove unnecessary DOCTYPE tags ( #1715 )
2024-01-23 18:30:17 +08:00
joyqi
de53b64880
fix: remove special chars ( #1716 )
2024-01-23 18:29:59 +08:00
joyqi
d0b62eabe9
fix: xmlrpc message args ( #1714 )
2024-01-22 14:36:10 +08:00
Fen
99ffd36648
Fix/classic22 ( #1708 )
...
* fix: use prefers-color-scheme control dark mode
* update color
2024-01-15 10:56:47 +08:00
电脑星人
4028d7d160
fix: getHeader for Content-Type & Content-Length ( #1703 )
...
* fix: Request::getHeader for Content-Type & Content-Length
* fix: get content-type through native api
---------
Co-authored-by: joyqi <joyqi@users.noreply.github.com >
2024-01-13 22:11:38 +08:00
joyqi
a30a6c122d
fix: choose the correct key when setting widget value ( #1702 )
2024-01-10 15:37:05 +08:00
Fen
0d28025bf4
update issue template
2024-01-10 12:58:20 +08:00
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