Skip to content
Snippets Groups Projects
Select Git revision
  • 3351095-fix-phpstan-l1
  • 10.1.x default
  • 9.5.x
  • 10.0.x
  • 9.4.x
  • 7.x
  • 9.3.x
  • 9.2.x
  • 9.1.x
  • 8.9.x
  • 9.0.x
  • 8.8.x
  • 8.7.x
  • 8.6.x
  • 8.5.x
  • 8.4.x
  • 8.3.x
  • 8.2.x
  • 8.1.x
  • 8.0.x
  • previous/3351095-fix-phpstan-l1/2023-04-12-2
  • previous/3351095-fix-phpstan-l1/2023-04-12-1
  • previous/3351095-fix-phpstan-l1/2023-04-12
  • previous/3351095-fix-phpstan-l1/2023-03-31
  • previous/3351095-fix-phpstan-l1/2023-03-30
  • 9.5.7
  • 10.0.7
  • 9.4.13
  • 9.5.6
  • 10.0.6
  • 7.95
  • 9.4.12
  • 9.5.5
  • 10.0.5
  • previous/3325175-deprecate-calling-drupalmenulinkcontentformmenulinkcontentformconstruct/2023-03-13
  • previous/3347502-fix-phpstan-l1/2023-03-13
  • previous/3341113-remove-todo-comment-linking/2023-03-07
  • 9.5.4
  • 10.0.4
  • previous/3341254-fix-failing-updated/2023-02-13
40 results

drupal-3351095

  • Clone with SSH
  • Clone with HTTPS
  • Forked from project / drupal
    Source project has a limited visibility.
    Dries Buytaert's avatar
    Dries Buytaert authored
    - Bugfix: fixed the CREATE FUNCTION in database.mssql as it needs to be prefixed with GO for some obscure reason.  Patch by Kjartan.
    
    - Bugfix: fixed the defaults for blocks in database.mssql so the NOT NULL fields get values.  Patch by Kjartan.
    
    - Bugfix: changed check_form() to use htmlspecialchars() instead of drupal_specialchars() as this caused Drupal to emit incorrect form items in presence of quotes.  Example:
    
      <input type="submit" class="form-submit" name="op" value="Submit "top nodes" block changes" />
    
      IMO, drupal_specialchars() is better called xmlspecialchars() to avoid confusion.
    
    - Bugfix: when an anonymous user visits a site, they shouldn't see any content (except the login block, if it is enabled) unless they have the "access content" permissions.  Patch by Matt Westgate.
    
    - Improvement: improved the error checking and the error messages in the profile module.  Updated the code to match the Drupal coding conventions.  Modified patch from Matt Westgate.
    
    - Improvement: don't generate the <base href=""> tag in the base theme; it is already emitted by theme_head().  Patch by Kristjan.
    
    - Improvement: don't execute any SQL queries when checking the permissions of user #1.  Patch by Kjartan.
    
    - Improvement: made a scalable layout form that works in IE and that behaves better with narrow themes.  Part of patch #51 by Al.
    
    - Improvement: removed some redundant print statements from the comment module.  Modified patch from Craig Courtney.
    3b8c99d9
    History
    Name Last commit Last update