summaryrefslogtreecommitdiff
path: root/content/post.go
AgeCommit message (Collapse)Author
2016-11-26removing Post.go content type from defaultSteve Manuel
2016-11-03simplifying Editable interface by adding Sluggable and Identifiable ↵Steve Manuel
interfaces, moving relevant interface methods to be implemented by other types and updating caller code to assert the new interface types as needed
2016-10-28adding some clean up code and UI toggle for future external vs. internal ↵Steve Manuel
posted content
2016-10-26testing non-accept contentSteve Manuel
2016-10-26debuggingSteve Manuel
2016-10-26fixing Externalable interface implementation for Post typeSteve Manuel
2016-10-26adding capability to accept external content type submissionsSteve Manuel
2016-10-26changing arrangement of default and generated post / content typeSteve Manuel
2016-10-25updating content type generator template and modifying default postSteve Manuel
2016-10-25adding Tags input type and implementing a test on postSteve Manuel
2016-10-10updating some defaultsSteve Manuel
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-02adding more UI, rich text editor, implentation and example in post.go, as ↵Steve Manuel
well as db insert/update and retrieval. NOTE: rich text editor content is stored as html escaped entity in DB.
2016-10-02adding default fields to Item and removing from post.go and templateSteve Manuel
2016-09-30updating generated content types to include more built-in input function ↵Steve Manuel
examples (+ Select, Checkbox)
2016-09-22adding a generator for custom post content types, slug for url based on ↵Steve Manuel
title, main file to manage commands
2016-09-21added admin interface and overview of content and types. more code ↵Steve Manuel
reorganization.
2016-09-20adding support for boltdb storage, updating and inserting content, some ↵Steve Manuel
reorganization
2016-09-19changed Post fields from []byte to string for json decoding - complained ↵Steve Manuel
about base64 encoded data ([]byte)
2016-09-19reorganizing files and dir structure. adding initial (incomplete) ↵Steve Manuel
management, types, system and db functionality.