summaryrefslogtreecommitdiff
path: root/management
AgeCommit message (Collapse)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 ↵Steve Manuel
space inside tags when generated
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 ↵Steve Manuel
value transforms
2016-12-20fixing scope of FileRepeater and minor css updatesSteve Manuel
2016-12-20adding generic RepeatController JS creator and working RepeatSelect repeater ↵Steve Manuel
input
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
* adding addons dir and sample addon which enables the use of a new input element in forms for referencing other content. "addons" is a conceptual plugin-like feature, similar to wordpress "plugins" dir, but not as sophisticated
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
add/delete features
2016-12-06removing ContentName() from editor.Editble and adding String() to ↵Steve Manuel
content.Identifiable so embedded Items can manage display names by default, but easily overridden
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 ↵Steve Manuel
via string search for __ponzu separator
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 ↵Steve Manuel
__ponzu-tag namespacing
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
types
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
for too long will make you do things. Editable and Sortable interfaces are here already, so clerically its ok.
2016-11-08moving Mergable interface to content package. Still hit cyclical import ↵Steve Manuel
issue, still makes sense to have in content
2016-11-08moving interface Mergable from api package to manager package. It avoids a ↵Steve Manuel
cyclical import and also makes more sense logically as the management of content owns the scope of merging external to interal items
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