39 Commits (5ed7fc0ffa12fe24e793d87771bce7a541098e02)

Author SHA1 Message Date
Barış Soner Uşaklı 71cd602da9 feat: #7090, abililty to hide widgets 5 years ago
Barış Soner Uşaklı 9b151b2316 fix: remove dupe code 5 years ago
Barış Soner Uşaklı 5fce45580a fix: remove useless catchs and empty line 6 years ago
Barış Soner Uşaklı dec8040c09 feat: widgets/index.js
enable widget-essentials in tests
fix widget test
6 years ago
Barış Soner Uşaklı 72def7dfa6 feat: #7743 finish groups 6 years ago
Barış Soner Uşaklı 5b85ed318a fix: #7625, on group rename update nav/widget items 6 years ago
Barış Soner Uşaklı eb2c3e5626 fix: don't crash if templateData is undefined 6 years ago
Barış Soner Uşaklı b6771836cf closes #6937 6 years ago
renovate[bot] 64b9dabff8 chore(deps): update dependency eslint-config-airbnb-base to v13 (#6599)
* chore(deps): update dependency eslint-config-airbnb-base to v13

* chore: #6599, linting 😬
6 years ago
Baris Usakli 4d5e164fd2 closes #6778 6 years ago
Barış Soner Uşaklı 60f8870b72 pass template to widget container parse 7 years ago
Barış Soner Uşaklı 96f55c528e don't crash if config is undefined 7 years ago
Barış Soner Uşaklı 917cbc9273 closes https://github.com/NodeBB/nodebb-widget-essentials/issues/38 7 years ago
Barış Soner Uşaklı 9628956a56 closes #6199
global widgets will appear after page widgets
7 years ago
Barış Soner Uşaklı c453fc7275 add widget reset test 7 years ago
Barış Soner Uşaklı 645410131d closes #5942 7 years ago
psychobunny ececfe9a77 Merge branch 'develop' of https://github.com/NodeBB/NodeBB into develop 8 years ago
psychobunny 01275787b6 added widgets.resetTemplate(s) 8 years ago
Peter Jaszkowiak abffc29128 Use Benchpress (#5901)
* Use Benchpress

* Use Benchpress.compileParse

* Error for template load failure

* Use benchpressjs package

* Compile templates on demand

* Fix user settings page

* Fix admin search to exclude `.jst` files

* Fix 500-embed

So ajaxify can still show an error if the server goes down
8 years ago
Barış Soner Uşaklı 5888a5ffc4 closes #5010
init plugin hooks before resetting widgets, the areas are returned by
`filter:widgets.getAreas`
8 years ago
Baris Usakli 0e0d961f7c dont change templateData 8 years ago
Barış Soner Uşaklı 923bd86662 Widgets refactor (#5817)
* widgets refactor

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

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