Downloads
Download tar.gz
15.63 KB
MD5: 0f646fff13f2e2720792c3072a39f5f0
SHA-1: b75b9d8fdbf10d04b4956f8791fc7cafad0f6be2
SHA-256: bc4ad65a8b9d7924dfa95bcd2abc2209b8e06a847fb53e9c6b6e27f6089293e2
Download zip
18.85 KB
MD5: 7626f40a3b2dce29cf4c601328987073
SHA-1: 2dfbe75cb9e8f9fa06fc836c444d8ce5a503253b
SHA-256: a673987199309fca566043cf7e7cbbb671347f1520fbe2bd895b1ebd793e9287
Release notes
This release is a major code cleanup / rewrite of the advanced_blog module, fixing various bugs and problems caused by inconsistent Drupal API usage.
No extra functionality has been added to this module. However some functionality might produce slightly different output. See warning & list of fixes below.
Installing this release is highly recommended, as it fixes potential security and access bypass issues.
However make sure to backup your website before performing an upgrade of this module.
WARNING:
- The HTML layout of the advanced_blog/list page has been slightly changed to produce valid HTML output.
You might want to check the output on your site, and fix the layout accordingly (output now runs through the theme system, and you could override CSS definitions in your own CSS file). - The theme function theme_advanced_blog_block has been renamed to theme_advanced_blog_info_block and takes other parameters.
Please update your own theme overrides for this theme function, if appropriate.
FIXES:
- code cleanup & refactoring: make code follow Drupal code standards, APIs and best practices
- #735948: Untranslatable strings and dates - fix problems with untranslatable strings and dates
- #649080: Blog Nav Block title displays as "'s blog" on some pages / #565352: Blog title not set - fix blog titles
- #608650: Advanced Blog - Navigation Blog - archive links hidden for anonymous users / #601486: 'More' link in bloggers block breaks theme / #650662: Suggested fix to the problem of more... in list that goes to blog/name - fix blocks
- #691190: Advanced Blog gives error when showing blog/{id} pages. / #621110: Improper usage of Drupal's DB API / #621110: Improper usage of Drupal's DB API / #469340: Advanced Blog + Nodeaccess & Advanced Blog + Simple Access = Error / #497076: SQL Errors - fix incorrect usage of DB API
- #552766: User images don't work in "bloggers" block when using private file system - support for Drupal private file system when showing user pictures.
- #480644: Badly formatted HTML on Advanced blog view / #519678: XHTML violations with Advanced Blog bloggers Block - refactor advanced_blog/list page (use theming system & better HTML output) - special thanks to Tigerfish Paul
- #704266: Permission "administer advanced_blog" required for authenticated user to enter blog information - fix permissions for bloggers to specify their blog details - special thanks to Simon Georges
- #503420: I got some trouble to work with pathauto use this module / #324404: * warning: mb_eregi_replace() expects parameter 3 to be string, array given in - update token implementation - thanks to ofercorn & scapy
- #551952: Slight incompatibility with me module? - add compatibility with 'me' module
- #649104: "Post new blog entry" in Blog Navigation Block avaialble to anon users - fix permissions for 'Post new blog entry' links
- #480614: Avatars should be displayed if the user has any - fix avatar images
- #469338: contact me on advanced blog list - make contact link conditional
- #788396: Blogroll block (Title) shows even when no blogs are listed - don't show blogroll block when no blogs are available
- #602228: Bug on blog description display for anonymous - fix block cache problems