Age | Commit message (Collapse) | Author |
|
then run the built binary using the same command signature as $ ponze serve
|
|
|
|
|
|
|
|
from original repo
|
|
|
|
|
|
|
|
|
|
|
|
|
|
handlers/helper upload func
|
|
|
|
|
|
|
|
grouped files
|
|
|
|
|
|
first-use, pulling out some handlers into separate file for readability and navigation
|
|
files for better maintainability
|
|
|
|
|
|
|
|
|
|
|
|
|
|
non-standard characters, removing base64 encoding of content
|
|
|
|
|
|
|
|
|
|
bad input chars, and retriving content into editor
|
|
|
|
|
|
|
|
well as db insert/update and retrieval. NOTE: rich text editor content is stored as html escaped entity in DB.
|
|
reconsider this later as the two packages are now very closely tied. also added UI structural changes
|
|
|
|
|
|
|
|
examples (+ Select, Checkbox)
|
|
|
|
|
|
|
|
gorilla/schema struct decoding. these values are normalized for db insertion
|
|
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
|
|
|
|
|
|
|
|
|