Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Module/form manager #2098

Open
wants to merge 103 commits into
base: develop
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
103 commits
Select commit Hold shift + click to select a range
f0d6e79
feat: Product form custom validation. Added support to settings secti…
devAsadNur Sep 1, 2023
2dbcde1
enhance: Added reset all button to the admin settings component
devAsadNur Sep 4, 2023
bedbe32
fix: Action button was not working
devAsadNur Sep 4, 2023
440dac1
Merge branch 'develop' into feat/product-form-custom-validation
devAsadNur Sep 5, 2023
a55be72
enhance: Added admin settings sub-section column heading support
devAsadNur Sep 7, 2023
bc789b4
enahnce: Added support for disabling field for Switches component
devAsadNur Sep 11, 2023
18057d7
fix: Styling for the settings sub heading column styles
devAsadNur Sep 11, 2023
c391f7b
Updated admin setting reset all link with button
devAsadNur Sep 20, 2023
2f430c9
Added admin settings sub-section toggle button label
devAsadNur Sep 20, 2023
3eb324c
Merge branch 'feat/product-form-custom-validation' into module/form_m…
devAsadNur Oct 9, 2023
9ada0e4
Removed extra sub-sections and moved form manager block to a separete…
devAsadNur Oct 13, 2023
7b36504
Cleaned up some unused codes
devAsadNur Oct 16, 2023
50402b0
refactor: Form manager settings section moved to Dokan Pro
devAsadNur Oct 16, 2023
d17cb3d
fix: Console error on field toggle switching
devAsadNur Nov 6, 2023
d8edffa
Added product types to the admin localized script
devAsadNur Nov 22, 2023
6f0e7f7
Added support for settings section repeater
devAsadNur Nov 28, 2023
9d90ea6
new: added skeleton for product fields feature
nurul-umbhiya Dec 1, 2023
63d0b60
Merge remote-tracking branch 'origin/develop' into refactor/dashboard…
nurul-umbhiya Dec 1, 2023
af756c6
refactor: removed `Add New Product` page and modal related codebase a…
nurul-umbhiya Dec 7, 2023
a634761
refactor: replace action hook: dokan_product_updated with filter hook…
nurul-umbhiya Dec 7, 2023
b869ff8
fix: fixed some minor issues
nurul-umbhiya Dec 7, 2023
2e410e6
Merge remote-tracking branch 'origin/develop' into refactor/dashboard…
nurul-umbhiya Dec 7, 2023
fc5ff41
🔒 chore(Product): add defined( 'ABSPATH' ) || exit; to Hooks.php and …
nurul-umbhiya Dec 8, 2023
62aa976
Merge remote-tracking branch 'origin/develop' into module/form_manager
nurul-umbhiya Dec 11, 2023
70553c5
Merge remote-tracking branch 'origin/refactor/dashboard_products' int…
nurul-umbhiya Dec 11, 2023
bb27153
update: Made general product section mandatory for product form custo…
devAsadNur Dec 12, 2023
7f2f9fb
Localized product fields data and get those from the product editor s…
devAsadNur Dec 15, 2023
dc0d791
enhance: Added asterisk symbol markup for required fields
devAsadNur Dec 26, 2023
870738d
Added missing required asterisk symbol on various fields and removed …
devAsadNur Dec 28, 2023
7475c22
update: Included argument to the 'dokan_product_form_item_created' f…
devAsadNur Dec 28, 2023
7961933
Made the input fields required from HTML end based on admin settings
devAsadNur Dec 29, 2023
f1890fa
Added support for the custom product form fields
devAsadNur Dec 29, 2023
ecdf1c4
fix: Updated input value for product title not remaining if product f…
devAsadNur Jan 3, 2024
00fe573
Added JS support for the image and other media file upload and select
devAsadNur Jan 4, 2024
aee9ca2
Enhance: Added support for date range picker for custom product fields
devAsadNur Jan 8, 2024
04239aa
Fixed date range picker desappearing issue and added support for both…
devAsadNur Jan 9, 2024
19731cb
refactor: Moved scripts related to product custom fields from Dokan L…
devAsadNur Jan 9, 2024
400cc06
new: Added some hooks in vendor dashboard product form templates
devAsadNur Jan 10, 2024
b41f4ea
enhance: Added custom fields support to the predefined product form s…
devAsadNur Jan 10, 2024
0746cd1
enahnce: Added mechanism for preserveform submission data for general…
devAsadNur Jan 11, 2024
0254f10
enhance: Added mechanism for inventory section form data upon product…
devAsadNur Jan 12, 2024
08090af
fix: Wrong value showing on date from, date to, and image thumbnil field
devAsadNur Jan 12, 2024
39ffc81
enhance: Added mechanism for Other Options section form data upon pr…
devAsadNur Jan 12, 2024
8945cb8
enhance: Added mechanism to keep downloadable section form data upon …
devAsadNur Jan 15, 2024
2598b21
Fixed styling issue of vendor dashboard product form shipping section…
devAsadNur Jan 17, 2024
a8491c0
chore: merged develop branch
devAsadNur Jan 18, 2024
889449d
fix: Missing help text for the Others section fields on vendor dashbo…
devAsadNur Jan 22, 2024
c27a0eb
Merge remote-tracking branch 'upstream/develop' into module/form_manager
devAsadNur Feb 2, 2024
afa7080
enhance: Added support for conditional dependent blocks and fields
devAsadNur Feb 9, 2024
e13028e
enhance: Made fields under inventory section conditinally dependent
devAsadNur Feb 9, 2024
acb81d2
fix: Broken style for the custom fields under downloadable section on…
devAsadNur Feb 13, 2024
581a09c
fix: Missing 'Downloadable Options' section on vendor dashboard singl…
devAsadNur Feb 13, 2024
69b8a12
fix: Disappeared price and dolownlad related input fields from vendor…
devAsadNur Feb 14, 2024
645a7ba
enhance: Added support to render product form sections based on produ…
devAsadNur Feb 15, 2024
1e399eb
enhance: Category based custom section support for vendor dashboard p…
devAsadNur Feb 16, 2024
0198461
fix: Rendering category selector multiple times on vendor dashboard p…
devAsadNur Feb 16, 2024
633b521
enhance: Added searching support to the multi-step categories API
devAsadNur Feb 20, 2024
a743cd1
fix: Caching issue for the multi-step categories seaching through API
devAsadNur Feb 22, 2024
929f5bc
refactor: Reverted searching mechanism from the multi-step categories…
devAsadNur Feb 22, 2024
70e2ea0
fix: Wrongly placed asterisk sign for requried general product fields…
devAsadNur Mar 7, 2024
58cbdba
fix: Missing help texts and some styling issues on vendor dashboard g…
devAsadNur Mar 7, 2024
239f504
fix: Tooltip issues on vendor dashboard product form fields
devAsadNur Mar 7, 2024
fa3fb9b
Merge branch 'develop' into module/form_manager
nurul-umbhiya Mar 8, 2024
8b66e38
Merge branch 'develop' into module/form_manager
devAsadNur Mar 20, 2024
1376cc7
enhance: Integrated frontend form validation to the vendor dashboard …
devAsadNur Mar 22, 2024
c4cbc84
fix: Switches on admin settings were can't be enabled after merging w…
devAsadNur Mar 25, 2024
c96ee57
fix: Error message on vendor dashboard product form frontend validation
devAsadNur Mar 29, 2024
dd45805
Remove product create popup javascript code.
Aunshon Apr 2, 2024
8d666bd
Merge branch 'develop' into module/form_manager
devAsadNur Apr 2, 2024
d4563c6
enhance: Handled backend validation for discount schedule date from a…
devAsadNur Apr 2, 2024
c72fef6
Handled downloadable options section fields backend validation based …
devAsadNur Apr 2, 2024
f1f48a9
Handled virtual and shipping related fields backend validation
devAsadNur Apr 2, 2024
ee58880
fix: Discounted price date schedule fields validation issue
devAsadNur Apr 2, 2024
d45b8e7
enhance: Integrated backend conditional validation for stock manager …
devAsadNur Apr 3, 2024
f7ce607
Merge remote-tracking branch 'upstream/module/form_manager' into modu…
devAsadNur Apr 3, 2024
bf36c8d
fix: Product form customizer settings reset button not reseting field…
devAsadNur Apr 15, 2024
a434e13
chore: variation product rewrite
nurul-umbhiya Apr 15, 2024
88cc82b
chore: rewritten product variation related php codes
nurul-umbhiya Apr 18, 2024
229139f
Merge remote-tracking branch 'origin/develop' into module/form_manager
nurul-umbhiya Apr 18, 2024
9e08b18
chore: added assets/js/dokan-tailwind.js file to gitignore
nurul-umbhiya Apr 18, 2024
5750393
Merge remote-tracking branch 'origin/develop' into module/form_manager
nurul-umbhiya Apr 18, 2024
daaaa26
chore: fixed some phpcs related issues
nurul-umbhiya Apr 19, 2024
2c42450
update: added a new property for component class to conditionally hid…
nurul-umbhiya Apr 22, 2024
ec88e80
fix: product type id doesn't match with existing source code, hence P…
nurul-umbhiya Apr 22, 2024
531bc8b
chore: moved attribute related js code to dokan pro
nurul-umbhiya Apr 24, 2024
985684f
fix: textarea populating multiple white spaces
nurul-umbhiya Apr 26, 2024
0c7d55f
Merge remote-tracking branch 'origin/develop' into module/form_manager
nurul-umbhiya Apr 26, 2024
64e16f2
fix: product status not updating according to the admin settings
nurul-umbhiya Apr 26, 2024
599d413
fix: simple subscription product type data not saving to database
nurul-umbhiya Apr 26, 2024
34029c7
core: added a new filter to escape required fields validation
nurul-umbhiya Apr 30, 2024
8082724
chore: removed one step product form notice from admin panel
nurul-umbhiya Apr 30, 2024
e6ea576
fix: Reset all button was not workingon product form admin settings
devAsadNur Apr 30, 2024
cb51e17
Merge branch 'develop' into module/form_manager
devAsadNur Jun 26, 2024
aaee6a1
fix: Modified based on PR review request
devAsadNur Aug 27, 2024
8ee16c2
Merge branch 'develop' into module/form_manager
devAsadNur Aug 27, 2024
693c6de
fix: Fatal error error on activating product form module
devAsadNur Aug 28, 2024
374c796
Merge branch 'develop' into module/form_manager
shashwatahalder01 Aug 28, 2024
3c175da
Update tests for form manager
shashwatahalder01 Aug 28, 2024
654614a
Fix a test
shashwatahalder01 Aug 28, 2024
59aa377
fix: Default category not auto selecting on creating new product
devAsadNur Sep 2, 2024
659e645
Merge remote-tracking branch 'upstream/module/form_manager' into modu…
devAsadNur Sep 2, 2024
02adcbf
Merge branch 'develop' into module/form_manager
devAsadNur Sep 2, 2024
6043469
fix: Return type was incorrect for product manager delete method
devAsadNur Sep 2, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'origin/develop' into refactor/dashboard…
…_products
  • Loading branch information
nurul-umbhiya committed Dec 7, 2023
commit 2e410e6f2a679a8456697e1367dd8aa646489b99

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.