Commit graph

888 commits

Author SHA1 Message Date
danpros
f29f95ee20 Update htmly.php 2024-11-18 12:50:18 +07:00
danpros
00f38107d1 Update layout.html.php 2024-11-11 13:05:31 +07:00
danpros
10bc30112f Sidebar always dark + add missing lang string 2024-11-11 13:04:17 +07:00
Joduai
7ad1f1f305
Add files via upload 2024-10-16 19:43:06 +00:00
Joduai
e545f0fd2d
Add files via upload 2024-10-16 19:42:11 +00:00
Joduai
b94fd958a4
Add files via upload 2024-10-15 22:04:14 +00:00
Joduai
62a77dc037
Add files via upload 2024-10-15 22:01:08 +00:00
Joduai
b4e4b65366
Add files via upload 2024-10-15 21:59:25 +00:00
Joduai
0f3a90ee1d
Add files via upload 2024-10-15 21:57:07 +00:00
Joduai
382932708a
Add files via upload 2024-10-15 21:46:17 +00:00
danpros
c4b57162e2 Update admin.php 2024-10-12 16:26:51 +07:00
danpros
d4a0444b17 Update admin.php 2024-10-12 14:54:12 +07:00
danpros
5f213eba56 Update admin.php 2024-10-12 13:51:27 +07:00
danpros
9beafa63bb Fix autosave #789
Track last saved draft than compare the new filename against the old filename when saving.
2024-10-10 12:09:36 +07:00
danpros
fcb013948c Improve styling 2024-10-09 22:00:23 +07:00
danpros
e106a971df Bug fix #821
Fix category link on admin page if the category slug contains `category` string
2024-10-08 23:50:28 +07:00
Daniel Ethan
a8588b2a4d Update http URLs in Markdown.Editor.js
Update http URLs to https in Markdown.Editor.js
2024-09-27 00:44:51 +01:00
Daniel Ethan
ca55ea5881 Update Font Awesome version in Admin panel
The current Font Awesome version in the admin panel is 4.4.0.

I updated this to the latest free version 6.6.0 here https://github.com/FortAwesome/Font-Awesome

I checked and all icons look to be loading properly in the admin panel. I also checked each of the built-in themes to make sure nothing was conflicting, and I didn't notice any missing icons in the themes.
2024-09-26 21:27:33 +01:00
KuJoe
32388b2a37 RSS Description config option added
Gives the admin the config option to choose to replace the RSS description value with Meta Description instead of Body (default is the current setting of body, if nothing is selected defaults to body).
2024-09-12 22:56:11 -04:00
Joduai
60f45d5e5c
move hardcoded error messages to translation file 2024-09-11 22:40:06 +00:00
danpros
c87e249836 Update htmly.php 2024-09-10 09:14:10 +07:00
danpros
a18d234bc2 Update functions.php 2024-09-07 11:04:13 +07:00
danpros
a473482da8 Allow to change the post permalink prefix
Example: /blog/post-slug
2024-09-06 14:19:25 +07:00
danpros
435f871162 Update htmly.php 2024-09-05 10:22:32 +07:00
danpros
6bc0f8880a Custom /blog URL
Allow to change the /blog url eg, /news
2024-09-05 09:22:56 +07:00
danpros
bdc2787579 Update htmly.php
Add Canonical Page Number. Credit: @Joduai
2024-09-05 05:03:11 +07:00
danpros
98939acd20 Update functions.php 2024-09-03 06:59:27 +07:00
KuJoe
86039d9dad Cleanup Cloudflare Turnstile function
Fix PHP Notice about Content-type not specified in file_get_contents call to Cloudflare.
2024-09-02 17:34:05 -04:00
KuJoe
c1ae1c2cbf Add the ability to call the author's avatar using the $next and $prev arrays.
Static placeholders in themes can be replaced with this code now to call the author's avatar:
<?php echo $next['authorAvatar']; ?>
<?php echo $prev['authorAvatar']; ?>
2024-09-02 16:51:56 -04:00
danpros
c33f462c06 Check GD 2024-07-15 18:23:17 +07:00
danpros
025e299a2a Update functions.php 2024-07-10 09:16:49 +07:00
danpros
db57fc9fe1 Update functions.php
See #744
2024-07-09 23:05:53 +07:00
danpros
72da49f374 Update dispatch.php 2024-07-09 06:34:36 +07:00
danpros
efa0b07e91 Update dispatch.php 2024-07-09 06:17:23 +07:00
danpros
ddda1ddb57 Update functions.php 2024-07-03 22:14:26 +07:00
danpros
0d7e09f748 Update dispatch.php 2024-07-03 20:41:14 +07:00
danpros
4299c6916f Accept height parameter 2024-06-30 13:02:03 +07:00
danpros
1805312500 Update functions.php 2024-06-30 08:42:32 +07:00
danpros
5188124fa1 Update dispatch.php 2024-06-28 17:11:52 +07:00
danpros
852ba14d02 Thumbnail 2024-06-28 14:31:22 +07:00
danpros
2d8d41973b Update functions.php 2024-06-23 04:28:56 +07:00
danpros
a9357cd359 Update dispatch.php 2024-06-16 06:43:51 +07:00
danpros
0e67b878ac Improve post query for custom widget
`recent_type` get latest posts by type, category, author (cached). `recent_tag` sorting post by tag (cached). Useful for magazine like layout, different column for different category etc.
2024-06-13 09:55:09 +07:00
danpros
ce60dfdae1 New security config tab 2024-06-03 08:46:15 +07:00
danpros
08ea4e032d Update functions.php 2024-06-03 08:03:52 +07:00
danpros
5226e9c01c Update version + cleaning up 2024-06-02 19:08:31 +07:00
danpros
33a29d1b2c Update readme
Also fix for static frontpage edit.
2024-06-02 13:38:20 +07:00
danpros
966a7f3c2d Toggle Preview
Revert the autosize and add toggle preview instead.
2024-06-01 22:59:12 +07:00
danpros
0369d4eea8 Improve autosize 2024-06-01 08:30:50 +07:00
danpros
9a64456d2a Update layout.html.php 2024-05-31 10:46:18 +07:00