writefreely/less
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
..
lib Add LESS styles, fonts, icons, CSS generation 2018-11-07 22:33:13 -05:00
pages Add LESS styles, fonts, icons, CSS generation 2018-11-07 22:33:13 -05:00
Makefile Add LESS styles, fonts, icons, CSS generation 2018-11-07 22:33:13 -05:00
admin.less Support editing About and Privacy pages from Admin panel 2018-11-18 21:58:50 -05:00
app.less Support editing About and Privacy pages from Admin panel 2018-11-18 21:58:50 -05:00
core.less Fully support single-user mode 2018-11-09 22:10:46 -05:00
effects.less Add LESS styles, fonts, icons, CSS generation 2018-11-07 22:33:13 -05:00
fonts.less Upgrade Lora to v2.202 (cyrillic) 2018-11-17 22:28:58 -05:00
icons.less Add LESS styles, fonts, icons, CSS generation 2018-11-07 22:33:13 -05:00
install-less.sh Add LESS styles, fonts, icons, CSS generation 2018-11-07 22:33:13 -05:00
new-core.less Fully support single-user mode 2018-11-09 22:10:46 -05:00
pad-theme.less Add LESS styles, fonts, icons, CSS generation 2018-11-07 22:33:13 -05:00
pad.less Add LESS styles, fonts, icons, CSS generation 2018-11-07 22:33:13 -05:00
post-temp.less Add LESS styles, fonts, icons, CSS generation 2018-11-07 22:33:13 -05:00