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
/
system
/
db
Age
Commit message (
Expand
)
Author
2016-12-30
adding Hideable interface and initial implementation, allowing user to define...
Steve Manuel
2016-12-25
adding more error handling on buffer writes, removing old code
Steve Manuel
2016-12-22
adding fix for js in repeaters (mainly FileRepeater) and cleanup of form valu...
Steve Manuel
2016-12-19
moving repository, bosssauce => ponzu-cms
Steve Manuel
2016-12-19
[addons] Creating foundation for plugin-like system "Addons" (#24)
Steve
2016-12-14
adding cache invalidation to system start/init
Steve Manuel
2016-12-14
adding db method ContentBySlug to lookup the type & id of content by its slug...
Steve Manuel
2016-12-14
maintain original slug and append to it with single incremental value, not many
Steve Manuel
2016-12-14
adding __contentIndex to map item slug to semi foreign-key, and implementing ...
Steve Manuel
2016-12-11
updating cache control header to be more lenient
Steve Manuel
2016-12-11
removing print debug for cache check
Steve Manuel
2016-12-11
returning api server middleware to original state and adding req header looku...
Steve Manuel
2016-12-07
adding debug prints -- cache control not effecting json responses
Steve Manuel
2016-12-06
initialize url.Values (map) prior to Add/Set
Steve Manuel
2016-12-06
checking if first pass through kv of config to call Set before Add
Steve Manuel
2016-12-06
tracking new file
Steve Manuel
2016-12-06
adding cache (client-based, Etag) to API responses in addition to static file...
Steve Manuel
2016-12-06
substituting "_{specifier}" => "__{specifier}" so users can add their own typ...
Steve Manuel
2016-12-06
/*post?s*/ => /*content?s*/ substitution
Steve Manuel
2016-12-06
/*post?s*/ => /*content?s*/ substitution
Steve Manuel
2016-12-06
removing old unnecessary text processing code
Steve Manuel
2016-12-06
removing ContentName() from editor.Editble and adding String() to content.Ide...
Steve Manuel
2016-12-05
update db.Query to return total of content count, add implement change throug...
Steve Manuel
2016-12-02
adding a guarantee to update user with same ID
Steve Manuel
2016-12-02
fixed lookup by email
Steve Manuel
2016-12-02
updating docs for recovery key getter
Steve Manuel
2016-11-30
checking bounds on config field slice
Steve Manuel
2016-11-29
testing check for cache invalidation to after values are decoded
Steve Manuel
2016-11-29
testing check for cache invalidation to after values are decoded
Steve Manuel
2016-11-29
testing check for cache invalidation to after values are decoded
Steve Manuel
2016-11-29
testing check for cache invalidation to after values are decoded
Steve Manuel
2016-11-29
changing check for cache invalidation to after values are decoded
Steve Manuel
2016-11-29
adding better implementation for etag/cache invalidation
Steve Manuel
2016-11-28
adding uuid dep and implementation for content.Item
Steve Manuel
2016-11-09
adding initial partial implementation of account recovery flow
Steve Manuel
2016-11-03
simplifying Editable interface by adding Sluggable and Identifiable interface...
Steve Manuel
2016-11-02
adding default to order switch in db.Query
Steve Manuel
2016-11-02
swapping order of post winding
Steve Manuel
2016-11-02
testing fix for -1 case in count length
Steve Manuel
2016-11-02
adding test fix for asc order
Steve Manuel
2016-11-02
adding test fix for asc order
Steve Manuel
2016-11-02
adding test fix for asc order
Steve Manuel
2016-11-02
reassigning k, v with next or prev record
Steve Manuel
2016-11-02
adding addtional stops for count/offset
Steve Manuel
2016-11-01
testing start / end positions on cursor - added back bounds check from prior ...
Steve Manuel
2016-11-01
testing start / end positions on cursor
Steve Manuel
2016-11-01
adding some bounds checking to the cursor location based on the expected results
Steve Manuel
2016-11-01
do not allow return length longer than number of values in bucket
Steve Manuel
2016-11-01
moving query like code from handler to new Query func in db package so size o...
Steve Manuel
2016-10-30
dont allow non main content types to be sorted
Steve Manuel
[next]