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
Age
Commit message (
Expand
)
Author
2016-11-28
changing file layout
Steve Manuel
2016-11-26
fixing implementation of display name for content type
Steve Manuel
2016-11-26
simplify generateContentType signature and using local path of template
Steve Manuel
2016-11-26
removing Post.go content type from default
Steve Manuel
2016-11-26
adding generate.go file to build files
Steve Manuel
2016-11-24
adding contentType template
Steve Manuel
2016-11-24
adding initial support to generate content type from more descriptive cli args
Steve Manuel
2016-11-16
updating email dep
Steve Manuel
2016-11-16
rearranging code in item.go
Steve Manuel
2016-11-16
adding non-Externalable content listing
Steve Manuel
2016-11-16
testing restricted file server to limit public access from listing directory ...
Steve Manuel
2016-11-09
fixing multiple assignment issue
Steve Manuel
2016-11-09
adding initial partial implementation of account recovery flow
Steve Manuel
2016-11-09
unused mergable var
Steve Manuel
2016-11-09
moving Mergeable interface to editor package. Fighting with cyclical imports ...
Steve Manuel
2016-11-08
moving Mergable interface to content package. Still hit cyclical import issue...
Steve Manuel
2016-11-08
moving interface Mergable from api package to manager package. It avoids a cy...
Steve Manuel
2016-11-08
only show approve/reject buttons if content type implements api.Mergable
Steve Manuel
2016-11-08
fixing error message
Steve Manuel
2016-11-08
fixing redirect to cleaned type
Steve Manuel
2016-11-08
adding remaining interface methods to satisfy Hookable. Reverting back again ...
Steve Manuel
2016-11-08
testing revert Item to pointer in method reciever for hooks -- interface meth...
Steve Manuel
2016-11-08
adding UI copy to editor re: Reject button
Steve Manuel
2016-11-08
fixing css syntax error
Steve Manuel
2016-11-08
updating layout of buttons and css to make UI nicer
Steve Manuel
2016-11-08
changing pointer to value receiever for Item so there is no confusion around ...
Steve Manuel
2016-11-08
adding remaining methods to Item for Hookable implementation and adding hooks...
Steve Manuel
2016-11-08
adding before/after hooks to actions: save, delete, approve and reject
Steve Manuel
2016-11-07
updating Identifiable interface, renaming its method and changing name where ...
Steve Manuel
2016-11-07
spelling fix
Steve Manuel
2016-11-07
better error logging to help determine if structs implement necessary interfaces
Steve Manuel
2016-11-07
adding test fix for tags/chips in new post UI
Steve Manuel
2016-11-07
adding test fix for tags/chips in new post UI
Steve Manuel
2016-11-07
adding test fix for tags/chips in new post UI
Steve Manuel
2016-11-07
adding test fix for tags/chips in new post UI
Steve Manuel
2016-11-04
keeping 2 weeks of data to show, pruning after 1 week, and testing date range...
Steve Manuel
2016-11-04
testing 2 week chart
Steve Manuel
2016-11-04
changing back pruneThreshold to 2 weeks, but running prune every week rather ...
Steve Manuel
2016-11-04
changing timestamp -> unix conversion to take into account 1000x magnitude of...
Steve Manuel
2016-11-04
testing shorter prune period to gague effectiveness
Steve Manuel
2016-11-04
adding return value
Steve Manuel
2016-11-04
adding batchPrune func to delete old analytics data, eventually would like to...
Steve Manuel
2016-11-04
testing optimization for cpu usage that is less interruptive
Steve Manuel
2016-11-04
fixing index for unique inc on "today" data
Steve Manuel
2016-11-04
reverting to UTC and reducing the check for len(times) to be n-1
Steve Manuel
2016-11-04
testing with local time vs. utc
Steve Manuel
2016-11-04
need to parse the json stringified array in chart data
Steve Manuel
2016-11-04
need to parse the json stringified array in chart data
Steve Manuel
2016-11-04
fixing index to be correct value for day threshold
Steve Manuel
2016-11-04
debug
Steve Manuel
[next]