1
0
Fork 0
A Discourse Plugin that allows you to create custom user wizards.
Datei suchen
Angus McLeod ce0335b679
Merge pull request #159 from paviliondev/fix_date_time_display
FIX: pass a fallback format to date picker
2021-11-22 09:24:25 +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 minor formatting 2021-11-22 01:40:50 +05:30
config IMPROVE: Add value type to mapper selector 2021-10-20 21:56:34 +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: cast both key and value as boolean if operator is `is:[true|false]` 2021-10-20 20:48:38 +08:00
serializers/custom_wizard FEATURE: add resume wizard popup (#146) 2021-09-22 13:52:05 +05:30
spec Add spec for fix 2021-10-20 21:19:21 +08:00
views/layouts DEV: fix compatibility with core theme arch changes 2021-06-27 16:58:26 +05:30
.discourse-compatibility COMPATIBILITY: update stable commit after rebase 2021-09-06 10:53:53 +08:00
.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 FIX: don't pass format to date picker 2021-11-22 00:30:29 +05:30
README.md Update README.md 2021-02-24 16:07:50 +11:00