Commit graph

654 commits

Author SHA1 Message Date
danpros
a8e7ede67d Update admin.php 2024-01-02 17:46:44 +07:00
danpros
7b2ac293a0 Update functions.php 2024-01-02 17:41:44 +07:00
danpros
304f6e67f0 Add feed to category, tag page etc.
Add new feed URL, adding /feed to category, tag, type, search, author. Eg. /category/htmly/feed
2024-01-02 16:50:15 +07:00
danpros
0663880cfb Add offline message 2024-01-01 23:09:28 +07:00
danpros
c6e2aaa209 Fix draft listing 2024-01-01 19:49:11 +07:00
danpros
09859ccf4f Update static-pages.html.php 2024-01-01 18:42:46 +07:00
danpros
d8d114f9de Rename function
Far more easier to remember
2024-01-01 18:39:11 +07:00
danpros
da4bc04ff5 Update admin.php 2024-01-01 16:11:00 +07:00
danpros
fb4abd94c3 Update admin.php 2024-01-01 14:02:38 +07:00
danpros
a3a6269647 Update admin.php 2024-01-01 13:02:50 +07:00
danpros
ee831b5cb1 Improve subpages nav 2024-01-01 12:07:12 +07:00
danpros
0ec68537c5 Draft for pages and subpages 2024-01-01 11:37:47 +07:00
danpros
c7b88f69d0 Update functions.php 2023-12-31 11:49:49 +07:00
danpros
ad7464cf22 Update functions.php 2023-12-31 09:17:24 +07:00
danpros
4b70fab511 Add page navigation for static pages 2023-12-31 09:11:14 +07:00
danpros
c53518422b Update admin.php 2023-12-30 22:52:38 +07:00
danpros
b486a366d0 Update edit-content.html.php 2023-12-30 22:51:18 +07:00
danpros
7846f624a8 Update clear-cache.html.php 2023-12-30 08:31:57 +07:00
danpros
a85d1f6ca0 Update edit-content.html.php 2023-12-29 22:08:44 +07:00
danpros
24a1b635d5 Use pathinfo for any index files
It's easier to understand more optimal for managing static pages.
2023-12-29 19:25:16 +07:00
danpros
70ccc40747 Change version 2023-12-17 20:29:40 +07:00
danpros
66bce82fbe Update functions.php
Properly handle if missing title tag when write offline. The title eg. `Untitled post: Sunday, 17 December 2023, 18:53`
2023-12-17 19:01:32 +07:00
danpros
be189072bc Update functions.php 2023-12-17 18:29:31 +07:00
danpros
86d3bcb726 Update menu.html.php 2023-12-17 15:21:07 +07:00
danpros
bc12476038 Translate string 2023-12-17 14:50:50 +07:00
danpros
5eebca5574 Update functions.php 2023-12-17 14:08:34 +07:00
danpros
0e89787ea2 Update htmly.php 2023-12-17 12:38:31 +07:00
danpros
98d5a4a650 Cleaning up 2023-12-17 12:16:00 +07:00
danpros
eb495f2525 Fix too long cache filename
$_SERVER['REQUEST_URI'] is always url-encoded so we decoded it back before save it as a cache file.
2023-12-16 13:12:50 +07:00
danpros
8020b606e2 Simple Image Gallery
Allows us to reuse previous uploaded images.
​
2023-12-15 13:47:38 +07:00
danpros
829d3d740d Remove the stripslashes()
See  #564
2023-12-15 06:56:33 +07:00
danpros
5a4357b1c5 Add SECURITY.md
Add SECURITY.md also fix unexpected behavior with tags in number. See #614
2023-12-15 06:24:23 +07:00
danpros
4b9d74f907 Update add-content.html.php 2023-12-13 17:33:39 +07:00
danpros
a0c91f65c7 Update functions.php 2023-12-13 13:52:09 +07:00
danpros
8bed79dd88 Update jquery.nestable++.js 2023-12-13 11:45:37 +07:00
danpros
79f7bf3f8e Update functions.php 2023-12-13 11:21:03 +07:00
danpros
1adbd9c960 Insert image styling 2023-12-13 10:53:11 +07:00
danpros
c1a873be13 Update content-type.html.php 2023-12-13 09:24:44 +07:00
danpros
de0c04d8ed Update index 2023-12-13 09:00:16 +07:00
danpros
4d2b505b56 Add image preview 2023-12-13 00:03:10 +07:00
danpros
adfaf19cf1 Add insert image button 2023-12-12 21:16:30 +07:00
danpros
29cea5eb44 Delete readme.txt 2023-12-11 13:17:26 +07:00
danpros
8a7559e44b Remove unneeded files 2023-12-11 13:16:34 +07:00
danpros
06b4e9a630 Update user-posts.html.php 2023-12-11 12:16:02 +07:00
danpros
f7e2bc9281 Formatting 2023-12-10 23:23:21 +07:00
danpros
0207a8c25e Add new format_map 2023-12-10 15:19:49 +07:00
danpros
fd72fd5e4c Update themes 2023-12-10 11:04:46 +07:00
danpros
c02241509b Add theme_path() for easy theming 2023-12-10 10:29:15 +07:00
danpros
f4cf4e4435 Add last modified time
Add last modified time variable (eg. $p->lastMod). Add fallback just in case the tags count not the same.
2023-12-10 09:00:40 +07:00
Dan
38533939d0
Merge pull request #658 from bttrx/patch-4
Fixes i18n and unordered list; Provides i18n for feed error messages by @bttrx
2023-12-10 07:46:38 +07:00