summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-02-24Implemented a replicateAll func, since we need files to remain in GOPATH/srcOllie Phillips
2017-02-24missing src in the src path, nothing wrong with the destination and prob ↵Ollie Phillips
don't need mkdir
2017-02-24was thinking copyAll handled mkdirOllie Phillips
2017-02-24missed present directory from dest path, removed loggingOllie Phillips
2017-02-24Some logging, files not copiedOllie Phillips
2017-02-24break GOPATH determination out into separate functionOllie Phillips
2017-02-24missed get in exec.commandOllie Phillips
2017-02-24added add.go to cmdBuildFiles in buidPonzuServer()Ollie Phillips
2017-02-24Comment improvementOllie Phillips
2017-02-24getAddon(), comprising go get and copy routinesOllie Phillips
2017-02-24add.go addedOllie Phillips
2017-02-24Added usageAdd to useage constOllie Phillips
2017-02-24add as command line option and usage textOllie Phillips
2017-02-22Merge branch 'ponzu-dev' of https://github.com/ponzu-cms/ponzu into ponzu-devSteve Manuel
2017-02-22Merge pull request #83 from Sirikon/ponzu-devSteve
Fix #81
2017-02-22Fix #81Carlos Fernández Llamas
2017-02-21Merge pull request #79 from ponzu-cms/ponzu-devSteve
[core] Windows build & run support
2017-02-21cleanup importsSteve Manuel
2017-02-21adding new file to be included in build, new buildOutputPath function to ↵Steve Manuel
determine exec path
2017-02-21Merge pull request #78 from Sirikon/ponzu-devSteve
Fix Windows build & run
2017-02-21fix minor typo, un-export & reduce length of functionSteve
Aside from the minor spelling fix, I want to shorten the function name and think it would be best for it to be unexported.
2017-02-21reduce length of function name and unexportSteve
2017-02-21reduce length of function name and unexportSteve
2017-02-21Fix Windows build & runCarlos Fernández
2017-02-13fix typo in comment docSteve Manuel
2017-02-13Merge pull request #74 from ponzu-cms/ponzu-devSteve
bump version
2017-02-13bump versionSteve Manuel
2017-02-13Merge pull request #73 from ponzu-cms/ponzu-devSteve
[core] Adding support to omit fields from json response, minor code reorganization
2017-02-13adding check for nil pusher in gzipResponseWriter typeSteve Manuel
2017-02-13updating omit implementationSteve Manuel
2017-02-13adding item.Omittable interface for field-level omission of data in ↵Steve Manuel
responses, implementation in handler and separating source into individual files for other interface impls
2017-02-09remove req.URL.Path from the push target so non-content paths like uploads ↵Steve Manuel
can be pushed too
2017-02-09Merge pull request #71 from ponzu-cms/ponzu-devSteve
[core] fixing overridden variable from request form value change
2017-02-09fixing overridden variable from request form value changeSteve Manuel
2017-02-08Merge pull request #69 from ponzu-cms/ponzu-devSteve
use downcase version of file extension as switch value
2017-02-08Merge branch 'master' of https://github.com/ponzu-cms/ponzu into ponzu-devSteve Manuel
2017-02-08downcase the file extension so it matches casesSteve Manuel
2017-02-07Merge pull request #68 from ponzu-cms/ponzu-devSteve
[core] Documentation typo fixes, adding new Hookable methods: BeforeAccept & AfterAccept
2017-02-07adding hooks for before/after accept on external handler and implementation ↵Steve Manuel
in item.Item
2017-02-07Merge branch 'ponzu-dev' of https://github.com/ponzu-cms/ponzu into ponzu-devSteve Manuel
2017-02-07Merge pull request #67 from ferhatelmas/patch-1Steve
Another typo fix in readme
2017-02-07Another typo fix in readmeferhat elmas
s/cooresponding/corresponding/
2017-02-07Merge pull request #66 from ponzu-cms/ponzu-devSteve
Merge ponzu-dev with typo fix in readme, added enhanced File editor input
2017-02-07Merge pull request #65 from ferhatelmas/ferhatelmas-patch-1Steve
Typo fix in readme
2017-02-07Typo fix in readmeferhat elmas
s/conntecing/connecting/
2017-02-07[core] Enhanced file upload preview control (#64)Steve
adding enhanced file upload preview & view/download link in editor.File
2017-02-07Merge branch 'master' of https://github.com/ponzu-cms/ponzu into ponzu-devSteve Manuel
2017-02-07adding enhanced file upload preview & view/download link in editor.FileSteve Manuel
2017-02-06bump version (#63)Steve
2017-02-06bump versionSteve Manuel