0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-19 23:31:11 +02:00
A Discourse Plugin that allows you to create custom user wizards.
Datei suchen
romanrizzi 11ff364cbe
Use the new discourseDebounce function wrapper.
We recently merged a Discourse core's PR to replace usages of Ember's debounce and discourseDebounce with a new debounce wrapper. The new wrapper works exactly like Ember's debounce but internally calls "run" when called in test mode.

This PR replaces all usages of other debounce functions with the new wrapper and fallbacks to Ember's debounce for backward-compatibility.
2020-12-22 11:06:13 -03:00
.tx Add transifex and update travis 2018-07-17 10:28:27 +10:00
assets Use the new discourseDebounce function wrapper. 2020-12-22 11:06:13 -03:00
config FEATURE: added max length setting for text type fields 2020-12-08 12:44:37 +05:30
controllers/custom_wizard FEATURE: added max length setting for text type fields 2020-12-08 12:44:37 +05:30
coverage Update coverage 2020-12-14 21:40:14 +11:00
db/migrate Add watch category users and migration 2020-07-20 13:06:36 +10:00
extensions Merge pull request #63 from paviliondev/max-length 2020-12-14 21:47:45 +11:00
jobs FEATURE: Wizard Manager 2020-11-09 14:32:36 +11:00
lib/custom_wizard fixed formatting 2020-12-08 13:19:31 +05:30
serializers/custom_wizard Add custom field spec and improve custom field structure 2020-11-08 14:24:20 +11:00
spec Merge pull request #63 from paviliondev/max-length 2020-12-14 21:47:45 +11:00
views/layouts Allow wizard i18n to be overridden by wizard theme i18n 2020-11-26 16:45:30 +11:00
.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 Add custom-wizard-specific caching system 2020-12-04 18:05:56 +11:00
README.md Add readme 2018-03-06 11:23:13 +08:00