summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-04-06renaming and add Delete operation for search indexSteve Manuel
2017-04-06default implementation fixSteve Manuel
2017-04-06adding default implementation of db.SearchableSteve Manuel
2017-04-06indexing string data instead of json []byteSteve Manuel
2017-04-06update index path to include the search dirSteve Manuel
2017-04-06adding json values to search index on insert and updateSteve Manuel
2017-04-06add mapping for search indices per content typeSteve Manuel
2017-04-03Merge branch 'master' of https://github.com/ponzu-cms/ponzu into ponzu-devSteve Manuel
2017-04-03swap asc/desc now that natural order in db is changedSteve Manuel
2017-04-03Merge pull request #108 from ponzu-cms/ponzu-devSteve
[core] better sort ordering and more reliable content API results
2017-04-03move iterator to suffix of key to avoid clashing, include status in UI sortSteve Manuel
2017-04-03set date to UTC times on server create, and updated editor timestamp to ↵Steve Manuel
increase precision to seconds level
2017-04-03testing alt key format in sorted bucketsSteve Manuel
2017-04-02updating readme with input view specifiersSteve Manuel
2017-04-02Merge pull request #107 from ponzu-cms/ponzu-devSteve
[cli] add input type specifier to generate content command
2017-04-02remove old comment/reminderSteve Manuel
2017-04-01formatting fix in custom editor view templateSteve Manuel
2017-04-01adding cases and templates for checkbox, file, richtext, select, tags, textareaSteve Manuel
2017-04-01adding hidden and custom templates to casesSteve Manuel
2017-04-01add warning message to console, new custom and hidden templatesSteve Manuel
2017-04-01provide generateType to parseField to get its parent dataSteve Manuel
2017-04-01downcase initial char from type nameSteve Manuel
2017-04-01removing nil view defaultSteve Manuel
2017-04-01adding initial cases to generate input types for field views from command lineSteve Manuel
2017-03-21Merge pull request #104 from ponzu-cms/ponzu-devSteve
[core] add Configuration control to disable HTTP Cache and set Max-Age duration
2017-03-21JSON decoded val for int variants are float64 - need to cast after assertionSteve Manuel
2017-03-21adding cache-control age and disablerSteve Manuel
2017-03-20Merge pull request #103 from ponzu-cms/ponzu-devSteve
[core] StoreUploads now renames files, replacing bad characters
2017-03-20adding filename normalization and sanitization for file uploadsSteve Manuel
2017-03-20adding NormailzeString func exporting the stringToSlug uri formatterSteve Manuel
2017-03-20bump versionSteve Manuel
2017-03-20Merge pull request #102 from ponzu-cms/ponzu-devSteve
separate UpdateContent and SetContent
2017-03-20separate UpdateContent and SetContent to differentiate when data should be ↵Steve Manuel
merged or replaced
2017-03-16Merge pull request #100 from ferhatelmas/more-typosSteve
Typo fixes
2017-03-16Typo fixesferhat elmas
2017-03-15updating examples with deleteableSteve Manuel
2017-03-15bump versionSteve Manuel
2017-03-15Merge pull request #99 from ponzu-cms/ponzu-devSteve
[core] Add api.Deleteable interface, rename Externalable to Createable and rename methods
2017-03-15using api.ErrNoAuth return from auth check in examplesSteve Manuel
2017-03-15adding deleteable example, rename and modify externalable -> createableSteve Manuel
2017-03-15updating DeleteContent signature to remove requirement of url.Values, will ↵Steve Manuel
instead to a lookup in content before the delete to get slug, etc
2017-03-15updating DeleteContent signature to remove requirement of url.Values, will ↵Steve Manuel
instead to a lookup in content before the delete to get slug, etc
2017-03-15changing API for external client interaction. Externalable -> Createable, ↵Steve Manuel
+Deleteable, changing Hookable interface methods to conform to pattern: BeforeAPI$ACTION, etc.
2017-03-15changing API for external client interaction. Externalable -> Createable, ↵Steve Manuel
+Deleteable, changing Hookable interface methods to conform to pattern: BeforeAPI$ACTION, etc.
2017-03-15changing API for external client interaction. Externalable -> Createable, ↵Steve Manuel
+Deleteable, changing Hookable interface methods to conform to pattern: BeforeAPI$ACTION, etc.
2017-03-15changing API for external client interaction. Externalable -> Createable, ↵Steve Manuel
+Deleteable, changing Hookable interface methods to conform to pattern: BeforeAPI$ACTION, etc.
2017-03-12Merge pull request #98 from kkeuning/updateable-example-loggingSteve
logging id rather than title in AfterAcceptUpdate
2017-03-11logging id rather than title in AfterAcceptUpdateKevin Keuning
2017-03-11oopsSteve
didn't realize you were requiring the title and artist field in the AcceptUpdate method, adding it back to the log statement
2017-03-11Merge pull request #97 from kkeuning/updateable-exampleSteve
Updateable example added