Fix newest homepage detection, file creation dates, real IP, and request log visitor type
- Fix detectNewestPage() to search subdirectories recursively and handle language prefixes - Fix getFileInfo() to preserve frontmatter created date or ctime instead of overwriting with mtime - Automatically store created date in frontmatter when creating/editing files - Add RequestLogger::getClientIp() with proxy and Cloudflare header support - Replace domain column in request log with visitor/bot type badges (Human, AI, Search, Scraper) - Update 'Activiteitenlog' to 'Activiteiten log' in UI and guide
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@
|
||||
"content_dir": "content",
|
||||
"templates_dir": "cms\/templates",
|
||||
"active_theme": "default",
|
||||
"default_page": "auto",
|
||||
"default_page": "newest",
|
||||
"language": {
|
||||
"default": "nl",
|
||||
"available": [
|
||||
|
||||
Reference in New Issue
Block a user