summaryrefslogtreecommitdiff
path: root/system/db/content.go
AgeCommit message (Expand)Author
2016-10-24removing debug printlns and modifying other fmt.Println to log.Println for co...Steve Manuel
2016-10-18running SortContent from inside DeleteContent in same goroutine so results ar...Steve Manuel
2016-10-18updating call location of StoreContent to be centralized to db actions, rathe...Steve Manuel
2016-10-18implement Sort on all content types by Timestamp, DESC (latest to oldest) - r...Steve Manuel
2016-10-18implement Sort on all content types by Timestamp, DESC (latest to oldest) - r...Steve Manuel
2016-10-18using ref of post in sort storage and updating db key for stored postSteve Manuel
2016-10-18adding different key format to test default sorting inside BoltSteve Manuel
2016-10-18updating sort logic on Less and storing sorted values in _sorted bucketSteve Manuel
2016-10-18debuggingSteve Manuel
2016-10-18debuggingSteve Manuel
2016-10-18debuggingSteve Manuel
2016-10-18debuggingSteve Manuel
2016-10-18debuggingSteve Manuel
2016-10-18debuggingSteve Manuel
2016-10-18debuggingSteve Manuel
2016-10-18implementing Sort on sortable posts, testing functionalitySteve Manuel
2016-10-13adding admin server handler for deleting contentSteve 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-06adding config, user and refactored some content query code. all in their own ...Steve Manuel