Commit graph

482 commits

Author SHA1 Message Date
danpros
d8128c6ae6 The language key always lowercase
Change it in bulk using simple php code
2024-01-08 10:43:48 +07:00
danpros
e0cd34b5cf Update files 2024-01-08 09:09:02 +07:00
danpros
b024bcf662 Improve multi urls
site.url not set will similar to multi.site true
2024-01-07 09:17:44 +07:00
danpros
b2ee9cecc8 Update functions.php 2024-01-06 23:06:08 +07:00
danpros
640442b742 Update dispatch.php 2024-01-06 19:29:50 +07:00
danpros
28519f15a1 Multi URLs session 2024-01-06 19:09:01 +07:00
danpros
90759d673c Allow multiple site.urls. See #549
If you upload an image on one of the sites, change the image address to relative path.
2024-01-06 16:22:12 +07:00
danpros
6b2922e9a1 Missing views var for page/subpage 2024-01-06 11:32:22 +07:00
danpros
b9b8a4e114 Fix problems with offline writing 2024-01-05 18:07:31 +07:00
danpros
508e05287e Update functions.php 2024-01-05 13:26:01 +07:00
danpros
4943ddf045 Update functions.php 2024-01-05 13:19:20 +07:00
danpros
41d4617847 Improve offline writing 2024-01-05 12:41:56 +07:00
danpros
f28ac22a42 Fix sorting 2024-01-05 09:31:49 +07:00
danpros
afcddb2979 Improve offline writing
The username.ini and category files not mandatory anymore.
2024-01-05 08:27:18 +07:00
danpros
2a6d94fc5e Improvements 2024-01-03 23:51:59 +07:00
danpros
b0960c6871 Cleanup themes 2024-01-03 12:09:03 +07:00
danpros
cf41651321 Update functions.php 2024-01-02 22:48:14 +07:00
danpros
66efbf54cf Improve page draft 2024-01-02 22:20:49 +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
d8d114f9de Rename function
Far more easier to remember
2024-01-01 18:39:11 +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
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
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
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
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
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
a0c91f65c7 Update functions.php 2023-12-13 13:52:09 +07:00
danpros
79f7bf3f8e Update functions.php 2023-12-13 11:21:03 +07:00
danpros
de0c04d8ed Update index 2023-12-13 09:00:16 +07:00
danpros
adfaf19cf1 Add insert image button 2023-12-12 21:16:30 +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
danpros
05151a8f47 Update functions.php 2023-12-06 12:48:03 +07:00
danpros
fc1f0b77c5 Update functions.php 2023-12-06 11:40:00 +07:00
danpros
d1005c7001 Update functions.php 2023-12-06 10:18:18 +07:00
danpros
3ee155da4a Update functions.php 2023-12-06 09:18:11 +07:00
danpros
7cbbf00392 Update functions.php 2023-12-06 08:34:49 +07:00
danpros
e5262646f0 Update functions.php 2023-12-05 09:48:02 +07:00
danpros
cc8318f1ba Update functions.php 2023-12-05 08:57:49 +07:00