summaryrefslogtreecommitdiff
path: root/content/post.go
AgeCommit message (Expand)Author
2016-11-26removing Post.go content type from defaultSteve Manuel
2016-11-03simplifying Editable interface by adding Sluggable and Identifiable interface...Steve Manuel
2016-10-28adding some clean up code and UI toggle for future external vs. internal post...Steve Manuel
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 f...Steve Manuel
2016-10-09updating import pathsSteve Manuel
2016-10-02adding more UI, rich text editor, implentation and example in post.go, as wel...Steve Manuel
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 exam...Steve Manuel
2016-09-22adding a generator for custom post content types, slug for url based on title...Steve Manuel
2016-09-21added admin interface and overview of content and types. more code reorganiza...Steve Manuel
2016-09-20adding support for boltdb storage, updating and inserting content, some reorg...Steve Manuel
2016-09-19changed Post fields from []byte to string for json decoding - complained abou...Steve Manuel
2016-09-19reorganizing files and dir structure. adding initial (incomplete) management,...Steve Manuel