Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-25 | more js fixes in Tags element | Steve Manuel | |
2016-10-25 | removing redundant elements and fixing js | Steve Manuel | |
2016-10-25 | fixing js issues in Tags script | Steve Manuel | |
2016-10-25 | fixing js issues in Tags script | Steve Manuel | |
2016-10-25 | adding Tags input type and implementing a test on post | Steve Manuel | |
2016-10-18 | removing console messages from debug | Steve Manuel | |
2016-10-17 | casting reflect value for Time input to Int() return, and formatting to ↵ | Steve Manuel | |
string rather than immediately returning the string value | |||
2016-10-17 | renaming Time input element to Timestamp to be more specific, also fixing ↵ | Steve Manuel | |
default inputs to reflect new element | |||
2016-10-17 | adding Time input to specify the reflect Value output from int64 type | Steve Manuel | |
2016-10-17 | debug for int64 type update | Steve Manuel | |
2016-10-17 | debug for int64 type update | Steve Manuel | |
2016-10-10 | updating some defaults | Steve Manuel | |
2016-10-05 | adding implementation for file upload input and viewing existing upload | Steve Manuel | |
2016-10-04 | removing debug javascript code | Steve Manuel | |
2016-10-04 | implementing support for file uploads, fixing some content issues with ↵ | Steve Manuel | |
non-standard characters, removing base64 encoding of content | |||
2016-10-03 | adding deps and implementation for uploading encoded html content, replacing ↵ | Steve Manuel | |
bad input chars, and retriving content into editor | |||
2016-10-03 | fixing small bug with escaped/unescaped value on hidden input | Steve Manuel | |
2016-10-02 | adding more UI, rich text editor, implentation and example in post.go, as ↵ | Steve Manuel | |
well as db insert/update and retrieval. NOTE: rich text editor content is stored as html escaped entity in DB. | |||
2016-10-02 | refactor editor view buffer to include the Item default fields.. may wantto ↵ | Steve Manuel | |
reconsider this later as the two packages are now very closely tied. also added UI structural changes | |||
2016-09-30 | refactor input attrs on Checkbox to be more logical | Steve Manuel | |
2016-09-29 | adding Select and Checkbox elements as well as necessary formatting ↵ | Steve Manuel | |
functions. Needed to modify the valueFromStructField to return the more generic reflect.Value to then be cast to a type as necessary. Additionally, added a modified version of the tagNameFromStruct method for multi-value form inputs like checkbox and the way gorilla/schema package handles them | |||
2016-09-19 | changed Post fields from []byte to string for json decoding - complained ↵ | Steve Manuel | |
about base64 encoded data ([]byte) | |||
2016-09-19 | refactoring elements.go labeling | Steve Manuel | |
2016-09-19 | reorganizing files and dir structure. adding initial (incomplete) ↵ | Steve Manuel | |
management, types, system and db functionality. |