Projet

Général

Profil

Paste
Télécharger (66 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / advanced_forum / CHANGELOG.txt @ 74f6bef0

1

    
2
****************************** DRUPAL 7 - 2.x BRANCH ********************************
3

    
4
July 07, 2013
5
-------------
6
7.x-2.3 RELEASE
7

    
8
July 07, 2013
9
-------------
10
by troky: Code cleanup.
11
Issue #2035217 by BertjeC: Reverting commit #5047fcb.
12

    
13
July 04, 2013
14
-------------
15
7.x-2.2 RELEASE
16

    
17
June 28, 2013
18
-------------
19
Issue #1948652 by EuroDomenii: Fixed wrong topics and posts count - removed recursive call.
20

    
21
June 04, 2013
22
-------------
23
Issue #2011380 by pc-wurm: Fixed forum contextual links.
24

    
25
May 20, 2013
26
------------
27
Issue #1998300 by inventlogic: Comment edit does not use the post_preview template file when previewing edited comments.
28

    
29
May 07, 2013
30
------------
31
Issue #1946386 by troky: Fixed incorrect number of new replies when node has more revisions v2.
32

    
33
May 04, 2013
34
------------
35
Issue #1982030 by rooby: Added labels to select fields on forum topic sort form.
36
Issue #1975746 by troky: Fixed notice in advanced_forum_settings_page().
37

    
38
March 19, 2013
39
--------------
40
Issue #1946386 by troky: Fixed incorrect number of new replies when node has more revisions.
41

    
42
March 18, 2013
43
--------------
44
Issue #1941338 by troky: Fixed AF menu alteration. Changed forum/%forum_forum to forum/%advanced_forum_forum.
45

    
46
March 17, 2013
47
--------------
48
Issue #1944162 by nsalyzyn: Added check for $view->style_plugin existance.
49

    
50
March 07, 2013
51
--------------
52
Issue #1936476 by troky: Fixed query (added table reference) in advanced_forum_post_position()
53

    
54
February 24, 2013
55
-----------------
56
by troky: Fixed forum topic preview display.
57
Issue #720118 ny troky: Fixed forum hierarchy rendering on forum frontpage. Fixed subforum/subcontainer post count.
58
by troky: Decreased forum description font size.
59
Issue #1906536 by troky: Fixed forum styled comment numbering for non-forum nodes.
60

    
61
February 20, 2013
62
-----------------
63
Issue #1921238 by regilero: Class attribute should be an array in comment_preprocess
64
Issue #1635800 by troky: Removed anonymous/guest user count since it isn't supported by Drupal core.
65

    
66
February 19, 2013
67
-----------------
68
7.x-2.1 RELEASE
69

    
70
October 26, 2012
71
----------------
72
Issue #1817854 by troky: Fixed divide by zero in topic pager initialization.
73
Issue #1823770 by GBurg: Added node type to topic icon template.
74

    
75
October 23, 2012
76
----------------
77
Issue #1537826 by troky: Changed forum image detection mechanism.
78
Issue #1812966 by troky: Fixed date format in theme.inc.
79
Issue #1817854 by jakelitwicki: Fixed topic pager initialization.
80
Issue #1730740 by troky: Fixed JavaScript error in IE8.
81

    
82
October 18, 2012
83
----------------
84
Issue #1812966 by troky: Fixed theme variables in advanced_forum_preprocess_forum_submitted().
85

    
86
September 25, 2012
87
------------------
88
Issue #1779000 by troky: Unset core forum menu_local_tasks_alter hook to prevent calling forum_forum_load().
89

    
90
September 21, 2012
91
------------------
92
Issue #1775248 by dmitriytrt: Fixed breadcrumb generation for Page manager page.
93
Issue #1783340 by troky: Returned $forums variable to forum-list template.
94

    
95
August 28, 2012
96
---------------
97
Issue #418992 by troky: Fixed 'mark as read' function.
98

    
99
August 24, 2012
100
---------------
101
by troky: Performance improvements as per http://drupal.org/node/145353
102

    
103
August 12, 2012
104
---------------
105
Issue #1711680 by troky: Fixed Post reply button visible with no permissions to reply with Forum Access.
106

    
107
August 11, 2012
108
---------------
109
Issue #1724080 by troky: Fixed wrong post position displayed in topic replies when comments displaed in threaded mode.
110
by troky: Views re-exported to version 3.0.
111

    
112
August 08, 2012
113
---------------
114
Issue #1705628 by Scyther: Update integration for Author Pane.
115
Issue #1689236 by victoriachan: Fixed Undefined index: teaser in _template_preprocess_advanced_forum_topic_list_view().
116
Issue #1719156 by clude: Fixed terms localization.
117

    
118
July 16, 2012
119
-------------
120
Issue #1668740 by deviantintegral: Limit the count query to only node types that can actually be associated with the forum vocabulary.
121

    
122
July 05, 2012
123
-------------
124
Issue #1121208 by vidu_ram: Added default configuration for collapsible container.
125
Issue #962218 by troky: Changed strings to match core forum module.
126

    
127
July 01, 2012
128
-------------
129
Issue #1635800 by troky: Redone online users count.
130

    
131
June 29, 2012
132
-------------
133
Issue #1632260 by mcdruid, troky: Fixed performance issues with advanced_forum_statistics_replies.
134
Issue #1617840 by liquidcms: Added forum term translation support.
135

    
136
June 12, 2012
137
-------------
138
Issue #1621218 by sebcorbin: Fixed notices when non-forum associated content types are used.
139

    
140
June 09, 2012
141
-------------
142
Issue #1621956 by samsouk: Added missing "topics per page" parameter to forum list view.
143

    
144
June 02, 2012
145
-------------
146
Issue #210453 by troky: Added drop down list of forum hierarchy as template variable $forum_jump.
147

    
148
June 01, 2012
149
-------------
150
Issue #1612710 by troky: Fixed new post icon css in Blue lagoon style.
151

    
152
May 14, 2012
153
------------
154
Issue #1218894 by tomfriedhof: Removed Panels related conditional from Views preprocess function.
155
Issue #1218894 by troky: Fixed advanced_forum_forum_disabled variable function in registry.
156

    
157
May 13, 2012
158
------------
159
by troky: Panels adjusted and reexported.
160
Issue #1212964 by troky: CTools plugins redone/updated to D7 with bugfixes.
161

    
162
May 03, 2012
163
------------
164
Issue #1559340 by troky: Fixed notice while displaying orphaned forum shadow topic.
165

    
166
March 31, 2012
167
--------------
168
Issue #1506628 by BTMash: Added [Content Type Name] button localization.
169

    
170
March 19, 2012
171
-----------------
172
7.x-2.0 RELEASE
173

    
174
March 01, 2012
175
-----------------
176
by troky: Fixed undefined variable introduced in previous patch.
177

    
178
February 29, 2012
179
-----------------
180
Issue #1351392 by aidanlis: Added drupal_alter to advanced_forum_process_forum.
181

    
182
February 11, 2012
183
-----------------
184
by troky: Code cleanup in advanced_forum_allowed_node_types()
185

    
186
February 10, 2012
187
-----------------
188
Issue #1433566 by roderik: Reduce number of SQL queries on main forum page.
189

    
190
February 06, 2012
191
-----------------
192
Issue #1429936 by GANYANCI: Removed leftover function dpm().
193

    
194
January 22, 2012
195
----------------
196
Issue #1395164 by troky: Fixed hot icons don't show problem.
197

    
198
January 21, 2012
199
----------------
200
Issue #1396428 by troky: Fixed strict warning in advanced_forum_preprocess_comment.inc.
201
Issue #1309104 by mcdruid: Fixed table header text alignment.
202
Issue #1115950 by sahunt83: Changed Cloudless Day base theme to Naked.
203

    
204
December 24, 2011
205
-----------------
206
Issue #1369468 by mcdruid: Minor CSS fix.
207

    
208
December 13, 2011
209
-----------------
210
Issue #1369468 by troky: Fixed the same class name is being used for the title 'Topics' and for the total number of topics
211
Issue #1367808 by troky: Fixed duplication of div IDs for forum posts and comments.
212

    
213
December 05, 2011
214
-----------------
215
7.x-2.0rc1 release
216

    
217
December 04, 2011
218
-----------------
219
Issue #1339882 by troky: Fixed undefined index in in advanced_forum_links_alter().
220

    
221
November 16, 2011
222
-----------------
223
Issue #1340512 by troky: Removed obsolete Signatures for forums code.
224
Issue #1337470 by troky: Fixed Blue lagoon style.
225
Issue #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.
226

    
227
November 05, 2011
228
-----------------
229
7.x-2.0-BETA2 RELEASE
230
Issue #1309966 by troky: Fixed panel initialization code.
231

    
232
October 09, 2011
233
------------------
234
Issue #1303882 by cburschka: Fixed dangling </div> tag in forum list
235
Issue #1298272 by heymjo: Fixed strict warning in advanced_forum_process_forum()
236

    
237
October 01, 2011
238
------------------
239
Issue #1291556 by dloone: Fixed SQL exception when using "Mark all topics as read" when multiple revisions exist.
240

    
241
September 25, 2011
242
------------------
243
Issue #1286696 by troky: Fixed default topic sort order.
244
Issue #1286696 by troky: Changed default topic list sorting to desc (last_updated).
245
Issue #1287512 by troky: Fixed topic list view to display 0 replies instead of empty string.
246

    
247
September 17, 2011
248
------------------
249
Issue #1270710 by bxc, troky: Fixed error when AF doesn't include its files if Drupal installed in non-default folder.
250
Issue #1280736 by Scyther: Fixed default value for advanced_forum_style variable.
251

    
252
September 05, 2011
253
------------------
254
by troky: Fixed bugs in Panels and CTools plugins related code and re-exported panel handlers.
255
by troky: Removed duplicate forum_node_create_links content from forum panel.
256

    
257
September 01, 2011
258
------------------
259
7.x-2.0-BETA1 RELEASE
260

    
261
August 12, 2011
262
---------------
263
Issue #1264676 by troky: Added Image module existance check on settings page.
264

    
265
August 12, 2011
266
---------------
267
Issue #1109114 by troky: Fixed core template overrides.
268
Issue #1254866 by troky: Added 'forum_description' template variable to forum topic list page.
269

    
270
August 10, 2011
271
---------------
272
Issue #1243292 by troky: Added fallback to default style if current style doesnt exist anymore.
273

    
274
July 11, 2011
275
-------------
276
Issue #1197940 by a.ross: Added forum image option (was taxonomy image in D6).
277
Issue #1208128 by troky: Fixed permalink text when page is out of range.
278

    
279
July 01, 2011
280
-------------
281
7.x-2.0-ALPHA2 RELEASE
282

    
283
June 29, 2011
284
-------------
285
by troky: Views updated to 7.x-3.0-rc1.
286
by troky: Removed all Nodecomment relaed code.
287

    
288
June 22, 2011
289
-------------
290
Issue #1194792 by a.ross: Removed 3px margin between post header and post body.
291

    
292
June 21, 2011
293
-------------
294
Issue #1194792 by a.ross: Changed .forum-post selector to div.forum-post to avoid some themes (bad) overrides.
295

    
296
June 18, 2011
297
-------------
298
by troky: Fixed theme views search path again.
299
by troky: Updated comment-wrapper.tpl
300

    
301
June 17, 2011
302
-------------
303
by troky: Changed code to delete all related AF variables on uninstall.
304

    
305
June 10,2011
306
------------
307
Issue #1182632 by troky: Added pager variable to topic header template.
308

    
309
June 06,2011
310
------------
311
Issue #1154588 by troky: Removed 'User picture preset' option from settings page when Author Pane is not installed.
312
by troky: Moved post-edited to template and removed theme function.
313
by troky: Moved shadow-topic to template and removed theme function.
314

    
315
June 05,2011
316
------------
317
Issue #1145852 by troky: Fixed permissions issue when upgraded from D6.
318
by troky: Fixed hardcoded 'forums' vocabulary machine_name in views.
319
Issue #1157054 by troky: Fixed bug in 'mark as read' code.
320

    
321
June 04, 2011
322
-------------
323
by troky: Updated topic_list preprocess function: getting 'tid' usig arg() replaced by using menu_get_item() function.
324
by troky: Fixed notice in views introduced by above patch.
325
by troky: Moved topic-pager to template and removed theme function.
326

    
327
June 02, 2011
328
-------------
329
by troky: Upgraded template_preprocess_advanced_forum_topic_list_view to Views 3.x
330

    
331
May 31, 2011
332
------------
333
by troky: Fixed missing forum data when only container is displayed.
334
by troky: Fixed theme views search path.
335

    
336
May 30, 2011
337
------------
338
by troky: Fixed ignored comment wrapper template.
339
by troky: Changed collapsible containers javascript code to allow any element as handle. Added 'collapsible' class to handle parent element, too.
340
by troky: Added more (fragmented) variables for themers in advanced_forum_preprocess_forum_submitted.
341
by troky: Added option to load/override AF views from theme folder.
342

    
343
May 12, 2011
344
------------
345
by troky: Added new mark_as_read code.
346
by troky: Removed unused views.
347

    
348
May 08, 2011
349
------------
350
Issue #1150278 by troky: Fixed notice when statistics module is disabled.
351

    
352
May 07, 2011
353
------------
354
by troky: Unanswered topics view rebuilt. Removed unnecessary columns and changed sort criteria to topic/post creation date because there is no sense sorting it by last comment time since there are no comments by definition.
355

    
356
May 03, 2011
357
------------
358
Issue #1145852 by troky: Fixed topic-icon render code to display prober topic status.
359

    
360
May 02, 2011
361
------------
362
Issue #1140636 by troky: Updated views and few view-related notices.
363

    
364
April 28, 2011
365
--------------
366
Issue #1140636 by troky: Unanswered topics view rebuilt from scratch and re-exported. Fixed related code.
367

    
368
April 12, 2011
369
--------------
370
Issue #1124116 by dereine: Fixed notice and updated Views fields render code in template preprocess function.
371

    
372
April 07, 2011
373
--------------
374
Issue #1118822 by troky: Fixed Organic Groups view definition.
375

    
376
April 03, 2011
377
--------------
378
Issue #1114334 by niklas: Added a configure link on the module page.
379

    
380
March 31, 2011
381
--------------
382
Issue #1111218 by troky: Fixed notice when comment links missing.
383
Issue #1111856 by troky: Removed "Last Post" button when there are no comments/replies.
384

    
385
March 30, 2011
386
--------------
387
Issue #1109820 by troky: Fixed broken link to new posts in subforums.
388

    
389
March 29, 2011
390
--------------
391
Issue #1109114 by troky: Fixed and improved styles and templates handling code.
392

    
393
March 28, 2011
394
--------------
395
Issue #1105218 by troky: Fixed subcontainer theme rendering.
396

    
397
March 25, 2011
398
--------------
399
Issue #1104832 by troky: Fixed hook_views_api() initialization and some other Views related stuff.
400

    
401
March 24, 2011
402
--------------
403
Issue #1102510 by troky: Changed post_* and comment_* class names to match D7 core classes. Synced with commit #60bc64a.
404
Issue #1044322 by rcurtin, Michelle: Fixed topic listing icon not showing new posts on brand new topics.
405
Issue #1104314 by troky: Fixed problem with styling node types other than forum.
406

    
407
March 22, 2011
408
--------------
409
Issue #1096090 by Michelle: Initialized items property of  to avoid notices when a container is empty. Undoing fix from #1088836.
410
Issue #1100054 by troky: Fixed strict warning: Creating default object from empty value in _advanced_forum_preprocess_forum_list().
411

    
412
March 20, 2011
413
--------------
414
#1098542 by lasac: Fixed IE javascript bug in collapsible containers code.
415
#1088836 by troky: Fixed notices about undefined arrays in forum list preprocess.
416

    
417
March 07, 2011
418
--------------
419
#291084 by Michelle: Moved collapsible containers option to correct fieldset.
420
#291084 by troky: More JavaScript code cleanup.
421

    
422
March 05, 2011
423
--------------
424
#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.
425

    
426
February 28, 2011
427
-----------------
428
#1074710 by troky: Fixed update schema.
429

    
430
February 11, 2011
431
----------------
432
#1056710 by djjoshuad, troky: Fixed Panel handlers.
433

    
434
February 10, 2011
435
-----------------
436
#291084 by troky: Added slide effect to collapsible containters. JavaScript code cleanup.
437

    
438
February 06, 2011
439
-----------------
440
#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.
441
#1012238 by Michelle: Removed undead boxy and boxy_stacked that came back to life.
442

    
443
February 03, 2011
444
-----------------
445
#1041402 by troky: Fix css for forum table(s).
446

    
447
February 02, 2011
448
-----------------
449
#1048606 by troky: Fixed missing title/link to the last post.
450

    
451
February 01, 2011
452
-----------------
453
#1045200 by troky: Fixed 'reply_link' variable initialization in advanced_forum_preprocess_comment_wrapper().
454

    
455
January 31, 2011
456
----------------
457
#1046436 by troky: Fixed duplicate comment text.
458

    
459
January 29, 2011
460
----------------
461
#1044082 by troky: Fixed node templates to show all fields, not only body text.
462
NOISSUE by troky: Fixed line breaks in template_preprocess_advanced_forum_topic_list_view.
463

    
464
January 29, 2011
465
----------------
466
NOISSUE by troky: Fixed wrongly constructed query in advanced_forum_unread_replies_in_forum().
467
#1042636 by troky: Fixed Forum Access module compatibility.
468

    
469
January 28, 2011
470
----------------
471
#1042664 by troky: Fixed variable name mismatch in advanced_forum_statistics_replies().
472
#1031712 by troky: Improved CSS to give structure to empty forums.
473
#1041426 by __Sander__: Wrapped forum tools menu items in t().
474

    
475
January 27, 2011
476
----------------
477
#1041128 by troky: Fixed PHP 5.3 strict warnings.
478
#992428 by Michelle: Fixed mark as read so it's not displayed on containers.
479

    
480
January 26, 2011
481
----------------
482
#935778 by troky, Michelle: Remove 'views' column when statistics not enabled.
483
NOISSUE by Michelle: Removed topic icon from unsanswered view as it caused notices and served no purposes.
484
#1031712 by Michelle: Gave structure to topic list empty view div to avoid layout issues when there are no topics in a forum.
485
#1001524 by Michelle: Created content types for forum tools and node create list.
486
#935322 / #1001524 by Michelle Got PM version in sync with non PM version.
487
#1031712 by troky: Fixed parsing of advanced_forum_forum_disabled variable.
488
#1040958 by troky: Fixed deleting all module variables in advanced_forum_uninstall()
489
NOISSUE by troky: Fixed formatting of some files, mostly newline characters.
490
NOISSUE by troky: Fixed 'Empty text' field in views definitions.
491

    
492
January 24, 2011
493
----------------
494
NOISSUE by troky: Removed extra character from advanced_forum_group_topic_list.view.
495
NOISSUE by troky: Fixed/changed default style to Silver Bells in settings.
496
NOISSUE by troky: Added missing filter parameter to views definition. Updated unanswered topics view.
497
#1023078 by troky: Fixed bunch of notices and undefined variable errors when previewing new topic.
498
#1037724 by gordon: Moved Advanced forum configuration menu into configuration page.
499
#291084 by troky: Added jquery.cookie dependency before including module javascript file.
500
#1037752 by troky: Fixed notices for "forum/0" case.
501
#1037722 by gordon: Added support for the core image module instead deprecated imagecache module.
502
NOISSUE by troky: Removed duplicate view definition from advanced_forum_topic_list.view
503

    
504
January 23, 2011
505
----------------
506
#1021826 by troky: Fixed missing comment form if "Show reply form on the same page as comments" set.
507
#1036012 by troky: Fixed extra space in default style name.
508
#1020190 by troky: Fixed undefined index from passing language into request for node's terms for multi-language site.
509
#1030130 by troky: Fixed undefined index error in active_topics view.
510
NOISSUE by troky: Re-exported common views (except those used by NC).
511
#1023078 by troky: Fixed undefined variables in post preview.
512
#291084 by troky: Updated collapsed containers code.
513

    
514
January 21, 2011
515
----------------
516
NOISSUE by Michelle: Minor template changes to keep all three modules in synch. Synced to commit #479936.
517
#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. Synced to commit #480122.
518
#866562 by Michelle, vladgur: Don't show any create content links if Forum Access doesn't allow it. Synced to commit #480174.
519
NOISSUE by troky: Added silver_bells_stacked. Synced to commit #480366.
520
#1012238 by Michelle: Updated Cloudless Day with new style changes. Synced to commit #480414.
521
#1012238 by Michelle: Made Silver Bells the default style. Synced to commit #480426.
522
#982604 by Michelle: Made 'post-by-viewer' class work with caching. Synced to commit #482276.
523
#1015118 by paolomainardi: Fixed hardcoded column span that was incompatable with taxonomy image. Synced to commit #482588.
524
#291084 by WorldFallz, Michelle, troky: Added/ported collapsed containers patch.
525

    
526
January 20, 2011
527
----------------
528
#1032750 by GStegemann: Fixed call to undefined function db_fetch_array().
529
#1019196 by jonb_cirris: Fixed broken hook_permission(). Impossible to set permissions on D7 + AF.
530

    
531

    
532
January 14, 2011
533
----------------
534
#1024626 by federico: Changed comments to comment to reflect change in table name in D7.
535

    
536
January 5, 2011
537
----------------
538
#1015922 by troky: Initial Drupal 7 port. Serious Kudos to Troky ( http://drupal.org/user/1013060 ). He did _all_ the work on this port. The only part I had in it is a little clean up to sync with CVS. Thank you very much!
539

    
540

    
541

    
542

    
543
****************************** DRUPAL 6 - 2.x BRANCH ********************************
544

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

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

    
565
December 2, 2010
566
----------------
567
#935322 by Michelle: Fixed node add links being relative.
568
#935322 by Michelle: Fixed unclosed 'a' causing wonkiness.
569
NOISSUE by Michelle: Fixed missing t() on View Forums tab.
570
#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.
571
#868942 by Michelle: Removed all language dependent button images.
572
#868942 by Michelle: Added small AF buttons to boxy CSS only example and made the colors a bit better.
573

    
574
November 17, 2010
575
-----------------
576
#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.
577
#831364 by Michelle, Heine: Reverted changing form alter paramater to pass by value that shouldn't have been done.
578

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

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

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

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

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

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

    
619
September 22, 2010
620
------------------
621
#829456 by Michelle, meustrus: Added Permalink integration.
622
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.
623
#525194 by Michelle: Removed Author Pane dependency.
624
#751890 by Michelle: Missed removing advanced_forum.naked.topic-list.tpl.php when Views was made a dependency.
625
#725720 by ltwinner: Added variable for reply link to node preprocess.
626

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

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

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

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

    
648
July 8, 2010
649
------------
650
#768348 by Michelle: Moved node/comment link handling to hook_link and hook_link_alter.
651
#547824 by Michelle: When deleting a node from the node links, it now goes back to the front page like in core.
652
#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.
653
#831364 by Michelle, smerrill: Removed & from form_state paramater in form_alter to make php 5.3 happy.
654
#559536 by Michelle: Fixed notices.
655
#751890 by Michelle: Removed legacy code that was replaced by Views.
656
#736802 by Michelle: Organized code.
657

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

    
664
May 27, 2010
665
------------
666
#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.
667
#801260 by dereine: advanced_forum_statistics_replies performance improved.
668

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

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

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

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

    
691
March 23, 2010
692
--------------
693
#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.
694
#492794 by Michelle: Now themes the node preview for forum nodes.
695
#492794 by Michelle: Fixed issue where $node->teaser in manually loaded node prevented comment previews from being themed when on their own page.
696
#751890 by Michelle: Made Views a dependency.
697
#738074 by yaslama: Adapted version of the core patch on [#113611].
698
#702128 by Michelle: Added checks for nodecomment around search views as well as link to my posts view in secondary links.
699
#692900 by Michelle, marcus0263: Fixed regression with #forum-topic-top link.
700

    
701
March 8, 2010
702
-------------
703
#736798 by Michelle: Added setting that will switch on a default local task for the main forum listing.
704
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.
705
NOISSUE by Michelle: Added CTools content type for mark read.
706

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

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

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

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

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

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

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

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

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

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

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

    
758
August 10, 2009
759
---------------
760
NOISSUE by merlinofchaos: Add a sort widget for the forum topic list that utilizes the tablesort headers.
761
NOISSUE by merlinofchaos: Add a time period plus role exclusion to the most active poster pane.
762

    
763
August 3, 2009
764
--------------
765
NOISSUE by merlinofchaos: Add a "most active poster" block and a view of "My forum posts" to easily follow what a person has posted.
766

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

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

    
788
July 31, 2009
789
-------------
790
#524592 by Dave Reid: Added email to fake user object sent to Author Pane on comments for anon users.
791
#534816 by Michelle: Made sure all classes / IDs were forum specific.
792
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.
793
#497450 by Michelle: Fixed not working image replacement on node links.
794
#537018 by Michelle: Made Cloudless Day Stacked the default style since it's the nicest one.
795

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

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

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

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

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

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

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

    
841
July 14, 2009
842
------------
843
#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.
844
#497450 by Michelle: Cleaned up and re-organized image css, including removing all images from Naked's CSS except forum folder / topic icons.
845
NOISSUE by Michelle: Cleaned up Author Pane of stacked styles.
846
NOISSUE by Michelle: More cleaning up of blue lagoon stacked. Also made it the default style since it looks most like modern forums.
847

    
848
July 13, 2009
849
------------
850
#500988 by Michelle: Now works without nodecomment.
851
#500988 by Michelle: Some work on getting AF to work without NC.
852
NOISSUE by Michelle: Various notice fixes.
853
#497450 by Michelle: More work on Author Pane image conversion.
854
#512222 by Michelle: Fixed typo preventing 'submitted' template from being found.
855
#515966 by Michelle: Moved topic navigation out of node content and down to bottom of topic.
856
NOISSUE by Michelle: Fixed post reply button incorrectly showing up at the bottom of topic when using nodecomment.
857
NOISSUE by Michelle: Made the pager at the bottom of a topic look better in blue lagoon.
858
#483544 by Michelle: Copied code from Nodecomment to remove the teaser splitter.
859
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.
860

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

    
866
July 5, 2009
867
------------
868
#383116 by Michelle: Added terms to post and added new top post footer to hold them.
869
#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.
870

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

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

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

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

    
899
June 24, 2009
900
-------------
901
NOISSUE by merlinofchaos: Made blue lagoon pager smaller and italic.
902
#500978 by Michelle: Got topic list icons working. The reports of their functionality have been greatly exaggerated.
903
NOISSUE by Michelle: Put the functions in theme.inc into a more logical order so I can find things.
904
#497450 by Michelle: Changed how forum links are handled. Split core links and added links into two and removed theme_links from reply button.
905
#497450 by Michelle: More work on the image replacement. Node links are still not right.
906
#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.
907

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

    
916
June 22, 2009
917
-------------
918
#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.
919

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

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

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

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

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

    
950
June 15, 2009
951
-------------
952
#489044 by Michelle: Split code up into smaller files both to reduce memory requirements and to make it easier to navigate the code.
953
#491692 by neclimdul: Removed typo'd backslash.
954
#472736 by Michelle, merlinofchaos: Made jump to last post work with nodecomment.
955
NOISSUE by Michelle: Code clean up, more comments added.
956
#472736 by Michelle: Made topic icon recognize new posts in nodecomment.
957
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.
958
#492590 by merlinofchaos: Wrench comment wrapper back from the clutches of the evil Garland.
959
#483408 by neclimdul: Notices cleanup.
960

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

    
965
June 9, 2009
966
------------
967
#484052 by Michelle, merlinofchaos: Created view for topic lists.
968
#484052 by Michelle: Added topic pager.
969

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

    
975
June 7, 2009
976
------------
977
#460734 by MGParisi: Removed typo'd extra space.
978
#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.
979

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    
1097
January 22, 2009
1098
----------------
1099

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

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

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

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

    
1123

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

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

    
1132
December 12, 2008 -- ALPHA 16
1133
-----------------
1134
#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.
1135
#344697 by Michelle: Added permission to view statistics and also broke out statistics into its own template.
1136

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

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

    
1147
December 8, 2008
1148
----------------
1149
#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.
1150
#320635 by Michelle: Improvements on theming reply pages, including using a seperate template for previews.
1151
#338268 by marcingy: Added option to set length of abbreviated topic title on forum overview.
1152
#338268 by Michelle: Added option to set 'time ago' cutoff.
1153
#303563 by Michelle: Clear readpath when marking read. (Outside module integration.)
1154
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.
1155

    
1156
#339982 by Michelle: Fixed bug with comment wrapper template not loading.
1157

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

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

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

    
1173
November 17, 2008 -- ALPHA 14
1174

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

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

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

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

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

    
1199
November 1, 2008
1200
----------------
1201
#326706 by Michelle: Changed query that calculates number of new comments to try and fix problem with old comments. Minimally tested.
1202
#327057 by Michelle: Refactored treat_as_forum_post() to add a hook and generally condense and clean up the code.
1203
#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.
1204

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

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

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

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

    
1230
October 7, 2008 -- ALPHA 13
1231
---------------
1232
#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.
1233
#316525 by CompShack, samuelet: Minor CSS fixes to forum posts to fix IE 7 issues.
1234
#318303 by Michelle, waawaamilk: Added static variable to avoid making multiple trips to the cache per page.
1235

    
1236
October 1, 2008 -- ALPHA 12
1237
---------------
1238
#314205 by Michelle: More style cleanup.
1239
NOISSUE by Michelle: Code cleanup.
1240

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

    
1247
September 29, 2008
1248
------------------
1249
#314108 by Michelle: Fixed shadow post message.
1250

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

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

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

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

    
1275
September 18, 2008
1276
------------------
1277
#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.
1278
NOISSUE by Michelle: Added check for css files in theme directory so they can be overridden.
1279
#309955 by Michelle: Comment wrapper preprocess was not checking that we are on a forum node.
1280

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

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

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

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

    
1304
September 10, 2008
1305
------------------
1306
#303816 by Michelle: Fixed post reply bug.
1307
#303556 by Michelle: Added blue_lagoon style.
1308

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

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

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

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

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

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

    
1355
August 20, 2008
1356
---------------
1357
#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.)
1358

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

    
1363
August 15, 2008
1364
---------------
1365
#268684 by stephthegeek: Added new "naked" style. This completely revamped basic style will be the base for future styles.
1366
#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.)
1367

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

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

    
1377
June 6, 2008 - ALPHA 1
1378
------------
1379
#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.
1380
#242527 by Michelle: Re-fixed the problem with views showing blank instead of 0.
1381

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

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

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

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

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

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

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

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

    
1416
May 27, 2008
1417
------------
1418
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.
1419
#217194 Added template file to theme the repeated node on paginated forum threads. Thanks, Morbus. (Theme changes: advf-forum-repeat-post.tpl.php)
1420
Pulled creating the 'topic pager' out of advanced_forum_preprocess_forum_topic_list to simplify it.
1421
#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)
1422
Removed some unused CSS from advanced_forum.css
1423

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

    
1428
May 12, 2008
1429
------------
1430
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)
1431
Added extra markup for the post header area. (Theme changes: advf-forum-post.tpl.php - Added div.forum-post-header)
1432
#253155 Changed _is_forum() to advanced_forum_treat_as_forum_post() to comply with coding standards and clarify purpose.
1433
#253155 Changed _topic_nid() to _advanced_forum_topic_nid().
1434
#253155 Changed theme_image... to theme('image'...
1435
Ported path_to_subtheme() related code from D5.
1436
#246701 IE 6 fixes. Thanks, CompShack. (Theme changes: Affects both .css files)
1437

    
1438
May 9, 2008
1439
-----------
1440
#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.
1441

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

    
1452
May 7, 2008
1453
-----------
1454
#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.
1455

    
1456
May 1, 2008
1457
-----------
1458
Ported some small fixes that were done for D5 but not D6.
1459
Updated D6 with all D5 theme changes.
1460
#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.
1461

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

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

    
1472
March 3, 2008
1473
-------------
1474
Added some tweaks to the user info pane
1475

    
1476
Feb 25, 2008
1477
------------
1478
Added better shadow topic link.
1479

    
1480
Feb 24, 2008
1481
------------
1482
Fixed last topics in forums list. Thanks to LasseP.
1483

    
1484
Feb 23, 2008
1485
------------
1486
Added back in mark as read buttons.
1487
Added extra formatting to sticky topics.
1488
Added folder icon to forum list.
1489
More CSS tweaks
1490

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

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

    
1501
----------------------- Pre-Port -----------------------------------------------
1502

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

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

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

    
1519
Jan 23, 2007
1520
------------
1521
Added t() to 'posted on'
1522

    
1523
Dec 22, 2007
1524
------------
1525
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.
1526
Notable recent changes:
1527
 - Moved all theme related files into themes/advforum to enable alternate themes
1528
 - Removed call to _is_forum() at the top of node-forum.tpl.php and rolled logic into the function
1529
 - Renamed node-forum.tpl.php to forum-thread.tpl.php
1530

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