Commit graph

140 commits

Author SHA1 Message Date
danpros
675cf51259 Add pager in gallery
Load 40 images for each pager.
2024-03-03 17:26:08 +07:00
danpros
dd0e16acf3 Cleaning up 2024-03-03 07:59:29 +07:00
danpros
0fba77f175 Add setting and performance tweak
Add config on how the teaser behave. Saving the IOPS
2024-03-02 20:07:37 +07:00
danpros
9d6c6d9303 Update admin.php 2024-02-27 13:18:30 +07:00
danpros
18a6bc5cde Move function & fix string 2024-02-27 10:56:38 +07:00
danpros
4d8cfbb733 Using flock
To make sure we can read the views data before we save it.
2024-02-20 10:20:07 +07:00
danpros
91587d9bcc Cleanup 2024-02-02 20:56:48 +07:00
danpros
dc742ea2a1 Change views ID to slug
Blog post: post_slug
Page: page_slug
Subpage: subpage_parentSlug.slug
2024-02-02 15:48:36 +07:00
danpros
45d7828983 Update page/subpage views
Update the page and subpage views after reorder it
2024-01-27 21:52:47 +07:00
danpros
4e2b136b49 File lock 2024-01-27 11:48:40 +07:00
danpros
e0952de166 Add new var 2024-01-26 19:23:15 +07:00
danpros
1b4051f711 Cleanup 2024-01-26 17:10:28 +07:00
danpros
8d142b7f37 Improve pages/subpages
Allow to reorder the pages and subpages position. Added doks theme
2024-01-26 08:06:12 +07:00
danpros
7e0ac03d95 Update admin.php 2024-01-09 22:43:11 +07:00
danpros
0a657741f4 Update admin.php 2024-01-09 20:43:21 +07:00
danpros
d0283113a3 Cleanup 2024-01-09 12:23:38 +07:00
danpros
28519f15a1 Multi URLs session 2024-01-06 19:09:01 +07:00
danpros
6b2922e9a1 Missing views var for page/subpage 2024-01-06 11:32:22 +07:00
danpros
41d4617847 Improve offline writing 2024-01-05 12:41:56 +07:00
danpros
08cdaefc05 Update admin.php 2024-01-03 23:06:21 +07:00
danpros
530e300adc Update admin.php 2024-01-03 22:22:09 +07:00
danpros
66efbf54cf Improve page draft 2024-01-02 22:20:49 +07:00
danpros
a8e7ede67d Update admin.php 2024-01-02 17:46: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
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
0ec68537c5 Draft for pages and subpages 2024-01-01 11:37:47 +07:00
danpros
c53518422b Update admin.php 2023-12-30 22:52:38 +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
98d5a4a650 Cleaning up 2023-12-17 12:16:00 +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
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
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
danpros
3eebfe2044 Move function to individual views 2023-12-04 23:43:53 +07:00
danpros
a6792d4ba1 Update admin.php 2023-12-04 23:24:47 +07:00
danpros
23c4427300 Fix views reset problem. See #618 2023-12-03 16:15:26 +07:00
danpros
b83062918d Translation 2023-11-29 19:31:04 +07:00
danpros
c4b4c89bd9 Formatting 2023-11-29 16:54:14 +07:00
danpros
212bdf4152 Simple scheduled post
Publish a post with future date or time, it will go into scheduled posts.
2023-11-29 16:34:32 +07:00
danpros
9b162c2e5b My bad 2023-11-27 18:17:23 +07:00
danpros
3278f6e799 PHP 5.3 backward compatibility 2023-11-27 16:10:50 +07:00
danpros
10ca416f0e Clean up PHP error log 2023-11-23 19:37:53 +07:00
danpros
c3c37b1f37 PHP 8.x compatibility
Remove deprecated warning for PHP 8.x
2023-11-22 17:15:14 +07:00
Dan
39629232b2
Merge pull request #622 from medmen/RSS_import_pics
Rss import pics BY @medmen
2023-11-22 16:16:07 +07:00