-
Notifications
You must be signed in to change notification settings - Fork 22
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
UR-1200 Feature - Admin image uploader module #608
Merged
iamprazol
merged 3 commits into
develop
from
UR-1200-feature-admin-image-uploader-module
Oct 9, 2023
Merged
UR-1200 Feature - Admin image uploader module #608
iamprazol
merged 3 commits into
develop
from
UR-1200-feature-admin-image-uploader-module
Oct 9, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
salimshrestha98
requested review from
dipuchaudhary,
lekhnath005,
iamprazol and
MILAN88888
September 22, 2023 09:57
iamprazol
requested review from
Sanjuacharya
and removed request for
dipuchaudhary
October 5, 2023 03:44
iamprazol
approved these changes
Oct 5, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM !! 👍
MILAN88888
approved these changes
Oct 6, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
lekhnath005
approved these changes
Oct 6, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM !!
lekhnath005
added
Approved
Ready to Merge
Tested
and removed
Needs Review
Needs Tests
labels
Oct 6, 2023
iamprazol
added a commit
that referenced
this pull request
Oct 9, 2023
commit 25d9a0b Author: Prajjwal Poudel <[email protected]> Date: Mon Oct 9 08:11:58 2023 +0545 Fix - Critical error due to wrong indentation commit b7d6ef3 Author: Salim Shrestha <[email protected]> Date: Mon Oct 9 07:15:27 2023 +0545 UR-1200 Feature - Admin image uploader module (#608) * Enhance - User registration Conversational Forms dependency * Dev - Add wrapper for buttons * Fix - Uploaded image hide/show issue commit baf30eb Author: Lekhnath Pandey <[email protected]> Date: Fri Oct 6 12:07:59 2023 +0545 Enhance - Display Fatal errors in logs (#611) commit e04db78 Author: Milan Chaudhary <[email protected]> Date: Fri Oct 6 10:48:36 2023 +0545 Added - Form validaton compatible (#606) commit f89b9e6 Author: Prajjwal Poudel <[email protected]> Date: Fri Oct 6 10:45:25 2023 +0545 UR-1220 Tweak - Urls in readme txt commit 443270b Author: Milan Chaudhary <[email protected]> Date: Thu Oct 5 16:58:02 2023 +0545 Tweak - Save the user IP on the user meta. (#609) * Added - User Ip in user meta * Added - Update user ip while updating profile * Removed - Unwanted code --------- Co-authored-by: Prajjwal Poudel <[email protected]> commit 86c8d1b Author: Salim Shrestha <[email protected]> Date: Thu Oct 5 16:54:11 2023 +0545 UR-749 Dev - Merge two duplicate methods on form validation (#590) * Dev - Merge two duplicate validation methods for update profile * Update sync branch * Dev - Add skippable fields on update validation * Tweak - Remove unnecessary function commit 1a26ec2 Author: Ranjan Khanal <[email protected]> Date: Thu Oct 5 11:20:44 2023 +0545 send user approval link in email to admin using send email option enable/disable (#610) commit e17ea74 Author: Prajjwal Poudel <[email protected]> Date: Thu Oct 5 11:00:05 2023 +0545 UR-1066 Dev - Compatibility for custom user listings commit f906257 Author: Salim Shrestha <[email protected]> Date: Thu Oct 5 08:55:18 2023 +0545 UR-1139 Refactor - Handle user status properly (#595) * Fix - User pending notice showing same number after denying users * Fix - Pending notice not showing * Fix - Pending filter showing denied users * Refactor - Get user login option from user meta Instead of handling user with the login option set in form settings in present, user must be handled according to the login option set during the time of registration. * Add - is_email_pending function * Tweak - Check function exists * Refactor - Add email pending label * Dev - Update sync parameters * Fix - User not being denied * Fix - Denied filter not working * Remove sync code --------- Co-authored-by: Prajjwal Poudel <[email protected]> commit fa8a128 Author: Dipu chaudhary <[email protected]> Date: Thu Oct 5 08:46:40 2023 +0545 UR-1049 profile details updated email to user (#603) * Feature - Send email to user after profile details update * Tweak - Priority order of send profile changed email * Fix - Privacy field value * Dynamic email translation added commit a526dfe Author: Ranjan Khanal <[email protected]> Date: Thu Oct 5 08:46:12 2023 +0545 Fix - Collapse issue (#607) commit 4451cb6 Author: Salim Shrestha <[email protected]> Date: Wed Oct 4 19:07:06 2023 +0545 UR-870 Enhance - Test captcha from settings (#601) * Feature - Test captcha from captcha settings * Add - Cloudflare turnstile * Enhance - Notice messages * Enhance - Make strings translatable * Fix - Hide test captcha button on changes * Tweak - Hide cloudflare turnstile test wrapper when Theme of cloudflare changed --------- Co-authored-by: Prajjwal Poudel <[email protected]> commit 84927fb Author: Milan Chaudhary <[email protected]> Date: Wed Oct 4 17:07:54 2023 +0545 Fix - Missing closing tag commit f8f1b5f Author: Dipu chaudhary <[email protected]> Date: Wed Oct 4 08:29:19 2023 +0545 UR-1035 Compatibility custom captcha (#604) * Dependency of custom captcha field * Custom captcha field icon added * Unset captcha field form edit profile * Dev - Captcha dependency moved to pro * Code cleanup * Updated commit 7409448 Author: Milan Chaudhary <[email protected]> Date: Wed Oct 4 08:24:07 2023 +0545 Tweak - Redirect url as slug in login and my account shortcode (#599) * Tweak - Redirection even if the redirect_url is page slug * Added - Redirection even if we put the slug as redirect_url in login shortcode * Fixed - The case if no valid url and page slug then redirect to home url --------- Co-authored-by: Prajjwal Poudel <[email protected]> commit 995ba2b Author: deepench <[email protected]> Date: Tue Oct 3 12:20:08 2023 +0545 Added - WPML compatibilty for validation message for duplicate commit 4490a54 Author: Prajjwal Poudel <[email protected]> Date: Tue Oct 3 11:40:11 2023 +0545 Fix - Typo commit 56bfe9c Author: Salim Shrestha <[email protected]> Date: Tue Oct 3 11:27:28 2023 +0545 UR-576 Fix - Select All button not working in Nav Menus (#598) * Fix - Select All btn not working in Nav Menus * Fix - Translation commit 0aee447 Author: Milan Chaudhary <[email protected]> Date: Mon Oct 2 16:05:42 2023 +0545 Fix - Grammatical typo for unique validation commit 67b1296 Author: Salim Shrestha <[email protected]> Date: Mon Oct 2 08:00:43 2023 +0545 UR-1059 Enhance - Links in admin bar menu (#602) * Enhance - Add Edit Form and New form links in admin bar menu * Tweak - Create new menu for UR items * Tweak - Translatable text wrapper missing --------- Co-authored-by: Prajjwal Poudel <[email protected]> commit 67ec5a4 Author: Prajjwal Poudel <[email protected]> Date: Mon Oct 2 07:59:46 2023 +0545 Tweak - Addons content made concrete and design to make it fit (#605) commit d1eac11 Author: Dipu chaudhary <[email protected]> Date: Mon Oct 2 07:54:05 2023 +0545 jQuery validation library updated to 1.19.5 (#612) commit 92ffda7 Author: Deependra Chaudhary <[email protected]> Date: Mon Oct 2 07:52:36 2023 +0545 Fix - Escaping issue in redirect url (#613) commit 0f3a77d Author: Milan Chaudhary <[email protected]> Date: Tue Sep 26 16:52:01 2023 +0545 Fixed - Locked field pop issue commit 937ed20 Author: Salim Shrestha <[email protected]> Date: Thu Sep 21 12:14:04 2023 +0545 Fix - Send password reset not working on prevent core login commit 1f7dffa Author: Lekhnath Pandey <[email protected]> Date: Wed Sep 13 13:19:14 2023 +0545 Dev - Introduced new hooks to modify email header commit f94a8bd Author: Lekhnath Pandey <[email protected]> Date: Thu Sep 7 12:47:27 2023 +0545 Fix - Admin email not been delivered
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
All Submissions:
Changes proposed in this Pull Request:
This PR adds an image uploader module for admin settings.
Also, some hooks have been added to add content before and after field content.
How to test the changes in this Pull Request:
Types of changes:
Other information:
Changelog entry