Log of /contributions/modules/advanced_forum/advanced_forum.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.149.2.43 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Jul 29 23:06:40 2009 UTC
(3 months, 4 weeks ago)
by
merlinofchaos
Branch:
DRUPAL-6--2
Changes since
1.149.2.42: +57 -2 lines
Diff to
previous 1.149.2.42
, to
branch point 1.149
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.
Revision
1.149.2.36 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Jul 10 19:26:01 2009 UTC
(4 months, 2 weeks ago)
by
michellec
Branch:
DRUPAL-6--2
Changes since
1.149.2.35: +11 -1 lines
Diff to
previous 1.149.2.35
, to
branch point 1.149
NOISSUE by Michelle: In doing #512222, there was a major CVS mixup and lots of files didn't get changed over. This commit adds all those but also pulls in unfinisged changes for #497450 as well as #515966 which is mostly done but not recognizing the AF version of the template.
Revision
1.149.2.29 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Jun 25 01:52:17 2009 UTC
(5 months ago)
by
michellec
Branch:
DRUPAL-6--2
Changes since
1.149.2.28: +49 -102 lines
Diff to
previous 1.149.2.28
, to
branch point 1.149
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.
Revision
1.149.2.16 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Jun 15 17:51:23 2009 UTC
(5 months, 1 week ago)
by
michellec
Branch:
DRUPAL-6--2
Changes since
1.149.2.15: +139 -1464 lines
Diff to
previous 1.149.2.15
, to
branch point 1.149
#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.
Revision
1.142 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Feb 11 17:06:26 2009 UTC
(9 months, 2 weeks ago)
by
michellec
Branch:
MAIN
Changes since
1.141: +26 -5 lines
Diff to
previous 1.141
#303548 by Michelle: Added default avatar support to custom user picture function and also linked to profile.
Revision
1.140 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Feb 9 03:10:19 2009 UTC
(9 months, 2 weeks ago)
by
michellec
Branch:
MAIN
Changes since
1.139: +1 -1 lines
Diff to
previous 1.139
NOISSUE by Michelle: Check to make sure isn't empty before iterating thru it. Thanks to ghankstef for testing.
Revision
1.135 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Feb 7 05:21:19 2009 UTC
(9 months, 2 weeks ago)
by
michellec
Branch:
MAIN
Changes since
1.134: +62 -50 lines
Diff to
previous 1.134
#315972 by Michelle: Separated out topic header into its own theme file and made the reply link a themeable function.
Revision
1.124 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Jan 9 05:14:10 2009 UTC
(10 months, 2 weeks ago)
by
michellec
Branch:
MAIN
Changes since
1.123: +1 -4 lines
Diff to
previous 1.123
#356239 by Michelle: Fixed broken preprocess system left over from AP conversion.
NOISSUE by Michelle: Mass copy to make sure cvs is in sync with my dev copy.
Revision
1.121 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Dec 12 20:57:03 2008 UTC
(11 months, 2 weeks ago)
by
michellec
Branch:
MAIN
Changes since
1.120: +71 -51 lines
Diff to
previous 1.120
#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.
Revision
1.21.2.101 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Dec 12 20:37:17 2008 UTC
(11 months, 2 weeks ago)
by
michellec
Branch:
DRUPAL-6--1
Changes since
1.21.2.100: +71 -52 lines
Diff to
previous 1.21.2.100
, to
branch point 1.21
#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.
Revision
1.115 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Dec 8 21:23:17 2008 UTC
(11 months, 2 weeks ago)
by
michellec
Branch:
MAIN
Changes since
1.114: +3 -2 lines
Diff to
previous 1.114
#340149 by mverdier, Michelle: Fixed 'open_basedir restriction' error that occurs when using Zen on D5 without using a subtheme.
Revision
1.114 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Dec 8 20:59:30 2008 UTC
(11 months, 2 weeks ago)
by
michellec
Branch:
MAIN
Changes since
1.113: +346 -385 lines
Diff to
previous 1.113
#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.
Revision
1.113 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Dec 7 03:17:08 2008 UTC
(11 months, 2 weeks ago)
by
michellec
Branch:
MAIN
Changes since
1.112: +390 -335 lines
Diff to
previous 1.112
#334850 by Michelle: Zen bypasses some needed code for loading the author pane files. This ensures the files get loaded.
Revision
1.111 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Nov 2 05:05:48 2008 UTC
(12 months, 3 weeks ago)
by
michellec
Branch:
MAIN
Changes since
1.110: +1 -1 lines
Diff to
previous 1.110
#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.
Revision
1.110 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Nov 2 04:50:30 2008 UTC
(12 months, 3 weeks ago)
by
michellec
Branch:
MAIN
Changes since
1.109: +53 -51 lines
Diff to
previous 1.109
#327057 by Michelle: Refactored treat_as_forum_post() to add a hook and generally condense and clean up the code.
Revision
1.109 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Nov 2 03:15:51 2008 UTC
(12 months, 3 weeks ago)
by
michellec
Branch:
MAIN
Changes since
1.108: +7 -7 lines
Diff to
previous 1.108
#326706 by Michelle: Changed query that calculates number of new comments to try and fix problem with old comments. Minimally tested.
Revision
1.107 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Oct 22 23:01:02 2008 UTC
(13 months ago)
by
michellec
Branch:
MAIN
Changes since
1.106: +58 -0 lines
Diff to
previous 1.106
#266682 by Morbus, Michelle: Added forum statistics. Also a few minor fixes and extra docs that slipped in at the same time.
Revision
1.103 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Oct 8 02:54:54 2008 UTC
(13 months, 2 weeks ago)
by
michellec
Branch:
MAIN
Changes since
1.102: +7 -1 lines
Diff to
previous 1.102
#318303 by Michelle, waawaamilk: Added static variable to avoid making multiple trips to the cache per page.
Revision
1.102 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Oct 7 21:57:13 2008 UTC
(13 months, 2 weeks ago)
by
michellec
Branch:
MAIN
Changes since
1.101: +0 -53 lines
Diff to
previous 1.101
#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.
Revision
1.101 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Oct 5 21:47:21 2008 UTC
(13 months, 3 weeks ago)
by
michellec
Branch:
MAIN
Changes since
1.100: +29 -12 lines
Diff to
previous 1.100
#317174 by Michelle: Moved CSS/JS calls out of menu code except for main forum pages to avoid conflicts with other theme changing modules.
Revision
1.98 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Oct 2 04:19:16 2008 UTC
(13 months, 3 weeks ago)
by
michellec
Branch:
MAIN
Changes since
1.97: +151 -90 lines
Diff to
previous 1.97
#314205 by Michelle: More style cleanup.
NOISSUE by Michelle: Code cleanup.
#313693 by nigel: Sped up function to retrieve the count of new comments in a forum.
#312958 by Michelle: Added to forum list template.
NOISSUE by Michelle: Added some hoop jumping code to make the comment wrapper template work.
Revision
1.21.2.62 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Sep 25 04:33:54 2008 UTC
(14 months ago)
by
michellec
Branch:
DRUPAL-6--1
Changes since
1.21.2.61: +60 -7 lines
Diff to
previous 1.21.2.61
, to
branch point 1.21
#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.
Revision
1.91 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Sep 25 04:32:55 2008 UTC
(14 months ago)
by
michellec
Branch:
MAIN
Changes since
1.90: +61 -9 lines
Diff to
previous 1.90
#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.
Revision
1.90 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Sep 19 03:00:05 2008 UTC
(14 months, 1 week ago)
by
michellec
Branch:
MAIN
Changes since
1.89: +108 -66 lines
Diff to
previous 1.89
#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.
Revision
1.89 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Sep 17 20:28:20 2008 UTC
(14 months, 1 week ago)
by
michellec
Branch:
MAIN
Changes since
1.88: +60 -1 lines
Diff to
previous 1.88
#291084 by cridenour: More work on the collapsable forum containers: setting initial state and remembering state.
Revision
1.21.2.56 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Sep 16 20:56:29 2008 UTC
(14 months, 1 week ago)
by
michellec
Branch:
DRUPAL-6--1
Changes since
1.21.2.55: +38 -7 lines
Diff to
previous 1.21.2.55
, to
branch point 1.21
#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.
Revision
1.87 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Sep 14 03:51:15 2008 UTC
(14 months, 1 week ago)
by
michellec
Branch:
MAIN
Changes since
1.86: +4 -2 lines
Diff to
previous 1.86
NOISSUE by Michelle: Changed jump to first reply on top of forum nodes to show total replies as well.
Revision
1.86 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Sep 14 03:05:28 2008 UTC
(14 months, 1 week ago)
by
michellec
Branch:
MAIN
Changes since
1.85: +14 -1 lines
Diff to
previous 1.85
#291084 by grn, Michelle: grn dded initial jquery to make collapsable containers work. Michelle added the PHP to set the classes.
Revision
1.84 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Sep 7 04:09:51 2008 UTC
(14 months, 2 weeks ago)
by
michellec
Branch:
MAIN
Changes since
1.83: +1 -1 lines
Diff to
previous 1.83
#303553 by stephthegeek: Tweaks to naked style.
#303740 by nigel, Michelle, neclimdul: Fixed some E_ALL warnings.
Revision
1.21.2.48 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Sep 3 04:31:08 2008 UTC
(14 months, 3 weeks ago)
by
michellec
Branch:
DRUPAL-6--1
Changes since
1.21.2.47: +49 -17 lines
Diff to
previous 1.21.2.47
, to
branch point 1.21
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.
Revision
1.83 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Sep 3 04:29:37 2008 UTC
(14 months, 3 weeks ago)
by
michellec
Branch:
MAIN
Changes since
1.82: +42 -9 lines
Diff to
previous 1.82
#268684 by Michelle: Changed 'mark as read' to use new icon.
#301089 by George2: Only print title div if there is a title on the comment.
#NOISSUE by Michelle: Changed 'ago' to showing actual dates when over 48 hours.
#302125 by IceCreamYou, Michelle: Added facebook status support.
Revision
1.82 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Sep 2 22:04:22 2008 UTC
(14 months, 3 weeks ago)
by
michellec
Branch:
MAIN
Changes since
1.81: +0 -0 lines
Diff to
previous 1.81
#268684 by Michelle: Added code to change forum icon when new posts.
#268684 by Michelle: Added new forum icons.
Revision
1.81 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Sep 2 21:15:00 2008 UTC
(14 months, 3 weeks ago)
by
michellec
Branch:
MAIN
Changes since
1.80: +60 -9 lines
Diff to
previous 1.80
#268684 by Michelle: Backport: Cleaned up advf-forum-topic-list.tpl.php and moved some logic into the preprocess.
#268684 by Michelle: Backport: Added classes to table header for topic list and cleaned up empty fields.
#238668 by ixeft, Michelle: Backport: Added N new posts to forum overview.
Revision
1.21.2.43 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Sep 2 04:51:47 2008 UTC
(14 months, 3 weeks ago)
by
michellec
Branch:
DRUPAL-6--1
Changes since
1.21.2.42: +43 -92 lines
Diff to
previous 1.21.2.42
, to
branch point 1.21
#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.
Revision
1.21.2.42 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Aug 22 13:54:59 2008 UTC
(15 months ago)
by
michellec
Branch:
DRUPAL-6--1
Changes since
1.21.2.41: +55 -8 lines
Diff to
previous 1.21.2.41
, to
branch point 1.21
#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 hidden setting for turning off created column. May move this into settings at some point.
#238668 by ixeft, Michelle: Added N new posts to forum overview. Query is slow and this may get removed again.
Revision
1.71 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Jun 11 03:05:15 2008 UTC
(17 months, 2 weeks ago)
by
michellec
Branch:
MAIN
Changes since
1.70: +49 -28 lines
Diff to
previous 1.70
#NONE by Michelle: Backported the refactored theme path related functions including adding a new setting for the icon directory.
Revision
1.70 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Jun 11 02:20:03 2008 UTC
(17 months, 2 weeks ago)
by
michellec
Branch:
MAIN
Changes since
1.69: +52 -117 lines
Diff to
previous 1.69
#228557 by neclimdul: Added preprocessor code to emulate the preprocessor in Drupal 6 which allows other modules to add to advanced forum. This patch created a new modules directory which holds individual includes for each module adding to advforum.
Revision
1.21.2.34 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jun 10 20:49:19 2008 UTC
(17 months, 2 weeks ago)
by
michellec
Branch:
DRUPAL-6--1
Changes since
1.21.2.33: +41 -59 lines
Diff to
previous 1.21.2.33
, to
branch point 1.21
#269041 by Michelle: Removed unneeded Zen related code that was likely the cause of this issue and also refactored the theme path related functions including adding a new setting for the icon directory.
Revision
1.68 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Jun 7 21:49:30 2008 UTC
(17 months, 2 weeks ago)
by
michellec
Branch:
MAIN
Changes since
1.67: +40 -125 lines
Diff to
previous 1.67
#267827 by Michelle: Ripped out the last week of work and am attempting to do this with a query again.
Revision
1.66 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Jun 6 02:57:04 2008 UTC
(17 months, 3 weeks ago)
by
michellec
Branch:
MAIN
Changes since
1.65: +7 -1 lines
Diff to
previous 1.65
#241982 by Michelle: Added icon linked to most recent comment. (Theme changes: advf-forum-submitted.tpl.php, added newest_comment.gif)
Revision
1.64 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jun 3 19:26:36 2008 UTC
(17 months, 3 weeks ago)
by
michellec
Branch:
MAIN
Changes since
1.63: +14 -13 lines
Diff to
previous 1.63
#208440 by Michelle: Made reference post use forum theme when replying. Also removed links from comment in reply mode.