Commit graph

639 commits

Author SHA1 Message Date
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
Dan
d024a5c1ad
Merge pull request #657 from bttrx/patch-3
Fixes i18n not fully shown for admin/popular view by @bttrx
2023-12-10 07:01:17 +07:00
Dan
6a5cca37af
Merge pull request #656 from bttrx/patch-2
Sort categories alphabetically in 'Categories' view by @bttrx
2023-12-10 07:00:25 +07:00
Robert Riebisch
301b5d19ae
More i18n [1/2] 2023-12-09 22:15:23 +01:00
Robert Riebisch
e7ce1632ab
Fixes i18n and unordered list 2023-12-09 22:00:14 +01:00
Robert Riebisch
e4ef2a1f4b
Fixes i18n not fully shown for admin/popular view 2023-12-09 20:13:13 +01:00
Robert Riebisch
92f272d20e
Sort categories alphabetically in 'Categories' view 2023-12-09 19:41:23 +01:00
Robert Riebisch
9fd82e2433
Fixes duplicate date.format IDs 2023-12-09 19:03:32 +01:00
sb0001
cf9e5de395
Update edit-content.html.php
sort the dropdown list of categories alphabetically when editing a post
2023-12-09 01:26:26 +01:00
sb0001
50ab090a09
Update config.html.php
Add the common date format in German speaking countries: dd.mm.yyyy
2023-12-07 22:47:59 +01:00
sb0001
8b60daff85
Update add-content.html.php
sort the dropdown list of categories alphabetically when adding or editing a post
2023-12-07 22:32:54 +01:00
Dan
c533fb78d8
Merge pull request #648 from bttrx/i18n-for-'Name'
Update categories.html.php by @bttrx
2023-12-07 08:17:04 +07:00
Robert Riebisch
ce8789c551
Update categories.html.php
i18n for 'Name'
2023-12-06 20:26:57 +01:00
Robert Riebisch
4901ee4d35
Update posts-list.html.php
i18n for 'Views'
2023-12-06 18:37:58 +01:00
danpros
0fb381c552 Update views files 2023-12-06 17:30:20 +07:00
danpros
72e53f25b1 Update add-page.html.php 2023-12-06 15:20:25 +07:00