summaryrefslogtreecommitdiff
path: root/system/admin
AgeCommit message (Collapse)Author
2017-03-15updating DeleteContent signature to remove requirement of url.Values, will ↵Steve Manuel
instead to a lookup in content before the delete to get slug, etc
2017-03-15changing API for external client interaction. Externalable -> Createable, ↵Steve Manuel
+Deleteable, changing Hookable interface methods to conform to pattern: BeforeAPI$ACTION, etc.
2017-02-09fixing overridden variable from request form value changeSteve Manuel
2017-02-07[core] Enhanced file upload preview control (#64)Steve
adding enhanced file upload preview & view/download link in editor.File
2017-01-26[core] Embedded and implement http.Pusher into http.ResponseWriter+gzip ↵Steve
Writer (#47) * added http Pusher interface to gzip response writer * implement Pusher on gzipResponseWriter and pass encoding header to pusher options * providing a generic error view fuction for code that calls a interface method which will have access to the response * fix []byte -> string type for fmt string * adding the res, req pattern for method arguments in interfaces and their method calls * fix for spacing in generic error message * remove default error views displayed in lifecycle hooks - will rely on custom views or redirects inside hook now that user has ResponseWriter. Otherwise, multiple WriteHeader calls would be warned * removing WriteHeader calls before return in external handlers * bump version 0.8.1
2017-01-24[core] System backups (uploads, system.db, analytics.db) (#42)Steve
2017-01-20removing fmt prints. fix is for #38Steve Manuel
2017-01-20adding fix for consistent order in repeaters and multi-value field inputsSteve Manuel
2017-01-20switching new -> & for consistency w/ codebaseSteve Manuel
2017-01-20cleaner codeŁukasz Kurowski
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