Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-dev-llm Commit: 2b28d597fe082d9548749960f50cfe3cb146ebd5 https://github.com/xwiki/xwiki-dev-llm/commit/2b28d597fe082d9548749960f50cfe... Author: Vincent Massol <[email protected]> Date: 2026-09-03 (Thu, 03 Sep 2026) Changed paths: M xwiki/instructions/xwiki-org.md M xwiki/okf/conventions/frontend.md A xwiki/okf/conventions/server-side-rendering.md M xwiki/okf/index.md Log Message: ----------- [Misc] Give server-side rendering its own OKF topic * Add `okf/conventions/server-side-rendering.md`, for code that runs on the server inside a wiki page, sheet or template and produces wiki syntax or HTML. `frontend.md` covers the browser-facing layer — JavaScript, CSS delivery, HTML and WCAG conformance — so a rule about generating wiki syntax is not findable there, whatever its subject matter overlap. * Record in it the blank lines that separate blocks in generated wiki syntax, and the two things that silently remove them: Velocity drops the newline ending a line that ends with a directive, and `$doc.display` on a wiki TextArea returns the rendered field as a single-line `{{html}}` macro with no trailing newline, where the raw property value it replaces was multi-line. A block then joins the paragraph before it, nesting a paragraph or leaving a standalone-only macro such as `{{gallery}}` used inline, which refuses to render. * Cross-link the two files: the accessibility traps for markup emitted from a wiki page stay in `frontend.md`, since they are WCAG conformance rules and splitting them would fragment that topic. * List the topic in `okf/index.md` and name it in the `instructions/xwiki-org.md` mirror. Co-Authored-By: Claude Opus 5 (1M context) <[email protected]> Commit: 88edb4543d3b6053f25dc39094554696a8e686da https://github.com/xwiki/xwiki-dev-llm/commit/88edb4543d3b6053f25dc390945546... Author: Vincent Massol <[email protected]> Date: 2026-09-03 (Thu, 03 Sep 2026) Changed paths: M xwiki/instructions/xwiki-org.md M xwiki/okf/conventions/frontend.md A xwiki/okf/conventions/server-side-rendering.md M xwiki/okf/index.md Log Message: ----------- Merge pull request #106 from xwiki/okf-velocity-generated-wiki-syntax [Misc] Give server-side rendering its own OKF topic Compare: https://github.com/xwiki/xwiki-dev-llm/compare/68bfc9920bd1...88edb4543d3b To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-dev-llm/settings/notifications