summaryrefslogtreecommitdiff
path: root/system/admin/handlers.go
AgeCommit message (Collapse)Author
2017-01-08adding error type rather than string as exported var from itemSteve Manuel
2017-01-04testing fix for order mismatch in adminSteve Manuel
2017-01-04testing fix for order mismatch in adminSteve Manuel
2017-01-04testing fix for order mismatch in adminSteve Manuel
2017-01-04testing fix for order mismatch in adminSteve Manuel
2017-01-02update codebase where previous deps were usedSteve Manuel
2017-01-02more code cleanup and adding content dir empty on build before copySteve Manuel
2017-01-02minor cleanup, removal of old codeSteve Manuel
2017-01-02casting byte slice to string in error messageSteve Manuel
2016-12-22adding fix for js in repeaters (mainly FileRepeater) and cleanup of form ↵Steve Manuel
value transforms
2016-12-19typoSteve Manuel
2016-12-19moving repository, bosssauce => ponzu-cmsSteve Manuel
2016-12-19[addons] Creating foundation for plugin-like system "Addons" (#24)Steve
* adding addons dir and sample addon which enables the use of a new input element in forms for referencing other content. "addons" is a conceptual plugin-like feature, similar to wordpress "plugins" dir, but not as sophisticated
2016-12-14fix pagination on pending items.Steve Manuel
2016-12-14adding __contentIndex to map item slug to semi foreign-key, and implementing ↵Steve Manuel
add/delete features
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-06fixing code change from previous featureSteve Manuel
2016-12-06adding content search for both public and pending specifiersSteve 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-06adding test for sorting persisted in paginationSteve Manuel
2016-12-06adding disabled zero-content pagination and minor fixesSteve 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-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-02adding debugSteve Manuel
2016-12-02updating print errors to log, more implementation of account recoverySteve 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-02printing errors for debuggingSteve Manuel
2016-12-01adding example html for admin content paginationSteve Manuel
2016-11-28adding implementation / type assertion for Identifiable in old codeSteve Manuel
2016-11-16adding non-Externalable content listingSteve Manuel
2016-11-09fixing multiple assignment issueSteve Manuel
2016-11-09adding initial partial implementation of account recovery flowSteve Manuel
2016-11-08moving Mergable interface to content package. Still hit cyclical import ↵Steve Manuel
issue, still makes sense to have in content
2016-11-08moving interface Mergable from api package to manager package. It avoids a ↵Steve Manuel
cyclical import and also makes more sense logically as the management of content owns the scope of merging external to interal items
2016-11-08fixing error messageSteve Manuel
2016-11-08fixing redirect to cleaned typeSteve Manuel
2016-11-08adding before/after hooks to actions: save, delete, approve and rejectSteve Manuel
2016-11-07updating Identifiable interface, renaming its method and changing name where ↵Steve Manuel
used throughout codebase