writefreely/pages
Matt Baer 9cb0f80921 Support changing instance page titles
Now admins can choose a title for their About and Privacy pages; now
editable through the instance page editor.

This adds `title` and `content_type` fields to the `appcontent` table,
requiring a migration by running `writefreely --migrate`

The content_type field specifies that items we're currently storing in
this table are all "page"s; queries for fetching these have been updated
to filter for this type. In the future, this field will be used to
indicate when an item is a stylesheet (ref T563) or other supported
type.

Ref T566
2019-04-11 13:56:07 -04:00
..
404-general.tmpl Add handler, page, template loading 2018-11-07 23:50:50 -05:00
404.tmpl Add handler, page, template loading 2018-11-07 23:50:50 -05:00
410.tmpl Add handler, page, template loading 2018-11-07 23:50:50 -05:00
500.tmpl Update copy on default pages 2018-11-09 14:37:31 -05:00
about.tmpl Support changing instance page titles 2019-04-11 13:56:07 -04:00
blank.tmpl Add handler, page, template loading 2018-11-07 23:50:50 -05:00
landing.tmpl Show "closed registration" message on landing page 2018-11-09 19:55:07 -05:00
login.tmpl Fully support single-user mode 2018-11-09 22:10:46 -05:00
privacy.tmpl Support changing instance page titles 2019-04-11 13:56:07 -04:00
signup.tmpl Support user invites 2019-01-18 00:05:50 -05:00