Commit graph

1,460 commits

Author SHA1 Message Date
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
66bbc3415f
Add files via upload 2024-10-15 21:58:31 +00:00
Joduai
0f3a90ee1d
Add files via upload 2024-10-15 21:57:07 +00:00
Joduai
c35490eb18
Add files via upload 2024-10-15 21:55:12 +00:00
Joduai
382932708a
Add files via upload 2024-10-15 21:46:17 +00:00
danpros
7e19c6bad8 Update version v3.0.1 2024-10-14 04:49:19 +07: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
Dan
18419dd8d0
Merge pull request #823 from eagleman/patch-18
Update it_IT.ini by @eagleman
2024-10-10 18:50:26 +07:00
eagleman
d81296ccf7
Update it_IT.ini
Added the new strings
2024-10-10 12:26:17 +02:00
danpros
87e99dd8e3 Missing lang string 2024-10-10 16:50:09 +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
Dan
9bac9bc6fd
Merge pull request #820 from XD9527/patch-5
Update zh_TW.ini by @XD9527
2024-10-07 18:01:39 +07:00
Huang95
23cc91edc3
Update zh_TW.ini
Update zh_TW.ini
2024-10-07 16:27:38 +08:00
Dan
e40ddab442
Merge pull request #819 from danielethanme/Update-editor-URLs-to-https
HTTP to HTTPS in Markdown.Editor.js and Font Awesome update by @danielethanme
2024-09-27 18:17:50 +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
27e065a852
Merge pull request #1 from danielethanme/fa-update-admin
Update Font Awesome version in Admin panel
2024-09-26 22:39:04 +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
Dan
941a75b797
Merge pull request #817 from eagleman/patch-15
Update it_IT.ini by @eagleman
2024-09-21 04:21:23 +07:00
eagleman
7d0f213be3
Update it_IT.ini
Adeed the new translated strings.
2024-09-20 14:25:27 +02:00
Dan
cbd82276e6
Merge pull request #814 from KuJoe/master
RSS Description config option added by @KuJoe
2024-09-13 12:38:51 +07: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
Dan
651027b0ea
Merge pull request #813 from Joduai/master
move hardcoded error messages from htmly.php to translation files by @Joduai
2024-09-12 09:07:45 +07:00
Joduai
ef5954ba68
Add missing new translation phrases
There's no fallback for missing translation phrases, thus all translation files have been supplemented with missing phrasess after moving hardcoded error messages from htmly.php
2024-09-11 23:33:56 +00:00
Joduai
f1bbe5070b
Add missing new translation phrases
There's no fallback for missing translation phrases, thus all translation files have been supplemented with missing phrasess after moving hardcoded error messages from htmly.php
2024-09-11 23:15:22 +00:00
Joduai
60f45d5e5c
move hardcoded error messages to translation file 2024-09-11 22:40:06 +00:00
danpros
d5fd6cc138 Update version v3.0.0 2024-09-10 12:07:02 +07: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
Dan
fc0bedb651
Merge pull request #799 from KuJoe/master
Add the ability to call the author's avatar using the $next and $prev arrays. by @KuJoe
2024-09-03 06:26:04 +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
Dan
23c3d2548a
Merge pull request #788 from bttrx/patch-1
Add favicon.png to .updateignore by @bttrx
2024-07-28 07:35:35 +07:00
Robert Riebisch
b63b31cae9
Add favicon.png to .updateignore 2024-07-27 20:11:14 +02:00
Dan
2e29b1bba5
Merge pull request #787 from sb0001/master
Translation update (German) by @sb0001
2024-07-27 17:39:58 +07:00
sb0001
6ab8c9f7e0
Update de_DE_gender_dudenkonform.ini 2024-07-27 10:02:48 +02:00
sb0001
1bec2b32f9
Update de_DE.ini 2024-07-27 10:00:43 +02:00
sb0001
fe742b3a4e
Update de_DE_gender_doppelpunkt.ini 2024-07-27 10:00:08 +02:00
sb0001
79f708da8b
Update de_DE.ini 2024-07-27 09:57:42 +02:00
danpros
c33f462c06 Check GD 2024-07-15 18:23:17 +07:00
Dan
db3ecd968a
Merge pull request #781 from XD9527/patch-4
Update zh_TW.ini by @XD9527
2024-07-10 11:13:12 +07:00