index
:
ponzu.git
master
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
management
/
editor
/
elements.go
Age
Commit message (
Expand
)
Author
2016-10-25
add fix for multi-word classes
Steve Manuel
2016-10-25
add fix for multi-word classes
Steve Manuel
2016-10-25
debugging
Steve Manuel
2016-10-25
debugging
Steve Manuel
2016-10-25
adding a empty tag if there are no tags to store a empty value and overwrite ...
Steve Manuel
2016-10-25
debugging
Steve Manuel
2016-10-25
debugging
Steve Manuel
2016-10-25
debugging
Steve Manuel
2016-10-25
debugging
Steve Manuel
2016-10-25
debugging
Steve Manuel
2016-10-25
debugging
Steve Manuel
2016-10-25
debugging
Steve Manuel
2016-10-25
debugging
Steve Manuel
2016-10-25
debugging
Steve Manuel
2016-10-25
more js fixes in Tags element
Steve Manuel
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 strin...
Steve Manuel
2016-10-17
renaming Time input element to Timestamp to be more specific, also fixing def...
Steve Manuel
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 non-st...
Steve Manuel
2016-10-03
adding deps and implementation for uploading encoded html content, replacing ...
Steve Manuel
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 wel...
Steve Manuel
2016-10-02
refactor editor view buffer to include the Item default fields.. may wantto r...
Steve Manuel
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 functions...
Steve Manuel
2016-09-19
changed Post fields from []byte to string for json decoding - complained abou...
Steve Manuel
2016-09-19
refactoring elements.go labeling
Steve Manuel
2016-09-19
reorganizing files and dir structure. adding initial (incomplete) management,...
Steve Manuel