Commit Graph

  • 568835855c chore: fix template variable assignment to use context dict instead of direct reference main retoor 2025-02-25 18:42:47 +0000
  • 4cc9224384 chore: remove trailing whitespace and unused imports from dreamii source files retoor 2025-02-25 18:39:40 +0000
  • 10ebe3cc14 feat: fix indentation of file write block in TemplateView render method retoor 2025-02-09 23:39:18 +0000
  • 2c17a7350c fix: move jinja2 globals assignment before markdown rendering to fix undefined request and context in python extension retoor 2025-02-09 23:37:44 +0000
  • 20ac17c8e8 fix: register request and context as Jinja2 globals in TemplateView and Dreamii init retoor 2025-02-09 23:34:17 +0000
  • 98b6c1ce26 fix: correct jinja2_env globals assignment syntax in TemplateView retoor 2025-02-09 23:31:07 +0000
  • f450f40179 feat: expose request and context globals in jinja2 env and fix PythonExtension init retoor 2025-02-09 23:28:57 +0000
  • 0e0efe88e8 feat: expose environment variable in PythonExtension execute method for template access retoor 2025-02-09 23:17:56 +0000
  • 966a72b708 fix: remove deleted base.html template and fix markdown rendering in app.py retoor 2025-01-27 23:42:24 +0000
  • 3cba8b3cfb fix: fix typo in variable name and add debug prints in TemplateView retoor 2025-01-27 22:49:11 +0000
  • 7a7092b24a feat: remove extraneous context argument from MarkdownRenderer web.Response call retoor 2025-01-27 22:45:30 +0000
  • 2ed73197a7 feat: add content type detection and validation for uploaded files retoor 2025-01-27 22:41:49 +0000
  • f16ac21bbd feat: add charset utf-8 to html response and pass context to template renderer retoor 2025-01-27 22:31:08 +0000
  • aaf5639826 feat: add content_type text/html to markdown renderer response in TemplateView retoor 2025-01-27 18:48:29 +0000
  • c68a8e3217 fix: remove extraneous await from MarkdownRenderer.render() call in TemplateView retoor 2025-01-27 18:45:55 +0000
  • daf2b06772 fix: convert template_path to pathlib.Path in MarkdownRenderer.render to fix attribute error retoor 2025-01-27 18:44:10 +0000
  • 7331d6c1a7 fix: correct misspelling of 'recieve' to 'receive' in user registration handler error message string retoor 2025-01-27 18:42:04 +0000
  • f1bfbad12b fix: correct typo in README shell command from 'echo >' to 'echo' for proper markdown file creation retoor 2025-01-27 18:40:33 +0000
  • a0e762c41e fix: add markdown file detection and rendering in TemplateView before template fallback retoor 2025-01-27 18:39:34 +0000
  • 0ce3bd9353 fix: add missing code block closing backticks in README example section retoor 2025-01-27 18:33:54 +0000
  • 8378cde372 fix: add missing closing code fence to README example block retoor 2025-01-27 18:33:32 +0000
  • 46e5d21bc6 fix: switch run command from main.py to dreamii module and remove unused fetch module retoor 2025-01-27 18:32:42 +0000
  • 5f3ddd15ba chore: add initial Dreamii CMS project scaffold with Jinja2 markdown and Python execution extensions retoor 2025-01-27 18:27:26 +0000
  • 13cabb826e docs: update README with separate usage and development setup instructions retoor 2025-01-27 17:29:53 +0000
  • 41d8f46b46 feat: initialize project structure with core application scaffolding retoor 2025-01-27 17:25:40 +0000