summaryrefslogtreecommitdiff
path: root/modules/forum/forum.module
Commit message (Expand)AuthorAge
* - Applied Michael Caerwyn's "%s -> %d" patch.Dries Buytaert2003-05-07
* - Fixed some PHP "notices".Dries Buytaert2003-04-21
* - Bugfix: removed 'width="100%"' attributes from table tags. Patch by Al.Dries Buytaert2003-04-04
* - Added missing title description. Patch by Stefan.Dries Buytaert2003-03-25
* - All LIMIT queries must go through the pager or through db_query_range().Dries Buytaert2003-03-16
* - The name of a forum node is a "forum topic", not a "discussion forum".Dries Buytaert2003-03-12
* - Removing some trailing whitespace I forgot to clean up.Kjartan Mannes2003-03-09
* - Renamed "form.admin" to "form admin".Kjartan Mannes2003-03-07
* - Fixed typo: $node->tid -> $node->tid[].Dries Buytaert2003-03-04
* - Theme options patch. See mailing list.Dries Buytaert2003-02-17
* - Everything is using theme("function") now instead of $theme->function().Dries Buytaert2003-02-15
* - See http://lists.drupal.org/pipermail/drupal-devel/2003-February/021824.html.Dries Buytaert2003-02-11
* - Made it possible to print forum submission guidelines. Patch by Moshe.Dries Buytaert2003-02-02
* - Moved the filter()s back to the individual node modules as it used to be.Dries Buytaert2003-01-23
* - Tidied up XHTML. Patch by Ulf.Dries Buytaert2003-01-23
* Patch by Marco:Dries Buytaert2003-01-15
* - Bugfix: fixed the SQL query in _forum_topics_read to avoid counting shadowedDries Buytaert2003-01-08
* - Clean URL patch.Dries Buytaert2003-01-06
* - Usability improvement; the drop-down menu showed the first vocabulary inDries Buytaert2003-01-02
* - Tidied up the use of check_output(). Might make rendering pages a bitDries Buytaert2002-12-31
* - Bugfix: user_save() should not be called for anonymous users. Patch byDries Buytaert2002-12-30
* - Fixed glitch with the "leave shadow" option.Dries Buytaert2002-12-21
* - Made sure the taxonomy module doesn't display warning/error messagesDries Buytaert2002-12-18
* - Forum no longer counts comments from deleted nodes.Kjartan Mannes2002-12-15
* - Fixed bug related to recent cache changes.Dries Buytaert2002-12-14
* Applied patch by Natrak:Dries Buytaert2002-12-11
* o Permission improvements:Dries Buytaert2002-12-10
* * Applied slightly modified version of Marco's taxonomy patch:Dries Buytaert2002-12-02
* - Applied Stefan's forum module patch: changed the default settings to easeDries Buytaert2002-11-26
* - Fixed the forum block titles such that the username is displayed correctly.Dries Buytaert2002-11-26
* Patch based on work of Kjartan:Dries Buytaert2002-11-17
* Applied Moshe's patches:Dries Buytaert2002-11-11
* * Added Jeremy's pager:Dries Buytaert2002-11-09
* - removed next/prev links when forum node is shown on main page.Kjartan Mannes2002-11-08
* - Removed the hard-coded font scaling.Dries Buytaert2002-11-08
* - Fixed glitch in block module: the admin links were not composedDries Buytaert2002-11-01
* - Fixing blocks for forum, queue and statistics.Kjartan Mannes2002-10-28
* - Fixed bug with "jump to recent comment" link.Dries Buytaert2002-10-16
* - Small improvement to the forum module block.Dries Buytaert2002-10-16
* - Made some usability improvements. Needs more work but I had my take forDries Buytaert2002-10-13
* - Applied Moshe's forum.module patch.Dries Buytaert2002-09-17
* - Commited Marco's new comment module and forum module!!!Dries Buytaert2002-09-15
* Some small corrections to the system descriptions (as discussed in mailinglist)Steven Wittens2002-06-04
* - adding descriptions to modules (thanks Joe + Scott).Kjartan Mannes2002-06-01
* - Added missing translations and the like.Dries Buytaert2002-05-31
* - pending user accounts will not be notified to the site_email.Kjartan Mannes2002-05-23
* - node security fixes.Kjartan Mannes2002-05-22
* - updating all nodes to use taxonomy terms.Kjartan Mannes2002-05-19
* - applied Stevens link patch.Kjartan Mannes2002-05-12
* - making sure the nodes call filter().Kjartan Mannes2002-05-04