1
0
Fork 0
A Discourse Plugin that allows you to create custom user wizards.
Datei suchen
Angus McLeod 1c31097078
Merge pull request #155 from paviliondev/create_topic_button_override
FEATURE: allow 'New Topic' button to redirect to a wizard
2021-12-09 10:09:29 +08:00
.github/workflows IMPROVE: Add plugin metadata workflow with version check (#149) 2021-10-19 09:11:16 +05:30
.tx Add transifex and update travis 2018-07-17 10:28:27 +10:00
assets Update settings text and file naming 2021-12-09 09:53:10 +08:00
config Update settings text and file naming 2021-12-09 09:53:10 +08:00
controllers/custom_wizard FIX: handle non-logged in user trying to skip wizard (#154) 2021-11-02 13:41:46 +05:30
coverage Update coverage 2021-06-23 16:17:18 +10:00
db/migrate Apply rubcop and get tests pass (#76) 2021-03-11 12:00:15 +05:30
extensions Abstract and improve submission handling 2021-06-17 17:50:22 +10:00
jobs Abstract and improve submission handling 2021-06-17 17:50:22 +10:00
lib/custom_wizard FIX: field validation was not working in backend (#165) 2021-12-07 14:20:34 +05:30
serializers/custom_wizard FEATURE: add resume wizard popup (#146) 2021-09-22 13:52:05 +05:30
spec FIX: field validation was not working in backend (#165) 2021-12-07 14:20:34 +05:30
views/layouts DEV: fix compatibility with core theme arch changes 2021-06-27 16:58:26 +05:30
.discourse-compatibility Update .discourse-compatibility (#161) 2021-12-06 11:49:09 +05:30
.eslintrc Added files used by github actions workflows (#78) 2021-04-16 13:37:32 +05:30
.gitignore Added files used by github actions workflows (#78) 2021-04-16 13:37:32 +05:30
.prettierrc Added files used by github actions workflows (#78) 2021-04-16 13:37:32 +05:30
.rubocop.yml Added files used by github actions workflows (#78) 2021-04-16 13:37:32 +05:30
.template-lintrc.js Added files used by github actions workflows (#78) 2021-04-16 13:37:32 +05:30
.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
Gemfile Added files used by github actions workflows (#78) 2021-04-16 13:37:32 +05:30
Gemfile.lock Added files used by github actions workflows (#78) 2021-04-16 13:37:32 +05:30
LICENSE.txt Add license 2017-11-01 18:55:44 +08:00
package-lock.json IMPROVE: Add plugin metadata workflow with version check (#149) 2021-10-19 09:11:16 +05:30
package.json IMPROVE: Add plugin metadata workflow with version check (#149) 2021-10-19 09:11:16 +05:30
plugin.rb fixed linting 2021-12-07 14:01:39 +05:30
README.md Update README.md 2021-02-24 16:07:50 +11:00