1
0
Fork 0
A Discourse Plugin that allows you to create custom user wizards.
Datei suchen
Faizaan Gagan 105fc46774
FEATURE: added liquid based templating (#83)
* FEATURE: added liquid based templating

* templating should be false by default

* added rspec tests for mapper templating

* wrapped templating tests in a context block

* added a custom liquid filter and tests

* ran rubocop on changed files

* DEV: minor variable and naming changes

* minor code formatting

* improved overall structure and tightened spec for custom filter

* added a spec template: false

* define method at the top of spec file

* naming convention

* removed extra space
2021-04-09 11:04:42 +05:30
.tx Add transifex and update travis 2018-07-17 10:28:27 +10:00
assets FIX: use wizard-i18n helper to support theme translation overrides (#88) 2021-04-07 10:49:48 +05:30
config IMPR: added a state for insufficient characters 2021-03-25 11:18:33 +05:30
controllers/custom_wizard FIX: explicitly lookup for translation overrides in wizard theme 2021-03-30 13:04:52 +05:30
coverage Fix out of date open composer spec 2021-02-18 14:44:14 +11:00
db/migrate Apply rubcop and get tests pass (#76) 2021-03-11 12:00:15 +05:30
extensions Apply rubcop and get tests pass (#76) 2021-03-11 12:00:15 +05:30
jobs Apply rubcop and get tests pass (#76) 2021-03-11 12:00:15 +05:30
lib/custom_wizard FEATURE: added liquid based templating (#83) 2021-04-09 11:04:42 +05:30
serializers/custom_wizard Make start check boolean 2021-03-12 18:38:50 +11:00
spec FEATURE: added liquid based templating (#83) 2021-04-09 11:04:42 +05:30
views/layouts FIX: explicitly lookup for translation overrides in wizard theme 2021-03-30 13:04:52 +05:30
.discourse-compatibility Go further back for latest stable 2020-09-10 15:14:11 +10:00
.gitignore Add coverage report to repo 2020-11-03 13:56:34 +11:00
.travis.yml Update .travis.yml 2020-11-03 12:04:26 +11:00
COPYRIGHT.txt Add copyright 2018-07-17 09:33:53 +10:00
LICENSE.txt Add license 2017-11-01 18:55:44 +08:00
plugin.rb FEATURE: added liquid based templating (#83) 2021-04-09 11:04:42 +05:30
README.md Update README.md 2021-02-24 16:07:50 +11:00