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

Merge in part of Joomla 3.8.8 #23280

Merged
merged 12 commits into from
Dec 13, 2018
Merged

Merge in part of Joomla 3.8.8 #23280

merged 12 commits into from
Dec 13, 2018

Conversation

wilsonge
Copy link
Contributor

@wilsonge wilsonge commented Dec 13, 2018

Starts the work of merging in 3.8.8

DO NOT MERGE THIS WITH A SQUASH COMMIT - WE NEED TO PRESERVE THE 3.X HISTORY

okonomiyaki3000 and others added 11 commits April 22, 2018 11:47
* One function to initialize any and all CodeMirror instances rather than individual functions to initialize one-by-one. Call on page load and also on subform-row-add

* Minor js changes

* Codemirror fullscreen modifier message (do we still need this?)
…a#20222)

* Call the popover init function when creating new subform rows.

* Update teh popover test
> Headings communicate the organization of the content on the page. Web browsers, plug-ins, and assistive technologies can use them to provide in-page navigation.

> Skipping heading ranks can be confusing and should be avoided where possible: Make sure that a < h2> is not followed directly by an < h4>, for example.

Source (https://www.w3.org/WAI/tutorials/page-structure/headings/)

The heading was probably chosen for cosmetic reasons and not structural reasons which they should have been

This PR changes the heading for the post-installtion message i the control panel from h4 to h3

There is a very small visual change as a result but imho the benefits outweigh the small cost
…ed (joomla#20197)

* [plugin][search][content] give priority on result when title is matched

* Missed comma

* Add relevance weighting according to number of words

* Relevance by number of words in title only, removed introtext relevance

* Fix order string concatenation
* You've Got Mail

Since 2003 the internet has changed. We no longer get a message to say that we have a message. Instead we just give you the message. You probably never use the messages component (especially for private message to a specific user) as they are the equivalent of https://www.youtube.com/watch?v=gFBLiHpkcOk

The Joomla com_messages component is used in two instances

1. Notification of a new article
2. Sending a message to another user

### Current email for Notification of a new article
Subject: A new private message has arrived from [sitename]
Body:
> Please log in to [link] to read your message.

### New email for Notification of a new article
Subject: New message from [user] at [sitename]
Body:
> New Article
A new Article has been submitted by 'user' entitled 'blog post'.
> Please log in to [link] to read your message.

### Current email when sending a message to another user
Subject: A new private message has arrived from [sitename]
Body:
> Please log in to [link] to read your message.

### New email when sending a message to another user
Subject: New message from [user] at [sitename]
Body:
> [subject]
 [message]
[login link]

## Backwards Compatibility
No issues. The message contains the old login message PLUS the content of the message. So if you were using this message in a custom workflow there is no change required to that workflow

* subj

* cs

* add new string and mark existing string for deprecation
* Support Codemirror's included key mappings

* Use a list instead of radio buttons
* Don't expose LDAP authentication usage.

* Use new language strings for LDAP authentication.

* remove bind string

* remove bind string

* use connect string

* alpha order

* alpha order
)

* Initialize tooltips when a new a row is added in a subform

* Fix a test since the init function has changed

* Replace htaccess which was removed inexplicably
@wilsonge wilsonge merged commit 1bf76e4 into joomla:4.0-dev Dec 13, 2018
@wilsonge wilsonge deleted the 4.0-dev branch December 13, 2018 00:30
@infograf768
Copy link
Member

I am a bit confused here.
I see multiple occurences of
+; The following 2 strings are deprecated and will be removed with 4.0.

But are'nt we in 4.0?

@wilsonge
Copy link
Contributor Author

Yup. It just needs auctioning. I’m just fixing the conflicts here - not trying to make every single part of the code perfectly in tune with j4 - that bit can be done in follow up commits

@zero-24 zero-24 added this to the Joomla 4.0 milestone Dec 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Language Change This is for Translators
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

9 participants