Skip to content

Conversation

@bembelimen
Copy link
Owner

Pull Request for Issue # .

Summary of Changes

Testing Instructions

Expected result

Actual result

Documentation Changes Required

wilsonge and others added 30 commits August 31, 2019 17:02
Joomla! 3.9.8 release
Remove description element from repeatable xml merged in error by @wilsonge
* Reame presets for main menu: default and alternate instead of joomla and modern

* fix typo
The actions button on the stages and transitions pages is using the wrong icon and class
The colour used for the warnings is far too close to the error colour.

This PR changes it back to the yellow colour bootstrap intended and changes the text to black from white to satisfy accessibility - just as bootstrap does
SharkyKZ and others added 29 commits October 6, 2019 21:47
We can never have any value for autocomplete in the xml other than 'off'

You can see this by changing the value for autocomplete here to anything else and instead of the autocomplete being output with the new value it is removed.

https://github.com/joomla/joomla-cms/blob/bc42bb1e43d96334c38222dbe49b83f898413f2a/administrator/components/com_users/forms/user.xml#L20-L30

Autocomplete has a lot of useful values that we could/should be using see https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete

For example `autocomplete=off` really doesn't do anything on password fields. Instead we should be using `autocomplete="new-password"`

And autocomplete is not the same as autofill
> Chrome will still respect this tag for autocomplete data, it will not respect it for autofill data
This PR adjust the column widths slightly but more importantly it applies the cell class to all cells not just the ones in the header.

The real easy way to test this PR is to open the mail templates list view on a mobile (or emulator)
During the installation process if you have selected to install languages but don't select any and click next then you will see this error message.

> No languages have been selected to be installed. If you need to install more languages, press the 'Previous' button and choose the desired languages from the list."

As there is no previous button and you are still on the page with the list of langauges it is sufficient to say

> No languages have been selected to be installed.
Use a mail template specific message
Sort  by created did not work - it was sorting by id

To test you will need to enable the "Detect" mode in the com_csp options and browse a few pages in the admin to gather some data

cc / @zero-24
Gave some love to the mobile view for this component

hidden-phone and nowrap are classes that are not present in J4

reduced the number of columns displayed
It is a button not an icon
Gave some love to the mobile view for the list of users

Before the PR the columns displayed were name and usergroup but without the usergrup column header

After the PR the columns displayed are name, and active and blocked status
Gave some love to the mobile view for the list of contacts

Removed the linked user column
It is not possible for a csp report to be archived. This PR removes the archive option from the filter state options

//cc @zero-24
The button had the wrong class and therefore the wrong colour
You cant just "hide" the cells in the table body you haave to hide the cells in the table header as well

To test you will need to enable the "Detect" mode in the com_csp options and browse a few pages in the admin to gather some data

cc / @zero-24
@bembelimen bembelimen merged commit 536f536 into bembelimen:4.0-dev Oct 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.