summaryrefslogtreecommitdiff
path: root/system/admin
AgeCommit message (Collapse)Author
2017-01-17adding admin UI fixesSteve Manuel
2017-01-16adding different identifier to checkbox in configSteve Manuel
2017-01-16adding gzip_disabled config settingSteve Manuel
2017-01-16clear up debug artifacts and add info to console messagesSteve Manuel
2017-01-15testing func line unsplitSteve Manuel
2017-01-13adding test in CORS middleware in fix for startSteve Manuel
2017-01-13changing config cors field typeSteve Manuel
2017-01-13adding test to fix bool conversion with schemaSteve Manuel
2017-01-13updating config model and changing configCache to map[string]interface{} ↵Steve Manuel
throughout codebase
2017-01-13adding more precise timestamp creation algorithm, and a LoadCacheConfig func ↵Steve Manuel
to warm the config cache vs. trying to set defaults on init so the cache exists
2017-01-13changing ConfigCache to return interface{}Steve Manuel
2017-01-12adding fix for pending content being saved but not updated in dbSteve Manuel
2017-01-12update ui for admin addons page to have more dataSteve Manuel
2017-01-11moving content _ import into new system/init package to test importSteve Manuel
2017-01-11moving content _ import to config packageSteve Manuel
2017-01-11move content _ import to adminSteve Manuel
2017-01-11adding package prefixSteve Manuel
2017-01-11moving addon handlers back into admin packageSteve Manuel
2017-01-11moving addon handlers to addon package to avoid import issuesSteve Manuel
2017-01-11adding []byte driven api vs. url.Values where ever possibleSteve Manuel
2017-01-11fix margin in editor UISteve Manuel
2017-01-11adding layout adjustment to editor view and save buttonSteve Manuel
2017-01-11fixing redeclaration of err in handlerSteve Manuel
2017-01-11hiding UI elements when not needed, adding save addon routineSteve Manuel
2017-01-11extending the "addon" platform within ponzu to register, present and manage ↵Steve Manuel
addons
2017-01-10adding pointer fix for decoding, removing print debugsSteve Manuel
2017-01-10adding print debugs to check statusSteve Manuel
2017-01-10removing unused varSteve Manuel
2017-01-10adding returns to exit req/res, testing values -> struct conv via schemaSteve Manuel
2017-01-10adding correct error views, normalize action value for comparison;Steve Manuel
2017-01-10adding initial support for third-party addons and the basic framework for ↵Steve Manuel
how they are registered by the system
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-04adding httpsport and https_port to flags and configSteve 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-30update Hide method in Hideable interface, change GMT label to UTCSteve Manuel
2016-12-23add fix for UI issue when uploaded image is wider than Richtext editorSteve Manuel
2016-12-22adding fix for js in repeaters (mainly FileRepeater) and cleanup of form ↵Steve Manuel
value transforms
2016-12-20fixing scope of FileRepeater and minor css updatesSteve Manuel
2016-12-20adding style update to admin cssSteve Manuel
2016-12-20indicating analytics in chart are GMTSteve Manuel
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