You are here

CHANGELOG.txt in Advanced Forum 6.2

Same filename and directory in other branches
  1. 5 CHANGELOG.txt
  2. 6 CHANGELOG.txt
  3. 7.2 CHANGELOG.txt
****************************** DRUPAL 6 - 2.x BRANCH ********************************
Sep 27, 2012
------------
#1728770 by Funkymoses: Added comment linking to issue, for those wishing to try performance tweaks.

Sep 26, 2012
------------
#1668740 by deviantintegral, mcdruid: Fixed advanced_forum_forum_load() matches all node types instead of those able to be posted in forums.

Sep 13, 2012
------------
#1110816 by mcdruid: Fixed erroneous change to topic list view, and adjusted CSS for last updated column.

Sep 11, 2012
------------
#1287512 by troky: Fixed topic list view to display 0 replies and / or views instead of empty string.

June 16, 2012
-------------
#1121208 by mcdruid: Fixed default for variable_get 'forum_containers' should be an empty array as the return value will be used in a foreach.

June 10, 2012
-------------
#1621956 by samsouk: Fixed AF's advanced_forum_topic_list view ignores core Forum settings for 'Topics per page'.
#1071220 by Scyther: Added support for imagecache preset setting for forum (taxonomy) images.
#1121208 by vidu_ram: Added default configuration for collapsible containers.

May 2, 2012
-----------
#5939382 by carteriii: Fixed advanced_forum_topic_list's 'Last post' field should use 'Node: Updated/commented date' rather than 'Node: Last comment time'.

Apr 17, 2012
------------
#1361526 by mcdruid: Fixed bug introduced by addition of views field handler for node title, whereby 'Link this field to its node' no longer worked.

Apr 16, 2012
------------
#1361526 by mcdruid: Fixed (or rather worked around) bug in views which can cause character encoding errors in AF's topic list default view.

Mar 28, 2012
------------
#868942 by mcdruid: Fixed now-outdated CSS image replacement (text-indent) technique.

Feb 29, 2012
------------
#687196 by mcdruid: Fixed (well, avoided) fatal error when views_get_view fails to return AF's own view object.

Feb 28, 2012
------------
#1351392 by aidanlis: Added drupal_alter to forum_get_forums.
#413494 by mcdruid: Fixed support for comment_edited module.

Jan 18, 2012
------------
#1309104 by Bill Choy: fixed table header CSS which clashes with sticky-header.

Dec 20, 2011
------------
#1369468 by bf2mad: fix forum topic class name on table headings.

Nov 16, 2011
------------
#1337412 by salvis: Fixed hook_menu specifies access arguments but not access callback, so can break if something other than user_access is inherited as the callback.
#1328152 by RedRat, mcdruid: fixed table header have unsufficient columns if Taxonomy Images integration is on.
#1337412 by salvis: Fixed hook_menu doesn't need to specify access callback / argument for a local task.

Nov 14, 2011
------------
#1193484 by Scyther: fixed label 'None' changed to '- None -' to be consistent with other modules including taxonomy and CCK.

Nov 7, 2011
-----------
NOISSUE by mcdruid: updated changelog which had not been updated for several months / commits.

Oct 16, 2011
------------
#989842 by lasac, mcdruid: give comment subject / body focus when Quick reply is clicked.

Sep 27, 2011
-----------
#1291650 by mcdruid: fixed access check for reply links didn't check nodecomment permissions.
#1265248 by Henke001: fixed accidental addition of timestamp to new comment count as part of incorrect application of patch from #1138360

Aug 11, 2011
------------
#1138360 by rcurtin: Fixed advanced_forum_reply_num_new() breaks when {history} cleared

Aug 2, 2011
-----------
#1205716 by Jody Lynn: Fixed hook_menu missing 'file' locations.

July 28, 2011
-------------
NOISSUE by mcdruid: fixed small typo in comment

June 23, 2011
-------------
#1193484 by Scyther: Fixed the fact that it was not possible to turn off collapsible forum containers (selecting 'none' option did not work properly).
#1193474 by Scyther: Fixed different default value for advanced_forum_collapsible_containers variable

June 20, 2011
-------------
#868772 by Michelle, merlinofchaos, mcdruid: Fixed search box and search views should be disabled in the absence of the core search module, as they won't work.

June 19, 2011
-------------
#1131900 by sandino: Fixed string not wrapper in t().
#1124116 by dereine: Fixed PHP notice
#1111856 by troky: Fixed broken Last Post link if topic does not have any comments yet

March 29, 2011
--------------
#1109820 by troky: Fixed broken link to new posts in subforums.

March 24, 2011 -- ALPHA 4
--------------
#1044322 by rcurtin, Michelle: Fixed topic listing icon not showing new posts on brand new topics.

March 23, 2011
--------------
#720118 by a.ross: Fixed bad search/replace that led to bad link on sub-subcontainers.
#1096984 by Magilla: Fixed typo in description of unanswered posts view.
#1094542 by thedavidmeister: Added sanity check for edge case that shouldn't happen where views_post_render is called without a style plugin present.
#1098542 by lasac, troky: Fixed js bug with collapsible containers that broke in IE.
#1102510 by Michelle: Changed order of if tests in hook_link to put faster check first.

March 22, 2011
--------------
#1096090 by Michelle: Initialized items property of $tables to avoid notices when a container is empty.

March 6, 2011
-------------
#291084 by a.ross: Made collapsible containers work with new HTML and with core jquery version.
#291084 by WorldFallz: Added slide option to collapsible effects.
#291084 by Michelle: Moved collapsible containers option to correct fieldset and fixed capitalization.

March 4, 2011
-------------
#720118 by Michelle, Troky: Redid forum listing page to handle subcontainers and forums better. This required CSS changes that led to more changes and so there's more here than is strictly related to the issue including re-parenting Blue Lagoon to Naked.
NOISSUE by Michelle: Coder clean up.

February 18, 2011
-----------------
#291084 by WorldFallz: Made collapsible containers work with core jquery version.

February 14, 2011
-----------------
#868942 by __Sander__, Michelle: Added CSS for missed icon on first unread link.

February 11, 2011
-----------------
#291084 by WorldFallz: Fixed most issues with collapsible containers.

Feburary 5, 2011
----------------
#868942 by Michelle: Changed forum-folder and forum-icon to forum-list-icon to reflect the fact that the icon is not necessarily a folder.
#1012238 by Michelle: Removed undead boxy and boxy_stacked that came back to life.
#868942 by Michelle: Fixed lack of background behind forum list icon legend.
#868942 by __Sander__: Added Comment Mover node links to list affected by AF's buttonizing.
#1041402 by troky: Fixed table display on wide resolutions.

January 27, 2011
----------------
#992428 by Michelle: Fixed mark as read so it's not displayed on containers and also made jump list use existing function to ensure access control maintained.
#1042664 by troky: Fixed wrong variable in statistics caching.
#1031712 by troky: Improved CSS to give structure to empty forums.
#1041426 by __Sander__: Wrapped forum tools menu items in t().

January 25, 2011
----------------
#935778 by troky, Michelle: Remove 'views' column when statistics not enabled.
NOISSUE by Michelle: Removed topic icon from unsanswered view as it caused notices and served no purposes.
#1031712 by Michelle: Gave structure to topic list empty view div to avoid layout issues when there are no topics in a forum.
#1001524 by Michelle: Created content types for forum tools and node create list.
#935322 / #1001524 by Michelle Got PM version in sync with non PM version.

January 15, 2011
----------------
#291084 by WorldFallz: More tweaks to collapsable containers.
#982604 by Michelle: Made 'post-by-viewer' class work with caching.
NOISSUE by Michelle: Changed edit by theming so the Reason label doesn't print when no reason given.
#892248 by Michelle, rodrigoaguilera: Added class for new comments. Node Comments already handles this.
NOISSUE by Michelle: Simplified 'new marker' handling in the template by moving the logic to the preprocess.
#525194 by Michelle: Added a note about why AP's existence isn't checked for in the views cache token rendering.
#492794 by Michelle: Added teaser template to be used when the setting to style teasers is on.
#1015118 by paolomainardi: Fixed hardcoded column span that was incompatable with taxonomy image.
#291084 by Michelle: Did some clean up of the forum list template.
#291084 by Michelle: Found and fixed bug introduced by collapsible containers patch that killed subforums.

January 14, 2011
----------------
#291084 by WorldFallz: Corrected wrong js file name.

January 13, 2011
----------------
#291084 by WorldFallz: Collapsed containers patch.
#868942 by Michelle: Fixed link alter to respect style teaser setting.

January 12, 2011
----------------
NOISSUE by Michelle: Minor template changes to keep all three modules in synch.
#654718 by Michelle: Check if Panels is enabled before trying to build the forum displays to avoid errors when Page Manager is used without Panels.
#866562 by Michelle, vladgur: Don't show any create content links if Forum Access doesn't allow it.
#1012238 by Michelle: Removed Boxy and Boxy stacked as they were too close to Silver Bells and not as nice.
#1012238 by Michelle: Added stacked version of Silver Bells.
#1012238 by Michelle: Updated Cloudless Day with new style changes.
#1012238 by Michelle: Few more minor style tweaks.
#1012238 by Michelle: Made Silver Bells the default style.

January 1, 2011
---------------
#868942 by Michelle: Copied new image handling to other styles.
1012238 by Michelle: Re-parented Blue Lagoon and Cloudless Day and made CSS adjustments to compensate.
NOISSUE by Michelle: Removed translations.

December 25, 2010
-----------------
#1004738 by Zarabadoo: New bell icons for Silver Bells style.

December 21, 2010
-----------------
NOISSUE by Michelle: Fixed bad AP call when rendering tokens.
#1004738 by Michelle: Added new style 'Silver Bells'.
NOISSUE by Michelle: Made a few changes to the AP template to accomodate new styling.
#868942 by Michelle: Massive changes to image handling.

December 17, 2010
-----------------
#559536 by Michelle: Fixed notice due to type not being passed from advanced_forum_link into check if object is styled.
#995036 by Michelle: Moved new topics link to separate line and added 'View' in front to make it clearer what it links to.

December 11, 2010
-----------------
#994842 by Michelle: Cleaned up and stripped down post preview template.
#559536 by Michelle: Fixed a bunch of notices due to variables not being defined before use.
#720118 by Michelle: Added more comments and did a little clean up to the forum list.

December 7, 2010
----------------
#974840 by Michelle: Fixed CSS / HTML so topic header links aren't floating around messily.
#974840 by Michelle: Fiddled a bit more with the CSS.
#933862 by Michelle: Added new permission to view post edited message and excluded it from the NC cache.
#982604 by Michelle: Added core signatures to cache avoiding tokens. Impossible to do with SfF because it needs too much node info.

December 4, 2010
----------------
#982238 by Michelle: Forced 'New topic' to first in list of node creation links.
#982238 by Michelle: Added ability to get nodes allowed in a particular vocabulary and set up stub for per term.
#974840 by Michelle: Redid 'Post reply' link handling.
NOISSUE by Michelle: Created new theme function theme_advanced_forum_l() to centralize link printing and give themers more control.
NOISSUE by Michelle: Expanded statistics to show last 5 new users.
#868942 by Michelle: Fixed node links to only buttonize specific ones so it doesn't try to buttonize the tags.
NOISSUE by Michelle: Lots of cleanup, fixing, re-arranging, simplifying code.
#961050 by designerbrent: Made forum 'folder' CSS more specific to avoid themes overriding it.
#869006 by carlthuringer, Michelle: Changed @ to ! in topic navigation t() to avoid a second run through check_plain.
#829540 by Michelle: Added sanity check on teaser split removal to avoid edge case error.

December 2, 2010
----------------
#935322 by Michelle: Fixed node add links being relative.
#935322 by Michelle: Fixed unclosed 'a' causing wonkiness.
NOISSUE by Michelle: Fixed missing t() on View Forums tab.
#868942 by Michelle, WorldFallz: Added CSS for image-less button to boxy. More of an example than anything at this point as it's likely to be changed.
#868942 by Michelle: Removed all language dependent button images.
#868942 by Michelle: Added small AF buttons to boxy CSS only example and made the colors a bit better.

November 17, 2010
-----------------
#559536 by troky, Michelle: Fixed $vars/$variables mixup in the topic list view include and removed the extra <br> from the last author field rewrite that had been compensating.
#831364 by Michelle, Heine: Reverted changing form alter paramater to pass by value that shouldn't have been done.

November 16, 2010
-----------------
NOISSUE by Michelle: Removed unneeded CSS left over from before Views was a dependency.
#868942 by Michelle: Changed new content links to use divs instead of a link and added button code.
#935322 by Michelle: Moved what was 'secondary links' into a 'forum tools' jump menu.
#935322 by Michelle: Switched tabs to being on by default.
#868942 by Michelle: Changed to new HTML for buttonized links, removed old CSS, and replaced with skeleton CSS.
#868942 by Michelle: Added jump to top button to the list of buttonized links.

November 14, 2010
-----------------
#933862 by Michelle: Restored compatability with the Comment Edited module that was inadvertantly lost.

October 14, 2010
----------------
#868942 by Michelle: Redid image handling on pseudo buttons to use background image with actual text on top instead of image replacement.

October 8, 2010
---------------
#933862 by Michelle: Added 'last edited' note based on node revisions. Changed Commented Edited integration to make use of new variable.
NOISSUE by Michelle: Fixed missing print statement around unpublished post note.

October 4, 2010
---------------
#905860 by Michelle: Ensure advanced_forum_get_forum_types returns an array()
#876294 by RedKing: Updated French translation.
NOISSUE by Michelle: Made submit button IDs more specific on searching. Tangently related to #883452.
#883452 by rodrigoaguilera: Added a specific ID to the topic list sort form.
NOISSUE by Michelle: Changed 'search' buttons to 'search forum' and 'search topic'.
NOISSUE by Michelle: Added message about unpublished post to post template.
NOISSUE by Michelle: Fixed bug with new comment jump link on topic not working with nodecomment.

September 23, 2010
------------------
#376039 by Michelle with thanks to NowPublic for code reference: Added 'in reply to' for core comments.
#376039 by Michelle with thanks to NowPublic for code reference: Added 'in reply to' for node comments.
#913822 by Michelle, meustrus: Changed sorting so updates only bump on the New & My views.
NOISSUE by Michelle: Many tweaks to the included views.
NOISSUE by Michelle: Added setting to turn on local tabs for the stand alone included views.

