summaryrefslogtreecommitdiff
path: root/system/db/init.go
AgeCommit message (Expand)Author
2017-01-16[core] Adding toggle for CORS, GZIP in admin/cms configuration (#30)Steve
2017-01-12handling errorSteve Manuel
2017-01-11moving content _ import into new system/init package to test importSteve Manuel
2017-01-11move content _ import to adminSteve Manuel
2017-01-11attempting to force item.Types to be populated before the db Init stepSteve Manuel
2017-01-10adding pointer fix for decoding, removing print debugsSteve Manuel
2017-01-10adding test for store value before attempt to open dbSteve Manuel
2017-01-10adding print debugs to check statusSteve Manuel
2017-01-10adding db open back to Init and calling Init from other files init()Steve Manuel
2017-01-10pulling db connection creation into package init not exported Init() initiali...Steve Manuel
2017-01-10adding initial support for third-party addons and the basic framework for how...Steve Manuel
2016-12-19moving repository, bosssauce => ponzu-cmsSteve Manuel
2016-12-19[addons] Creating foundation for plugin-like system "Addons" (#24)Steve
2016-12-14adding cache invalidation to system start/initSteve Manuel
2016-12-14adding __contentIndex to map item slug to semi foreign-key, and implementing ...Steve Manuel
2016-12-06substituting "_{specifier}" => "__{specifier}" so users can add their own typ...Steve Manuel
2016-10-29adding db/analytics init back in after reverting for debugSteve Manuel
2016-10-29adding db/analytics init back in after reverting for debugSteve Manuel
2016-10-28debuggingSteve Manuel
2016-10-28code reorg and debugging bolt issuesSteve Manuel
2016-10-28attempt fix for bolt errSteve Manuel
2016-10-28attempt fix for bolt errSteve Manuel
2016-10-28adding some clean up code and UI toggle for future external vs. internal post...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-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-18adding sort buckets for each content typeSteve 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-07adding cache control and etags to responses for static assets + moved handler...Steve Manuel
2016-10-06added jwt secret at initialization and removed debugsSteve Manuel
2016-10-06adding config, user and refactored some content query code. all in their own ...Steve Manuel