Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
c3170fe
Added: Mechanism to not load module if core version is available
mukeshpanchal27 Jun 22, 2022
6219d96
Added: New line
mukeshpanchal27 Jun 22, 2022
42a82fc
Fix: Code linting
mukeshpanchal27 Jun 22, 2022
5294f83
Fix: Docblock for functions
mukeshpanchal27 Jun 22, 2022
eef08c5
Update some tests
mukeshpanchal27 Jun 22, 2022
1ee0028
Fix: PHP lint
mukeshpanchal27 Jun 22, 2022
8750d5a
Simplify boolean check for function existence.
felixarntz Jun 22, 2022
f06ba7d
Fix: Text related changes
mukeshpanchal27 Jun 23, 2022
073d872
Update: logic for perflab_can_load_module
mukeshpanchal27 Jun 24, 2022
a0235c8
Fix: Feedback related to disabled checkbox
mukeshpanchal27 Jun 29, 2022
ca1cd0f
Fix: Lint white space issue
mukeshpanchal27 Jun 29, 2022
3f6244d
Perflab_get_active_and_valid_modules() is introduced, and review is i…
mukeshpanchal27 Jun 29, 2022
7c5365c
Fix: Admin settings review
mukeshpanchal27 Jun 30, 2022
7dda6e8
Fix: review of the new function
mukeshpanchal27 Jun 30, 2022
41b2834
Fix: review of tests
mukeshpanchal27 Jun 30, 2022
4d1e220
Added: Unit test for new functions
mukeshpanchal27 Jun 30, 2022
2371a46
Fix: Lint
mukeshpanchal27 Jun 30, 2022
e432764
Unit test for perflab_can_load_module()
mukeshpanchal27 Jul 1, 2022
acd3ed5
Fix: Lint
mukeshpanchal27 Jul 1, 2022
110656c
Feedback implemented
mukeshpanchal27 Jul 4, 2022
d403b7a
Update unit tests in response to the review
mukeshpanchal27 Jul 4, 2022
232d462
Correct lint
mukeshpanchal27 Jul 4, 2022
3388874
Update function name for test
mukeshpanchal27 Jul 4, 2022
a156b1a
Address code review feedback
mukeshpanchal27 Jul 7, 2022
ac6163a
Fix minor lint issue
mukeshpanchal27 Jul 7, 2022
b759790
Address review feedback
mukeshpanchal27 Jul 8, 2022
09c507f
Fix: Minor lind error
mukeshpanchal27 Jul 8, 2022
88eca52
Merge branch 'trunk' into fix/293-mechanism-not-load-module
felixarntz Jul 8, 2022
e54b7d7
Add test case for file_exists check in perflab_is_valid_module().
felixarntz Jul 8, 2022
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
Added: New line
  • Loading branch information
mukeshpanchal27 committed Jun 22, 2022
commit 6219d962fc7548ad8a1fd30c89f642846c7e5c33
2 changes: 1 addition & 1 deletion modules/images/webp-uploads/can-load.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ function perflab_check_webp_uploads_core_functions( $can_load, $module ) {
}

return true;
}
}