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

Upgrade to Drupal 7.61 #5707

Merged
merged 9 commits into from
Dec 6, 2018
Merged

Upgrade to Drupal 7.61 #5707

merged 9 commits into from
Dec 6, 2018

Commits on Dec 4, 2018

  1. Upgrade to Drupal 7.61

    Everything has been copied over as is expect for a few
    minor changes in the .htaccess file:
    
        - Change javascript rewrite rule to use correct mine type:
          RewriteRule \.js\.gz$ - [T=application/javascript,E=no-gzip:1]
    
        - Specific block for favicon errors:
          # Force simple error message for requests for non-existent favicon.ico.
          <Files favicon.ico>
            # There is no end quote below, for compatibility with Apache 1.3.
            ErrorDocument 404 "The requested file favicon.ico was not found.
          </Files>
    
        - Maintain php memory limit setting:
          php_value memory_limit          512M
    
        - Maintain month long cache:
          # Cache all files for one month after access (A).
          ExpiresDefault A2628000
    jrdh committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    0bb1a1e View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2018

  1. Move and fix field_collection patch

    This patch was placed in the core patches folder (patches folder in the
    root of the repo) rather than in the modules patches folder. It also
    had incomplete paths which have been fixed.
    jrdh committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    446889b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8578387 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2301656 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b8eb3df View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    09cd604 View commit details
    Browse the repository at this point in the history
  6. Apply patch mysql_5.6_support.patch

    This commit also removes the whitespace that this patch introduces.
    jrdh committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    74bd9c0 View commit details
    Browse the repository at this point in the history
  7. Fail the mysql_utf8mb4_support-1314214-34.patch patch as it is no lon…

    …ger needed
    
    Core Drupal has utf8mb4 support as of 7.50 so this patch no longer applies.
    jrdh committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    c94ecfc View commit details
    Browse the repository at this point in the history
  8. Apply patch: tableheader-class_0.patch

    And fix the patch itself as it was pointing to a file that had been
    moved (possibly? Either that or the patch was created wrong way back
    when).
    jrdh committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    e62594b View commit details
    Browse the repository at this point in the history