summaryrefslogtreecommitdiff
path: root/management
AgeCommit message (Expand)Author
2017-01-02add reference.SelectRepeater and necessary struct and function exportsSteve Manuel
2016-12-30adding fix for empty space added to textarea since dom element had extra spac...Steve Manuel
2016-12-25missed err redeclarationSteve Manuel
2016-12-25adding error handling and less alloc happy buffer writes in editor codeSteve Manuel
2016-12-25struct field renaming so fields are not exported where not necessarySteve Manuel
2016-12-22fixing docsSteve Manuel
2016-12-22checking for bad inputs explicitly -- could be improvedSteve Manuel
2016-12-22adding forgotten name attr to identified inputSteve Manuel
2016-12-22adding fix for js in repeaters (mainly FileRepeater) and cleanup of form valu...Steve Manuel
2016-12-20fixing scope of FileRepeater and minor css updatesSteve Manuel
2016-12-20adding generic RepeatController JS creator and working RepeatSelect repeater ...Steve Manuel
2016-12-20splitting up elements file into more logical parts, testing godoc feature;Steve Manuel
2016-12-20fixing textarea element UISteve Manuel
2016-12-19updating imports to match masterSteve Manuel
2016-12-19moving repository, bosssauce => ponzu-cmsSteve Manuel
2016-12-19[addons] Creating foundation for plugin-like system "Addons" (#24)Steve
2016-12-18moving item and types into system/item package and updating throughout codebaseSteve Manuel
2016-12-17moving reference into content package and testing API based approachSteve Manuel
2016-12-17testing simplification of reference inputSteve Manuel
2016-12-17testing fix for import cycle issueSteve Manuel
2016-12-17moving interfaces around which complicated import cyclesSteve Manuel
2016-12-14adding __contentIndex to map item slug to semi foreign-key, and implementing ...Steve Manuel
2016-12-06removing ContentName() from editor.Editble and adding String() to content.Ide...Steve Manuel
2016-12-06fixing Tags input element issuesSteve Manuel
2016-12-06testing fixSteve Manuel
2016-12-06testing fix for only one tag stored, not being displayed as it is ignored via...Steve Manuel
2016-12-06adding print debug to testSteve Manuel
2016-12-05testing fix for strings.Split on empty arraySteve Manuel
2016-12-05testing fix after changing class serializerSteve Manuel
2016-12-05testing fix after changing class serializerSteve Manuel
2016-12-05adding log to debugSteve Manuel
2016-12-05testing fix for Tags. issue looks like it was leftover artifact from __ponzu-...Steve Manuel
2016-12-05more testing of fix for Tags inputSteve Manuel
2016-12-05more testing of fix for Tags inputSteve Manuel
2016-12-05more testing of fix for Tags inputSteve Manuel
2016-12-05testing fix for Tags issueSteve Manuel
2016-12-05adding test fix to Tags input element when added to existing content typeSteve Manuel
2016-11-30providing correct case for uint typesSteve Manuel
2016-11-30added support for most all built-in types to be used as content struct field ...Steve Manuel
2016-11-30testing built-in type support beyond string/[]string for content typesSteve Manuel
2016-11-30testing built-in type support beyond string/[]string for content typesSteve Manuel
2016-11-30testing built-in type support beyond string/[]string for content typesSteve Manuel
2016-11-30testing built-in type support beyond string/[]string for content typesSteve Manuel
2016-11-28fix for uuid implementation, was overwriting uuid on save w/ 0 valueSteve Manuel
2016-11-09unused mergable varSteve Manuel
2016-11-09moving Mergeable interface to editor package. Fighting with cyclical imports ...Steve Manuel
2016-11-08moving Mergable interface to content package. Still hit cyclical import issue...Steve Manuel
2016-11-08moving interface Mergable from api package to manager package. It avoids a cy...Steve Manuel
2016-11-08only show approve/reject buttons if content type implements api.MergableSteve Manuel
2016-11-08adding UI copy to editor re: Reject buttonSteve Manuel