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 (
Collapse
)
Author
2016-11-02
remove .git directory from new ponzu project
Steve Manuel
2016-11-02
test remove .git directory from new ponzu project
Steve Manuel
2016-11-02
adding BSD licesne
Steve Manuel
2016-11-02
adding default to order switch in db.Query
Steve Manuel
2016-11-02
string addition mistake
Steve Manuel
2016-11-02
adding catch for pending status to apply a new query string to save form action
Steve Manuel
2016-11-02
adding catch for pending status to apply a new query string to save form action
Steve Manuel
2016-11-02
adding fix for redirect after save on pending post content
Steve Manuel
2016-11-02
fixing default status
Steve Manuel
2016-11-02
adding default to order param in postsHandler
Steve Manuel
2016-11-02
adding post unmarshal into cases based on status
Steve Manuel
2016-11-02
adding post unmarshal into cases based on status
Steve Manuel
2016-11-02
adding proper padding on month int to dir name for file upload
Steve Manuel
2016-11-02
adding proper padding on month int to dir name for file upload
Steve Manuel
2016-11-02
reworking the order logic for admin post sorting
Steve Manuel
2016-11-02
swapping order of post winding
Steve Manuel
2016-11-02
changing db call to use more efficient query func
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
version
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 ↵
Steve Manuel
of posts returned is just what was requested
2016-11-01
adding analytics tracking to API calls
Steve Manuel
2016-11-01
adding analytics tracking to API calls
Steve Manuel
2016-10-31
updating vendor info
Steve Manuel
2016-10-31
Merge branch 'master' of https://github.com/bosssauce/ponzu
Steve Manuel
2016-10-31
Merge branch 'ponzu-dev'
Steve Manuel
2016-10-31
updating vendor info
Steve Manuel
2016-10-31
Merge pull request #11 from bosssauce/ponzu-dev
Steve
[core] Enable content to be submitted from external clients
2016-10-31
fixing args issue and var declaration in handlers
Steve Manuel
2016-10-31
fixing import path
Steve Manuel
2016-10-31
initial code to support approving pending content
Steve Manuel
2016-10-31
updating text in UI
Steve Manuel
2016-10-30
+ UI edits
Steve Manuel
2016-10-30
updating UI
Steve Manuel
2016-10-30
UI code fix on approval section
Steve Manuel
2016-10-30
updating editor js
Steve Manuel
2016-10-30
pulling getParam into utils file
Steve Manuel
2016-10-30
adding initial code for merging pending to private content
Steve Manuel
2016-10-30
fixing delete routine when specifier is in the type name
Steve Manuel
2016-10-30
dont allow non main content types to be sorted
Steve Manuel
2016-10-30
need to delete _sorted bucket before re-sorting on delete
Steve Manuel
2016-10-30
identified another bug related to _ specifier in UI code
Steve Manuel
2016-10-30
fixing _ specifier location
Steve Manuel
[next]