Commit graph

1,768 commits

Author SHA1 Message Date
Dan
be90f88708 Form builder styling 2025-03-18 19:53:56 +07:00
Dan
c372b37980 Update edit-content.html.php 2025-03-18 15:47:38 +07:00
Dan
9d06bcf9f8 Fix edit content 2025-03-18 15:44:52 +07:00
Dan
65afc01fe5 Add info properties 2025-03-18 15:27:21 +07:00
Dan
b51bbd2d60 Update form.builder.js 2025-03-18 09:44:57 +07:00
Dan
b63a6f6601 Update style 2025-03-18 05:50:54 +07:00
Dan
0214d31817 Update form.builder.js
Remove spaces for select value and options value
2025-03-18 04:57:40 +07:00
Dan
d589f4dcef Update layout.html.php 2025-03-17 20:39:58 +07:00
Dan
22b6210caf Update htmly.php 2025-03-17 20:17:54 +07:00
Dan
fda3af37f4 Clean toc heading link
The heading link only show up when we hovering it
2025-03-17 20:00:37 +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
3ca9ed1922 Simple custom fields
Currently only supports text, textarea, checkbox and select types.

Can add custom fields to posts, pages/subpages, profile.
2025-03-17 16:02:16 +07:00
Dan
ea2c17473f Update Markdown.Editor.js
Use triple backticks instead of four spaces for <code> block.
2025-03-17 07:29:57 +07:00
Dan
6149e42f46 Fix twentyfifteen sidebar
Using theia-sticky-sidebar script instead of the original script.
2025-03-17 07:22:42 +07:00
Dan
c93d66fb13 Update static.html.php 2025-03-17 07:14:18 +07:00
Dan
9f48270276
Merge pull request #879 from Banjer/NL_translation
Nl translation update by @Banjer
2025-03-04 22:08:39 +07:00
Bas
81f1d0e499
Update nl_NL.ini
fixed typo and one missed translation
2025-03-04 15:40:43 +01:00
Bas
a09a4ac1a1
Update nl_NL.ini
Made translation more in line with earlier translations
2025-03-04 15:19:37 +01:00
Bas
9f6598b0ff
Update nl_NL.ini
Added translations
2025-03-04 15:14:07 +01:00
Dan
055f5bdc14 Update version v3.0.5 2025-03-03 22:32:51 +07:00
Dan
2bd83e443c Twentyfifteen theme fix
See: #873
2025-03-03 22:23:17 +07:00
Dan
4081319e52 Remove space before and after 2025-03-02 22:30:22 +07:00
Dan
d92cef494a Update htmly.php
See: #876
2025-03-02 21:39:08 +07:00
Dan
b25784f601
Merge pull request #877 from jeeinn/patch-1
Update zh_CN.ini by @jeeinn
2025-03-02 18:23:14 +07:00
Dan
facac463ba
Merge pull request #874 from eagleman/patch-23
Update it_IT.ini by @eagleman
2025-03-02 18:22:23 +07:00
一颗红心
81485300d7
Update zh_CN.ini 2025-03-02 15:06:28 +08:00
eagleman
848bda4a99
Update it_IT.ini
Corrected some little typos.
2025-02-27 14:19:04 +01:00
Dan
b02cd40a3c Update admin.php 2025-02-19 08:02:17 +07:00
Dan
02990a52bd
Merge pull request #871 from eagleman/patch-22
Update it_IT.ini by @eagleman
2025-02-17 19:24:27 +07:00
eagleman
25eb51fd6b
Update it_IT.ini
Added the new strings to the italian language file
2025-02-17 10:46:29 +01:00
Dan
bed4998e4e Update version v3.0.4 2025-02-17 12:22:19 +07:00
Dan
809b7aa594 Update functions.php 2025-02-16 11:00:08 +07:00
Dan
0eeeec058c Add lang key 2025-02-15 10:28:38 +07:00
Dan
e9589b1dc2 Add clear index button 2025-02-15 06:17:05 +07:00
Dan
529cb62ae5 Update dispatch.php 2025-02-14 16:07:08 +07:00
Dan
3d17ca5254 Update search-reindex.html.php 2025-02-14 12:28:26 +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
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