summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-12-06missed a renameSteve Manuel
2016-12-06substituting "_{specifier}" => "__{specifier}" so users can add their own ↵Steve Manuel
types with "_" as a separator and not face conflicts
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 ↵Steve Manuel
content.Identifiable so embedded Items can manage display names by default, but easily overridden
2016-12-06cleanup template, move ContentName into base Item as String on Identifiable ↵Steve Manuel
interface, also makes Item implement Stringer, useful in fmt funcs
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 ↵Steve Manuel
via string search for __ponzu separator
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 ↵Steve Manuel
__ponzu-tag namespacing
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
higher again to be evaluated earlier
2016-12-05evaluating and reassigning count earlier to cascade to lower calcs which ↵Steve Manuel
depend on the value
2016-12-05switch count and total in reassignmentSteve Manuel
2016-12-05adding link click prevention for disabled pagination elements, fixing case ↵Steve Manuel
where count > total and reassigning total = count
2016-12-05fixing urlFmt, redundant pathSteve Manuel
2016-12-05update db.Query to return total of content count, add implement change ↵Steve Manuel
throughout references, add pagination to admin post results
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
2016-12-02updating errors to log, getting domain from cold db rather than cache to ↵Steve Manuel
avoid issues with installations which were started from existing dbs
2016-12-02setting form enctype to correct ponzu requirementSteve Manuel