Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-19 | admin richtext updates, uuid package migration (#269) | Steve Manuel | |
* update CI code to run --dev if on ponzu-dev branch * CI: ensure we have latest from ponzu-dev branch * Replaced satori/go.uuid with gofrs/uuid. (#268) * Changed files to use new uuid pkg. * Replace satori/go.uuid with gofrs/uuid. Closes #257. * Deleted satori/go.uuid folder. Closes #257. * Added heading styles and table to richtext toolbar. (#267) Closes #207. * Override Cobra's 'help' command to remove duplicate. (#266) Closes #206. | |||
2017-04-29 | fmt bytes to readable and update setupload logic to allow edits | Steve Manuel | |
2017-04-14 | add updated file preview for file repeater | Steve Manuel | |
2017-02-08 | downcase the file extension so it matches cases | Steve Manuel | |
2017-02-07 | [core] Enhanced file upload preview control (#64) | Steve | |
adding enhanced file upload preview & view/download link in editor.File | |||
2017-01-26 | [core] Embedded and implement http.Pusher into http.ResponseWriter+gzip ↵ | Steve | |
Writer (#47) * added http Pusher interface to gzip response writer * implement Pusher on gzipResponseWriter and pass encoding header to pusher options * providing a generic error view fuction for code that calls a interface method which will have access to the response * fix []byte -> string type for fmt string * adding the res, req pattern for method arguments in interfaces and their method calls * fix for spacing in generic error message * remove default error views displayed in lifecycle hooks - will rely on custom views or redirects inside hook now that user has ResponseWriter. Otherwise, multiple WriteHeader calls would be warned * removing WriteHeader calls before return in external handlers * bump version 0.8.1 | |||
2017-01-20 | cleaner code | Łukasz Kurowski | |
2017-01-17 | adding admin UI fixes | Steve Manuel | |
2017-01-11 | adding layout adjustment to editor view and save button | Steve Manuel | |
2017-01-11 | test new way of selective hiding hidden item parents | Steve Manuel | |
2017-01-11 | fixing js block bug | Steve Manuel | |
2017-01-11 | only hide parent of hidden input if it is an input-field | Steve Manuel | |
2017-01-11 | hiding UI elements when not needed, adding save addon routine | Steve Manuel | |
2017-01-11 | extending the "addon" platform within ponzu to register, present and manage ↵ | Steve Manuel | |
addons | |||
2017-01-02 | add reference.SelectRepeater and necessary struct and function exports | Steve Manuel | |
2016-12-30 | adding fix for empty space added to textarea since dom element had extra ↵ | Steve Manuel | |
space inside tags when generated | |||
2016-12-25 | missed err redeclaration | Steve Manuel | |
2016-12-25 | adding error handling and less alloc happy buffer writes in editor code | Steve Manuel | |
2016-12-25 | struct field renaming so fields are not exported where not necessary | Steve Manuel | |
2016-12-22 | fixing docs | Steve Manuel | |
2016-12-22 | checking for bad inputs explicitly -- could be improved | Steve Manuel | |
2016-12-22 | adding forgotten name attr to identified input | Steve Manuel | |
2016-12-22 | adding fix for js in repeaters (mainly FileRepeater) and cleanup of form ↵ | Steve Manuel | |
value transforms | |||
2016-12-20 | fixing scope of FileRepeater and minor css updates | Steve Manuel | |
2016-12-20 | adding generic RepeatController JS creator and working RepeatSelect repeater ↵ | Steve Manuel | |
input | |||
2016-12-20 | splitting up elements file into more logical parts, testing godoc feature; | Steve Manuel | |
2016-12-20 | fixing textarea element UI | Steve 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-06 | removing 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-06 | fixing Tags input element issues | Steve Manuel | |
2016-12-06 | testing fix | Steve Manuel | |
2016-12-06 | testing fix for only one tag stored, not being displayed as it is ignored ↵ | Steve Manuel | |
via string search for __ponzu separator | |||
2016-12-06 | adding print debug to test | Steve Manuel | |
2016-12-05 | testing fix for strings.Split on empty array | Steve Manuel | |
2016-12-05 | testing fix after changing class serializer | Steve Manuel | |
2016-12-05 | testing fix after changing class serializer | Steve Manuel | |
2016-12-05 | adding log to debug | Steve Manuel | |
2016-12-05 | testing fix for Tags. issue looks like it was leftover artifact from ↵ | Steve Manuel | |
__ponzu-tag namespacing | |||
2016-12-05 | more testing of fix for Tags input | Steve Manuel | |
2016-12-05 | more testing of fix for Tags input | Steve Manuel | |
2016-12-05 | more testing of fix for Tags input | Steve Manuel | |
2016-12-05 | testing fix for Tags issue | Steve Manuel | |
2016-12-05 | adding test fix to Tags input element when added to existing content type | Steve Manuel | |
2016-11-30 | providing correct case for uint types | Steve Manuel | |
2016-11-30 | added support for most all built-in types to be used as content struct field ↵ | Steve Manuel | |
types | |||
2016-11-30 | testing built-in type support beyond string/[]string for content types | Steve Manuel | |
2016-11-30 | testing built-in type support beyond string/[]string for content types | Steve Manuel | |
2016-11-30 | testing built-in type support beyond string/[]string for content types | Steve Manuel | |
2016-11-30 | testing built-in type support beyond string/[]string for content types | Steve Manuel | |
2016-11-28 | fix for uuid implementation, was overwriting uuid on save w/ 0 value | Steve Manuel | |