Age | Commit message (Expand) | Author |
2017-02-09 | fixing overridden variable from request form value change | Steve Manuel |
2017-01-26 | [core] Embedded and implement http.Pusher into http.ResponseWriter+gzip Write... | Steve |
2017-01-24 | [core] System backups (uploads, system.db, analytics.db) (#42) | Steve |
2017-01-20 | removing fmt prints. fix is for #38 | Steve Manuel |
2017-01-20 | adding fix for consistent order in repeaters and multi-value field inputs | Steve Manuel |
2017-01-16 | [core] Adding toggle for CORS, GZIP in admin/cms configuration (#30) | Steve |
2017-01-12 | adding fix for pending content being saved but not updated in db | Steve Manuel |
2017-01-12 | update ui for admin addons page to have more data | Steve Manuel |
2017-01-11 | adding package prefix | Steve Manuel |
2017-01-11 | moving addon handlers back into admin package | Steve Manuel |
2017-01-11 | moving addon handlers to addon package to avoid import issues | Steve Manuel |
2017-01-11 | adding []byte driven api vs. url.Values where ever possible | Steve Manuel |
2017-01-11 | fixing redeclaration of err in handler | Steve Manuel |
2017-01-11 | hiding UI elements when not needed, adding save addon routine | Steve Manuel |
2017-01-10 | adding pointer fix for decoding, removing print debugs | Steve Manuel |
2017-01-10 | removing unused var | Steve Manuel |
2017-01-10 | adding returns to exit req/res, testing values -> struct conv via schema | Steve Manuel |
2017-01-10 | adding correct error views, normalize action value for comparison; | Steve Manuel |
2017-01-10 | adding initial support for third-party addons and the basic framework for how... | Steve Manuel |
2017-01-08 | adding error type rather than string as exported var from item | Steve Manuel |
2017-01-04 | testing fix for order mismatch in admin | Steve Manuel |
2017-01-04 | testing fix for order mismatch in admin | Steve Manuel |
2017-01-04 | testing fix for order mismatch in admin | Steve Manuel |
2017-01-04 | testing fix for order mismatch in admin | Steve Manuel |
2017-01-02 | update codebase where previous deps were used | Steve Manuel |
2017-01-02 | more code cleanup and adding content dir empty on build before copy | Steve Manuel |
2017-01-02 | minor cleanup, removal of old code | Steve Manuel |
2017-01-02 | casting byte slice to string in error message | Steve Manuel |
2016-12-22 | adding fix for js in repeaters (mainly FileRepeater) and cleanup of form valu... | Steve Manuel |
2016-12-19 | typo | Steve Manuel |
2016-12-19 | moving repository, bosssauce => ponzu-cms | Steve Manuel |
2016-12-19 | [addons] Creating foundation for plugin-like system "Addons" (#24) | Steve |
2016-12-14 | fix pagination on pending items. | Steve Manuel |
2016-12-14 | adding __contentIndex to map item slug to semi foreign-key, and implementing ... | Steve Manuel |
2016-12-06 | substituting "_{specifier}" => "__{specifier}" so users can add their own typ... | Steve Manuel |
2016-12-06 | /*post?s*/ => /*content?s*/ substitution | Steve Manuel |
2016-12-06 | fixing code change from previous feature | Steve Manuel |
2016-12-06 | adding content search for both public and pending specifiers | Steve Manuel |
2016-12-06 | removing ContentName() from editor.Editble and adding String() to content.Ide... | Steve Manuel |
2016-12-06 | adding test for sorting persisted in pagination | Steve Manuel |
2016-12-06 | adding disabled zero-content pagination and minor fixes | Steve Manuel |
2016-12-05 | changing Add -> Set for values where it could have been problematic | Steve Manuel |
2016-12-05 | fixing pagination html | Steve Manuel |
2016-12-05 | updating offset math to include +1 as it is comparing the next set, html updates | Steve Manuel |
2016-12-05 | moving script to pre-defined script element, moving total & count comparison ... | Steve Manuel |
2016-12-05 | evaluating and reassigning count earlier to cascade to lower calcs which depe... | Steve Manuel |
2016-12-05 | switch count and total in reassignment | Steve Manuel |
2016-12-05 | adding link click prevention for disabled pagination elements, fixing case wh... | Steve Manuel |
2016-12-05 | fixing urlFmt, redundant path | Steve Manuel |
2016-12-05 | update db.Query to return total of content count, add implement change throug... | Steve Manuel |