Age | Commit message (Expand) | Author |
2017-04-06 | renaming and add Delete operation for search index | Steve Manuel |
2017-04-06 | default implementation fix | Steve Manuel |
2017-04-06 | adding default implementation of db.Searchable | Steve Manuel |
2017-04-06 | indexing string data instead of json []byte | Steve Manuel |
2017-04-06 | update index path to include the search dir | Steve Manuel |
2017-04-06 | adding json values to search index on insert and update | Steve Manuel |
2017-04-06 | add mapping for search indices per content type | Steve Manuel |
2017-04-03 | Merge branch 'master' of https://github.com/ponzu-cms/ponzu into ponzu-dev | Steve Manuel |
2017-04-03 | swap asc/desc now that natural order in db is changed | Steve Manuel |
2017-04-03 | Merge pull request #108 from ponzu-cms/ponzu-dev | Steve |
2017-04-03 | move iterator to suffix of key to avoid clashing, include status in UI sort | Steve Manuel |
2017-04-03 | set date to UTC times on server create, and updated editor timestamp to incre... | Steve Manuel |
2017-04-03 | testing alt key format in sorted buckets | Steve Manuel |
2017-04-02 | updating readme with input view specifiers | Steve Manuel |
2017-04-02 | Merge pull request #107 from ponzu-cms/ponzu-dev | Steve |
2017-04-02 | remove old comment/reminder | Steve Manuel |
2017-04-01 | formatting fix in custom editor view template | Steve Manuel |
2017-04-01 | adding cases and templates for checkbox, file, richtext, select, tags, textarea | Steve Manuel |
2017-04-01 | adding hidden and custom templates to cases | Steve Manuel |
2017-04-01 | add warning message to console, new custom and hidden templates | Steve Manuel |
2017-04-01 | provide generateType to parseField to get its parent data | Steve Manuel |
2017-04-01 | downcase initial char from type name | Steve Manuel |
2017-04-01 | removing nil view default | Steve Manuel |
2017-04-01 | adding initial cases to generate input types for field views from command line | Steve Manuel |
2017-03-21 | Merge pull request #104 from ponzu-cms/ponzu-dev | Steve |
2017-03-21 | JSON decoded val for int variants are float64 - need to cast after assertion | Steve Manuel |
2017-03-21 | adding cache-control age and disabler | Steve Manuel |
2017-03-20 | Merge pull request #103 from ponzu-cms/ponzu-dev | Steve |
2017-03-20 | adding filename normalization and sanitization for file uploads | Steve Manuel |
2017-03-20 | adding NormailzeString func exporting the stringToSlug uri formatter | Steve Manuel |
2017-03-20 | bump version | Steve Manuel |
2017-03-20 | Merge pull request #102 from ponzu-cms/ponzu-dev | Steve |
2017-03-20 | separate UpdateContent and SetContent to differentiate when data should be me... | Steve Manuel |
2017-03-16 | Merge pull request #100 from ferhatelmas/more-typos | Steve |
2017-03-16 | Typo fixes | ferhat elmas |
2017-03-15 | updating examples with deleteable | Steve Manuel |
2017-03-15 | bump version | Steve Manuel |
2017-03-15 | Merge pull request #99 from ponzu-cms/ponzu-dev | Steve |
2017-03-15 | using api.ErrNoAuth return from auth check in examples | Steve Manuel |
2017-03-15 | adding deleteable example, rename and modify externalable -> createable | Steve Manuel |
2017-03-15 | updating DeleteContent signature to remove requirement of url.Values, will in... | Steve Manuel |
2017-03-15 | updating DeleteContent signature to remove requirement of url.Values, will in... | Steve Manuel |
2017-03-15 | changing API for external client interaction. Externalable -> Createable, +De... | Steve Manuel |
2017-03-15 | changing API for external client interaction. Externalable -> Createable, +De... | Steve Manuel |
2017-03-15 | changing API for external client interaction. Externalable -> Createable, +De... | Steve Manuel |
2017-03-15 | changing API for external client interaction. Externalable -> Createable, +De... | Steve Manuel |
2017-03-12 | Merge pull request #98 from kkeuning/updateable-example-logging | Steve |
2017-03-11 | logging id rather than title in AfterAcceptUpdate | Kevin Keuning |
2017-03-11 | oops | Steve |
2017-03-11 | Merge pull request #97 from kkeuning/updateable-example | Steve |