summaryrefslogtreecommitdiff
path: root/modules/forum.module
Commit message (Collapse)AuthorAge
* - Patch #29385 by chx: no ?> add end of files.Dries Buytaert2005-08-25
|
* - Patch #29133 by DriesK: forum vid remains when vocabulary is deleted. ↵Dries Buytaert2005-08-18
| | | | Prevents forum topics from getting lost.
* - Patch #27737 by Gerhard: format_name($object) -> theme('username', $object).Dries Buytaert2005-08-01
| | | | | | Usernames can now be themed; eg. an icon/avatar could be added. TODO: update contributed modules + update the migration docs.
* - Patch #19621 by Morbus/drumm: fixed bugs with taxonomy_save_xxx() functions.Dries Buytaert2005-07-18
| | | | TODO: update image module too?
* - Patch #25603 by Stefan: made the sizes of forms consistent.Dries Buytaert2005-06-27
| | | | TODO: document the defaults in the PHPdoc comments.
* - Patch #21918 by budda/Robin: forum icons are broken when you change the ↵Dries Buytaert2005-06-19
| | | | forum icon path. TODO 1: the forum icons should probably be configurable on a per-site or per-theme basis. TODO 2: I spent 5 minutes looking for this setting.
* - Code cleanup: improve format_plural usage, add some missing ↵Steven Wittens2005-05-31
| | | | placeholder/check calls, and introduce API for <link> tags.
* - #19434: Improved forum admin texts.Steven Wittens2005-05-25
|
* - #23014: Only show forum blocks if there are topics to list.Steven Wittens2005-05-25
|
* - Removing the /*! USE INDEX */. It actually degrades performance ↵Dries Buytaert2005-05-20
| | | | significantly.
* - #19621: More sensible status messages for forum admin ("created forum" ↵Steven Wittens2005-05-07
| | | | instead of "created term").
* - OopsieSteven Wittens2005-05-06
|
* - Missing theme placeholder in forum delete message.Steven Wittens2005-05-06
|
* - Patch #15595 by Stefan and Djun: improved status messages.Dries Buytaert2005-05-05
| | | | | TODO: we should write down a couple guidelines for these document them in the PHPDoc code of drupal_set_message()! .
* - Patch 20910 by chx: centralize print theme page.Dries Buytaert2005-04-24
|
* - Added missing {}.Dries Buytaert2005-04-12
|
* - Patch #19884 by Robin Monks: added help text for ?q=admin/forum/configureDries Buytaert2005-04-11
|
* - Patch #19434 by nysus: improved the forum module help texts.Dries Buytaert2005-04-11
|
* - Patch #19615 by chx: fixed problem forum container getting lets when ↵Dries Buytaert2005-04-08
| | | | editing a forum.
* - Patch #19451 by JonBob: improved consistency of module descriptions. We ↵Dries Buytaert2005-04-01
| | | | should write guidelines for this -- maybe in the PHPDoc code of the _help hook.
* - Patch #19739 by Uwe: corrected many typo's in the documentation and code ↵Dries Buytaert2005-03-31
| | | | comments
* - #18817: Clean up plain-text checking (see drupal-devel!)Steven Wittens2005-03-31
|
* - #18795: Display message to forum admin if there are no forums yet.Steven Wittens2005-03-27
|
* - Patch #18732 by nysus and Morbus: improved the forum module's help texts.Dries Buytaert2005-03-23
|
* - Added XML-icons on forum listings. Many people will find this useful to ↵Dries Buytaert2005-03-21
| | | | track updates/changes.
* - #18939 (Stefan): Always use paragraph tags around page help text.Steven Wittens2005-03-18
|
* - Patch #18927 by Periastron: as one navigates down through the forum ↵Dries Buytaert2005-03-16
| | | | taxonomy, the title used to change to the current term, but now it always just displays the vocabulary name. I have attached a patch that restores the previous behaviour. It looks like the regression may have been introduced in some changes to theme_forum_display.
* - Patch #18787 by nysus: when trying to delete a forum or container, ↵Dries Buytaert2005-03-13
| | | | multiple instances of a Drupal page appear nested inside of each other when the confirmation of deletion page is displayed.
* - Patch #18465 by nysus: improved the forum container explanation.Dries Buytaert2005-03-09
|
* #18329: Unify confirmation messages (and make them themable)Steven Wittens2005-03-03
|
* - Modified patch #18328 by Neil: currently the two forum topic blocks share ↵Dries Buytaert2005-03-03
| | | | a number of topics in block setting. This is a bit confusing since configuring one blockshould not affect another block. Fixed some indentation as well.
* - Bugfix: admin/forum tabs should not appear on edit forum/container pages.Steven Wittens2005-03-03
|
* - Patch #17747 by Adrian: more PostgreSQL fixes. Committed part of the patch:Dries Buytaert2005-02-27
| | | | | | 1. Removed a duplicate line from the changes to update.inc. 2. Excluded the session.inc changes: they did not make sense to me. 3. Excluded the search related changes in the node and search module. According to Steven these are not correct.
* #16951: Move forum settings to configure tab (drumm)Steven Wittens2005-02-26
|
* - Patch #16829 by kbahey: separated the forum block for sake of consistency ↵Dries Buytaert2005-02-10
| | | | with other blocks.
* - Patch #16111 by chx: generalized node_rewrite_query to db_rewrite_query.Dries Buytaert2005-01-29
|
* - Patch #10425 by ccourtne and walkah: added admin screens to maintain ↵Dries Buytaert2005-01-28
| | | | forums instead of forcing the user to add a taxonomy.
* - Patch #16192 by Neil: moved the submission guidelines found in forum, ↵Dries Buytaert2005-01-26
| | | | story, and blog and the minimum number of words found in story and blog (blog had a slight bug) into the node module.
* - Patch #15977 by Neil: made the forum module suggest a menu item.Dries Buytaert2005-01-24
|
* - Patch #15978 by Drumm: code improvement: theme_forum_display() has no ↵Dries Buytaert2005-01-22
| | | | business calling theme_page(). Lets have it return the output and then forum_page() can put it in a page.
* - Fix tracker pager count query being wrong (it did not return a count but a ↵Steven Wittens2005-01-19
| | | | | | set, and it counted nodes with more than 1 comment as multiple nodes). - Clean up various SQL queries: removing literally inserted data (db_escape_string is evil!), fixing single "%" which should be "%%", fixing integers being compared as strings.
* - The real code fixes ;)Steven Wittens2005-01-17
|
* - Patch #14731 by chx: made it possible to rewrite node queries.Dries Buytaert2005-01-16
|
* - Modified patch #15122 by killes: fixed some PHP5 problems.Dries Buytaert2005-01-04
|
* - Patch #13907 by Neil: less ways to set the page title.Dries Buytaert2004-12-15
| | | | | | | * Less logic in theme code. * Encourages use of the menu system. * Easier to find where a title or breadcrumb comes from in other people's code because there are less places to look. Look in menu and then grep for the appropriate set function. Looking for calls to theme_page() is hard because there are too many of them. * Very slightly more efficient.
* - Patch #13443 by Moshe: got rid of the semi-implemented 'page link' ↵Dries Buytaert2004-11-24
| | | | feature. All themes currently support primary and secondary links so page links are now deprecated. Check your contributed modules and update them accordingly.
* - Patch by Stefan: wrapped the help texts in <p></p> tags. Helps improve ↵Dries Buytaert2004-11-23
| | | | consistency.
* - Patch 13180 by chx: renamed check_query() to db_escape_string() and ↵Dries Buytaert2004-11-21
| | | | | | implemtented it properly per database backend. Read the manual for pg_escape_string: "Use of this function is recommended instead of addslashes()." Or read sqlite_escape_string: "addslashes() should NOT be used to quote your strings for SQLite queries; it will lead to strange results when retrieving your data."
* - Patch #12783 by Stefan: various small consistency/usability improvements.Dries Buytaert2004-11-15
|
* - Patch #11427: added 'edit own forum topics' permission.Dries Buytaert2004-11-07
|