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
Age
Commit message (
Expand
)
Author
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-29
fixing whitespace issue in URL path (slug) process
Steve Manuel
2016-09-22
adding a generator for custom post content types, slug for url based on title...
Steve Manuel
2016-09-21
added admin interface and overview of content and types. more code reorganiza...
Steve Manuel
2016-09-20
adding support for boltdb storage, updating and inserting content, some reorg...
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