September 22, 2010
------------------
#829456 by Michelle, meustrus: Added Permalink integration.
NOISSUE by Michelle: Cleaned up node and comment preprocessing including starting #1 at the node, fixing bad logic in the class collection, re-arranging in display order, and more.
#525194 by Michelle: Removed Author Pane dependency.
#751890 by Michelle: Missed removing advanced_forum.naked.topic-list.tpl.php when Views was made a dependency.
#725720 by ltwinner: Added variable for reply link to node preprocess.

September 21, 2010
------------------
#868550 by enzipher, szantog: Added missing brackets in query.
#872294 by merlinofchaos, jeckman: Fixed query part of link for forum views so they can take multiple forum arguments.
#857982 by aenw: Checked if $added is empty rather than !$added.
#908938 by Michelle: Changed how check for node's being displayed as a teaser works.

August 26, 2010 
-------------
#850508 by Michelle: Updated Author Pane template.
NOISSUE by Michelle: Author Pane tokenizing should not happen on topic starting node.

July 11, 2010 
-------------
#768348 by Michelle: Fixed node comment incompatability with new link alter.

July 9, 2010
------------
#571114 by Michelle: Added ability to disable the breadcrumb setting by AF to avoid incompatibility with custom breadcrumbs.
#848964 by vladgur: Fixed 'My posts' view which wasn't showing replies to a topic started by another user.

July 8, 2010
------------
#768348 by Michelle: Moved node/comment link handling to hook_link and hook_link_alter.
#547824 by Michelle: When deleting a node from the node links, it now goes back to the front page like in core.
#757804 by G-son, Michelle: Added back in code for 'new' markers on replies when using core comments that was accidentially removed when making it compatable with node comments.
#831364 by Michelle, smerrill: Removed & from form_state paramater in form_alter to make php 5.3 happy.
#559536 by Michelle: Fixed notices.
#751890 by Michelle: Removed legacy code that was replaced by Views.
#736802 by Michelle: Organized code.

July 5, 2010 - ALPHA 3
------------
#821744 by Michelle: Updated Author Pane integration to work with beta 1.
#830102 by merlinofchaos: Added setting for 'Inject hierarchy of first term into breadcrumb trail' to forum page.
#832286 by Scyther: Allow users to see a signature in an input format they don't have access to.

May 27, 2010
------------
#787454 by berdir, mikey_p, merlinofchaos, and Michelle: Fixed error in SQL that caused new posts to be counted twice if revisions were on when the node was moved to another forum.
#801260 by dereine: advanced_forum_statistics_replies performance improved.

May 24, 2010
------------
#807742 by Michelle: Started work on documenting the templates.

May 11, 2010
------------
#793020 by Michelle: Fixed issue with no-style-name template file not being found.
#793664 by crea: Fixed Author Pane not showing on nodecomment reply preview.
#622670 by neclimdul: Fixed clipped folder icons when no posts in forum.

May 10, 2010
------------
#697234 by ericduran, nenne: Fixed issue with ampersand encoding in subforum list.
#791956 by friolator: Fixed missing closing bracked on comment anchor.
#583674 by Michelle: Confirmed and fixed regression with views column and 0 views.
#755940 by Michelle: Removed (hopefully!) unneeded a id forum-reply-NNN and removed suspected bad copy/paste line.
#769954 by Michelle, gege2061: Make sure there is a body field before trying to form alter it. Silly poll. :P

March 24, 2010
--------------
#741902 by Michelle: Added "forum" as a default type to be styled if settings form has never been submitted.

March 23, 2010
--------------
#687196 by iva2k, merlinofchaos, SupermanScott: Changed loading of views to use require instead of require once and use the view name instead of the filename.
#492794 by Michelle: Now themes the node preview for forum nodes.
#492794 by Michelle: Fixed issue where $node->teaser in manually loaded node prevented comment previews from being themed when on their own page.
#751890 by Michelle: Made Views a dependency.
#738074 by yaslama: Adapted version of the core patch on [#113611].
#702128 by Michelle: Added checks for nodecomment around search views as well as link to my posts view in secondary links.
#692900 by Michelle, marcus0263: Fixed regression with #forum-topic-top link.

March 8, 2010
-------------
#736798 by Michelle: Added setting that will switch on a default local task for the main forum listing.
NOISSUE by Michelle: Split out fetching the mark read link as its own function to make it easier to use independent of the secondary links.
NOISSUE by Michelle: Added CTools content type for mark read.

January 14, 2010
----------------
#655128 by sanduhrs: Fixed missed closing bracket.
#658706 by ssm2017 Binder: Added missing t().

November 16, 2009
-----------------
NOISSUE by Michelle: Small fixes to make nodecomment previews work better.

November 9, 2009 -- ALPHA 2
-----------------
#627808 by Michelle: Account for insconsistancy in nodecomment's handling of the comment anchor link.

October 25, 2009
-----------------
#492794 by Michelle: Rewrote code that determines what AF applies a style to.
#586652 by Michelle: Removed modification to $submitted.

October 21, 2009
-----------------
#568422 by Michelle: Removed 'My topics' view and made 'My posts' much better.
#568422 by Michelle: Made 'My posts' view use forum topic list style

September 6, 2009
-----------------
#561448 by Michelle: Fixed problem with active forum topics topic titles not linking.
#542998 by Michelle: Moved user picture handling to Author Pane.

September 3, 2009
-----------------
#561448 by Michelle: Cleaned up all the views except user topics/posts and the searches.

August 28, 2009
---------------
#510772 by Michelle: Added form alter so AF's OG topics view can be used as a group's RON.
#561448 by Michelle: Made unanswered topics view make more sense.

August 27, 2009
---------------
#545590 by Michelle: Removed dependency in CSS on markup being within a #forum div.

August 24, 2009
---------------
#538344 by merlinofchaos: Added view of a user's topics.
#537822 by Michelle, stephthegeek: Added forum-topic-title class to title in topic listing. Also fixed spacing on items in topic listing.

August 22, 2009
---------------
#551548 by Michelle, crea: Added check to make sure links array isn't empty before iterating through it.
#537018 by bas.hr: Removed typo extra . in class name.

August 10, 2009
---------------
NOISSUE by merlinofchaos: Add a sort widget for the forum topic list that utilizes the tablesort headers.
NOISSUE by merlinofchaos: Add a time period plus role exclusion to the most active poster pane.
 
August 3, 2009
--------------
NOISSUE by merlinofchaos: Add a "most active poster" block and a view of "My forum posts" to easily follow what a person has posted.

August 2, 2009
--------------
NOISSUE by Michelle: Fixed notices.
#413494 by Michelle, snufkin: Added support for commend edited message in the post template.
#479124 by Michelle: Merged some topic list preprocessing into advanced_forum_get_topics and cleaned up topic list when views is not enabled.

August 1, 2009
--------------
#528480 by Michelle: Added extra divs around topics / latest user on statistics for seperate styling.
#436084 by MGParisi: Reduced size of some Blue Lagoon images.
#537018 by Michelle: Indented subbody of statistics in Naked and removed indenting from Boxy/Cloudless Day
#537018 by Michelle: Added a margin to the right of the post reply button on top of topics to Naked.
                     Put padding around .forum-post-content and .forum-post-title in Naked.
                     Added boxes around .forum-top-post-footer and .forum-topic-navigation in Boxy.
                     Made post number white on Boxy and Blue Lagoon.
                     Added odd/even table shading to Boxy as well as borders around the TDs.
#537018 by Michelle: Added span around 'subforums' label so it can be styled.
                     Made .forum-table a generic class for both types of tables and added .forum-table-forums and .forum-table-topics.                     
                     Made classes in forum tables more specific.
#518110 by Michelle: Documented the chunk of code in the post .tpl there to keep the new markers from being cached.

July 31, 2009
-------------
#524592 by Dave Reid: Added email to fake user object sent to Author Pane on comments for anon users.
#534816 by Michelle: Made sure all classes / IDs were forum specific.
NOISSUE by Michelle: Added a page preprocess to add a variable "forum_page" when a page is either the main forum/ pages or a node that can go in the forums.
#497450 by Michelle: Fixed not working image replacement on node links.
#537018 by Michelle: Made Cloudless Day Stacked the default style since it's the nicest one.

July 30, 2009
-------------
#525206 by Michelle: Fixed error with search results template not being found.
#531572 by Michelle: Fixed error that caused incorrect 'new posts' amounts on forum overview.
#267859 by Michelle: Bypassed core forum list preprocess to avoid running forum title thru check_plain twice and also remove redundant code.
#502466 by neclimdul: Mark as read improvements.

July 29, 2009
-------------
#510772 by Michelle: Added group topic list view and outer template.
#534816 by Michelle: Changed top anchor to forum-topic-top to avoid conflicts with some themes.
#527020 by merlinofchaos: Panelize advanced forum. This introduces a "task" or a system page 
                          for Panels for the forum page. It introduces 3 default handlers 
                          for that page which cover the top page, a forum container page 
                          and a forum topic list page. It includes a bunch of panels/ctools 
                          plugins in order to cover all this content and makes it possible 
                          to change the layout and easily add/remove content to these pages.
#533818 by merlinofchaos: Allow styles to use preprocesses.

July 28, 2009
-------------
#520758 by merlinofchaos: Allow forums not in containers to have a fake container so they still render okay.

July 23, 2009
-------------
#497450 by Michelle: More work on the text replacement images.

July 21, 2009
-------------
#523422 by Michelle: Fixed wrong location variable name.

July 20, 2009
------------
#523942 by Michelle: Normalized table widths on forum listing.
#520694 by Michelle: Improved layout on narrow themes.
NOISSUE by Michelle: Many small changes to styles, fixing layout, markup and style, making Naked nakeder, etc.
#523958 by merlinofchaos: Added new style Cloudless Day.
#525460 by Michelle, robertdjung: Removed extra slash from CSS path.
#523958 by Michelle, merlinofchaos: Small change to sats borders in CD.

July 15, 2009 -- ALPHA 1
------------
#276577 by Michelle: Added taxonomy image support for main forum listing.
NOISSUE by Michelle: Lost adding in $node_classes / $comment_classes when I restructured the $classes variable. Putting that back.

July 14, 2009
------------
#497450 by Michelle: Changed topic legend classes to match classes in topic icons themselves. The names aren't as clear but it's more consistant.
#497450 by Michelle: Cleaned up and re-organized image css, including removing all images from Naked's CSS except forum folder / topic icons.
NOISSUE by Michelle: Cleaned up Author Pane of stacked styles.
NOISSUE by Michelle: More cleaning up of blue lagoon stacked. Also made it the default style since it looks most like modern forums.

July 13, 2009
------------
#500988 by Michelle: Now works without nodecomment.
#500988 by Michelle: Some work on getting AF to work without NC.
NOISSUE by Michelle: Various notice fixes.
#497450 by Michelle: More work on Author Pane image conversion.
#512222 by Michelle: Fixed typo preventing 'submitted' template from being found.
#515966 by Michelle: Moved topic navigation out of node content and down to bottom of topic.
NOISSUE by Michelle: Fixed post reply button incorrectly showing up at the bottom of topic when using nodecomment.
NOISSUE by Michelle: Made the pager at the bottom of a topic look better in blue lagoon.
#483544 by Michelle: Copied code from Nodecomment to remove the teaser splitter.
NOISSUE by Michelle: Added functions to return node types that can be in a forum and tell if a given node type is in the forum.

July 8, 2009
------------
#512222 by Michelle: Added in Naked as an automatic base theme for templates to avoid errors if a style does not include templates.
#512222 by Michelle: Changed over to using style name in template files to avoid problems with styles defined by themes.

July 5, 2009
------------
#383116 by Michelle: Added terms to post and added new top post footer to hold them.
#268421 by Michelle: Added edit/delete links to nodes of types that can be in the forums. Thanks to nodecomment for some of the code.

July 4, 2009
------------
NOISSUE by Michelle: Moved around the forum legend & link lists to reduce clutter and organize them better on the page.
#509878 by Michelle: Fixed broken link on 'post reply' with help from marsilainen on IRC.
NOISSUE by Michelle: Switched order of links div and search div to line them up better on the main forums page.
#509716 by Michelle, merlinofchaos: Fixed problem with views not getting style applied.
#497450 by Michelle: Made translated images work. Moved all images into new directories.
NOISSUE by Michelle: Cleaned up the id/class printing on post template.
#497450 by Michelle: Added the language class to the topic header and comment wrapper.

July 3, 2009
------------
#497450 by Michelle: More fixes for link lists including some renaming and repositioning.
#497450 by Michelle: Removed setting options for images since this is all handled via# CSS now.

July 1, 2009
------------
#497450 by Michelle: Changed to a better image replacement technique that works if images are disabled.

June 25, 2009
-------------
#497450 by Michelle: reply, edit, delete node links now working.
#501616 by Michelle, neclimlap: Stripped the tags from the teaser for the title popup.
#501616 by Michelle, neclimlap, merlinofchaos: More fixes for the title popup.
#501616 by merlinofchaos, Michelle: Changed over to doing the whole popup in the view. Left old way in as an alternate.
#502370 by neclimdul: E-ALL fixes.
#470202 by tom_o_t, merlinofchaos: Changed mark all read to look at node changed instead of node created to fix weird edge cases.

June 24, 2009
-------------
NOISSUE by merlinofchaos: Made blue lagoon pager smaller and italic.
#500978 by Michelle: Got topic list icons working. The reports of their functionality have been greatly exaggerated.
NOISSUE by Michelle: Put the functions in theme.inc into a more logical order so I can find things.
#497450 by Michelle: Changed how forum links are handled. Split core links and added links into two and removed theme_links from reply button.
#497450 by Michelle: More work on the image replacement. Node links are still not right.
#290327 by merlinofchaos:  Add "active topics" view (only for all forums), add "Forum" column to unread, unanswered and active views, and make unread only visible to logged in users.

June 23, 2009
-------------
#497450 by Michelle: Images on the forum list page converted to CSS.
#497450 by Michelle: Topic list page images converted.
NOISSUE by merlinofchaos: Fix a bug causing Views to think default Views are in the database.
#290327 by merlinofchaos: Add views and links for unread and unanswered posts
NOISSUE by merlinofchaos: pager on top and bottom of topic list view

June 22, 2009
-------------
#497474 by Michelle: Rewrite of the style system that adds a dependency on CTools as well as substyles. Adjusted all included styles to take advantage of that.

June 21, 2009
-------------
#219549 by Michelle: Made subforum list generation into a theme function.
NOISSUE by Michelle: Small style fixes.

