index
:
ponzu.git
master
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
system
/
admin
Age
Commit message (
Collapse
)
Author
2017-01-17
adding admin UI fixes
Steve Manuel
2017-01-16
adding different identifier to checkbox in config
Steve Manuel
2017-01-16
adding gzip_disabled config setting
Steve Manuel
2017-01-16
clear up debug artifacts and add info to console messages
Steve Manuel
2017-01-15
testing func line unsplit
Steve Manuel
2017-01-13
adding test in CORS middleware in fix for start
Steve Manuel
2017-01-13
changing config cors field type
Steve Manuel
2017-01-13
adding test to fix bool conversion with schema
Steve Manuel
2017-01-13
updating config model and changing configCache to map[string]interface{} ↵
Steve Manuel
throughout codebase
2017-01-13
adding 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-13
changing ConfigCache to return interface{}
Steve Manuel
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
moving content _ import into new system/init package to test import
Steve Manuel
2017-01-11
moving content _ import to config package
Steve Manuel
2017-01-11
move content _ import to admin
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
fix margin in editor UI
Steve Manuel
2017-01-11
adding layout adjustment to editor view and save button
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-11
extending the "addon" platform within ponzu to register, present and manage ↵
Steve Manuel
addons
2017-01-10
adding pointer fix for decoding, removing print debugs
Steve Manuel
2017-01-10
adding print debugs to check status
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 ↵
Steve Manuel
how they are registered by the system
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-04
adding httpsport and https_port to flags and config
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-30
update Hide method in Hideable interface, change GMT label to UTC
Steve Manuel
2016-12-23
add fix for UI issue when uploaded image is wider than Richtext editor
Steve Manuel
2016-12-22
adding fix for js in repeaters (mainly FileRepeater) and cleanup of form ↵
Steve Manuel
value transforms
2016-12-20
fixing scope of FileRepeater and minor css updates
Steve Manuel
2016-12-20
adding style update to admin css
Steve Manuel
2016-12-20
indicating analytics in chart are GMT
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
* 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
[next]