summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-12-06adding cache (client-based, Etag) to API responses in addition to static file...Steve Manuel
2016-12-06Merge pull request #19 from bosssauce/ponzu-devSteve
2016-12-06missed a renameSteve Manuel
2016-12-06substituting "_{specifier}" => "__{specifier}" so users can add their own typ...Steve Manuel
2016-12-06/*post?s*/ => /*content?s*/ substitutionSteve Manuel
2016-12-06/*post?s*/ => /*content?s*/ substitutionSteve Manuel
2016-12-06fixing code change from previous featureSteve Manuel
2016-12-06adding content search for both public and pending specifiersSteve Manuel
2016-12-06removing old unnecessary text processing codeSteve Manuel
2016-12-06removing ContentName() from editor.Editble and adding String() to content.Ide...Steve Manuel
2016-12-06cleanup template, move ContentName into base Item as String on Identifiable i...Steve Manuel
2016-12-06adding test for sorting persisted in paginationSteve Manuel
2016-12-06adding disabled zero-content pagination and minor fixesSteve Manuel
2016-12-06fixing Tags input element issuesSteve Manuel
2016-12-06testing fixSteve Manuel
2016-12-06testing fix for only one tag stored, not being displayed as it is ignored via...Steve Manuel
2016-12-06adding print debug to testSteve Manuel
2016-12-05testing fix for strings.Split on empty arraySteve Manuel
2016-12-05testing fix after changing class serializerSteve Manuel
2016-12-05testing fix after changing class serializerSteve Manuel
2016-12-05adding log to debugSteve Manuel
2016-12-05testing fix for Tags. issue looks like it was leftover artifact from __ponzu-...Steve Manuel
2016-12-05more testing of fix for Tags inputSteve Manuel
2016-12-05more testing of fix for Tags inputSteve Manuel
2016-12-05more testing of fix for Tags inputSteve Manuel
2016-12-05testing fix for Tags issueSteve Manuel
2016-12-05adding test fix to Tags input element when added to existing content typeSteve Manuel
2016-12-05changing Add -> Set for values where it could have been problematicSteve Manuel
2016-12-05fixing pagination htmlSteve Manuel
2016-12-05updating offset math to include +1 as it is comparing the next set, html updatesSteve Manuel
2016-12-05moving script to pre-defined script element, moving total & count comparison ...Steve Manuel
2016-12-05evaluating and reassigning count earlier to cascade to lower calcs which depe...Steve Manuel
2016-12-05switch count and total in reassignmentSteve Manuel
2016-12-05adding link click prevention for disabled pagination elements, fixing case wh...Steve Manuel
2016-12-05fixing urlFmt, redundant pathSteve Manuel
2016-12-05update db.Query to return total of content count, add implement change throug...Steve Manuel
2016-12-02adjusting email fields as per dep changeSteve Manuel
2016-12-02additional update to nilslice/email depSteve Manuel
2016-12-02updating nilslice/email dep: send QUIT message to clientSteve Manuel
2016-12-02adding update to vendored nilslice/email depSteve Manuel
2016-12-02casting var to strings for printing in shellSteve Manuel
2016-12-02adding update to vendored nilslice/email depSteve Manuel
2016-12-02formatting email body and putting email send on new goroutineSteve Manuel
2016-12-02adding a guarantee to update user with same IDSteve Manuel
2016-12-02updating errors and adding user-facing feedbackSteve Manuel
2016-12-02fixed lookup by emailSteve Manuel
2016-12-02adding debugSteve Manuel
2016-12-02updating print errors to log, more implementation of account recoverySteve Manuel
2016-12-02adding enctype for consistency in formsSteve Manuel
2016-12-02updating docs for recovery key getterSteve Manuel