install joomla from the current Staging in Github
Go to the first installation screen: Main Configuration
You will notice that the Site Offline button has a new look that is not right:
Before it was like:
This change happened in the last 24hours, I noticed because is breaking the automated tests (https://github.com/joomla-projects/joomla-browser/blob/develop/src/JoomlaBrowser.php#L152)
we would need this button to have back the default value as "no", and being able to change the values
"Site Offline" do not work. If you click you can't change the value anymore, is broken:
This happens in Firefox, Chrome, Safari and Opera in Mac and Ubuntu
@okonomiyaki3000 can you have a look here? Looks like that happens because of this (now merged) PR: #4022?
Restoring this file (/libraries/joomla/form/fields/radio.php) from: https://raw.githubusercontent.com/joomla/joomla-cms/3.4.4/libraries/joomla/form/fields/radio.php gets the install working as before.
I don't know why the layout was putting radios inside of a list.. Was it like that years ago when I first made this pr or did I add it because I'm insane? We may never know. Unless we try to find out. But let's not care about that now. This fix should fix it.
If not, I'll have a look on monday.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-10-02 09:58:24 |
Closed_By | ⇒ | zero-24 |
Closing as we have a PR.
We lost the class="btn-group btn-group-yesno"