June 20, 2009
-------------
#303544 by Michelle: Added popup preview of post in topic list.
#462502 by Michelle: Seperated each container on the forum list into its own table.
#219549 by Michelle: Moved subforums into comma seperated list.
#312958 by Michelle: Show container description on container pages.

June 18, 2009
-------------
#484052 by merlinofchaos: Made forum topic list view work with new forum topic list style and also added sticky and shadow post changes.
#484052 by Michelle: Fixed up the topic list pager & the #new.
#484052 by Michelle: Moved topic list view preprocess to its own .inc
#484052 by Michelle: Improved shadow topics including adding a new theme function for them.
#484052 by Michelle: Added "Sticky:" label and changed background color.

June 17, 2009
-------------
#494642 by merlinofchaos: Integrate better with new Views post rendering
NOISSUE by merlinofchaos, Michelle: Fixed two typos with _advanced_forum_preprocess_forum_topic_list.
#474552 by webchick: Default forum menu link to enabled.

June 16, 2009
-------------
#492922 by conchur: Fixed typo in comment preprocess.

June 15, 2009
-------------
#489044 by Michelle: Split code up into smaller files both to reduce memory requirements and to make it easier to navigate the code.
#491692 by neclimdul: Removed typo'd backslash.
#472736 by Michelle, merlinofchaos: Made jump to last post work with nodecomment.
NOISSUE by Michelle: Code clean up, more comments added.
#472736 by Michelle: Made topic icon recognize new posts in nodecomment.
NOISSUE by Michelle: Added update to set AF's weight to 15. This is needed for the views to work and was missed on earlier commits.
#492590 by merlinofchaos: Wrench comment wrapper back from the clutches of the evil Garland.
#483408 by neclimdul: Notices cleanup.

June 14, 2009
-------------
#484052 by Michelle: Prevent original topic list page from being created when views is enabled.

June 9, 2009
------------
#484052 by Michelle, merlinofchaos: Created view for topic lists.
#484052 by Michelle: Added topic pager.

June 8, 2009
------------
NOISSUE by Michelle: Some cleanup on the node/comment preprocesses.
#472736 by Michelle, merlinofchaos: Made "new posts in forum" work with nodecomment and also made comment version more efficient.

June 7, 2009
------------
#460734 by MGParisi: Removed typo'd extra space.
#473336 by Michelle: Changed to custom version of comment_new_page_count to make it easier to use the NC version when it is ready.

June 5, 2009
------------
#481278 by merlinofchaos: Added search views to forums and individual topics.

June 4, 2009
------------
#473336 by Michelle: Made post count in statistics work with nodecomment and also added caching.

June 3, 2009
------------
#473336 by Michelle: Made post topic button on top/bottom work properly.

June 1, 2009
------------
#473336 by Michelle, merlinofchaos: Made new replies counting compatable with nodecomment.
#472736 by Michelle: Recognize nodecomment reply posts as "comments".

May 29, 2009 -- START OF 2.x BRANCH
------------
NOISSUE by Michelle: Synched up with changes made to 1.x since branching.
NOISSUE by Michelle: Renamed templates and other instances of advf- and advforum to use the proper name.

April 4, 2009
-------------
#422652 by NeoID: Closed tag on break in advanced_forum-forum-legend.tpl.php

March 31, 2009 -- 6.x-1.0
--------------
#419782 by Michelle: Fixed wording on time ago/actual date option as it was backwards.

March 30, 2009
--------------
#412906 by Michelle: Fixed typo in the author pane template and cleaned up comments.

March 21, 2009
--------------
#402352 by Michelle: Removed logic to print user title image. Variable is still there.
#408006, #397860 by Michelle: Changed online/offline default to be small icon plus words.
#365578 by joostvdl: Added ability to have language specific image directories.

March 4, 2009
-------------
#384180 by Michelle: Switched file format to UTF-8 [This failed to update in CVS]
#373371 by Michelle: Synched up Author Pane template and updated CSS for Author Pane.

March 3, 2009 -- RC 3
-------------
#375187 by nbz: Fixed switched variable name that caused fallback to Garland rather than the default theme.
#388504 by pebosi: Updated German translation.

February 26, 2009
-----------------
NOISSUE by Michelle: Fleshed out the readme.txt file more.
#373371 by Michelle: Syncing up Author Pane.

February 25, 2009 -- RC 2
-----------------
#375187 by Michelle: Fall back to default site theme when $theme not set.
#374009 by rastatt@drupal.org: Updated German translation.
#260397 by BlackNexus: Updated Spanish translation.
#256174 by seals: Updated Swedish translation.

February 20, 2009
-----------------
#376540 by Michelle: Passed all image file names through t() to make them translatable as suggested by klavs.

February 11, 2009 -- RC 1
----------------
#303548 by Michelle: Added default avatar support to custom user picture function and also linked to profile.
#361407 by black silence: Updated German translation.
#310547 by Michelle: Organized and cleaned up settings page.

February 9, 2009
----------------
#370422 by Michelle, merlinofchaos: Hopefully the last fix to get around path_to_theme's flakiness.
#371859 by lamigo: Fixed postgress error.

February 8, 2009 -- BETA 2
----------------
NOISSUE by Michelle: Check to make sure $links isn't empty before iterating thru it. Thanks to ghankstef for testing.

February 7, 2009
----------------
#315972 by Michelle: Finished the reply link theming started yesterday.
#369078 by lamigo: Fixed postgres errors.
#370422 by Michelle: Replaced path_to_theme with my own function that always has the path to the actual site theme.
#367496 by Michelle: Added check for link text when buttonifying.

February 6, 2009
----------------
#315972 by Michelle: Separated out topic header into its own theme file and made the reply link a themeable function.

February 4, 2009
----------------
#367481 by Michelle: Fixed up statistics including changing to use theme_username.

February 3, 2009
----------------
#366301 by Michelle, ipwa: Fixed author pane layout on stacked styles.
#365491 by Michelle, bouton: Cleaned up legend markup / css.

January 27, 2009
----------------
#315972 by Michelle: Small fix to link to jump to last post.
NOISSUE by Michelle: Making coder happy.
NOISSUE by Michelle: Updated readme with Author Pane dependency.

January 26, 2009
----------------
#102743 by yoroy: Updated topic icons.
#363061 by Michelle, paulcouture: Eliminated duplicate users from statistics.
Style clean up. Fixed #364385 and #360888 along the way.

January 23, 2009
----------------
#303548 by Michelle: Added imagecache support for forum avatars.

January 22, 2009
----------------
#360897 by RedKing: Added french translation.
#352945 by Michelle, Heine: Added check that user is confirmed for last user in statistics.
#351390 by Matafleur: Allow treat as forum post override to set item to _not_ be treated as a forum post.
#328029 by Michelle: Added updated label in topic list.
#328029 by Michelle: Added new label as well.

January 18, 2009
----------------
#303564 by Psicomante, Michelle: Added legend for forum icons.

January 16, 2009 -- BETA 1
----------------
#354704 by Michelle: Added check to be sure template is in use before adding the module path to it.
#351395 by elfur: Added missing t() around link to top.
#338722 by catch: Fixed bug in mark topics as read.
NOISSUE by Michelle: Removed unneeded js file.
#357361 by ron_s: Fixed created column class name.

December 27, 2008
-----------------
NOISSUE by Michelle: Removed author pane preprocess and switched to passing the template in the theme call.
NOISSUE by Michelle: Moved main author pane div from post template to author pane template & generally updated template.


December 21, 2008
-----------------
#343853 by Michelle: Removed author pane code. This marks the start of dependency on the new author pane module.

December 16, 2008
-----------------
#315972 by Michelle: Initial commit of jump to last post. Needs clean up and porting to D5.

December 12, 2008 -- ALPHA 16
-----------------
#330000 and #328800 by Michelle: Redid image handling to ensure all images have alt text. Also made it possible for link images to be picked up automatically if they have a file name that matches the link key.
#344697 by Michelle: Added permission to view statistics and also broke out statistics into its own template.

December 11, 2008
-----------------
#345908 by Michelle: Fixed profile integration to account for change in core in D6.
NOISSUE by Michelle: Fixed up author pane template comments and added facebook_status variable.
#343848 by Michelle: Added variable for fasttoggle to author pane.

December 9, 2008
----------------
NOISSUE by Michelle: Made 'naked' the base style so all other styles only need to include changed files.

December 8, 2008
----------------
#320635 by Michelle: Added logic to 'treat as forum post' to account for reply pages. CSS is now loaded whenever AF determines the content is to be treated as a forum post.
#320635 by Michelle: Improvements on theming reply pages, including using a seperate template for previews.
#338268 by marcingy: Added option to set length of abbreviated topic title on forum overview.
#338268 by Michelle: Added option to set 'time ago' cutoff.
#303563 by Michelle: Clear readpath when marking read. (Outside module integration.)
Redid table headers on topic list pages in an attempt to fix #334198 . Turned out not to be the problem but I like the new method better so am committing it anyway. Won't backport to D5, though.
#339982 by Michelle: Fixed bug with comment wrapper template not loading.

December 7, 2008
----------------
#339890 by Michelle: Fixed short script opener in advf-forum-repeat-post.tpl.php (500 errors on paged threads)

November 26, 2008 -- ALPHA 15
-----------------
NOISSUE by Michelle: Stripped naked down to bare layout.
NOISSUE by Michelle: Added boxy and boxy_stacked styles.
#335770 by Michelle: Removed update that tried to clear up long unused variables as it was giving false fails.

November 22, 2008
-----------------
#325675 by Morbus: Implemented min-height IE fix suggested by Morbus.
#337457 by Dave Reid: Fixed code that creates links array for comments to match missed change in core.

November 17, 2008 -- ALPHA 14

November 11, 2008
----------------
NOISSUE by Michelle: Reverted changes to author pane auto file load patch.
NOISSUE by Michelle: Code clean up.

November 9, 2008
----------------
NOISSUE by Michelle: Simplified code for including author-pane.inc files.
#331609 by Michelle, dvessel: Fixed problem with advf-author-user.tpl.php not being called from theme.
NOISSUE by Michelle: advf-forum-repeat-post.tpl.php still had clearfix instead of clear-block.

November 8, 2008
----------------
NOISSUE by Michelle: More style tweaking in naked and blue_lagoon. Still broken in IE.

November 7, 2008
----------------
NOISSUE by Michelle: Changed naked_stacked to match recent changes to forum threads in naked.

November 2, 2008
----------------
NOISSUE by Michelle: Contact link was using the D5 version of the l() function probably due to bad copy.
NOISSUE by Michelle: Made sure all the icons in CVS matched my local copies.

November 1, 2008
----------------
#326706 by Michelle: Changed query that calculates number of new comments to try and fix problem with old comments. Minimally tested.
#327057 by Michelle: Refactored treat_as_forum_post() to add a hook and generally condense and clean up the code.
#328617 by Michelle: If there are no new comments on a thread, don't put the # at the end of the URL on the link from the forum list page.

October 27, 2008
---------------
#326460 by Michelle: Changed included contrib modules to new format.

October 22, 2008
---------------
#266682 by Morbus, Michelle: Added forum statistics. Also a few minor fixes and extra docs that slipped in at the same time.

October 20, 2008
---------------
NOISSUE by Michelle: Added blue_lagoon_stacked style.
NOISSUE by paris: Added blank icons for blue_lagoon and naked.

October 20, 2008
---------------
#323631 by Morbus: Style fixes for blue_lagoon. Removed need for background image.
#323632 by Michelle: Removed member ID from naked & blue_lagoon templates as requested by Morbus.
#323656 by Michelle: Removed override that set table row borders to 0.
#319942 by Michelle: Thanks to Morbus for pointing out that Drupal code comes with a clearer. Changed over to using it.
NOISSUE by Michelle: Small fixes to all styles based partially on Morbus' patch from #323631
#323653 by Michelle: Set a minimum height for the author pane. Also some other minor fixes.
#321590 by Morbus: Gets rid of div when forum description is empty.
#321041 by derhasi, swill, Michelle: Fixed errors in Mark as Read functionality.
#322125 by swill: Fixed bug with comment link array recreation.

October 7, 2008 -- ALPHA 13
---------------
#291084 by Michelle: Removed all collapsable container code as it caused too many issues. Many thanks to jmorahan for tracing the bizarre pagers to this code.
#316525 by CompShack, samuelet: Minor CSS fixes to forum posts to fix IE 7 issues.
#318303 by Michelle, waawaamilk: Added static variable to avoid making multiple trips to the cache per page.

October 1, 2008 -- ALPHA 12
---------------
#314205 by Michelle: More style cleanup.
NOISSUE by Michelle: Code cleanup.

September 30, 2008
------------------
#313693 by nigel: Sped up function to retrieve the count of new comments in a forum.
#312958 by Michelle: Added $container_description to forum list template.
NOISSUE by Michelle: Code cleanup.

September 29, 2008
------------------
#314108 by Michelle: Fixed shadow post message.

September 28, 2008
------------------
#314205 by Michelle, stephthegeek: Lots of style cleanup.
#314186 by Michelle: Fixed broken comment numbering.
NOISSUE by Michelle: Changed 'forum user' to 'author pane' for clarity.

September 26, 2008
------------------
#303549 by Michelle: Cleaned up author info pane.
#250112 by Michelle: Added userpoints categorization. Also added branding suggested by Vuds in #310460. Also fixed missing t()s.
#314205 by Michelle: First round of style cleanup.

September 25, 2008
------------------
#312602 by Michelle, merlinofchaos: Fixed broken query for counting the unread comments in a forum.
#303740 by nigel, Michelle: Fixed lots of little bugs found with E_ALL warnings.

September 24, 2008
------------------
#306633 by Michelle: Added more icons.
#291084 by halkeye: Cleared options before collapsable container setting.
NOISSUE by waawaamilk: Fixed bug with counting forums in forum list preprocess.
#306633 by Michelle: Renamed most of the icons for a more consistant naming and replaced some.

September 18, 2008
------------------
#310547 by Michelle: Added 'hidden options' to settings page as well as other work on the settings page. This also necessitated a change to the collapsable container code.
NOISSUE by Michelle: Added check for css files in theme directory so they can be overridden.
#309955 by Michelle: Comment wrapper preprocess was not checking that we are on a forum node.

September 17, 2008
------------------
#291084 by cridenour: More work on the collapsable forum containers: setting initial state and remembering state.

September 16, 2008
------------------
#309233 by merlinofchaos, Michelle: Adjusted theme registry manipulation to properly find .tpl files in themes and subthemes.
NOISSUE by Michelle: Made killing of topic navigation optional since there are a few people out there who like it.
#309066 by asxnot: Fixed PHP 4 issue with forum list icons.

