Dan
ed5faba993
Bug fix. See #870
2025-02-01 14:57:54 +07:00
Dan
410496d0b4
Merge pull request #867 from splifingate/master
...
Ensure three-character minimum for $keyword search by @splifingate
2025-01-29 18:09:26 +07:00
splifingate
6a7002657c
three-character minimum for $keyword
...
limit $keyword to a minimum of three characters
2025-01-29 05:43:42 -05:00
splifingate
ffee888eab
Revert "cleanup"
...
This reverts commit 9a6e4b83ee .
2025-01-29 05:41:28 -05:00
splifingate
9a6e4b83ee
cleanup
...
fix errant tabbing
2025-01-29 05:37:15 -05:00
splifingate
a88411150d
three-character minimum for $keyword
...
system/includes/functions.php:
add function to limit $keyword to three, or more, characters; cleanup
themes/doks/main.html.php:
remove color <span>
2025-01-29 05:33:56 -05:00
Dan
5d873dceec
Change version
v3.0.3
2025-01-27 08:09:27 +07:00
Dan
5804cbcdd7
Cleaning up
2025-01-27 07:58:10 +07:00
Dan
416ce7e270
Merge pull request #865 from splifingate/master
...
Added the Capability to Search the *Contents* of Blog Posts by @splifingate
2025-01-27 07:08:38 +07:00
splifingate
002b25d158
Update functions.php
...
extra / *oops*
2025-01-26 15:14:12 -05:00
splifingate
9ac3fc114a
Add Searching The Contents Blog Post Contents
...
By Default, Search in HTMLy only queries the filename.
I have added code that enables the Search function to capture whole-word results from the *contents* of each blog post.
See:
https://splifingate.net/blog/
vs
https://splifingate/test/blog/
My Study:
https://andyrew.info/blog/2025/01/searching-inside-htmly-content
2025-01-26 14:35:35 -05:00
splifingate
d9a420e4fd
Merge branch 'danpros:master' into master
2025-01-26 13:03:49 -05:00
Dan
6747b0e3c5
Improve MFA
...
Temporarily save username and password during MFA login to session file and not into hidden input
2025-01-24 23:28:06 +07:00
Dan
eb4330abc8
Autosave message
...
Added a message why the draft was not saved
2025-01-24 09:09:31 +07:00
Dan
3397d76b01
Improve insert image. See: #851
...
Minus search image.
2025-01-23 20:33:12 +07:00
Dan
41cddd2a49
Update dispatch.php
2025-01-23 09:43:25 +07:00
Dan
015e631e27
Update htmly.php
2025-01-23 08:17:44 +07:00
Dan
c0bcb5c5cc
MFA domain
...
Remove http/https
2025-01-23 07:31:31 +07:00
Dan
39a8c50cfd
Fix autosave bugs. See: #858
2025-01-22 11:36:00 +07:00
Dan
fdfb97ed48
Merge pull request #854 from KuJoe/master
...
Cleaned up MFA by @KuJoe
2025-01-16 08:56:24 +07:00
KuJoe
b660382bbe
Fixed CSRF check and error messages for MFA
...
Added CSRF check for MFA page and error checking/reporting.
2025-01-15 19:47:35 -05:00
KuJoe
c46fa1985c
Clean up MFA display
...
Added a new page so users are only prompted for MFA if it's enabled for their account.
Also displays the blog domain properly in MFA applications.
2025-01-15 19:40:38 -05:00
Dan
b7209e3ca5
Merge pull request #850 from Voltinus/master
...
Added Esperanto translation by @Voltinus
2025-01-13 16:42:16 +07:00
Michał Mitrosz
e66e0a12c8
Added Esperanto translation
2025-01-13 09:38:27 +01:00
Dan
e234ea11b4
Update functions.php
2024-12-30 12:56:39 +07:00
Dan
788ccf36be
Cleaning up
2024-12-11 06:18:32 +07:00
Dan
40cdf2c3c3
Merge pull request #842 from XD9527/patch-6
...
Update zh_TW.ini by @XD9527
2024-12-09 07:16:49 +07:00
Dan
9dad99a7be
Merge pull request #841 from Joduai/master
...
Update get_pagination() - see #800 by @Joduai
2024-12-09 07:16:11 +07:00
Huang95
eb16357e49
Update zh_TW.ini
...
Update zh_TW.ini
2024-12-05 14:21:45 +08:00
Joduai
fa1fd04352
Update get_pagination() - see #800
...
Since generation of canonical metatags were updated for paginated pages - which was a good change towards SEO - another "problem" arised with "_Alternate page with proper canonical tag_". It basically relates to the 1st paginated page with "?page=1" in url. Although it contains proper canonical tag indicating main page with blog posts.
I wanted to:
1. get rid of this duplicated page in pagination so that all other pages point to the main blog page instead of page=1, allowing me to also get rid of above mentioned notification in g.search console
2. generate proper relative urls for paginated pages. All html hrefs contain "?page=N" no matter what page is used for blog posts listing. Either it is index page or any other declared page like /blog
Since I use /blog page for posts list I achieved proper href values both on index pages and decalred page, so I'm sharing the changes.
This commit affects only pagination generated using `<?php echo $pagination['html'];?>` which is used afaik only in "blog" theme. All other themes show only previous/next buttons to navigate through posts list, thus additional changes would have to be made per theme basis which is out of scope in this commit.
As a suggestion it would be nice to achieve friendly urls in pagination but I couldn't find out how url routing is solved in htmly.
2024-11-26 00:25:23 +00:00
sean z
94e9c417ae
Merge branch 'danpros:master' into master
2024-11-23 08:00:59 -05:00
danpros
8f02ca7c7f
Update layout.html.php
v3.0.2
2024-11-21 19:38:53 +07:00
danpros
71c7aca815
Improve theme
2024-11-21 19:13:57 +07:00
danpros
f8c3bf9828
Update post.html.php
2024-11-21 06:27:01 +07:00
danpros
0faa3e4d09
Update layout.html.php
2024-11-21 05:51:46 +07:00
danpros
90417620f7
Update functions.php
2024-11-21 05:45:40 +07:00
danpros
d2fe54d166
Prepare release
2024-11-21 05:44:18 +07:00
Dan
95c37af952
Merge pull request #840 from dirmanhana/patch-4
...
Update id_ID.ini by @dirmanhana
2024-11-21 04:28:06 +07:00
Dan
74b9e830dd
Merge pull request #839 from dirmanhana/patch-3
...
Update id_ID.ini by @dirmanhana
2024-11-21 04:27:38 +07:00
dirman
a9e409ff22
Update id_ID.ini
...
update
2024-11-21 01:25:49 +07:00
dirman
1d77da617b
Update id_ID.ini
...
Translation Updates
2024-11-21 01:08:54 +07:00
danpros
d4161120c7
Update gu_GU.ini
2024-11-20 14:52:16 +07:00
danpros
4abd8b29f4
Add new theme
...
Based on Tailwind Starter Blog theme, see https://github.com/timlrx/tailwind-nextjs-starter-blog
2024-11-20 13:01:17 +07:00
Dan
cb7a8a6be2
Merge pull request #838 from pftnhr/master
...
Added Bluesky to social accounts by @pftnhr
2024-11-19 17:50:51 +07:00
Robert Pfotenhauer
56f5460839
Added Bluesky to social accounts
...
As Twitter is becoming more and more of a muckraker, the alternative should be shown here as well.
2024-11-19 11:02:33 +01:00
danpros
973a2c5a05
Add new vars for easy theming
2024-11-19 12:33:54 +07:00
danpros
1471fe7ccc
Clean up
2024-11-18 15:35:29 +07:00
danpros
f29f95ee20
Update htmly.php
2024-11-18 12:50:18 +07:00
Dan
5fa632ea3e
Merge pull request #837 from eagleman/patch-21
...
Update it_IT.ini by @eagleman
2024-11-11 18:55:21 +07:00
eagleman
3c57b4ec2c
Update it_IT.ini
...
Updated to the last version
2024-11-11 11:40:45 +01:00