Age | Commit message (Expand) | Author |
2017-03-02 | updated log message | Kevin Keuning |
2017-03-02 | added UpdateContent for merge behavior on api updates, extended Hookable | Kevin Keuning |
2017-02-06 | [core] add support for DB indexes (#62) | Steve |
2017-01-24 | [core] System backups (uploads, system.db, analytics.db) (#42) | Steve |
2017-01-20 | removing fmt prints. fix is for #38 | Steve Manuel |
2017-01-20 | adding fix for consistent order in repeaters and multi-value field inputs | Steve Manuel |
2017-01-16 | [core] Adding toggle for CORS, GZIP in admin/cms configuration (#30) | Steve |
2017-01-12 | and not or in err check | Steve Manuel |
2017-01-12 | move expensive work outside store.Update in Sort | Steve Manuel |
2017-01-12 | handling error | Steve Manuel |
2017-01-11 | moving content _ import into new system/init package to test import | Steve Manuel |
2017-01-11 | move content _ import to admin | Steve Manuel |
2017-01-11 | attempting to force item.Types to be populated before the db Init step | Steve Manuel |
2017-01-11 | adding []byte driven api vs. url.Values where ever possible | Steve Manuel |
2017-01-10 | adding pointer fix for decoding, removing print debugs | Steve Manuel |
2017-01-10 | adding test for store value before attempt to open db | Steve Manuel |
2017-01-10 | adding print debugs to check status | Steve Manuel |
2017-01-10 | minor UI change and docs update | Steve Manuel |
2017-01-10 | adding Init check in func called early in process | Steve Manuel |
2017-01-10 | adding db open back to Init and calling Init from other files init() | Steve Manuel |
2017-01-10 | now that we possibly create the __addon bucket here, tx type needs to be writ... | Steve Manuel |
2017-01-10 | pulling db connection creation into package init not exported Init() initiali... | Steve Manuel |
2017-01-10 | adding bucket in advance in case it doesnt exist and addon init is called bef... | Steve Manuel |
2017-01-10 | adding initial support for third-party addons and the basic framework for how... | Steve Manuel |
2017-01-08 | adding error type rather than string as exported var from item | Steve Manuel |
2017-01-02 | update codebase where previous deps were used | Steve Manuel |
2016-12-30 | adding Hideable interface and initial implementation, allowing user to define... | Steve Manuel |
2016-12-25 | adding more error handling on buffer writes, removing old code | Steve Manuel |
2016-12-22 | adding fix for js in repeaters (mainly FileRepeater) and cleanup of form valu... | Steve Manuel |
2016-12-19 | moving repository, bosssauce => ponzu-cms | Steve Manuel |
2016-12-19 | [addons] Creating foundation for plugin-like system "Addons" (#24) | Steve |
2016-12-14 | adding cache invalidation to system start/init | Steve Manuel |
2016-12-14 | adding db method ContentBySlug to lookup the type & id of content by its slug... | Steve Manuel |
2016-12-14 | maintain original slug and append to it with single incremental value, not many | Steve Manuel |
2016-12-14 | adding __contentIndex to map item slug to semi foreign-key, and implementing ... | Steve Manuel |
2016-12-11 | updating cache control header to be more lenient | Steve Manuel |
2016-12-11 | removing print debug for cache check | Steve Manuel |
2016-12-11 | returning api server middleware to original state and adding req header looku... | Steve Manuel |
2016-12-07 | adding debug prints -- cache control not effecting json responses | Steve Manuel |
2016-12-06 | initialize url.Values (map) prior to Add/Set | Steve Manuel |
2016-12-06 | checking if first pass through kv of config to call Set before Add | Steve Manuel |
2016-12-06 | tracking new file | Steve Manuel |
2016-12-06 | adding cache (client-based, Etag) to API responses in addition to static file... | Steve Manuel |
2016-12-06 | substituting "_{specifier}" => "__{specifier}" so users can add their own typ... | Steve Manuel |
2016-12-06 | /*post?s*/ => /*content?s*/ substitution | Steve Manuel |
2016-12-06 | /*post?s*/ => /*content?s*/ substitution | Steve Manuel |
2016-12-06 | removing old unnecessary text processing code | Steve Manuel |
2016-12-06 | removing ContentName() from editor.Editble and adding String() to content.Ide... | Steve Manuel |
2016-12-05 | update db.Query to return total of content count, add implement change throug... | Steve Manuel |
2016-12-02 | adding a guarantee to update user with same ID | Steve Manuel |