[4.0] 3.9.12 Merge into J4#27056
Merged
wilsonge merged 61 commits intojoomla:4.0-devfrom Nov 12, 2019
Merged
Conversation
Import from database dump only imports first table .
…p the #__updates table (joomla#25923)
The following keys had no translation JLIB_LOGIN_AUTHORISATION="Your access has been authorised." JLIB_LOGIN_DENIED="Your access has been denied." JLIB_LOGIN_EXPIRED="Your authentication has expired." From the relevant section in the codebase it is not very clear exactly what they should be // Validate that the user should be able to login (different to being authenticated). // This permits authentication plugins blocking the user So these are fairly generic and the plugin creator can override them if they want. Nothing in core will trigger them to be displayed so I wouldn't waste much time on them.
* Simplify description language It is important that the text we use in the UI is understandable. As many people will be using Joomla in English even if it is not their most proficient language simpler language is more useful. It is also part of the new WECAG 2.1 accessibility guidelines for cognitive ability. * add one more * thanks @Quy
This link is not relevaant
…3502) Implemented pausing mechanisms into cli/finder_indexer.php. The reason for that is, that with thousands of articles or K2 items, the server would often become unresponsive, because of a lot of processing and IO/WAiT on the mysql server. This patch implements a pausing mechanism that pauses for a defined or dynamically adjusted amount of time between batches, therefore giving the server a little time to catch up.
* Added Vary:Accept-Encoding header
/media/system/js/fields/calendar.js at lines 861 and 864 call date.getOtherFullYear(this.params.dateType, year); But this function defined in /media/system/js/fields/calendar-locales/date/jalali/date-helper.js does not have a second parameter - year, so it can not be changed... Here's a fix for this issue... Fixes issue: joomla#19926
…n-CA, en-NZ, en-US and nl-NL.
Joomla! 3.9.12 Release
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Merges 3.9.12 into 4.0-dev branch.
Always merge with a merge commit. NEVER squash/rebase and merge
Note I have not merged the conflicts from #23213 in here - most of this needs to go into the framework first I think
I've also had to modify #27056 as we have a
onContentBeforeSavein J4 to deal with workflows. Nothing should have changed - it should be cosmetic - but just to document the change in case.@brianteeman you might want to look at #26342 in the J4 branch. Looks like all the new language files in J4 have inherited the old incorrect header referencing
LICENSE.php