September 14, 2008
------------------
#291084 by grn, Michelle: More fixes for collapsable containers.
#303542 by Michelle: Updated README.txt
#299258 by Michelle: Documented icon sources.

September 13, 2008
------------------
#291084 by grn: Added initial jquery to make collapsable containers work. Still rough but usable.
#303556 by alpritt: Fixed no background showing in header on forum icon column.
NOISSUE by Michelle: Changed jump to first reply on top of forum nodes to show total replies as well.
#303556 by Michelle: Fixed issue with topic list header.

September 10, 2008
------------------
#303816 by Michelle: Fixed post reply bug.
#303556 by Michelle: Added blue_lagoon style.

September 8, 2008
-----------------
#291084 by Michelle: Some preliminary work to set up the classes for collapsable containers.

September 7, 2008
-----------------
NOISSUE by Michelle: Cleaned up user info .tpl and modules that feed it.
#303799 by Michelle: Moved folder icons into their own column. Also cleaned up forum list tpl.
#303799 by Michelle: Fixed issue with indenting when no containers.

September 6, 2008
-----------------
#303553 by stephthegeek: Tweaks to naked style.
#303740 by nigel, Michelle, neclimdul: Fixed some E_ALL warnings.
#228557 by neclimdul: Collect extra user info variables via hook.

September 2, 2008
-----------------
NOISSUE by Michelle: Fixed joined date to not use hardcoded format. Regex provided by Morbus.
#274978 by Michelle: Fixed signatures so they work with and without signature for forums installed.
NOISSUE by Michelle: Re-arranged functions and cleaned up some comments.
#268684 by Michelle: Removed old themes directory.
#268684 by Michelle: Added code to change forum icon when new posts.
#268684 by Michelle: Added new forum icons.
#268684 by Michelle: Changed 'mark as read' to use new icon.
#268684 by Michelle: Added advf-comment-wrapper.tpl.php and used it to add reply link at bottom of each page.
#301089 by George2: Only print title div if there is a title on the comment.
NOISSUE by Michelle: Fixed bad copy of &variables when calling functions. Thanks afeijo for reporting it.
NOISSUE by Michelle: Changed 'ago' to showing actual dates when over 48 hours.
#302125 by IceCreamYou, Michelle: Added facebook status support.

September 1, 2008
-----------------
#238668 by Michelle: Added advanced setting to turn this off if it causes performance problems.
#268684 by Michelle: Added support for flatgrey style. Actual style has not been added yet.
#228557 by Michelle: Moved contrib code into individual files to pave the way for plugin system. Removed modules not yet ported to D6.
#300594 by Michelle: Updated private message code to work with D6 rewrite.

August 21, 2008
---------------
#295562 by catch: Make 'views' column in topic list statistics.module dependent.
#268684 by Michelle: Cleaned up advf-forum-topic-list.tpl.php and moved some logic into the preprocess.
#268684 by Michelle: Added classes to table header for topic list and cleaned up empty fields.
Made advanced setting for turning off created column.
#238668 by ixeft, Michelle: Added N new posts to forum overview.

August 20, 2008
---------------
#268684 by merlinofchaos, sdboyer, and a tiny bit Michelle: Adapted panels plug in system to allow any module to add styles to advanced forum. This paves the way for offering multiple styles with the module as well as letting others contribute styles. Also 'renamed' themes directory to styles so much moving around of files. (Theme changes: The default advforum style as well as any customized themes won't work at this point. Instructions coming once this stabalizes.)

August 15, 2008
---------------
#297227 by Michelle: Missed spot affected by D6's change to per type comment settings.

August 15, 2008
---------------
#268684 by stephthegeek: Added new "naked" style. This completely revamped basic style will be the base for future styles.
#268684 by Michelle: Simplified style switching / icon finding to pave the way for this issue. This is a temporary measure until the new style plugin system is written. (Theme changes: Themes are now styles and these notes will be called "Style changes" after this. As of this change, you need to set the name of the style on the options page. Advf will look for a directory by that name first in the active theme and then in the module. If you want to customize a style, copy the entire directory into your theme and make changes there.)

August 1, 2008
--------------
#268273 by Michelle: Another fix for the last comment in forum mess.

June 9, 2008
------------
#268680 by Morbus: Whitespace / comment cleanup.
Code cleanup and syncing the branches.

June 6, 2008 - ALPHA 1
------------
#241982 by Michelle: Fixed install function for filling table so it doesn't give warnings and returns success/failure properly. Since it was filling the table even with the warnings, there's no need to rerun this.
#242527 by Michelle: Re-fixed the problem with views showing blank instead of 0.

June 5, 2008
------------
#241982 by Michelle: Added function to .install to fill last post table with initial values.
#241982 by Michelle: Adjusted comment link to account for multiple pages.
#241982 by Michelle: Added icon linked to most recent comment. (Theme changes: advf-forum-submitted.tpl.php, added newest_comment.gif)
#266765 by aMakUzr: Fixed class markup on forum posts.

June 3, 2008
------------
#242527 by Michelle: Initialized view count to 0 so it doesn't show blank when no views of topic.
#208440 by Michelle: Made reference post use forum theme when replying. Also removed links from comment in reply mode.
#241982 by Michelle: Updated variable list in comments of advf-forum-submitted.tpl.php to account for changes.

June 2, 2008
------------
#241982 by Michelle: Added checking to see if last topic has been deleted or unpublished.

May 30, 2008
------------
#241982 by Michelle with tons of help from litwol and neclimdul: Updated install file to create the new table.
#241982 by Michelle (based on idea from Bdragon): Use a table to store reference to last posts in forum to replace the monster query.

Still to do: Account for deleted/unpublished comments and nodes. Write something in the install file to backfill table with existing posts. More testing.

Theme changes:
advf-forum-submitted.tpl.php - Added an extra section for adding more info when a comment is the latest.

#No issue by Michelle, Added some doxygen comments and moved around some functions for better readability.

May 27, 2008
------------
#263943 by SkoalFyfan: Changed template name from forums to advf-forums in preprocess code.
#256174 by seals: Swedish translation update.

May 27, 2008
------------
Fixed up function advanced_forum_treat_as_forum_post() to be better commented, more logical, #232513 allow other content types (thanks nbz for the starter code), and fix #260640 comment theming not defaulting to off.
#217194 Added template file to theme the repeated node on paginated forum threads. Thanks, Morbus. (Theme changes: advf-forum-repeat-post.tpl.php)
Pulled creating the 'topic pager' out of advanced_forum_preprocess_forum_topic_list to simplify it.
#242527 Added number of views to the topic listing page. Thanks to Zandroc for the starter code. (Theme changes: advf-forum-topic-list.tpl.php, advanced_forum-structure.css)
Removed some unused CSS from advanced_forum.css

May 13, 2008
------------
Removed debug code left in MAR and cleaned up comments. Thanks afeijo.

May 12, 2008
------------
Port from D5: #255949 Added link to top of forum threads that lists the number of unread comments and links to the first one. This links to the comment id and so will work across pages. (Theme changes: advf-forum-post.tpl.php - Added $jump_first_new)
Added extra markup for the post header area. (Theme changes: advf-forum-post.tpl.php - Added div.forum-post-header)
#253155 Changed _is_forum() to advanced_forum_treat_as_forum_post() to comply with coding standards and clarify purpose.
#253155 Changed _topic_nid() to _advanced_forum_topic_nid().
#253155 Changed theme_image... to theme('image'...
Ported path_to_subtheme() related code from D5.
#246701 IE 6 fixes. Thanks, CompShack. (Theme changes: Affects both .css files)

May 9, 2008
-----------
#241071 Mark as read function rewritten by afeijo (with some early help from konfuzed) on IRC. Thanks for the late night debugging to get this working.

May 8, 2008
-----------
#238125 Removed the sql rewrite since it doesn't work with subqueries.
#248652 Fixed PHP 4 incompatibility in showing last post in forum. Thanks jamix.
#249651 Added check that contact module is enabled.
#254051 Fixed error in mark as read menu item.
#256174 Added Swedish translation. Thanks seals.
Ported settings page from 5.x.
#241071 Got mark as read partially working. Still an error.

May 7, 2008
-----------
#254892 Added variable for forum description to forum topic list. Theme changes: advf-forums.tpl.php - Added description. advf-forum-topic-list.tpl.php - Updated variable list to include $forum_description. advf-forum-topic-list.tpl.php - padding around new class.

May 1, 2008
-----------
Ported some small fixes that were done for D5 but not D6.
Updated D6 with all D5 theme changes.
#237362 Loaded user object in preprocesses for node and comment rather than in template_preprocess_author_pane so it is available in the main forum post template. Fixed #236870 in the process.

March 22, 2008
--------------
Fixed remaining issues with advanced_forum_get_all_last_topics (I hope!)
Updated README.txt and CHANGELOG.txt
Fixed $Id at the tops of all the files.

March 18, 2008
--------------
#222212 #235749 Removed caching from advanced_forum_get_all_last_topics due to too many problems.

March 3, 2008
-------------
Added some tweaks to the user info pane

Feb 25, 2008
------------
Added better shadow topic link.

Feb 24, 2008
------------
Fixed last topics in forums list. Thanks to LasseP.

Feb 23, 2008
------------
Added back in mark as read buttons.
Added extra formatting to sticky topics.
Added folder icon to forum list.
More CSS tweaks

Feb 22, 2008
------------
#204281 Fixed indenting on forum overview.
#219958 Added reply button to top of thread.
Recreated links on comments so we can theme them better and changed CSS to match.
Small CSS fixes to adapt to new .tpl files.

FEB 21, 2008 - D6 BRANCH
Massive changes to begin porting this to 6.x

----------------------- Pre-Port -----------------------------------------------

Feb 07, 2008 - ALPHA 2
------------
Minor theme tweaks - Fixed mark as read button & lightened post info background
Added rest of CSS to theme links on forum topics like buttons
#212329 Changed 'Add comment' link to 'Reply' on top post.

Feb 5, 2008
------------
Incorporated mark as read code into main module
Themed forum links to look like buttons
Changed link for shadow posts to give name of forum and link to the moved post

Feb 3, 2008 - ALPHA 1
-----------
Committed all of eigentor's changes to the default theme

Jan 23, 2007
------------
Added t() to 'posted on'

Dec 22, 2007
------------
Created this changelog to help early adopters keep up with my changes. Will only be recording major changes until the module gets non-dev releases.
Notable recent changes:
 - Moved all theme related files into themes/advforum to enable alternate themes
 - Removed call to _is_forum() at the top of node-forum.tpl.php and rolled logic into the function
 - Renamed node-forum.tpl.php to forum-thread.tpl.php

Nov 18, 2007
------------
Created project for advanced forum and uploaded some early code

File

