summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-10-19removing hard-coded confirmation message including source of dev cloneSteve Manuel
2016-10-19adding a --fork flag to allow contributors to use their own forks in ↵Steve Manuel
ponzu-dev workflow & described this in readme
2016-10-19adding contribution workflow exampleSteve Manuel
2016-10-19updating attrs file to more correctly display code breakdownSteve Manuel
2016-10-19adding attrs file to more correctly display code breakdownSteve Manuel
2016-10-19adding contrib info for other usersSteve Manuel
2016-10-19Update README.mdSteve
2016-10-19Merge pull request #5 from bosssauce/ponzu-devSteve
[dependency] Vendor all dependencies
2016-10-19vendoring all the dependencies (minus .git to track files) into vendor ↵Steve Manuel
directory prior to build step, which still vendors ponzu core code
2016-10-19vendoring all the dependencies into vendor directory prior to build step, ↵Steve Manuel
which still vendors ponzu core code
2016-10-19temporary move of vendored depsSteve Manuel
2016-10-19Merge pull request #4 from bosssauce/ponzu-devSteve
[dependency] Vendor all dependencies
2016-10-19adding more info to README including credit for dependenciesSteve Manuel
2016-10-19vendoring all the dependencies into vendor directory prior to build step, ↵Steve Manuel
which still vendors ponzu core code
2016-10-19Merge branch 'ponzu-dev'Steve Manuel
2016-10-19fixing cli usage to match new order of argsSteve Manuel
2016-10-19Merge pull request #3 from bosssauce/ponzu-devSteve
[fundamental feature] Content type posts are sorted by time and cached in Admin, API coming soon.
2016-10-18running SortContent from inside DeleteContent in same goroutine so results ↵Steve Manuel
are sync
2016-10-18updating form enctype to meet ponzu system requirements [multipart/form-data]Steve Manuel
2016-10-18debugging deleteHandlerSteve Manuel
2016-10-18setting form methodSteve Manuel
2016-10-18setting form methodSteve Manuel
2016-10-18adjusting style to quick-delete-post button and adding JS form controlSteve Manuel
2016-10-18changing UI for quick-delete-post buttonSteve Manuel
2016-10-18changing UI for quick-delete-post buttonSteve Manuel
2016-10-18adding delete button [quick-delete-post]Steve Manuel
2016-10-18updating search results to reflect new admin list item for postsSteve Manuel
2016-10-18removing elements from form if not necessarySteve Manuel
2016-10-18debugging a fix for the updated field not being updatedSteve Manuel
2016-10-18updating some UI and JS codeSteve Manuel
2016-10-18adjusting style to work with new info on pageSteve Manuel
2016-10-18updating time format and fixing typoSteve Manuel
2016-10-18enriching admin view with more post info per post itemSteve Manuel
2016-10-18enriching admin view with more post info per post itemSteve Manuel
2016-10-18adding the Touch() method to Sortable interface, which would enable us to ↵Steve Manuel
sort by updated time
2016-10-18fixing typoSteve Manuel
2016-10-18implementing initial version of sorted results for adminSteve Manuel
2016-10-18fixing UI and implementing ASC/DESC switchSteve Manuel
2016-10-18updating UISteve Manuel
2016-10-18adding ASC/DESC toggle for post order displaySteve Manuel
2016-10-18adding ASC/DESC toggle for post order displaySteve Manuel
2016-10-18removing console messages from debugSteve Manuel
2016-10-18fixing AM/PM issue when saving postSteve Manuel
2016-10-18removing vendor console messagesSteve Manuel
2016-10-18debuggingSteve Manuel
2016-10-18debuggingSteve Manuel
2016-10-18updating js manager code to use int values for time infoSteve Manuel
2016-10-18fixing js variable typoSteve Manuel
2016-10-18updating call location of StoreContent to be centralized to db actions, ↵Steve Manuel
rather than inside http handlers
2016-10-18implement Sort on all content types by Timestamp, DESC (latest to oldest) - ↵Steve Manuel
run in goroutine on db.Init() as well as any time content is saved via SetContent