summaryrefslogtreecommitdiff
path: root/management
AgeCommit message (Expand)Author
2018-08-19admin richtext updates, uuid package migration (#269)Steve Manuel
2017-05-15adding csv format interface and handler implSteve Manuel
2017-04-29fmt bytes to readable and update setupload logic to allow editsSteve Manuel
2017-04-17package documentation for godocSteve Manuel
2017-04-14add updated file preview for file repeaterSteve Manuel
2017-04-03set date to UTC times on server create, and updated editor timestamp to incre...Steve Manuel
2017-02-08downcase the file extension so it matches casesSteve Manuel
2017-02-07[core] Enhanced file upload preview control (#64)Steve
2017-01-26[core] Embedded and implement http.Pusher into http.ResponseWriter+gzip Write...Steve
2017-01-20switching new -> & for consistency w/ codebaseSteve Manuel
2017-01-20cleaner codeƁukasz Kurowski
2017-01-17adding admin UI fixesSteve Manuel
2017-01-11adding layout adjustment to editor view and save buttonSteve Manuel
2017-01-11test new way of selective hiding hidden item parentsSteve Manuel
2017-01-11fixing js block bugSteve Manuel
2017-01-11only hide parent of hidden input if it is an input-fieldSteve Manuel
2017-01-11hiding UI elements when not needed, adding save addon routineSteve Manuel
2017-01-11extending the "addon" platform within ponzu to register, present and manage a...Steve Manuel
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