Commit graph

1,433 commits

Author SHA1 Message Date
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
Huang95
28cecb188f
Update zh_TW.ini 2024-07-10 10:30:39 +08: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
308a078ef8 Update upload.php 2024-06-28 17:17:14 +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
Dan
fd8b783600
Merge pull request #778 from eagleman/patch-14
Update it_IT.ini by @eagleman
2024-06-14 20:15:07 +07:00
eagleman
b7ec8d69ff
Update it_IT.ini
Added the new strings
2024-06-14 14:31:35 +02: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
48e1bb165e Add missing lang key v2.9.9 2024-06-03 17:57:22 +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
Dan
a1d62bf013
Merge pull request #775 from eagleman/patch-12
Update it_IT.ini by @eagleman
2024-05-30 22:20:35 +07:00
eagleman
cd86e522aa
Update it_IT.ini
Added the new string
2024-05-30 16:43:56 +02:00