writefreely/templates/user
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
admin.tmpl Support editing About and Privacy pages from Admin panel 2018-11-18 21:58:50 -05:00
articles.tmpl Fully support single-user mode 2018-11-09 22:10:46 -05:00
collection.tmpl Remove JS editor remnants 2018-11-16 12:20:36 -05:00
collections.tmpl Add user management pages 2018-11-08 01:23:08 -05:00
export.tmpl Add user management pages 2018-11-08 01:23:08 -05:00
settings.tmpl Add basic admin dashboard with app stats 2018-11-18 20:18:22 -05:00
stats.tmpl Add user management pages 2018-11-08 01:23:08 -05:00