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

Backports for 5.6 Beta 3 #26588

Merged
merged 11 commits into from
Nov 2, 2020
Merged

Backports for 5.6 Beta 3 #26588

merged 11 commits into from
Nov 2, 2020

Commits on Oct 30, 2020

  1. Configuration menu
    Copy the full SHA
    eb770ab View commit details
    Browse the repository at this point in the history
  2. 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.
    pablinos authored and tellthemachines committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    8909be3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dae7452 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1338661 View commit details
    Browse the repository at this point in the history
  5. [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
    ntsekouras authored and tellthemachines committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    d110989 View commit details
    Browse the repository at this point in the history
  6. 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.
    noisysocks authored and tellthemachines committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    e677f5a View commit details
    Browse the repository at this point in the history
  7. 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.
    aaroncampbell authored and tellthemachines committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    ba3afdb View commit details
    Browse the repository at this point in the history
  8. Fix incorrectly pluralised strings (#26565)

    * Change block mover label i18n
    
    * Update remove block i18n
    talldan authored and tellthemachines committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    e1c5e5f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0940fda View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8478216 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2020

  1. Removes extra fullstop (#26586)

    Tammie Lister authored and tellthemachines committed Nov 1, 2020
    Configuration menu
    Copy the full SHA
    e5aaebc View commit details
    Browse the repository at this point in the history