summaryrefslogtreecommitdiff
path: root/content
AgeCommit message (Expand)Author
2017-04-17package documentation for godocSteve Manuel
2017-01-11attempting to force item.Types to be populated before the db Init stepSteve Manuel
2016-12-19[addons] Creating foundation for plugin-like system "Addons" (#24)Steve
2016-12-14adding __contentIndex to map item slug to semi foreign-key, and implementing ...Steve Manuel
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-26removing Post.go content type from defaultSteve Manuel
2016-11-16rearranging code in item.goSteve Manuel
2016-11-09moving Mergeable interface to editor package. Fighting with cyclical imports ...Steve Manuel
2016-11-08moving Mergable interface to content package. Still hit cyclical import issue...Steve 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-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-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-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