Skip to content

Stuttering0et patch11 merge#1

Merged
stutteringp0et merged 255 commits intostutteringp0et:patch-11from
fastslack:stuttering0et-patch11-merge
May 4, 2019
Merged

Stuttering0et patch11 merge#1
stutteringp0et merged 255 commits intostutteringp0et:patch-11from
fastslack:stuttering0et-patch11-merge

Conversation

@fastslack
Copy link

Pull Request for PR joomla#24550

Summary of Changes

  • Merge to latest 4.0-dev branch

  • For SQL issue in menu item edit form if we add the filter_tag. Tags filters in frontend seems to works fine.

Testing Instructions

csthomas and others added 30 commits October 6, 2018 13:51
* Move duplicated code to the PrivacyPlugin

* Code style
* Add action log plugin library class

* Double *

* register instead of import
* Fix wrong action log link when add/edit article

* Add @SInCE tag

* Correct codestyle
* Sort log extensions

* Case insensitive

* Workaround. Thanks @mbabker.
Summary of Changes
Removal of a redundant comment.

Testing Instructions
Code review to confirm it's not needed in the distribution.
* Don't delete 3rd party license file

* Don't delete 3rd party license file

* Add back deleted dir file
…led/default_ftp.php (joomla#22646)

dont delete /administrator/templates/hathor/html/com_languages/installed/default_ftp.php

joomla#22580 (comment)
even though that means its there just for 3pd b/c until joomla 4
…#22655)

s/Form Field to load a list of content authors/Field to load a list of all extensions that have logged actions/

Use "Field to load a list of all users that have logged actions" which was the text in the form field for the extension dropdown as that makes more sense here, I have already corrected the extensions dropdown text too
simple copy and paste typo
* s/Referer/Referrer-Policy/

> Note that Referer is actually a misspelling of the word "referrer". The Referrer-Policy header does not share this misspelling. (https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Referrer-Policy)

Here we are referring to Referrer-Policy and not the `referrer` header
correct english plural
brianteeman and others added 28 commits April 23, 2019 11:36
J4 version of joomla#23499

It is very common to need to display a unit of measurement/value with a field. Currently there is no way to do this without creating custom layouts for every field and every unit when needed.

This PR adds two new param to every custom field "Suffix" and "Prefix" which allows you to add a unit of measurement (or any other text) to be rendered after/before the value of the field.
This is a little hard to test.

Step 1 open a module (make sure it opened on the first tab - if not move to first tab, close the module and start again)
Step 2 view source and locate the code shown in the image below
You will see that
1. all the <section have aria-hidden=true
2. the first has class="active" and the rest have an empty class
Step 3 close the module and apply the patch and locate the code shown in the image below
You will see that
1. the first <section has an attribute of "active" and the rest do not
2. all but the first <section have aria-hidden=true
3. none of the <section have a class
* Fix tags creation

* Codestyle
This is for the options screens for all components. ie the view you get when you click on the options button.
This PR should have no visible impact. It just changes from rendering the input and label as individual items to rendering it as a field which is what we do (almost) everywhere else
The title is supposed to change as the content is being indexed but it doesn't because of a silly little typo

This PR fixes that. You can easily test this by running the indexer and without this PR you will see that it always says "Starting Indexer"

After applying this PR you will see the title change
The popup that is loaded when you index the content has a message that is updated during the index process

COM_FINDER_INDEXER_MESSAGE_INIT="The indexer is starting. Do not close this window."
COM_FINDER_INDEXER_MESSAGE_RUNNING="Your content is being indexed. Do not close this window."
COM_FINDER_INDEXER_MESSAGE_OPTIMIZE="The index tables are being optimised for the best possible performance. Do not close this window."
COM_FINDER_INDEXER_MESSAGE_COMPLETE="The indexing process is complete. It is now safe to close this window."

This changing message is invisible to screen readers unless we add an aria-live attribute to the enclosing element. Normally we would have aria-live=polite but in this case there is nothing else on the screen so aria-live=assertive is appropriate
It is part of the a11y requirements to ensure that an iframe has a title attribute

This simple PR fixes that for the modal iframe layout
We don't need the <strong wrapping the item as it is now a th and that gives it a font weight of 700 already
@stutteringp0et stutteringp0et merged commit 6c8e2d7 into stutteringp0et:patch-11 May 4, 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.