0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-19 15:21:11 +02:00
Commit-Graph

2079 Commits

Autor SHA1 Nachricht Datum
merefield
78d0cab761 FIX: realtime validations 2023-10-18 13:14:15 +01:00
Angus McLeod
9dacdd3eda
Merge pull request #277 from communiteq/master
Replaced documentation links
2023-10-16 09:23:09 +08:00
Angus McLeod
62f2baf9e7
Merge branch 'main' into master 2023-10-16 09:14:21 +08:00
Angus McLeod
3308c38b36 Bump version 2023-10-16 09:12:23 +08:00
Angus McLeod
8eee68a066 Fix prettier errors 2023-10-16 09:09:41 +08:00
Angus McLeod
4ffc0ff103
Merge pull request #278 from AndrewPrigorshnev/dev/stop-using-deprecated-cookAsync-function
DEV: Stop using the deprecated text.cookAsync function
2023-10-11 09:35:00 +08:00
Angus McLeod
757a195047 Bump version 2023-10-11 08:53:50 +08:00
Richard
244f7acea6 Replaced documentation links 2023-10-10 07:29:05 +00:00
Andrei Prigorshnev
c052856947
Ensure compatibility 2023-10-09 21:12:14 +04:00
Andrei Prigorshnev
ed75e62ebc
DEV: Stop using the deprecated text.cookAsync function 2023-10-09 21:03:51 +04:00
Angus McLeod
1ee2f7d8ba
Merge pull request #276 from paviliondev/filter-categories-for-admin-staff
Filter categories for admin staff
2023-10-07 11:43:19 +08:00
jumagura
9656303c63 DEV: Refactor staff condition in category-chooser for simplicity 2023-10-06 22:35:36 -04:00
jumagura
61c4574908 bump version 2023-10-06 16:26:18 -04:00
jumagura
362c74cb44 DEV: Add exception to display all categories for admin and staff 2023-10-06 16:24:05 -04:00
Robert
6d6ffa5ea7
Merge pull request #272 from paviliondev/fix_submission_list_order_in_specs
FIX: explicitly order submission list for specs
2023-10-04 17:12:51 +01:00
Robert
cef2cc1b65
bump patch 2023-10-04 16:57:09 +01:00
Robert
c0c8b16130
Merge branch 'main' into fix_submission_list_order_in_specs 2023-10-04 16:52:51 +01:00
Angus McLeod
43007d8130
Merge pull request #273 from paviliondev/fix-wizard-topic-creation
FIX: Fix Topic Creation Restriction in Wizard
2023-10-04 09:10:03 +08:00
jumagura
7171e04e3e DEV: Add test of creating post when there are multiple actions 2023-10-03 13:56:45 -04:00
jumagura
a5af0b109d DEV: Manage edge case not custom fields 2023-10-02 23:38:01 -04:00
jumagura
4ce82b0d17 fix linting 2023-10-02 22:46:31 -04:00
jumagura
6294f6f9c0 DEV: Add correct parameters for testing 2023-10-02 22:44:54 -04:00
jumagura
98391b565e DEV: Modify test for errors 2023-10-02 22:26:00 -04:00
jumagura
779912332a DEV: remove next condition 2023-10-02 22:25:20 -04:00
jumagura
1d2f75951f FIX: Use wizard_submission_id instead of new value 2023-10-02 22:05:28 -04:00
jumagura
3433bd4141 fix linting 2023-10-02 18:29:12 -04:00
jumagura
dae803bf20 bump version 2023-10-02 18:25:36 -04:00
jumagura
24d7ca646a FIX: Refine Topic Creation Hook to Allow Wizard Multi-Step Functionality 2023-10-02 18:18:00 -04:00
Angus McLeod
d5aa616ff8 DEV: Add explicit ordering to more specs 2023-09-30 09:46:25 +08:00
Angus McLeod
98b2d85e63 Bump version 2023-09-29 08:36:51 +08:00
Angus McLeod
e02f78569a FIX: explicitly order submission list for specs 2023-09-29 08:33:39 +08:00
Angus McLeod
578c92e90e
Merge pull request #269 from paviliondev/composer-control-feature
Composer control feature
2023-09-21 10:43:24 +10:00
jumagura
3d104406fd REFACTOR: Improve test for category chooser when there is a create_topic_wizard customfield 2023-09-20 03:55:32 -04:00
jumagura
0eb6fb1ae0 REFACTOR: Move before_create_topic event handler to plugin.rb 2023-09-19 20:46:42 -04:00
jumagura
0992e9601c DEV: Make hide category default when custom wizard is selected 2023-09-19 14:17:06 -04:00
jumagura
10609f33e2 FIX: linting error 2023-09-19 14:00:04 -04:00
jumagura
bb81c5700a DEV: Use Discourse Events instead of topic model 2023-09-19 13:57:11 -04:00
jumagura
03ef41f7f0 FIX: Linting error 2023-09-18 18:11:20 -04:00
jumagura
bdd290f4e6 FIX: Linting error 2023-09-18 18:07:27 -04:00
jumagura
2ab15aaf86 FIX: linting error 2023-09-18 18:06:52 -04:00
jumagura
de9dccf233 bump version 2023-09-18 17:46:41 -04:00
jumagura
bb3f0c6252 DEV: Add acceptance tests for category filtering 2023-09-18 17:41:24 -04:00
jumagura
61309fd320 DEV: Add initializer logic to filter categories 2023-09-18 17:40:44 -04:00
jumagura
b365b5dd4f DEV: Add custom_field 2023-09-18 17:40:07 -04:00
jumagura
de03cbd15a DEV: Implement control to hide category from composer dropdown in specified categories 2023-09-18 17:39:50 -04:00
jumagura
29d7818a4a DEV: Add spec for validation 2023-09-18 17:36:21 -04:00
jumagura
f2d1437cff DEV: Implement wizard replacement validation in Topic Creation 2023-09-18 17:35:38 -04:00
Angus McLeod
9ab4ca21c8
Merge pull request #268 from paviliondev/fix_export_size
FIX: avoid page limit on downloads
2023-09-16 16:03:15 +10:00
merefield
16109b01e7 bump patch 2023-09-15 16:19:09 +01:00
merefield
43cd090b17 FIX: avoid page limit on downloads 2023-09-15 16:15:31 +01:00