Age | Commit message (Expand) | Author |
2017-04-17 | package documentation for godoc | Steve Manuel |
2017-01-11 | attempting to force item.Types to be populated before the db Init step | Steve Manuel |
2016-12-19 | [addons] Creating foundation for plugin-like system "Addons" (#24) | Steve |
2016-12-14 | adding __contentIndex to map item slug to semi foreign-key, and implementing ... | Steve Manuel |
2016-12-06 | cleanup template, move ContentName into base Item as String on Identifiable i... | Steve Manuel |
2016-11-28 | fix for uuid implementation, was overwriting uuid on save w/ 0 value | Steve Manuel |
2016-11-28 | adding uuid dep and implementation for content.Item | Steve Manuel |
2016-11-26 | removing Post.go content type from default | Steve Manuel |
2016-11-16 | rearranging code in item.go | Steve Manuel |
2016-11-09 | moving Mergeable interface to editor package. Fighting with cyclical imports ... | Steve Manuel |
2016-11-08 | moving Mergable interface to content package. Still hit cyclical import issue... | Steve Manuel |
2016-11-08 | adding remaining interface methods to satisfy Hookable. Reverting back again ... | Steve Manuel |
2016-11-08 | testing revert Item to pointer in method reciever for hooks -- interface meth... | Steve Manuel |
2016-11-08 | changing pointer to value receiever for Item so there is no confusion around ... | Steve Manuel |
2016-11-08 | adding remaining methods to Item for Hookable implementation and adding hooks... | Steve Manuel |
2016-11-08 | adding before/after hooks to actions: save, delete, approve and reject | Steve Manuel |
2016-11-07 | updating Identifiable interface, renaming its method and changing name where ... | Steve Manuel |
2016-11-03 | implementing SetContentID to satisfy the Identifiable interface | Steve Manuel |
2016-11-03 | simplifying Editable interface by adding Sluggable and Identifiable interface... | Steve Manuel |
2016-10-28 | adding some clean up code and UI toggle for future external vs. internal post... | Steve Manuel |
2016-10-26 | testing non-accept content | Steve Manuel |
2016-10-26 | debugging | Steve Manuel |
2016-10-26 | fixing Externalable interface implementation for Post type | Steve Manuel |
2016-10-26 | adding capability to accept external content type submissions | Steve Manuel |
2016-10-26 | changing arrangement of default and generated post / content type | Steve Manuel |
2016-10-25 | updating content type generator template and modifying default post | Steve Manuel |
2016-10-25 | adding Tags input type and implementing a test on post | Steve Manuel |
2016-10-18 | adding the Touch() method to Sortable interface, which would enable us to sor... | Steve Manuel |
2016-10-18 | adding ContentID to interface Sortable.. it is duplicating method in both Edi... | Steve Manuel |
2016-10-18 | adding Sortable interface, implementing it on Item | Steve Manuel |
2016-10-17 | testing int64 type for timestamp & update | Steve Manuel |
2016-10-17 | adding partial time helper and hard coding date & time inputs | Steve Manuel |
2016-10-17 | adding initial updates to provide better time recording for post editing & cr... | Steve Manuel |
2016-10-10 | updating some defaults | Steve Manuel |
2016-10-09 | returning absolute import paths, will move to vendor in future commit | Steve Manuel |
2016-10-09 | renaming import paths globally to ensure build is using new files, not ones f... | Steve Manuel |
2016-10-09 | updating import paths | Steve Manuel |
2016-10-02 | adding more UI, rich text editor, implentation and example in post.go, as wel... | Steve Manuel |
2016-10-02 | adding default fields to Item and removing from post.go and template | Steve Manuel |
2016-09-30 | updating generated content types to include more built-in input function exam... | Steve Manuel |
2016-09-22 | adding a generator for custom post content types, slug for url based on title... | Steve Manuel |
2016-09-21 | added admin interface and overview of content and types. more code reorganiza... | Steve Manuel |
2016-09-20 | adding support for boltdb storage, updating and inserting content, some reorg... | Steve Manuel |
2016-09-19 | changed Post fields from []byte to string for json decoding - complained abou... | Steve Manuel |
2016-09-19 | reorganizing files and dir structure. adding initial (incomplete) management,... | Steve Manuel |