Age | Commit message (Collapse) | Author |
|
The aim is to reduce reliance on custom logic in the handlers for every
protocol, eventually outsourcing all of it into `render.Methods`,
leaving each protocol to simply direct calls to the correct template.
|
|
|
|
|
|
This moved a bunch of logic out of http and into the asset package,
making it available for gmit too.
|
|
|
|
|
|
All admin "index" pages are moved under MANAGE, so that we can have (for
example) and normal "GET /posts" page later which would replace the
current index page, and potentially corresponding pages for the other
categories.
The EDIT method replaces the old `?edit` pattern, which normalizes how
we differentiate page functionality generally.
|
|
|
|
|