summaryrefslogtreecommitdiff
path: root/content/item.go
AgeCommit message (Expand)Author
2016-12-06cleanup template, move ContentName into base Item as String on Identifiable i...Steve Manuel
2016-11-28fix for uuid implementation, was overwriting uuid on save w/ 0 valueSteve Manuel
2016-11-28adding uuid dep and implementation for content.ItemSteve Manuel
2016-11-16rearranging code in item.goSteve Manuel
2016-11-08adding remaining interface methods to satisfy Hookable. Reverting back again ...Steve Manuel
2016-11-08testing revert Item to pointer in method reciever for hooks -- interface meth...Steve Manuel
2016-11-08changing pointer to value receiever for Item so there is no confusion around ...Steve Manuel
2016-11-08adding remaining methods to Item for Hookable implementation and adding hooks...Steve Manuel
2016-11-08adding before/after hooks to actions: save, delete, approve and rejectSteve Manuel
2016-11-07updating Identifiable interface, renaming its method and changing name where ...Steve Manuel
2016-11-03implementing SetContentID to satisfy the Identifiable interfaceSteve Manuel
2016-11-03simplifying Editable interface by adding Sluggable and Identifiable interface...Steve Manuel
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