summaryrefslogtreecommitdiff
path: root/content/item.go
AgeCommit message (Expand)Author
2016-10-18adding the Touch() method to Sortable interface, which would enable us to sor...Steve Manuel
2016-10-18adding ContentID to interface Sortable.. it is duplicating method in both Edi...Steve Manuel
2016-10-18adding Sortable interface, implementing it on ItemSteve Manuel
2016-10-17testing int64 type for timestamp & updateSteve Manuel
2016-10-17adding partial time helper and hard coding date & time inputsSteve Manuel
2016-10-17adding initial updates to provide better time recording for post editing & cr...Steve Manuel
2016-10-02adding default fields to Item and removing from post.go and templateSteve Manuel
2016-09-22adding a generator for custom post content types, slug for url based on title...Steve Manuel
2016-09-20adding support for boltdb storage, updating and inserting content, some reorg...Steve Manuel