summaryrefslogtreecommitdiff
path: root/management/manager/process.go
AgeCommit message (Collapse)Author
2016-12-19[addons] Creating foundation for plugin-like system "Addons" (#24)Steve
* adding addons dir and sample addon which enables the use of a new input element in forms for referencing other content. "addons" is a conceptual plugin-like feature, similar to wordpress "plugins" dir, but not as sophisticated
2016-12-06removing ContentName() from editor.Editble and adding String() to ↵Steve Manuel
content.Identifiable so embedded Items can manage display names by default, but easily overridden
2016-10-09returning absolute import paths, will move to vendor in future commitSteve Manuel
2016-10-09renaming import paths globally to ensure build is using new files, not ones ↵Steve Manuel
from original repo
2016-10-09updating import pathsSteve Manuel
2016-10-04adding replacement rule to slug to make better URLsSteve Manuel
2016-09-29fixing whitespace issue in URL path (slug) processSteve Manuel
2016-09-22adding a generator for custom post content types, slug for url based on ↵Steve Manuel
title, main file to manage commands