User tests: Successful: Unsuccessful:
Pull Request for Issue #25229 .
Update the database package from framework so it contains the database function "WhereNotIn" needed by 4.0-dev since PR #25055 has been merged and needed also for PR #25090 .
An easier and faster test you can find below in section "Alternative Testing Instructions".
composer install
and npm install
.composer install
.Extension is uninstalled.
composer install
and npm install
.richard@vmkubu01:~/lamp/public_html/joomla-cms-4.0-dev$ find ./ -type f -name "*\.php" -exec grep -il "wherenotin" {} \;
./plugins/extension/joomla/joomla.php
richard@vmkubu01:~/lamp/public_html/joomla-cms-4.0-dev$
On Windows command line, use findstr /s /m /i /c:"wherenotin" *.php
composer install
.richard@vmkubu01:~/lamp/public_html/joomla-cms-4.0-dev$ find ./ -type f -name "*\.php" -exec grep -il "wherenotin" {} \;
./libraries/vendor/joomla/database/src/QueryInterface.php
./libraries/vendor/joomla/database/src/DatabaseQuery.php
./plugins/extension/joomla/joomla.php
richard@vmkubu01:~/lamp/public_html/joomla-cms-4.0-dev$
On Windows command line, use findstr /s /m /i /c:"wherenotin" *.php
Status | New | ⇒ | Pending |
Category | ⇒ | External Library Composer Change |
Title |
|
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-06-16 12:41:46 |
Closed_By | ⇒ | wilsonge | |
Labels |
Added:
?
?
|
Thanks!
Welcome
Ping @wilsonge .