Age | Commit message (Expand) | Author |
2017-04-06 | renaming and add Delete operation for search index | Steve Manuel |
2017-04-06 | indexing string data instead of json []byte | Steve Manuel |
2017-04-06 | adding json values to search index on insert and update | Steve Manuel |
2017-04-03 | swap asc/desc now that natural order in db is changed | Steve Manuel |
2017-04-03 | move iterator to suffix of key to avoid clashing, include status in UI sort | Steve Manuel |
2017-04-03 | testing alt key format in sorted buckets | Steve Manuel |
2017-03-20 | separate UpdateContent and SetContent to differentiate when data should be me... | Steve Manuel |
2017-03-15 | updating DeleteContent signature to remove requirement of url.Values, will in... | Steve Manuel |
2017-03-05 | updated logging | Kevin Keuning |
2017-03-05 | consolidate UpdateContent into SetContent | Kevin Keuning |
2017-03-02 | updated log message | Kevin Keuning |
2017-03-02 | added UpdateContent for merge behavior on api updates, extended Hookable | Kevin Keuning |
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-08 | adding error type rather than string as exported var from item | Steve Manuel |
2016-12-30 | adding Hideable interface and initial implementation, allowing user to define... | 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 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-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-11-28 | adding uuid dep and implementation for content.Item | Steve Manuel |
2016-11-03 | simplifying Editable interface by adding Sluggable and Identifiable interface... | Steve Manuel |
2016-11-02 | adding default to order switch in db.Query | Steve Manuel |
2016-11-02 | swapping order of post winding | Steve Manuel |
2016-11-02 | testing fix for -1 case in count length | Steve Manuel |
2016-11-02 | adding test fix for asc order | Steve Manuel |
2016-11-02 | adding test fix for asc order | Steve Manuel |
2016-11-02 | adding test fix for asc order | Steve Manuel |
2016-11-02 | reassigning k, v with next or prev record | Steve Manuel |
2016-11-02 | adding addtional stops for count/offset | Steve Manuel |
2016-11-01 | testing start / end positions on cursor - added back bounds check from prior ... | Steve Manuel |
2016-11-01 | testing start / end positions on cursor | Steve Manuel |
2016-11-01 | adding some bounds checking to the cursor location based on the expected results | Steve Manuel |
2016-11-01 | do not allow return length longer than number of values in bucket | Steve Manuel |
2016-11-01 | moving query like code from handler to new Query func in db package so size o... | Steve Manuel |
2016-10-30 | dont allow non main content types to be sorted | Steve Manuel |
2016-10-30 | need to delete _sorted bucket before re-sorting on delete | Steve Manuel |
2016-10-30 | fixing _ specifier location | Steve Manuel |
2016-10-30 | left out _ separator from ns+specifier in db call | Steve Manuel |
2016-10-30 | refactor some db code and update how status vars interpolate throughour UI code | Steve Manuel |