Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-09 | delayed search index initialization so search can work with addons | Neven Jacmenović | |
2017-05-25 | Merge pull request #150 from ponzu-cms/ponzu-dev | Steve Manuel | |
[cli] fix for run with --dev-https, args out of order | |||
2017-05-25 | Merge branch 'ponzu-dev' of https://github.com/ponzu-cms/ponzu into ponzu-dev | Steve Manuel | |
2017-05-25 | fix for run with --dev-https, out of order | Steve Manuel | |
2017-05-24 | Merge pull request #149 from ponzu-cms/ponzu-dev | Steve Manuel | |
[core] deserialize content data into item.Hookable method receivers | |||
2017-05-24 | populate item hookable in API update | Steve Manuel | |
2017-05-24 | fixing data var redeclaration | Steve Manuel | |
2017-05-24 | Merge pull request #147 from ivanov/hookable-niceties | Steve Manuel | |
make a proper item for Hookable methods | |||
2017-05-24 | add new screenshot | Steve Manuel | |
2017-05-24 | provide delete hooks with the item | Paul Ivanov | |
2017-05-22 | Merge pull request #148 from ponzu-cms/ponzu-dev | Steve Manuel | |
[cli] use spf13/cobra for command line interface | |||
2017-05-22 | Merge pull request #143 from vitraum/cobra | Steve Manuel | |
[WIP] use spf13/cobra to process commands | |||
2017-05-22 | updating flags | Steve Manuel | |
2017-05-22 | fix typo | Steve Manuel | |
2017-05-22 | update sysv init script to use new cli format | Steve Manuel | |
2017-05-22 | update readme | Steve Manuel | |
2017-05-22 | removing cobra cli code, adding spf13/pflag | Steve Manuel | |
2017-05-22 | vendor spf13/cobra | Steve Manuel | |
2017-05-22 | updating usage notes and multi-word formatted flags | Steve Manuel | |
2017-05-22 | remove use of viper to parse env variables | Martin Treusch von Buttlar | |
2017-05-22 | add help flags for sub commands to root cmd | Martin Treusch von Buttlar | |
2017-05-21 | make a proper item for Hookable methods | Paul Ivanov | |
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. | |||
2017-05-20 | refactor and add documentation for 'ponzu new' | Martin Treusch von Buttlar | |
2017-05-20 | add more tests for 'ponzu new' - run with 'go test . -run Check -v' | Martin Treusch von Buttlar | |
2017-05-20 | add checks for 'ponzu new' fixes ponzu-cms/ponzu#146 | Martin Treusch von Buttlar | |
2017-05-17 | refactor code which starts external commands | Martin Treusch von Buttlar | |
2017-05-17 | add shorthand commands for add, generate, serve and version | Martin Treusch von Buttlar | |
2017-05-16 | remove csv download button from search result page | Steve Manuel | |
2017-05-16 | adding fix to UI | Steve Manuel | |
2017-05-16 | build command now builds the ./cmd/ponzu package instead of a list of files | Martin Treusch von Buttlar | |
2017-05-16 | fix new command | Martin Treusch von Buttlar | |
2017-05-16 | move usage examples to cobra field of same name | Martin Treusch von Buttlar | |
2017-05-16 | bind run flags to environment variables via viper | Martin Treusch von Buttlar | |
2017-05-15 | add cobra commands | Martin Treusch von Buttlar | |
2017-05-15 | Merge pull request #142 from ponzu-cms/ponzu-dev | Steve Manuel | |
[core] add CSVFormattable interface to export CSV formatted content | |||
2017-05-15 | update csv label | Steve Manuel | |
2017-05-15 | update csv label | Steve Manuel | |
2017-05-15 | fixing UI | Steve Manuel | |
2017-05-15 | changing file perm on temp | Steve Manuel | |
2017-05-15 | manually call remove and close, debug response | Steve Manuel | |
2017-05-15 | flush csv writer and fix ui | Steve Manuel | |
2017-05-15 | adding csv format interface and handler impl | Steve Manuel | |
2017-05-09 | Merge pull request #141 from bradleyfalzon/retrun | Steve Manuel | |
fix typo retrun should be return | |||
2017-05-10 | fix typo retrun should be return | Bradley Falzon | |
2017-05-09 | add video walk-through link | Steve Manuel | |
2017-05-07 | bump version | Steve Manuel | |
2017-05-07 | Merge pull request #140 from ponzu-cms/ponzu-dev | Steve Manuel | |
[cli] adding reference type and auto-repeater generate syntax | |||
2017-05-07 | adding reference type and auto-repeater generate syntax to the CLI, updating ↵ | Steve Manuel | |
templates to support | |||
2017-05-05 | adding link to docs | Steve Manuel | |
2017-05-01 | Merge pull request #138 from ponzu-cms/ponzu-dev | Steve Manuel | |
[core] more Admin and new Addon lifecycle hooks |