- 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.
parent
c6eede08
No related branches found
No related tags found
Showing
- database/database.mssql 8 additions, 3 deletionsdatabase/database.mssql
- includes/common.inc 1 addition, 1 deletionincludes/common.inc
- includes/theme.inc 0 additions, 1 deletionincludes/theme.inc
- misc/admin.css 0 additions, 19 deletionsmisc/admin.css
- misc/drupal.css 17 additions, 4 deletionsmisc/drupal.css
- modules/comment.module 2 additions, 2 deletionsmodules/comment.module
- modules/comment/comment.module 2 additions, 2 deletionsmodules/comment/comment.module
- modules/locale.module 1 addition, 1 deletionmodules/locale.module
- modules/locale/locale.module 1 addition, 1 deletionmodules/locale/locale.module
- modules/poll.module 16 additions, 14 deletionsmodules/poll.module
- modules/poll/poll.module 16 additions, 14 deletionsmodules/poll/poll.module
- modules/profile.module 23 additions, 17 deletionsmodules/profile.module
- modules/profile/profile.module 23 additions, 17 deletionsmodules/profile/profile.module
- modules/statistics.module 56 additions, 54 deletionsmodules/statistics.module
- modules/statistics/statistics.module 56 additions, 54 deletionsmodules/statistics/statistics.module
- modules/user.module 5 additions, 8 deletionsmodules/user.module
- modules/user/user.module 5 additions, 8 deletionsmodules/user/user.module
Loading
Please register or sign in to comment