CHANGELOG.txt
View source
  1. ****************************** DRUPAL 6 - 2.x BRANCH ********************************
  2. Sep 27, 2012
  3. ------------
  4. #1728770 by Funkymoses: Added comment linking to issue, for those wishing to try performance tweaks.
  5. Sep 26, 2012
  6. ------------
  7. #1668740 by deviantintegral, mcdruid: Fixed advanced_forum_forum_load() matches all node types instead of those able to be posted in forums.
  8. Sep 13, 2012
  9. ------------
  10. #1110816 by mcdruid: Fixed erroneous change to topic list view, and adjusted CSS for last updated column.
  11. Sep 11, 2012
  12. ------------
  13. #1287512 by troky: Fixed topic list view to display 0 replies and / or views instead of empty string.
  14. June 16, 2012
  15. -------------
  16. #1121208 by mcdruid: Fixed default for variable_get 'forum_containers' should be an empty array as the return value will be used in a foreach.
  17. June 10, 2012
  18. -------------
  19. #1621956 by samsouk: Fixed AF's advanced_forum_topic_list view ignores core Forum settings for 'Topics per page'.
  20. #1071220 by Scyther: Added support for imagecache preset setting for forum (taxonomy) images.
  21. #1121208 by vidu_ram: Added default configuration for collapsible containers.
  22. May 2, 2012
  23. -----------
  24. #5939382 by carteriii: Fixed advanced_forum_topic_list's 'Last post' field should use 'Node: Updated/commented date' rather than 'Node: Last comment time'.
  25. Apr 17, 2012
  26. ------------
  27. #1361526 by mcdruid: Fixed bug introduced by addition of views field handler for node title, whereby 'Link this field to its node' no longer worked.
  28. Apr 16, 2012
  29. ------------
  30. #1361526 by mcdruid: Fixed (or rather worked around) bug in views which can cause character encoding errors in AF's topic list default view.
  31. Mar 28, 2012
  32. ------------
  33. #868942 by mcdruid: Fixed now-outdated CSS image replacement (text-indent) technique.
  34. Feb 29, 2012
  35. ------------
  36. #687196 by mcdruid: Fixed (well, avoided) fatal error when views_get_view fails to return AF's own view object.
  37. Feb 28, 2012
  38. ------------
  39. #1351392 by aidanlis: Added drupal_alter to forum_get_forums.
  40. #413494 by mcdruid: Fixed support for comment_edited module.
  41. Jan 18, 2012
  42. ------------
  43. #1309104 by Bill Choy: fixed table header CSS which clashes with sticky-header.
  44. Dec 20, 2011
  45. ------------
  46. #1369468 by bf2mad: fix forum topic class name on table headings.
  47. Nov 16, 2011
  48. ------------
  49. #1337412 by salvis: Fixed hook_menu specifies access arguments but not access callback, so can break if something other than user_access is inherited as the callback.
  50. #1328152 by RedRat, mcdruid: fixed table header have unsufficient columns if Taxonomy Images integration is on.
  51. #1337412 by salvis: Fixed hook_menu doesn't need to specify access callback / argument for a local task.
  52. Nov 14, 2011
  53. ------------
  54. #1193484 by Scyther: fixed label 'None' changed to '- None -' to be consistent with other modules including taxonomy and CCK.
  55. Nov 7, 2011
  56. -----------
  57. NOISSUE by mcdruid: updated changelog which had not been updated for several months / commits.
  58. Oct 16, 2011
  59. ------------
  60. #989842 by lasac, mcdruid: give comment subject / body focus when Quick reply is clicked.
  61. Sep 27, 2011
  62. -----------
  63. #1291650 by mcdruid: fixed access check for reply links didn't check nodecomment permissions.
  64. #1265248 by Henke001: fixed accidental addition of timestamp to new comment count as part of incorrect application of patch from #1138360
  65. Aug 11, 2011
  66. ------------
  67. #1138360 by rcurtin: Fixed advanced_forum_reply_num_new() breaks when {history} cleared
  68. Aug 2, 2011
  69. -----------
  70. #1205716 by Jody Lynn: Fixed hook_menu missing 'file' locations.
  71. July 28, 2011
  72. -------------
  73. NOISSUE by mcdruid: fixed small typo in comment
  74. June 23, 2011
  75. -------------
  76. #1193484 by Scyther: Fixed the fact that it was not possible to turn off collapsible forum containers (selecting 'none' option did not work properly).
  77. #1193474 by Scyther: Fixed different default value for advanced_forum_collapsible_containers variable
  78. June 20, 2011
  79. -------------
  80. #868772 by Michelle, merlinofchaos, mcdruid: Fixed search box and search views should be disabled in the absence of the core search module, as they won't work.
  81. June 19, 2011
  82. -------------
  83. #1131900 by sandino: Fixed string not wrapper in t().
  84. #1124116 by dereine: Fixed PHP notice
  85. #1111856 by troky: Fixed broken Last Post link if topic does not have any comments yet
  86. March 29, 2011
  87. --------------
  88. #1109820 by troky: Fixed broken link to new posts in subforums.
  89. March 24, 2011 -- ALPHA 4
  90. --------------
  91. #1044322 by rcurtin, Michelle: Fixed topic listing icon not showing new posts on brand new topics.
  92. March 23, 2011
  93. --------------
  94. #720118 by a.ross: Fixed bad search/replace that led to bad link on sub-subcontainers.
  95. #1096984 by Magilla: Fixed typo in description of unanswered posts view.
  96. #1094542 by thedavidmeister: Added sanity check for edge case that shouldn't happen where views_post_render is called without a style plugin present.
  97. #1098542 by lasac, troky: Fixed js bug with collapsible containers that broke in IE.
  98. #1102510 by Michelle: Changed order of if tests in hook_link to put faster check first.
  99. March 22, 2011
  100. --------------
  101. #1096090 by Michelle: Initialized items property of $tables to avoid notices when a container is empty.
  102. March 6, 2011
  103. -------------
  104. #291084 by a.ross: Made collapsible containers work with new HTML and with core jquery version.
  105. #291084 by WorldFallz: Added slide option to collapsible effects.
  106. #291084 by Michelle: Moved collapsible containers option to correct fieldset and fixed capitalization.
  107. March 4, 2011
  108. -------------
  109. #720118 by Michelle, Troky: Redid forum listing page to handle subcontainers and forums better. This required CSS changes that led to more changes and so there's more here than is strictly related to the issue including re-parenting Blue Lagoon to Naked.
  110. NOISSUE by Michelle: Coder clean up.
  111. February 18, 2011
  112. -----------------
  113. #291084 by WorldFallz: Made collapsible containers work with core jquery version.
  114. February 14, 2011
  115. -----------------
  116. #868942 by __Sander__, Michelle: Added CSS for missed icon on first unread link.
  117. February 11, 2011
  118. -----------------
  119. #291084 by WorldFallz: Fixed most issues with collapsible containers.
  120. Feburary 5, 2011
  121. ----------------
  122. #868942 by Michelle: Changed forum-folder and forum-icon to forum-list-icon to reflect the fact that the icon is not necessarily a folder.
  123. #1012238 by Michelle: Removed undead boxy and boxy_stacked that came back to life.
  124. #868942 by Michelle: Fixed lack of background behind forum list icon legend.
  125. #868942 by __Sander__: Added Comment Mover node links to list affected by AF's buttonizing.
  126. #1041402 by troky: Fixed table display on wide resolutions.
  127. January 27, 2011
  128. ----------------
  129. #992428 by Michelle: Fixed mark as read so it's not displayed on containers and also made jump list use existing function to ensure access control maintained.
  130. #1042664 by troky: Fixed wrong variable in statistics caching.
  131. #1031712 by troky: Improved CSS to give structure to empty forums.
  132. #1041426 by __Sander__: Wrapped forum tools menu items in t().
  133. January 25, 2011
  134. ----------------
  135. #935778 by troky, Michelle: Remove 'views' column when statistics not enabled.
  136. NOISSUE by Michelle: Removed topic icon from unsanswered view as it caused notices and served no purposes.
  137. #1031712 by Michelle: Gave structure to topic list empty view div to avoid layout issues when there are no topics in a forum.
  138. #1001524 by Michelle: Created content types for forum tools and node create list.
  139. #935322 / #1001524 by Michelle Got PM version in sync with non PM version.
  140. January 15, 2011
  141. ----------------
  142. #291084 by WorldFallz: More tweaks to collapsable containers.
  143. #982604 by Michelle: Made 'post-by-viewer' class work with caching.
  144. NOISSUE by Michelle: Changed edit by theming so the Reason label doesn't print when no reason given.
  145. #892248 by Michelle, rodrigoaguilera: Added class for new comments. Node Comments already handles this.
  146. NOISSUE by Michelle: Simplified 'new marker' handling in the template by moving the logic to the preprocess.
  147. #525194 by Michelle: Added a note about why AP's existence isn't checked for in the views cache token rendering.
  148. #492794 by Michelle: Added teaser template to be used when the setting to style teasers is on.
  149. #1015118 by paolomainardi: Fixed hardcoded column span that was incompatable with taxonomy image.
  150. #291084 by Michelle: Did some clean up of the forum list template.
  151. #291084 by Michelle: Found and fixed bug introduced by collapsible containers patch that killed subforums.
  152. January 14, 2011
  153. ----------------
  154. #291084 by WorldFallz: Corrected wrong js file name.
  155. January 13, 2011
  156. ----------------
  157. #291084 by WorldFallz: Collapsed containers patch.
  158. #868942 by Michelle: Fixed link alter to respect style teaser setting.
  159. January 12, 2011
  160. ----------------
  161. NOISSUE by Michelle: Minor template changes to keep all three modules in synch.
  162. #654718 by Michelle: Check if Panels is enabled before trying to build the forum displays to avoid errors when Page Manager is used without Panels.
  163. #866562 by Michelle, vladgur: Don't show any create content links if Forum Access doesn't allow it.
  164. #1012238 by Michelle: Removed Boxy and Boxy stacked as they were too close to Silver Bells and not as nice.
  165. #1012238 by Michelle: Added stacked version of Silver Bells.
  166. #1012238 by Michelle: Updated Cloudless Day with new style changes.
  167. #1012238 by Michelle: Few more minor style tweaks.
  168. #1012238 by Michelle: Made Silver Bells the default style.
  169. January 1, 2011
  170. ---------------
  171. #868942 by Michelle: Copied new image handling to other styles.
  172. 1012238 by Michelle: Re-parented Blue Lagoon and Cloudless Day and made CSS adjustments to compensate.
  173. NOISSUE by Michelle: Removed translations.
  174. December 25, 2010
  175. -----------------
  176. #1004738 by Zarabadoo: New bell icons for Silver Bells style.
  177. December 21, 2010
  178. -----------------
  179. NOISSUE by Michelle: Fixed bad AP call when rendering tokens.
  180. #1004738 by Michelle: Added new style 'Silver Bells'.
  181. NOISSUE by Michelle: Made a few changes to the AP template to accomodate new styling.
  182. #868942 by Michelle: Massive changes to image handling.
  183. December 17, 2010
  184. -----------------
  185. #559536 by Michelle: Fixed notice due to type not being passed from advanced_forum_link into check if object is styled.
  186. #995036 by Michelle: Moved new topics link to separate line and added 'View' in front to make it clearer what it links to.
  187. December 11, 2010
  188. -----------------
  189. #994842 by Michelle: Cleaned up and stripped down post preview template.
  190. #559536 by Michelle: Fixed a bunch of notices due to variables not being defined before use.
  191. #720118 by Michelle: Added more comments and did a little clean up to the forum list.
  192. December 7, 2010
  193. ----------------
  194. #974840 by Michelle: Fixed CSS / HTML so topic header links aren't floating around messily.
  195. #974840 by Michelle: Fiddled a bit more with the CSS.
  196. #933862 by Michelle: Added new permission to view post edited message and excluded it from the NC cache.
  197. #982604 by Michelle: Added core signatures to cache avoiding tokens. Impossible to do with SfF because it needs too much node info.
  198. December 4, 2010
  199. ----------------
  200. #982238 by Michelle: Forced 'New topic' to first in list of node creation links.
  201. #982238 by Michelle: Added ability to get nodes allowed in a particular vocabulary and set up stub for per term.
  202. #974840 by Michelle: Redid 'Post reply' link handling.
  203. NOISSUE by Michelle: Created new theme function theme_advanced_forum_l() to centralize link printing and give themers more control.
  204. NOISSUE by Michelle: Expanded statistics to show last 5 new users.
  205. #868942 by Michelle: Fixed node links to only buttonize specific ones so it doesn't try to buttonize the tags.
  206. NOISSUE by Michelle: Lots of cleanup, fixing, re-arranging, simplifying code.
  207. #961050 by designerbrent: Made forum 'folder' CSS more specific to avoid themes overriding it.
  208. #869006 by carlthuringer, Michelle: Changed @ to ! in topic navigation t() to avoid a second run through check_plain.
  209. #829540 by Michelle: Added sanity check on teaser split removal to avoid edge case error.
  210. December 2, 2010
  211. ----------------
  212. #935322 by Michelle: Fixed node add links being relative.
  213. #935322 by Michelle: Fixed unclosed 'a' causing wonkiness.
  214. NOISSUE by Michelle: Fixed missing t() on View Forums tab.
  215. #868942 by Michelle, WorldFallz: Added CSS for image-less button to boxy. More of an example than anything at this point as it's likely to be changed.
  216. #868942 by Michelle: Removed all language dependent button images.
  217. #868942 by Michelle: Added small AF buttons to boxy CSS only example and made the colors a bit better.
  218. November 17, 2010
  219. -----------------
  220. #559536 by troky, Michelle: Fixed $vars/$variables mixup in the topic list view include and removed the extra
    from the last author field rewrite that had been compensating.
  221. #831364 by Michelle, Heine: Reverted changing form alter paramater to pass by value that shouldn't have been done.
  222. November 16, 2010
  223. -----------------
  224. NOISSUE by Michelle: Removed unneeded CSS left over from before Views was a dependency.
  225. #868942 by Michelle: Changed new content links to use divs instead of a link and added button code.
  226. #935322 by Michelle: Moved what was 'secondary links' into a 'forum tools' jump menu.
  227. #935322 by Michelle: Switched tabs to being on by default.
  228. #868942 by Michelle: Changed to new HTML for buttonized links, removed old CSS, and replaced with skeleton CSS.
  229. #868942 by Michelle: Added jump to top button to the list of buttonized links.
  230. November 14, 2010
  231. -----------------
  232. #933862 by Michelle: Restored compatability with the Comment Edited module that was inadvertantly lost.
  233. October 14, 2010
  234. ----------------
  235. #868942 by Michelle: Redid image handling on pseudo buttons to use background image with actual text on top instead of image replacement.
  236. October 8, 2010
  237. ---------------
  238. #933862 by Michelle: Added 'last edited' note based on node revisions. Changed Commented Edited integration to make use of new variable.
  239. NOISSUE by Michelle: Fixed missing print statement around unpublished post note.
  240. October 4, 2010
  241. ---------------
  242. #905860 by Michelle: Ensure advanced_forum_get_forum_types returns an array()
  243. #876294 by RedKing: Updated French translation.
  244. NOISSUE by Michelle: Made submit button IDs more specific on searching. Tangently related to #883452.
  245. #883452 by rodrigoaguilera: Added a specific ID to the topic list sort form.
  246. NOISSUE by Michelle: Changed 'search' buttons to 'search forum' and 'search topic'.
  247. NOISSUE by Michelle: Added message about unpublished post to post template.
  248. NOISSUE by Michelle: Fixed bug with new comment jump link on topic not working with nodecomment.
  249. September 23, 2010
  250. ------------------
  251. #376039 by Michelle with thanks to NowPublic for code reference: Added 'in reply to' for core comments.
  252. #376039 by Michelle with thanks to NowPublic for code reference: Added 'in reply to' for node comments.
  253. #913822 by Michelle, meustrus: Changed sorting so updates only bump on the New & My views.
  254. NOISSUE by Michelle: Many tweaks to the included views.
  255. NOISSUE by Michelle: Added setting to turn on local tabs for the stand alone included views.
  256. September 22, 2010
  257. ------------------
  258. #829456 by Michelle, meustrus: Added Permalink integration.
  259. NOISSUE by Michelle: Cleaned up node and comment preprocessing including starting #1 at the node, fixing bad logic in the class collection, re-arranging in display order, and more.
  260. #525194 by Michelle: Removed Author Pane dependency.
  261. #751890 by Michelle: Missed removing advanced_forum.naked.topic-list.tpl.php when Views was made a dependency.
  262. #725720 by ltwinner: Added variable for reply link to node preprocess.
  263. September 21, 2010
  264. ------------------
  265. #868550 by enzipher, szantog: Added missing brackets in query.
  266. #872294 by merlinofchaos, jeckman: Fixed query part of link for forum views so they can take multiple forum arguments.
  267. #857982 by aenw: Checked if $added is empty rather than !$added.
  268. #908938 by Michelle: Changed how check for node's being displayed as a teaser works.
  269. August 26, 2010
  270. -------------
  271. #850508 by Michelle: Updated Author Pane template.
  272. NOISSUE by Michelle: Author Pane tokenizing should not happen on topic starting node.
  273. July 11, 2010
  274. -------------
  275. #768348 by Michelle: Fixed node comment incompatability with new link alter.
  276. July 9, 2010
  277. ------------
  278. #571114 by Michelle: Added ability to disable the breadcrumb setting by AF to avoid incompatibility with custom breadcrumbs.
  279. #848964 by vladgur: Fixed 'My posts' view which wasn't showing replies to a topic started by another user.
  280. July 8, 2010
  281. ------------
  282. #768348 by Michelle: Moved node/comment link handling to hook_link and hook_link_alter.
  283. #547824 by Michelle: When deleting a node from the node links, it now goes back to the front page like in core.
  284. #757804 by G-son, Michelle: Added back in code for 'new' markers on replies when using core comments that was accidentially removed when making it compatable with node comments.
  285. #831364 by Michelle, smerrill: Removed & from form_state paramater in form_alter to make php 5.3 happy.
  286. #559536 by Michelle: Fixed notices.
  287. #751890 by Michelle: Removed legacy code that was replaced by Views.
  288. #736802 by Michelle: Organized code.
  289. July 5, 2010 - ALPHA 3
  290. ------------
  291. #821744 by Michelle: Updated Author Pane integration to work with beta 1.
  292. #830102 by merlinofchaos: Added setting for 'Inject hierarchy of first term into breadcrumb trail' to forum page.
  293. #832286 by Scyther: Allow users to see a signature in an input format they don't have access to.
  294. May 27, 2010
  295. ------------
  296. #787454 by berdir, mikey_p, merlinofchaos, and Michelle: Fixed error in SQL that caused new posts to be counted twice if revisions were on when the node was moved to another forum.
  297. #801260 by dereine: advanced_forum_statistics_replies performance improved.
  298. May 24, 2010
  299. ------------
  300. #807742 by Michelle: Started work on documenting the templates.
  301. May 11, 2010
  302. ------------
  303. #793020 by Michelle: Fixed issue with no-style-name template file not being found.
  304. #793664 by crea: Fixed Author Pane not showing on nodecomment reply preview.
  305. #622670 by neclimdul: Fixed clipped folder icons when no posts in forum.
  306. May 10, 2010
  307. ------------
  308. #697234 by ericduran, nenne: Fixed issue with ampersand encoding in subforum list.
  309. #791956 by friolator: Fixed missing closing bracked on comment anchor.
  310. #583674 by Michelle: Confirmed and fixed regression with views column and 0 views.
  311. #755940 by Michelle: Removed (hopefully!) unneeded a id forum-reply-NNN and removed suspected bad copy/paste line.
  312. #769954 by Michelle, gege2061: Make sure there is a body field before trying to form alter it. Silly poll. :P
  313. March 24, 2010
  314. --------------
  315. #741902 by Michelle: Added "forum" as a default type to be styled if settings form has never been submitted.
  316. March 23, 2010
  317. --------------
  318. #687196 by iva2k, merlinofchaos, SupermanScott: Changed loading of views to use require instead of require once and use the view name instead of the filename.
  319. #492794 by Michelle: Now themes the node preview for forum nodes.
  320. #492794 by Michelle: Fixed issue where $node->teaser in manually loaded node prevented comment previews from being themed when on their own page.
  321. #751890 by Michelle: Made Views a dependency.
  322. #738074 by yaslama: Adapted version of the core patch on [#113611].
  323. #702128 by Michelle: Added checks for nodecomment around search views as well as link to my posts view in secondary links.
  324. #692900 by Michelle, marcus0263: Fixed regression with #forum-topic-top link.
  325. March 8, 2010
  326. -------------
  327. #736798 by Michelle: Added setting that will switch on a default local task for the main forum listing.
  328. NOISSUE by Michelle: Split out fetching the mark read link as its own function to make it easier to use independent of the secondary links.
  329. NOISSUE by Michelle: Added CTools content type for mark read.
  330. January 14, 2010
  331. ----------------
  332. #655128 by sanduhrs: Fixed missed closing bracket.
  333. #658706 by ssm2017 Binder: Added missing t().
  334. November 16, 2009
  335. -----------------
  336. NOISSUE by Michelle: Small fixes to make nodecomment previews work better.
  337. November 9, 2009 -- ALPHA 2
  338. -----------------
  339. #627808 by Michelle: Account for insconsistancy in nodecomment's handling of the comment anchor link.
  340. October 25, 2009
  341. -----------------
  342. #492794 by Michelle: Rewrote code that determines what AF applies a style to.
  343. #586652 by Michelle: Removed modification to $submitted.
  344. October 21, 2009
  345. -----------------
  346. #568422 by Michelle: Removed 'My topics' view and made 'My posts' much better.
  347. #568422 by Michelle: Made 'My posts' view use forum topic list style
  348. September 6, 2009
  349. -----------------
  350. #561448 by Michelle: Fixed problem with active forum topics topic titles not linking.
  351. #542998 by Michelle: Moved user picture handling to Author Pane.
  352. September 3, 2009
  353. -----------------
  354. #561448 by Michelle: Cleaned up all the views except user topics/posts and the searches.
  355. August 28, 2009
  356. ---------------
  357. #510772 by Michelle: Added form alter so AF's OG topics view can be used as a group's RON.
  358. #561448 by Michelle: Made unanswered topics view make more sense.
  359. August 27, 2009
  360. ---------------
  361. #545590 by Michelle: Removed dependency in CSS on markup being within a #forum div.
  362. August 24, 2009
  363. ---------------
  364. #538344 by merlinofchaos: Added view of a user's topics.
  365. #537822 by Michelle, stephthegeek: Added forum-topic-title class to title in topic listing. Also fixed spacing on items in topic listing.
  366. August 22, 2009
  367. ---------------
  368. #551548 by Michelle, crea: Added check to make sure links array isn't empty before iterating through it.
  369. #537018 by bas.hr: Removed typo extra . in class name.
  370. August 10, 2009
  371. ---------------
  372. NOISSUE by merlinofchaos: Add a sort widget for the forum topic list that utilizes the tablesort headers.
  373. NOISSUE by merlinofchaos: Add a time period plus role exclusion to the most active poster pane.
  374. August 3, 2009
  375. --------------
  376. NOISSUE by merlinofchaos: Add a "most active poster" block and a view of "My forum posts" to easily follow what a person has posted.
  377. August 2, 2009
  378. --------------
  379. NOISSUE by Michelle: Fixed notices.
  380. #413494 by Michelle, snufkin: Added support for commend edited message in the post template.
  381. #479124 by Michelle: Merged some topic list preprocessing into advanced_forum_get_topics and cleaned up topic list when views is not enabled.
  382. August 1, 2009
  383. --------------
  384. #528480 by Michelle: Added extra divs around topics / latest user on statistics for seperate styling.
  385. #436084 by MGParisi: Reduced size of some Blue Lagoon images.
  386. #537018 by Michelle: Indented subbody of statistics in Naked and removed indenting from Boxy/Cloudless Day
  387. #537018 by Michelle: Added a margin to the right of the post reply button on top of topics to Naked.
  388. Put padding around .forum-post-content and .forum-post-title in Naked.
  389. Added boxes around .forum-top-post-footer and .forum-topic-navigation in Boxy.
  390. Made post number white on Boxy and Blue Lagoon.
  391. Added odd/even table shading to Boxy as well as borders around the TDs.
  392. #537018 by Michelle: Added span around 'subforums' label so it can be styled.
  393. Made .forum-table a generic class for both types of tables and added .forum-table-forums and .forum-table-topics.
  394. Made classes in forum tables more specific.
  395. #518110 by Michelle: Documented the chunk of code in the post .tpl there to keep the new markers from being cached.
  396. July 31, 2009
  397. -------------
  398. #524592 by Dave Reid: Added email to fake user object sent to Author Pane on comments for anon users.
  399. #534816 by Michelle: Made sure all classes / IDs were forum specific.
  400. NOISSUE by Michelle: Added a page preprocess to add a variable "forum_page" when a page is either the main forum/ pages or a node that can go in the forums.
  401. #497450 by Michelle: Fixed not working image replacement on node links.
  402. #537018 by Michelle: Made Cloudless Day Stacked the default style since it's the nicest one.
  403. July 30, 2009
  404. -------------
  405. #525206 by Michelle: Fixed error with search results template not being found.
  406. #531572 by Michelle: Fixed error that caused incorrect 'new posts' amounts on forum overview.
  407. #267859 by Michelle: Bypassed core forum list preprocess to avoid running forum title thru check_plain twice and also remove redundant code.
  408. #502466 by neclimdul: Mark as read improvements.
  409. July 29, 2009
  410. -------------
  411. #510772 by Michelle: Added group topic list view and outer template.
  412. #534816 by Michelle: Changed top anchor to forum-topic-top to avoid conflicts with some themes.
  413. #527020 by merlinofchaos: Panelize advanced forum. This introduces a "task" or a system page
  414. for Panels for the forum page. It introduces 3 default handlers
  415. for that page which cover the top page, a forum container page
  416. and a forum topic list page. It includes a bunch of panels/ctools
  417. plugins in order to cover all this content and makes it possible
  418. to change the layout and easily add/remove content to these pages.
  419. #533818 by merlinofchaos: Allow styles to use preprocesses.
  420. July 28, 2009
  421. -------------
  422. #520758 by merlinofchaos: Allow forums not in containers to have a fake container so they still render okay.
  423. July 23, 2009
  424. -------------
  425. #497450 by Michelle: More work on the text replacement images.
  426. July 21, 2009
  427. -------------
  428. #523422 by Michelle: Fixed wrong location variable name.
  429. July 20, 2009
  430. ------------
  431. #523942 by Michelle: Normalized table widths on forum listing.
  432. #520694 by Michelle: Improved layout on narrow themes.
  433. NOISSUE by Michelle: Many small changes to styles, fixing layout, markup and style, making Naked nakeder, etc.
  434. #523958 by merlinofchaos: Added new style Cloudless Day.
  435. #525460 by Michelle, robertdjung: Removed extra slash from CSS path.
  436. #523958 by Michelle, merlinofchaos: Small change to sats borders in CD.
  437. July 15, 2009 -- ALPHA 1
  438. ------------
  439. #276577 by Michelle: Added taxonomy image support for main forum listing.
  440. NOISSUE by Michelle: Lost adding in $node_classes / $comment_classes when I restructured the $classes variable. Putting that back.
  441. July 14, 2009
  442. ------------
  443. #497450 by Michelle: Changed topic legend classes to match classes in topic icons themselves. The names aren't as clear but it's more consistant.
  444. #497450 by Michelle: Cleaned up and re-organized image css, including removing all images from Naked's CSS except forum folder / topic icons.
  445. NOISSUE by Michelle: Cleaned up Author Pane of stacked styles.
  446. NOISSUE by Michelle: More cleaning up of blue lagoon stacked. Also made it the default style since it looks most like modern forums.
  447. July 13, 2009
  448. ------------
  449. #500988 by Michelle: Now works without nodecomment.
  450. #500988 by Michelle: Some work on getting AF to work without NC.
  451. NOISSUE by Michelle: Various notice fixes.
  452. #497450 by Michelle: More work on Author Pane image conversion.
  453. #512222 by Michelle: Fixed typo preventing 'submitted' template from being found.
  454. #515966 by Michelle: Moved topic navigation out of node content and down to bottom of topic.
  455. NOISSUE by Michelle: Fixed post reply button incorrectly showing up at the bottom of topic when using nodecomment.
  456. NOISSUE by Michelle: Made the pager at the bottom of a topic look better in blue lagoon.
  457. #483544 by Michelle: Copied code from Nodecomment to remove the teaser splitter.
  458. NOISSUE by Michelle: Added functions to return node types that can be in a forum and tell if a given node type is in the forum.
  459. July 8, 2009
  460. ------------
  461. #512222 by Michelle: Added in Naked as an automatic base theme for templates to avoid errors if a style does not include templates.
  462. #512222 by Michelle: Changed over to using style name in template files to avoid problems with styles defined by themes.
  463. July 5, 2009
  464. ------------
  465. #383116 by Michelle: Added terms to post and added new top post footer to hold them.
  466. #268421 by Michelle: Added edit/delete links to nodes of types that can be in the forums. Thanks to nodecomment for some of the code.
  467. July 4, 2009
  468. ------------
  469. NOISSUE by Michelle: Moved around the forum legend & link lists to reduce clutter and organize them better on the page.
  470. #509878 by Michelle: Fixed broken link on 'post reply' with help from marsilainen on IRC.
  471. NOISSUE by Michelle: Switched order of links div and search div to line them up better on the main forums page.
  472. #509716 by Michelle, merlinofchaos: Fixed problem with views not getting style applied.
  473. #497450 by Michelle: Made translated images work. Moved all images into new directories.
  474. NOISSUE by Michelle: Cleaned up the id/class printing on post template.
  475. #497450 by Michelle: Added the language class to the topic header and comment wrapper.
  476. July 3, 2009
  477. ------------
  478. #497450 by Michelle: More fixes for link lists including some renaming and repositioning.
  479. #497450 by Michelle: Removed setting options for images since this is all handled via# CSS now.
  480. July 1, 2009
  481. ------------
  482. #497450 by Michelle: Changed to a better image replacement technique that works if images are disabled.
  483. June 25, 2009
  484. -------------
  485. #497450 by Michelle: reply, edit, delete node links now working.
  486. #501616 by Michelle, neclimlap: Stripped the tags from the teaser for the title popup.
  487. #501616 by Michelle, neclimlap, merlinofchaos: More fixes for the title popup.
  488. #501616 by merlinofchaos, Michelle: Changed over to doing the whole popup in the view. Left old way in as an alternate.
  489. #502370 by neclimdul: E-ALL fixes.
  490. #470202 by tom_o_t, merlinofchaos: Changed mark all read to look at node changed instead of node created to fix weird edge cases.
  491. June 24, 2009
  492. -------------
  493. NOISSUE by merlinofchaos: Made blue lagoon pager smaller and italic.
  494. #500978 by Michelle: Got topic list icons working. The reports of their functionality have been greatly exaggerated.
  495. NOISSUE by Michelle: Put the functions in theme.inc into a more logical order so I can find things.
  496. #497450 by Michelle: Changed how forum links are handled. Split core links and added links into two and removed theme_links from reply button.
  497. #497450 by Michelle: More work on the image replacement. Node links are still not right.
  498. #290327 by merlinofchaos: Add "active topics" view (only for all forums), add "Forum" column to unread, unanswered and active views, and make unread only visible to logged in users.
  499. June 23, 2009
  500. -------------
  501. #497450 by Michelle: Images on the forum list page converted to CSS.
  502. #497450 by Michelle: Topic list page images converted.
  503. NOISSUE by merlinofchaos: Fix a bug causing Views to think default Views are in the database.
  504. #290327 by merlinofchaos: Add views and links for unread and unanswered posts
  505. NOISSUE by merlinofchaos: pager on top and bottom of topic list view
  506. June 22, 2009
  507. -------------
  508. #497474 by Michelle: Rewrite of the style system that adds a dependency on CTools as well as substyles. Adjusted all included styles to take advantage of that.
  509. June 21, 2009
  510. -------------
  511. #219549 by Michelle: Made subforum list generation into a theme function.
  512. NOISSUE by Michelle: Small style fixes.
  513. June 20, 2009
  514. -------------
  515. #303544 by Michelle: Added popup preview of post in topic list.
  516. #462502 by Michelle: Seperated each container on the forum list into its own table.
  517. #219549 by Michelle: Moved subforums into comma seperated list.
  518. #312958 by Michelle: Show container description on container pages.
  519. June 18, 2009
  520. -------------
  521. #484052 by merlinofchaos: Made forum topic list view work with new forum topic list style and also added sticky and shadow post changes.
  522. #484052 by Michelle: Fixed up the topic list pager & the #new.
  523. #484052 by Michelle: Moved topic list view preprocess to its own .inc
  524. #484052 by Michelle: Improved shadow topics including adding a new theme function for them.
  525. #484052 by Michelle: Added "Sticky:" label and changed background color.
  526. June 17, 2009
  527. -------------
  528. #494642 by merlinofchaos: Integrate better with new Views post rendering
  529. NOISSUE by merlinofchaos, Michelle: Fixed two typos with _advanced_forum_preprocess_forum_topic_list.
  530. #474552 by webchick: Default forum menu link to enabled.
  531. June 16, 2009
  532. -------------
  533. #492922 by conchur: Fixed typo in comment preprocess.
  534. June 15, 2009
  535. -------------
  536. #489044 by Michelle: Split code up into smaller files both to reduce memory requirements and to make it easier to navigate the code.
  537. #491692 by neclimdul: Removed typo'd backslash.
  538. #472736 by Michelle, merlinofchaos: Made jump to last post work with nodecomment.
  539. NOISSUE by Michelle: Code clean up, more comments added.
  540. #472736 by Michelle: Made topic icon recognize new posts in nodecomment.
  541. NOISSUE by Michelle: Added update to set AF's weight to 15. This is needed for the views to work and was missed on earlier commits.
  542. #492590 by merlinofchaos: Wrench comment wrapper back from the clutches of the evil Garland.
  543. #483408 by neclimdul: Notices cleanup.
  544. June 14, 2009
  545. -------------
  546. #484052 by Michelle: Prevent original topic list page from being created when views is enabled.
  547. June 9, 2009
  548. ------------
  549. #484052 by Michelle, merlinofchaos: Created view for topic lists.
  550. #484052 by Michelle: Added topic pager.
  551. June 8, 2009
  552. ------------
  553. NOISSUE by Michelle: Some cleanup on the node/comment preprocesses.
  554. #472736 by Michelle, merlinofchaos: Made "new posts in forum" work with nodecomment and also made comment version more efficient.
  555. June 7, 2009
  556. ------------
  557. #460734 by MGParisi: Removed typo'd extra space.
  558. #473336 by Michelle: Changed to custom version of comment_new_page_count to make it easier to use the NC version when it is ready.
  559. June 5, 2009
  560. ------------
  561. #481278 by merlinofchaos: Added search views to forums and individual topics.
  562. June 4, 2009
  563. ------------
  564. #473336 by Michelle: Made post count in statistics work with nodecomment and also added caching.
  565. June 3, 2009
  566. ------------
  567. #473336 by Michelle: Made post topic button on top/bottom work properly.
  568. June 1, 2009
  569. ------------
  570. #473336 by Michelle, merlinofchaos: Made new replies counting compatable with nodecomment.
  571. #472736 by Michelle: Recognize nodecomment reply posts as "comments".
  572. May 29, 2009 -- START OF 2.x BRANCH
  573. ------------
  574. NOISSUE by Michelle: Synched up with changes made to 1.x since branching.
  575. NOISSUE by Michelle: Renamed templates and other instances of advf- and advforum to use the proper name.
  576. April 4, 2009
  577. -------------
  578. #422652 by NeoID: Closed tag on break in advanced_forum-forum-legend.tpl.php
  579. March 31, 2009 -- 6.x-1.0
  580. --------------
  581. #419782 by Michelle: Fixed wording on time ago/actual date option as it was backwards.
  582. March 30, 2009
  583. --------------
  584. #412906 by Michelle: Fixed typo in the author pane template and cleaned up comments.
  585. March 21, 2009
  586. --------------
  587. #402352 by Michelle: Removed logic to print user title image. Variable is still there.
  588. #408006, #397860 by Michelle: Changed online/offline default to be small icon plus words.
  589. #365578 by joostvdl: Added ability to have language specific image directories.
  590. March 4, 2009
  591. -------------
  592. #384180 by Michelle: Switched file format to UTF-8 [This failed to update in CVS]
  593. #373371 by Michelle: Synched up Author Pane template and updated CSS for Author Pane.
  594. March 3, 2009 -- RC 3
  595. -------------
  596. #375187 by nbz: Fixed switched variable name that caused fallback to Garland rather than the default theme.
  597. #388504 by pebosi: Updated German translation.
  598. February 26, 2009
  599. -----------------
  600. NOISSUE by Michelle: Fleshed out the readme.txt file more.
  601. #373371 by Michelle: Syncing up Author Pane.
  602. February 25, 2009 -- RC 2
  603. -----------------
  604. #375187 by Michelle: Fall back to default site theme when $theme not set.
  605. #374009 by rastatt@drupal.org: Updated German translation.
  606. #260397 by BlackNexus: Updated Spanish translation.
  607. #256174 by seals: Updated Swedish translation.
  608. February 20, 2009
  609. -----------------
  610. #376540 by Michelle: Passed all image file names through t() to make them translatable as suggested by klavs.
  611. February 11, 2009 -- RC 1
  612. ----------------
  613. #303548 by Michelle: Added default avatar support to custom user picture function and also linked to profile.
  614. #361407 by black silence: Updated German translation.
  615. #310547 by Michelle: Organized and cleaned up settings page.
  616. February 9, 2009
  617. ----------------
  618. #370422 by Michelle, merlinofchaos: Hopefully the last fix to get around path_to_theme's flakiness.
  619. #371859 by lamigo: Fixed postgress error.
  620. February 8, 2009 -- BETA 2
  621. ----------------
  622. NOISSUE by Michelle: Check to make sure $links isn't empty before iterating thru it. Thanks to ghankstef for testing.
  623. February 7, 2009
  624. ----------------
  625. #315972 by Michelle: Finished the reply link theming started yesterday.
  626. #369078 by lamigo: Fixed postgres errors.
  627. #370422 by Michelle: Replaced path_to_theme with my own function that always has the path to the actual site theme.
  628. #367496 by Michelle: Added check for link text when buttonifying.
  629. February 6, 2009
  630. ----------------
  631. #315972 by Michelle: Separated out topic header into its own theme file and made the reply link a themeable function.
  632. February 4, 2009
  633. ----------------
  634. #367481 by Michelle: Fixed up statistics including changing to use theme_username.
  635. February 3, 2009
  636. ----------------
  637. #366301 by Michelle, ipwa: Fixed author pane layout on stacked styles.
  638. #365491 by Michelle, bouton: Cleaned up legend markup / css.
  639. January 27, 2009
  640. ----------------
  641. #315972 by Michelle: Small fix to link to jump to last post.
  642. NOISSUE by Michelle: Making coder happy.
  643. NOISSUE by Michelle: Updated readme with Author Pane dependency.
  644. January 26, 2009
  645. ----------------
  646. #102743 by yoroy: Updated topic icons.
  647. #363061 by Michelle, paulcouture: Eliminated duplicate users from statistics.
  648. Style clean up. Fixed #364385 and #360888 along the way.
  649. January 23, 2009
  650. ----------------
  651. #303548 by Michelle: Added imagecache support for forum avatars.
  652. January 22, 2009
  653. ----------------
  654. #360897 by RedKing: Added french translation.
  655. #352945 by Michelle, Heine: Added check that user is confirmed for last user in statistics.
  656. #351390 by Matafleur: Allow treat as forum post override to set item to _not_ be treated as a forum post.
  657. #328029 by Michelle: Added updated label in topic list.
  658. #328029 by Michelle: Added new label as well.
  659. January 18, 2009
  660. ----------------
  661. #303564 by Psicomante, Michelle: Added legend for forum icons.
  662. January 16, 2009 -- BETA 1
  663. ----------------
  664. #354704 by Michelle: Added check to be sure template is in use before adding the module path to it.
  665. #351395 by elfur: Added missing t() around link to top.
  666. #338722 by catch: Fixed bug in mark topics as read.
  667. NOISSUE by Michelle: Removed unneeded js file.
  668. #357361 by ron_s: Fixed created column class name.
  669. December 27, 2008
  670. -----------------
  671. NOISSUE by Michelle: Removed author pane preprocess and switched to passing the template in the theme call.
  672. NOISSUE by Michelle: Moved main author pane div from post template to author pane template & generally updated template.
  673. December 21, 2008
  674. -----------------
  675. #343853 by Michelle: Removed author pane code. This marks the start of dependency on the new author pane module.
  676. December 16, 2008
  677. -----------------
  678. #315972 by Michelle: Initial commit of jump to last post. Needs clean up and porting to D5.
  679. December 12, 2008 -- ALPHA 16
  680. -----------------
  681. #330000 and #328800 by Michelle: Redid image handling to ensure all images have alt text. Also made it possible for link images to be picked up automatically if they have a file name that matches the link key.
  682. #344697 by Michelle: Added permission to view statistics and also broke out statistics into its own template.
  683. December 11, 2008
  684. -----------------
  685. #345908 by Michelle: Fixed profile integration to account for change in core in D6.
  686. NOISSUE by Michelle: Fixed up author pane template comments and added facebook_status variable.
  687. #343848 by Michelle: Added variable for fasttoggle to author pane.
  688. December 9, 2008
  689. ----------------
  690. NOISSUE by Michelle: Made 'naked' the base style so all other styles only need to include changed files.
  691. December 8, 2008
  692. ----------------
  693. #320635 by Michelle: Added logic to 'treat as forum post' to account for reply pages. CSS is now loaded whenever AF determines the content is to be treated as a forum post.
  694. #320635 by Michelle: Improvements on theming reply pages, including using a seperate template for previews.
  695. #338268 by marcingy: Added option to set length of abbreviated topic title on forum overview.
  696. #338268 by Michelle: Added option to set 'time ago' cutoff.
  697. #303563 by Michelle: Clear readpath when marking read. (Outside module integration.)
  698. Redid table headers on topic list pages in an attempt to fix #334198 . Turned out not to be the problem but I like the new method better so am committing it anyway. Won't backport to D5, though.
  699. #339982 by Michelle: Fixed bug with comment wrapper template not loading.
  700. December 7, 2008
  701. ----------------
  702. #339890 by Michelle: Fixed short script opener in advf-forum-repeat-post.tpl.php (500 errors on paged threads)
  703. November 26, 2008 -- ALPHA 15
  704. -----------------
  705. NOISSUE by Michelle: Stripped naked down to bare layout.
  706. NOISSUE by Michelle: Added boxy and boxy_stacked styles.
  707. #335770 by Michelle: Removed update that tried to clear up long unused variables as it was giving false fails.
  708. November 22, 2008
  709. -----------------
  710. #325675 by Morbus: Implemented min-height IE fix suggested by Morbus.
  711. #337457 by Dave Reid: Fixed code that creates links array for comments to match missed change in core.
  712. November 17, 2008 -- ALPHA 14
  713. November 11, 2008
  714. ----------------
  715. NOISSUE by Michelle: Reverted changes to author pane auto file load patch.
  716. NOISSUE by Michelle: Code clean up.
  717. November 9, 2008
  718. ----------------
  719. NOISSUE by Michelle: Simplified code for including author-pane.inc files.
  720. #331609 by Michelle, dvessel: Fixed problem with advf-author-user.tpl.php not being called from theme.
  721. NOISSUE by Michelle: advf-forum-repeat-post.tpl.php still had clearfix instead of clear-block.
  722. November 8, 2008
  723. ----------------
  724. NOISSUE by Michelle: More style tweaking in naked and blue_lagoon. Still broken in IE.
  725. November 7, 2008
  726. ----------------
  727. NOISSUE by Michelle: Changed naked_stacked to match recent changes to forum threads in naked.
  728. November 2, 2008
  729. ----------------
  730. NOISSUE by Michelle: Contact link was using the D5 version of the l() function probably due to bad copy.
  731. NOISSUE by Michelle: Made sure all the icons in CVS matched my local copies.
  732. November 1, 2008
  733. ----------------
  734. #326706 by Michelle: Changed query that calculates number of new comments to try and fix problem with old comments. Minimally tested.
  735. #327057 by Michelle: Refactored treat_as_forum_post() to add a hook and generally condense and clean up the code.
  736. #328617 by Michelle: If there are no new comments on a thread, don't put the # at the end of the URL on the link from the forum list page.
  737. October 27, 2008
  738. ---------------
  739. #326460 by Michelle: Changed included contrib modules to new format.
  740. October 22, 2008
  741. ---------------
  742. #266682 by Morbus, Michelle: Added forum statistics. Also a few minor fixes and extra docs that slipped in at the same time.
  743. October 20, 2008
  744. ---------------
  745. NOISSUE by Michelle: Added blue_lagoon_stacked style.
  746. NOISSUE by paris: Added blank icons for blue_lagoon and naked.
  747. October 20, 2008
  748. ---------------
  749. #323631 by Morbus: Style fixes for blue_lagoon. Removed need for background image.
  750. #323632 by Michelle: Removed member ID from naked & blue_lagoon templates as requested by Morbus.
  751. #323656 by Michelle: Removed override that set table row borders to 0.
  752. #319942 by Michelle: Thanks to Morbus for pointing out that Drupal code comes with a clearer. Changed over to using it.
  753. NOISSUE by Michelle: Small fixes to all styles based partially on Morbus' patch from #323631
  754. #323653 by Michelle: Set a minimum height for the author pane. Also some other minor fixes.
  755. #321590 by Morbus: Gets rid of div when forum description is empty.
  756. #321041 by derhasi, swill, Michelle: Fixed errors in Mark as Read functionality.
  757. #322125 by swill: Fixed bug with comment link array recreation.
  758. October 7, 2008 -- ALPHA 13
  759. ---------------
  760. #291084 by Michelle: Removed all collapsable container code as it caused too many issues. Many thanks to jmorahan for tracing the bizarre pagers to this code.
  761. #316525 by CompShack, samuelet: Minor CSS fixes to forum posts to fix IE 7 issues.
  762. #318303 by Michelle, waawaamilk: Added static variable to avoid making multiple trips to the cache per page.
  763. October 1, 2008 -- ALPHA 12
  764. ---------------
  765. #314205 by Michelle: More style cleanup.
  766. NOISSUE by Michelle: Code cleanup.
  767. September 30, 2008
  768. ------------------
  769. #313693 by nigel: Sped up function to retrieve the count of new comments in a forum.
  770. #312958 by Michelle: Added $container_description to forum list template.
  771. NOISSUE by Michelle: Code cleanup.
  772. September 29, 2008
  773. ------------------
  774. #314108 by Michelle: Fixed shadow post message.
  775. September 28, 2008
  776. ------------------
  777. #314205 by Michelle, stephthegeek: Lots of style cleanup.
  778. #314186 by Michelle: Fixed broken comment numbering.
  779. NOISSUE by Michelle: Changed 'forum user' to 'author pane' for clarity.
  780. September 26, 2008
  781. ------------------
  782. #303549 by Michelle: Cleaned up author info pane.
  783. #250112 by Michelle: Added userpoints categorization. Also added branding suggested by Vuds in #310460. Also fixed missing t()s.
  784. #314205 by Michelle: First round of style cleanup.
  785. September 25, 2008
  786. ------------------
  787. #312602 by Michelle, merlinofchaos: Fixed broken query for counting the unread comments in a forum.
  788. #303740 by nigel, Michelle: Fixed lots of little bugs found with E_ALL warnings.
  789. September 24, 2008
  790. ------------------
  791. #306633 by Michelle: Added more icons.
  792. #291084 by halkeye: Cleared options before collapsable container setting.
  793. NOISSUE by waawaamilk: Fixed bug with counting forums in forum list preprocess.
  794. #306633 by Michelle: Renamed most of the icons for a more consistant naming and replaced some.
  795. September 18, 2008
  796. ------------------
  797. #310547 by Michelle: Added 'hidden options' to settings page as well as other work on the settings page. This also necessitated a change to the collapsable container code.
  798. NOISSUE by Michelle: Added check for css files in theme directory so they can be overridden.
  799. #309955 by Michelle: Comment wrapper preprocess was not checking that we are on a forum node.
  800. September 17, 2008
  801. ------------------
  802. #291084 by cridenour: More work on the collapsable forum containers: setting initial state and remembering state.
  803. September 16, 2008
  804. ------------------
  805. #309233 by merlinofchaos, Michelle: Adjusted theme registry manipulation to properly find .tpl files in themes and subthemes.
  806. NOISSUE by Michelle: Made killing of topic navigation optional since there are a few people out there who like it.
  807. #309066 by asxnot: Fixed PHP 4 issue with forum list icons.
  808. September 14, 2008
  809. ------------------
  810. #291084 by grn, Michelle: More fixes for collapsable containers.
  811. #303542 by Michelle: Updated README.txt
  812. #299258 by Michelle: Documented icon sources.
  813. September 13, 2008
  814. ------------------
  815. #291084 by grn: Added initial jquery to make collapsable containers work. Still rough but usable.
  816. #303556 by alpritt: Fixed no background showing in header on forum icon column.
  817. NOISSUE by Michelle: Changed jump to first reply on top of forum nodes to show total replies as well.
  818. #303556 by Michelle: Fixed issue with topic list header.
  819. September 10, 2008
  820. ------------------
  821. #303816 by Michelle: Fixed post reply bug.
  822. #303556 by Michelle: Added blue_lagoon style.
  823. September 8, 2008
  824. -----------------
  825. #291084 by Michelle: Some preliminary work to set up the classes for collapsable containers.
  826. September 7, 2008
  827. -----------------
  828. NOISSUE by Michelle: Cleaned up user info .tpl and modules that feed it.
  829. #303799 by Michelle: Moved folder icons into their own column. Also cleaned up forum list tpl.
  830. #303799 by Michelle: Fixed issue with indenting when no containers.
  831. September 6, 2008
  832. -----------------
  833. #303553 by stephthegeek: Tweaks to naked style.
  834. #303740 by nigel, Michelle, neclimdul: Fixed some E_ALL warnings.
  835. #228557 by neclimdul: Collect extra user info variables via hook.
  836. September 2, 2008
  837. -----------------
  838. NOISSUE by Michelle: Fixed joined date to not use hardcoded format. Regex provided by Morbus.
  839. #274978 by Michelle: Fixed signatures so they work with and without signature for forums installed.
  840. NOISSUE by Michelle: Re-arranged functions and cleaned up some comments.
  841. #268684 by Michelle: Removed old themes directory.
  842. #268684 by Michelle: Added code to change forum icon when new posts.
  843. #268684 by Michelle: Added new forum icons.
  844. #268684 by Michelle: Changed 'mark as read' to use new icon.
  845. #268684 by Michelle: Added advf-comment-wrapper.tpl.php and used it to add reply link at bottom of each page.
  846. #301089 by George2: Only print title div if there is a title on the comment.
  847. NOISSUE by Michelle: Fixed bad copy of &variables when calling functions. Thanks afeijo for reporting it.
  848. NOISSUE by Michelle: Changed 'ago' to showing actual dates when over 48 hours.
  849. #302125 by IceCreamYou, Michelle: Added facebook status support.
  850. September 1, 2008
  851. -----------------
  852. #238668 by Michelle: Added advanced setting to turn this off if it causes performance problems.
  853. #268684 by Michelle: Added support for flatgrey style. Actual style has not been added yet.
  854. #228557 by Michelle: Moved contrib code into individual files to pave the way for plugin system. Removed modules not yet ported to D6.
  855. #300594 by Michelle: Updated private message code to work with D6 rewrite.
  856. August 21, 2008
  857. ---------------
  858. #295562 by catch: Make 'views' column in topic list statistics.module dependent.
  859. #268684 by Michelle: Cleaned up advf-forum-topic-list.tpl.php and moved some logic into the preprocess.
  860. #268684 by Michelle: Added classes to table header for topic list and cleaned up empty fields.
  861. Made advanced setting for turning off created column.
  862. #238668 by ixeft, Michelle: Added N new posts to forum overview.
  863. August 20, 2008
  864. ---------------
  865. #268684 by merlinofchaos, sdboyer, and a tiny bit Michelle: Adapted panels plug in system to allow any module to add styles to advanced forum. This paves the way for offering multiple styles with the module as well as letting others contribute styles. Also 'renamed' themes directory to styles so much moving around of files. (Theme changes: The default advforum style as well as any customized themes won't work at this point. Instructions coming once this stabalizes.)
  866. August 15, 2008
  867. ---------------
  868. #297227 by Michelle: Missed spot affected by D6's change to per type comment settings.
  869. August 15, 2008
  870. ---------------
  871. #268684 by stephthegeek: Added new "naked" style. This completely revamped basic style will be the base for future styles.
  872. #268684 by Michelle: Simplified style switching / icon finding to pave the way for this issue. This is a temporary measure until the new style plugin system is written. (Theme changes: Themes are now styles and these notes will be called "Style changes" after this. As of this change, you need to set the name of the style on the options page. Advf will look for a directory by that name first in the active theme and then in the module. If you want to customize a style, copy the entire directory into your theme and make changes there.)
  873. August 1, 2008
  874. --------------
  875. #268273 by Michelle: Another fix for the last comment in forum mess.
  876. June 9, 2008
  877. ------------
  878. #268680 by Morbus: Whitespace / comment cleanup.
  879. Code cleanup and syncing the branches.
  880. June 6, 2008 - ALPHA 1
  881. ------------
  882. #241982 by Michelle: Fixed install function for filling table so it doesn't give warnings and returns success/failure properly. Since it was filling the table even with the warnings, there's no need to rerun this.
  883. #242527 by Michelle: Re-fixed the problem with views showing blank instead of 0.
  884. June 5, 2008
  885. ------------
  886. #241982 by Michelle: Added function to .install to fill last post table with initial values.
  887. #241982 by Michelle: Adjusted comment link to account for multiple pages.
  888. #241982 by Michelle: Added icon linked to most recent comment. (Theme changes: advf-forum-submitted.tpl.php, added newest_comment.gif)
  889. #266765 by aMakUzr: Fixed class markup on forum posts.
  890. June 3, 2008
  891. ------------
  892. #242527 by Michelle: Initialized view count to 0 so it doesn't show blank when no views of topic.
  893. #208440 by Michelle: Made reference post use forum theme when replying. Also removed links from comment in reply mode.
  894. #241982 by Michelle: Updated variable list in comments of advf-forum-submitted.tpl.php to account for changes.
  895. June 2, 2008
  896. ------------
  897. #241982 by Michelle: Added checking to see if last topic has been deleted or unpublished.
  898. May 30, 2008
  899. ------------
  900. #241982 by Michelle with tons of help from litwol and neclimdul: Updated install file to create the new table.
  901. #241982 by Michelle (based on idea from Bdragon): Use a table to store reference to last posts in forum to replace the monster query.
  902. Still to do: Account for deleted/unpublished comments and nodes. Write something in the install file to backfill table with existing posts. More testing.
  903. Theme changes:
  904. advf-forum-submitted.tpl.php - Added an extra section for adding more info when a comment is the latest.
  905. #No issue by Michelle, Added some doxygen comments and moved around some functions for better readability.
  906. May 27, 2008
  907. ------------
  908. #263943 by SkoalFyfan: Changed template name from forums to advf-forums in preprocess code.
  909. #256174 by seals: Swedish translation update.
  910. May 27, 2008
  911. ------------
  912. Fixed up function advanced_forum_treat_as_forum_post() to be better commented, more logical, #232513 allow other content types (thanks nbz for the starter code), and fix #260640 comment theming not defaulting to off.
  913. #217194 Added template file to theme the repeated node on paginated forum threads. Thanks, Morbus. (Theme changes: advf-forum-repeat-post.tpl.php)
  914. Pulled creating the 'topic pager' out of advanced_forum_preprocess_forum_topic_list to simplify it.
  915. #242527 Added number of views to the topic listing page. Thanks to Zandroc for the starter code. (Theme changes: advf-forum-topic-list.tpl.php, advanced_forum-structure.css)
  916. Removed some unused CSS from advanced_forum.css
  917. May 13, 2008
  918. ------------
  919. Removed debug code left in MAR and cleaned up comments. Thanks afeijo.
  920. May 12, 2008
  921. ------------
  922. Port from D5: #255949 Added link to top of forum threads that lists the number of unread comments and links to the first one. This links to the comment id and so will work across pages. (Theme changes: advf-forum-post.tpl.php - Added $jump_first_new)
  923. Added extra markup for the post header area. (Theme changes: advf-forum-post.tpl.php - Added div.forum-post-header)
  924. #253155 Changed _is_forum() to advanced_forum_treat_as_forum_post() to comply with coding standards and clarify purpose.
  925. #253155 Changed _topic_nid() to _advanced_forum_topic_nid().
  926. #253155 Changed theme_image... to theme('image'...
  927. Ported path_to_subtheme() related code from D5.
  928. #246701 IE 6 fixes. Thanks, CompShack. (Theme changes: Affects both .css files)
  929. May 9, 2008
  930. -----------
  931. #241071 Mark as read function rewritten by afeijo (with some early help from konfuzed) on IRC. Thanks for the late night debugging to get this working.
  932. May 8, 2008
  933. -----------
  934. #238125 Removed the sql rewrite since it doesn't work with subqueries.
  935. #248652 Fixed PHP 4 incompatibility in showing last post in forum. Thanks jamix.
  936. #249651 Added check that contact module is enabled.
  937. #254051 Fixed error in mark as read menu item.
  938. #256174 Added Swedish translation. Thanks seals.
  939. Ported settings page from 5.x.
  940. #241071 Got mark as read partially working. Still an error.
  941. May 7, 2008
  942. -----------
  943. #254892 Added variable for forum description to forum topic list. Theme changes: advf-forums.tpl.php - Added description. advf-forum-topic-list.tpl.php - Updated variable list to include $forum_description. advf-forum-topic-list.tpl.php - padding around new class.
  944. May 1, 2008
  945. -----------
  946. Ported some small fixes that were done for D5 but not D6.
  947. Updated D6 with all D5 theme changes.
  948. #237362 Loaded user object in preprocesses for node and comment rather than in template_preprocess_author_pane so it is available in the main forum post template. Fixed #236870 in the process.
  949. March 22, 2008
  950. --------------
  951. Fixed remaining issues with advanced_forum_get_all_last_topics (I hope!)
  952. Updated README.txt and CHANGELOG.txt
  953. Fixed $Id at the tops of all the files.
  954. March 18, 2008
  955. --------------
  956. #222212 #235749 Removed caching from advanced_forum_get_all_last_topics due to too many problems.
  957. March 3, 2008
  958. -------------
  959. Added some tweaks to the user info pane
  960. Feb 25, 2008
  961. ------------
  962. Added better shadow topic link.
  963. Feb 24, 2008
  964. ------------
  965. Fixed last topics in forums list. Thanks to LasseP.
  966. Feb 23, 2008
  967. ------------
  968. Added back in mark as read buttons.
  969. Added extra formatting to sticky topics.
  970. Added folder icon to forum list.
  971. More CSS tweaks
  972. Feb 22, 2008
  973. ------------
  974. #204281 Fixed indenting on forum overview.
  975. #219958 Added reply button to top of thread.
  976. Recreated links on comments so we can theme them better and changed CSS to match.
  977. Small CSS fixes to adapt to new .tpl files.
  978. FEB 21, 2008 - D6 BRANCH
  979. Massive changes to begin porting this to 6.x
  980. ----------------------- Pre-Port -----------------------------------------------
  981. Feb 07, 2008 - ALPHA 2
  982. ------------
  983. Minor theme tweaks - Fixed mark as read button & lightened post info background
  984. Added rest of CSS to theme links on forum topics like buttons
  985. #212329 Changed 'Add comment' link to 'Reply' on top post.
  986. Feb 5, 2008
  987. ------------
  988. Incorporated mark as read code into main module
  989. Themed forum links to look like buttons
  990. Changed link for shadow posts to give name of forum and link to the moved post
  991. Feb 3, 2008 - ALPHA 1
  992. -----------
  993. Committed all of eigentor's changes to the default theme
  994. Jan 23, 2007
  995. ------------
  996. Added t() to 'posted on'
  997. Dec 22, 2007
  998. ------------
  999. Created this changelog to help early adopters keep up with my changes. Will only be recording major changes until the module gets non-dev releases.
  1000. Notable recent changes:
  1001. - Moved all theme related files into themes/advforum to enable alternate themes
  1002. - Removed call to _is_forum() at the top of node-forum.tpl.php and rolled logic into the function
  1003. - Renamed node-forum.tpl.php to forum-thread.tpl.php
  1004. Nov 18, 2007
  1005. ------------
  1006. Created project for advanced forum and uploaded some early code