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
/
addon
Age
Commit message (
Collapse
)
Author
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
attempting to force item.Types to be populated before the db Init step
Steve Manuel
2017-01-11
make url.Values so it is not nil when set/add is called
Steve Manuel
2017-01-11
adding pointer to map in unmarshal
Steve Manuel
2017-01-11
adding []byte driven api vs. url.Values where ever possible
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
minor UI change and docs update
Steve Manuel
2017-01-10
adding returns to exit req/res, testing values -> struct conv via schema
Steve Manuel
2017-01-10
fix for slice len issue adding extra chars to addon id
Steve Manuel
2017-01-10
changing Values set to convert value to string
Steve Manuel
2017-01-10
making register a sub routine of New
Steve Manuel
2017-01-10
adding slight change to Register and including New constructor
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-03
adding link to Wiki
Steve Manuel
2016-12-30
updating error in addond and checking for nil prior to clling method on err
Steve Manuel
2016-12-19
update order of params to Query endpoint formatter
Steve Manuel
2016-12-19
adding Query func to addon api for more parity with db package, extract Get ↵
Steve Manuel
from ContentAll for reuse
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