Downloads
Release notes
This release is mostly bug fixes. The biggest change that everyone needs to be aware of is that it is now using Author Pane 2.x instead of 1.x. Those of you who upgraded AP already despite all my warnings not to and then hacked your way around the imagecache issue can now undo your hack. The rest of you need to upgrade. As of this release, Author Pane 1.x is unsupported because there is no supported branch of AF or APK that requires it.
Changes since 1.1
#1070792: Fix notices by Michelle: Fixed notices.
#821744: Change Author Pane integration to 2.x by Michelle: Added all of the images to Boxy and Boxy Stacked since adding the AP images made it no longer default to Naked.
#901904: hook_link_alter() expects $comment as a third argument. by donquixote: Updated drupal_alter call to pass in new comment parameter added in 6.16.
#738912: Sorted column is not styled - no 'active' class on TD by mr.j: Added variable to hold table sorting in topic list.
#767742: invalid html comment id and anchor name by miro_dietiker: Removed redundant comment ID from post template.
#992428: Forum containers should not display the "Mark all topics read" link by Michelle: Don't show mark read link on containers.
#738074: Forum count incorrect when using access control modules by yaslama: Fixed incorrect forum post counts when using access control modules.
#787454: Incorrect new posts count when topics are moved with revisions on by Michelle: Backported fix to new post count when topic is moved to a new forum.
#821744: Change Author Pane integration to 2.x by Michelle: Switched to Author Pane 2.x dependency.
#821744: Change Author Pane integration to 2.x by Michelle: Fixed goof with template file suggestion that caused it to use old AP template.
#821744: Change Author Pane integration to 2.x by Michelle: Initial work on Author Pane 2.x integration. Needs more testing.
#714332: Hebrew PO by Ddorda: Added Hebrew translation.
#725720: Add reply link to node preprocess by ltwinner: Added 'reply button' code to node preprocess.
#323731: A better French translation by anrikun: Improved French translation.
#767638: missing t in tpl.php by miro_dietiker: Added missing t() in post template.
#728984: forum comment edit preview theming - not detected as part of forum by miro_dietiker: Style comment preview.
#848180: Preview of a new forum node isn't processed by advanced_forum by fuse_64, Michelle: Style new forum node preview.
#683688: Possible accidental assignment by apolzon: Fixed typo assignment in place of equality check.
#658788: extra slash not needed in advanced_forum.module in line 663 by ssm2017 Binder: Removed typo.
#524592: Add email to anonymous user object for call the theme_username by Dave Reid: Added email to fake user object sent to Author Pane on comments for anon users.
#470202: Mark all read needs to use changed date, not created date of node by tom_o_t, merlinofchaos: Fixed small error with mark as read.