Commit Graph

20 Commits (864321f727288d9ddd3badf388b7a4d01db78a9a)

Author SHA1 Message Date
Barış Soner Uşaklı 5888a5ffc4 closes
init plugin hooks before resetting widgets, the areas are returned by
`filter:widgets.getAreas`
Baris Usakli 0e0d961f7c dont change templateData
Barış Soner Uşaklı 923bd86662 Widgets refactor ()
* widgets refactor

render widgets server side
widgets can use all the data the template can use

* fix tests
Baris Usakli e0de922ede Revert "widgets refactor"
This reverts commit 9e94edb5aa.
Baris Usakli 9e94edb5aa widgets refactor
render widgets server side
widgets can use all the data the template can use
Baris Usakli 062bced3dd cleanup and tests
barisusakli 552f850207 closes
Peter Jaszkowiak 1ed571189c Make utils and translator easier to require
Move utils.walk to file.walk, backwards compatible
Peter Jaszkowiak 896c8c7343 ESlint object-curly-spacing
Peter Jaszkowiak a038c66549 ESlint quotes
Peter Jaszkowiak 604358ecc4 ESlint keyword-spacing, no-multi-spaces
Peter Jaszkowiak bc1d70c126 ESlint comma-dangle
HeeL 4a3c31b2dc Fix space-before-function-paren linter rule
Julian Lam a9a522c8ec allowing widgets to not show up if widget explicitly returns null
barisusakli 731942e397 closes
when resetting widgets dont erase stuff already in drafts
barisusakli c758f59014 closes
psychobunny b18052210d closes
Jon Garrison 44c4925ceb Added req and res objects to the widget rendering process before callback in src/controllers/api.js
barisusakli 7fbab5402a closes
psychobunny 0f199af84d moved widget code out of controller; cleaned up code into a folder