Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] staging from joomla:staging #111

Closed
wants to merge 3,471 commits into from
Closed

Conversation

pull[bot]
Copy link

@pull pull bot commented Feb 24, 2020

See Commits and Changes for more details.


Created by pull[bot]. Want to support this open source service? Please star it : )

brianteeman and others added 30 commits June 17, 2019 07:30
Chosen is not accessible so we shouldnt use it unless it offers something useful.

In the search component in the front end there are potentially two lists Ordering and display #

Neither of these require or benefit from chosen so this simple PR returns them to regular and accessible lists
The $key parameter can be either an array or a string but from PHPDoc it was only an array
* Improvements to mediamanager.js and popup-imagemanager.js
 - use jquery's prop function instead of attr
 - properly and consistently encode and decode URI components
 - explicitly use global variables from the global scope

* Wait till the iframe is loaded before doing things that required the iframe to be loaded.
…25406)

Pinned sodium_compat because of file case change, atm this could
not be handled by the Joomla! updater.
* Use correct language strings

* Fix unknown column

* Fix sort header

* Assign column

* Update administrator/components/com_fields/models/fields.php

Co-Authored-By: SharkyKZ <sharkykz@gmail.com>

* Fix language column

* Fix language column

* Fix language column
HLeithner and others added 23 commits January 22, 2020 23:16
* Render values in profile

* Remove blank line

Co-Authored-By: Quy <quy@fluxbb.org>

Co-authored-by: Quy <quy@fluxbb.org>
* Show correct message when file is too large

* Move media helper

* Typo

Co-Authored-By: Quy <quy@fluxbb.org>

* Case insensitive comparison for filter

* Typo in comment

Co-Authored-By: Quy <quy@fluxbb.org>
Co-authored-by: Robert Deutz <rdeutz@googlemail.com>
* Update folderlist.php

* Update folderlist.php

Return if (!is_dir($path) && !is_dir(JPATH_ROOT . '/' . $path))

Co-authored-by: Quy <quy@fluxbb.org>
Co-authored-by: Robert Deutz <rdeutz@googlemail.com>
I deleted a line that I don't think we need
#27744 allow showing ucm_content items with core_access=0. Similar fi…
Remove all default values for type 'text' or 'mediumtext' - redo of PR #17860
…ld (#27561)

* Do not ignore subform filter

* Do not foreach empty value

Co-authored-by: Robert Deutz <rdeutz@googlemail.com>
@pull pull bot added ⤵️ pull merge-conflict Resolve conflicts manually labels Feb 24, 2020
Quy and others added 3 commits February 24, 2020 08:10
* Fix submitting forms with empty repeatable subforms

* Use the validation rule
…inks (#28055)

* Add new "sponsored" and "ugc" options to rel attribute for external links

Pull Request for #26312

###Why
https://support.google.com/webmasters/answer/96569?hl=en
Advanced users (copywriters, bloggers, etc.) are very concerned about SEO.
Their projects often live thanks to affiliation, sponsorship and advertising.
It is important to provide them with all the tools necessary for a correct supply of information to the search engine, so as not to be penalized and to constantly improve aspects such as indexing and positioning.
These two options specifically help Google identify the behavior of outbound links from Joomla sites, thus providing correct information on what to expect from the connected external source.

### Summary of Changes
Add new "sponsored" and "ugc" options to rel attribute of external URL menu type.

### Testing Instructions
Add new menu item
Select System Links > URL
Click **Link Type** tab
Click **Link Rel Attribute** dropdown
See **spondored** and **ugc** option

### Next Step (not in this PR)
Users should select more than one option for "rel" attribute.
https://www.w3.org/TR/html401/struct/links.html#adef-rel
> rel = link-types [CI]
> This attribute describes the relationship from the current document to the anchor specified by the href attribute.
> The value of this attribute is a space-separated list of link types.

* Alphabetical order for new rel options
brianteeman added a commit that referenced this pull request May 26, 2020
really minor but best to fix it before quy picks up on it ;)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⤵️ pull merge-conflict Resolve conflicts manually
Projects
None yet
Development

Successfully merging this pull request may close these issues.