User tests: Successful: Unsuccessful:
Fixes lots of small things - shouldn't really be in a single PR but otherwise it would be merge conflict hell
Status | New | ⇒ | Pending |
Category | ⇒ | Installation Language & Strings |
Labels |
Added:
?
?
|
i did look in the system tests repo but couldnt see this test that is failing
@wilsonge the failing system test has been failing before this PR as well - for example
http://ci.joomla.org/joomla/joomla-cms/8186/15
For sure that's been a problem before. But given you've removed the h3 it searches for (I think) it's going to fail 100% of the time now rather than like 70% of the time
@brianteeman check for the function here: https://github.com/joomla-projects/joomla-browser/blob/v4.0.0/src/JoomlaBrowser.php
Installation and some other generic functions are part of Joomla Browser, you can search the function being called for installation on that file.
please ping me when this one is ready to merge, I will take care of the right merge order
Don;t merge anything yet - the database name validation regex isnt working
I have no idea why this isn't working
if (isset($options->db_name) && !preg_match('^[a-zA-Z_][0-9a-zA-Z_\$]*', $options->db_name))
go
no anything is good, its pulling still the old joomla-browser version, need to figure out how I can convince the system to load the new one
i have done lots of test installs - will check again - maybe something slipped in doing the cs fixes
And drone is now happy
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-08-08 15:56:26 |
Closed_By | ⇒ | wilsonge |
And merged :) thanks!
/me wipes brow
@puneet0191 @rdeutz the change here to change the header level is breaking system tests - can you guys help @brianteeman with fixing the tests please