writefreely/templates
Matt Baer bdc4f270f8 Support editing About and Privacy pages from Admin panel
This allows admin to edit these pages from the web, using Markdown. It
also dynamically loads information on those pages now, and makes loading
`pages` templates a little easier to find in the code / more explicit.

It requires this new schema change:

CREATE TABLE IF NOT EXISTS `appcontent` (
  `id` varchar(36) NOT NULL,
  `content` mediumtext CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
  `updated` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

This closes T533
2018-11-18 21:58:50 -05:00
..
include Fully support single-user mode 2018-11-09 22:10:46 -05:00
user Support editing About and Privacy pages from Admin panel 2018-11-18 21:58:50 -05:00
base.tmpl Fully support single-user mode 2018-11-09 22:10:46 -05:00
collection-post.tmpl Use avatar as blog link social media image 2018-11-11 15:34:26 -05:00
collection-tags.tmpl Use avatar as blog link social media image 2018-11-11 15:34:26 -05:00
collection.tmpl Add login link on single-user blog 2018-11-12 19:47:14 -05:00
edit-meta.tmpl Fully support single-user mode 2018-11-09 22:10:46 -05:00
pad.tmpl Fully support single-user mode 2018-11-09 22:10:46 -05:00
password-collection.tmpl Add user-facing templates and pages 2018-11-08 01:13:00 -05:00
post.tmpl Fully support single-user mode 2018-11-09 22:10:46 -05:00