Skip to content
Snippets Groups Projects
Select Git revision
  • 4.7.x-1.0
  • master default
  • 7.x-1.x
  • 6.x-2.x
  • 4.7.x-1.x
  • 5.x-1.x
  • 5.x-2.x
  • 6.x-1.x
  • 7.x-1.1
  • 6.x-2.6
  • 7.x-1.0
  • 7.x-1.0-alpha2
  • 7.x-1.0-alpha1
  • 6.x-2.5
  • 6.x-2.4
  • 6.x-2.3
  • 6.x-2.2
  • 6.x-2.1
  • 6.x-2.0
  • 6.x-2.0-rc3
  • 6.x-2.0-rc2
  • 6.x-2.0-rc1
  • 5.x-2.5
  • 6.x-1.0-beta2
  • 6.x-2.0-beta2
  • 6.x-1.6
  • 6.x-2.0-beta1
  • 5.x-2.4
28 results

weblinks

  • Clone with SSH
  • Clone with HTTPS
  • 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