-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Backports for 5.6 Beta 3 #26588
Backports for 5.6 Beta 3 #26588
Commits on Oct 30, 2020
-
Configuration menu - View commit details
-
Copy full SHA for eb770ab - Browse repository at this point
Copy the full SHA eb770abView commit details -
Reusable Blocks: Make the number retrieved from the API unlimited (#2…
…6486) * Make the number of reusable blocks returned from the API unlimited This is to fix #26352. Having no limit seems like it could be risky, but there are a number of other places in the codebase where all entities are returned in one call to the API, including categories, which could return a similar amount of data to this. * Remove unnecessary quotes to fix lint error.
Configuration menu - View commit details
-
Copy full SHA for 8909be3 - Browse repository at this point
Copy the full SHA 8909be3View commit details -
Configuration menu - View commit details
-
Copy full SHA for dae7452 - Browse repository at this point
Copy the full SHA dae7452View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1338661 - Browse repository at this point
Copy the full SHA 1338661View commit details -
[Heading Block] Fix double alignment controls in toolbar (#26492)
* fix heading alignments * add proper supports in deprecation * update all previous deprecations * regenerate fixtures for heading * change migration call * remove previous className + revert saves * Revert "regenerate fixtures for heading" This reverts commit 27af8c3. * change fixtures * create new fixtures + fix deprecation save * address review feedback
Configuration menu - View commit details
-
Copy full SHA for d110989 - Browse repository at this point
Copy the full SHA d110989View commit details -
URLInput: Use debounce() instead of throttle() (#26529)
Wait until the user finishes typing before sending an AJAX request. This ensures that there isn't an AJAX request sent every 200 ms while the user is typing.
Configuration menu - View commit details
-
Copy full SHA for e677f5a - Browse repository at this point
Copy the full SHA e677f5aView commit details -
Fix single column block display for smaller screens. (#26438)
If there is only one column, don't force a 50% flex-basis for small screens.
Configuration menu - View commit details
-
Copy full SHA for ba3afdb - Browse repository at this point
Copy the full SHA ba3afdbView commit details -
Fix incorrectly pluralised strings (#26565)
* Change block mover label i18n * Update remove block i18n
Configuration menu - View commit details
-
Copy full SHA for e1c5e5f - Browse repository at this point
Copy the full SHA e1c5e5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0940fda - Browse repository at this point
Copy the full SHA 0940fdaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8478216 - Browse repository at this point
Copy the full SHA 8478216View commit details
Commits on Nov 1, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e5aaebc - Browse repository at this point
Copy the full SHA e5aaebcView commit details