Commit graph

489 commits

Author SHA1 Message Date
Emidio Reggiani
8f1d51764b Local lables in themes, comments functions improvements. 2026-01-14 09:11:32 +01:00
Emidio Reggiani
a8e9e39805 Some labels and minor bug fixes. 2025-12-29 17:39:40 +01:00
Emidio Reggiani
611898a5a7 Bugfixes in comments subscription system and notifications. 2025-12-28 09:49:58 +01:00
Emidio Reggiani
0330cdb9ef Bugfixes. 2025-12-27 14:37:15 +01:00
Emidio Reggiani
22a2ca5b21 Added translations, antispam, notifications and subscriptions. 2025-12-26 12:25:57 +01:00
Emidio Reggiani
acc0edf61a Changed some code comments. 2025-12-12 08:19:48 +01:00
Emidio Reggiani
4afecb9450 Fixed comment delete function. 2025-11-26 16:46:12 +01:00
Emidio Reggiani
7b80faa372 Small bug fix in comments notification emails. 2025-11-25 19:38:11 +01:00
Emidio Reggiani
6d3e33ceb7 Improved comments file naming, handled corresponding markdown file rename and delete. Introduced pagination in admin comments list. Capability to show comments in posts, static, authors. 2025-11-25 18:41:15 +01:00
Emidio Reggiani
6a38bbabbb Reworked success/fail status messages after comment insertion. 2025-11-08 11:29:11 +01:00
Emidio Reggiani
eb7eda6da6 Initial commit - adding comments functionality to HTMLy. 2025-11-08 09:38:22 +01:00
danpros
dde01601bd Update dispatch.php 2025-11-03 13:05:40 +07:00
danpros
5e299c84ad Update dispatch.php 2025-11-02 11:55:29 +07:00
danpros
5a9376599b Update functions.php 2025-11-01 15:53:56 +07:00
danpros
07c49547f6 Update functions.php 2025-11-01 15:20:56 +07:00
danpros
050fe31523 Verify page
Make sure the page and subpages are valid before recording the page hits.
2025-11-01 11:56:01 +07:00
danpros
857d1eaaec Add the theme shortcut 2025-10-29 15:03:09 +07:00
danpros
c442f92dde Add theme settings
Adding simple theme settings. We can add the fields available in theme.json.
2025-10-29 13:15:20 +07:00
danpros
d643b629ff Update functions.php 2025-10-21 08:06:55 +07:00
danpros
6ceee82032 Update dispatch.php
Keep the thumbnail original filename.
2025-10-21 07:51:22 +07:00
danpros
85e4a52c3e Update functions.php 2025-08-17 12:15:30 +07:00
danpros
e3375ca82e Update functions.php 2025-08-16 18:33:35 +07:00
Dan
01823dd01d Update functions.php 2025-07-05 08:18:31 +07:00
Dan
bace4ef940 Remove color-scheme
This break the old theme. This should be added to layout.html.php manually
2025-07-04 09:23:41 +07:00
andrigamerita
c387e83f54
Add support for Bing Webmaster Tools site verification 2025-06-06 13:37:58 +02:00
Damian
be45b3ea00
Add color-scheme meta tag to heads of all content 2025-05-07 19:28:52 -04:00
Dan
e5d7d0a106 Update functions.php 2025-04-20 19:52:12 +07:00
Dan
579135fbef Improve metatags
Include title, description, canonical into $metatags for easy theming.
2025-04-20 12:01:11 +07:00
Dan
1f62b1a00c Update functions.php 2025-04-20 10:27:17 +07:00
Dan
8f08f2f547 Fix bootstrap 5 dropdown menu 2025-04-20 10:08:08 +07:00
Dan
1e641b6043 Update version 2025-03-28 13:30:37 +07:00
Dan
f59febfa29 Improve performance
Previously, to count the number of posts, you needed a separate function. Now, that's no longer the case.
2025-03-28 08:01:39 +07:00
Dan
e2ba3fb06b Handle null value 2025-03-27 09:21:25 +07:00
Dan
0c300b5077 Split the recent_type()
The recent_type() only return post type. Add recent_category(), and recent_profile_posts()
2025-03-26 18:36:15 +07:00
Dan
280af1cb2d Update functions.php 2025-03-25 23:19:26 +07:00
Dan
6e667b4348 Added $p->raw/$author->raw
Use this to get the data from get_field().
2025-03-17 16:06:57 +07:00
Dan
4081319e52 Remove space before and after 2025-03-02 22:30:22 +07:00
Dan
bed4998e4e Update version 2025-02-17 12:22:19 +07:00
Dan
809b7aa594 Update functions.php 2025-02-16 11:00:08 +07:00
Dan
529cb62ae5 Update dispatch.php 2025-02-14 16:07:08 +07:00
Dan
e4dfc429d7 Fulltext search index 2025-02-14 10:21:17 +07:00
Dan
ed5faba993 Bug fix. See #870 2025-02-01 14:57:54 +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
5804cbcdd7 Cleaning up 2025-01-27 07:58:10 +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
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