- last update
over 1 year ago 2,151 pass - Status changed to RTBC
over 1 year ago 8:27pm 26 May 2023 - 🇸🇰Slovakia poker10
Tested this manually and it works great, thanks! Moving to RTBC.
If someone else want to test this manually, the fastest way is to define an empty hook_update_N() in one module .install file, then add a hook_update_dependencies() to the same .install file and require a non-existing update from other module. Like this:
function comment_update_dependencies() { $dependencies['comment'][7010] = array( 'block' => 7010, ); return $dependencies; }
Then the update.php will display the dependency warning like the one in the IS. After applying the patch the warning is readable again.
- last update
over 1 year ago 2,155 pass - last update
over 1 year ago 2,116 pass - last update
over 1 year ago run-tests.sh exception - last update
over 1 year ago 2,155 pass - last update
over 1 year ago 2,155 pass - last update
over 1 year ago 2,155 pass - last update
over 1 year ago 2,155 pass - last update
over 1 year ago 2,155 pass - last update
over 1 year ago 2,116 pass - last update
over 1 year ago 2,155 pass - last update
over 1 year ago 2,155 pass - last update
over 1 year ago 2,155 pass - last update
over 1 year ago 2,155 pass - last update
over 1 year ago run-tests.sh exception - Status changed to Fixed
over 1 year ago 3:57pm 6 June 2023 Automatically closed - issue fixed for 2 weeks with no activity.