Age | Commit message (Collapse) | Author |
|
fixed approve handler losing data for string slices
|
|
|
|
fixed problem with saving multiple repeaters closes #59 closes #167
|
|
|
|
[core] remove code duplication from InitSearchIndex commit
|
|
db.init cleanup
|
|
|
|
[core] defer search indexing until addons/item types are registered
|
|
delayed indexer init (fix for search not working when addons are enabled)
|
|
'addoon' => 'addon'
|
|
|
|
[cli] adding documentation server for local use
|
|
|
|
|
|
Revert "Fix for search not working when addons are enabled"
|
|
|
|
Fix for search not working when addons are enabled
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[cli] fix for run with --dev-https, args out of order
|
|
|
|
|
|
[core] deserialize content data into item.Hookable method receivers
|
|
|
|
|
|
make a proper item for Hookable methods
|
|
|
|
|
|
[cli] use spf13/cobra for command line interface
|
|
[WIP] use spf13/cobra to process commands
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
We have all of the information, it's nice to be access the item's
members in a natural way, without having to look at the reqest.
|
|
|
|
|
|
|
|
|
|
|