summaryrefslogtreecommitdiff
path: root/modules/forum
Commit message (Collapse)AuthorAge
* - Patch #460420 by wulff: it was impossible to localize the title of the ↵Dries Buytaert2009-05-12
| | | | forum administration page.
* - Patch #457532 by Berdir: more PHP5 'fixes'.Dries Buytaert2009-05-09
|
* - Patch #330748 by stBorchert: remove from theme_pager*.Dries Buytaert2009-04-26
|
* - Patch #299176 by Dave Reid: fixed broken query in forum block.Dries Buytaert2009-04-21
|
* - Patch #254491 by chx, catch, justinrandell, pwolanin, David_Rothstein, et ↵Dries Buytaert2009-04-02
| | | | al: centralized static caching to improve testability of the Drupal code, and to remove $reset-parameters. Thanks for taking the time to convince me, catch!
* #376129 by boombatower, Damien Tournoud, and chx: Change getInfo() to a ↵Angie Byron2009-03-31
| | | | static method to reduce memory footprint of SimpleTest.
* - Patch #408564 by brianV: make table columns align with table header.Dries Buytaert2009-03-20
|
* - Patch #394374 by cwgordon7, wretched sinner, et al: improved language of ↵Dries Buytaert2009-03-17
| | | | comment status. Usability improvement based on testing in Baltimore.
* - Patch #338429 by scor: xhtml 1.1 compatibility fix.Dries Buytaert2009-03-08
|
* #383066 by David Strauss: Rename hook_nodeapi_X to hook_node_X.Angie Byron2009-03-08
|
* Roll-back of users -> user table name change in #330983: Broken pgsql is no fun.Angie Byron2009-02-26
|
* #330983 by recidive and boombatower: Rename users/users_roles tables to ↵Angie Byron2009-02-18
| | | | user/user_role for consistency.
* #371231 by JohnAlbin and EclipseGC: Rename clear-block CSS class to ↵Angie Byron2009-02-18
| | | | clearfix, which is the lingo that designers use for it.
* #367696 by drumm: Simplify the vocabulary edit form.Angie Byron2009-02-13
|
* #69468 by marcingy, greggles, mikey_p: Usability: Display node type on ↵Angie Byron2009-02-13
| | | | editing form.
* #346156 by stBorchert, swentel, and catch: Fix deletion of terms (with tests).Angie Byron2009-01-28
|
* - Patch #225562 by Jody Lynn et al: clean up of the taxonomy module SQL ↵Dries Buytaert2009-01-14
| | | | table namespace.
* - Rollback of #225562 -- I think there is still something wrong.Dries Buytaert2009-01-13
|
* - Patch #225562 by Jody Lynn: change DB table names from eg. term_data to ↵Dries Buytaert2009-01-13
| | | | taxonomy_term_data.
* - Patch #266246 by David Strauss: added smart defaults for ↵Dries Buytaert2009-01-11
| | | | system_settings_form().
* #356749 by chx: Fix cruft in forum_install().Angie Byron2009-01-10
|
* - Patch #350984 by Moshe: kick comment rendering out of node module.Dries Buytaert2008-12-31
|
* - Patch #299176 by Moshe et al: replace db_rewrite_sql() with ↵Dries Buytaert2008-12-29
| | | | hook_query_alter().
* - Patch #352054 by catch: convert calls to db_placeholders() in static queries.Dries Buytaert2008-12-29
|
* - Patch #349504 by keith.smith: clean up sentence spacing in code comments.Dries Buytaert2008-12-20
|
* - Patch #323528 by jhedstrom: fixed alias usage in queries for PostgreSQL.Dries Buytaert2008-12-19
|
* - Patch #345866 by alexanderpas, justinrandell, Dave Reid: remove from ↵Dries Buytaert2008-12-16
| | | | hook_block().
* - Patch #218730 by swentel: removed unused function from forum.module.Dries Buytaert2008-12-13
|
* - Patch #319356 by recidive: clean up hook_nodeapi_ fucntion signatures and ↵Dries Buytaert2008-12-09
| | | | documentation because of previous node API clean-ups.
* - Patch #324313 by catch et al: load multiple nodes and terms at once.Dries Buytaert2008-12-05
|
* - Patch #320510 by hswong3i et al: convert menu.inc to new database ↵Dries Buytaert2008-12-03
| | | | abstraction layer.
* - Patch #338403 by drewish: code comments clean-up.Dries Buytaert2008-11-25
|
* - Patch #332123 by webchick, lilou: remove t() function from schema ↵Dries Buytaert2008-11-15
| | | | descriptions.
* - Patch #299778 by hswong3i, Arancaytar, Dave Reid et al: code clean-up.Dries Buytaert2008-11-11
|
* - Patch #314147 by catch: more taxonomy standardization.Dries Buytaert2008-11-05
|
* - Patch #329140 by catch, pwolanin: improve consistency of vocabulary API ↵Dries Buytaert2008-11-05
| | | | and term API.
* - Patch #306224 by catch et al: improving the taxonomy hook system.Dries Buytaert2008-11-02
|
* - Patch #324118 by winterheart: fixed invalid XHTML being generated for ↵Dries Buytaert2008-10-24
| | | | forum topic listings.
* - Patch #324080 by winterheart: missing </td>-tag.Dries Buytaert2008-10-22
|
* - Patch #320000 by lilou: unify doxygen @file documentation in tpl.Dries Buytaert2008-10-13
|
* Re-commit of #242873 by pwolanin and bjaspan: Make drupal_set_title() ↵Angie Byron2008-10-13
| | | | check_plain() by default.
* Roll-back of #242873: This caused horrendous problems with SimpleTest on ↵Angie Byron2008-10-12
| | | | some configurations.
* #282405 by Damien Tournoud, lilou, Dave Reid: Enforce coding standard on elseif.Angie Byron2008-10-12
|
* #312792 by catch: Clean-up for editForumTaxonomy().Angie Byron2008-10-12
|
* #242873 by pwolanin and bjaspan: Make drupal_set_title() do check_plain() by ↵Angie Byron2008-10-11
| | | | default.
* #318984 by Xano and Dave Reid: Change 'Core - optional' to 'Core' in modules UI.Angie Byron2008-10-11
|
* #318892 by justinrandell and chx: Add .install files to the list of files ↵Angie Byron2008-10-09
| | | | added to .info files.
* #313213 by maartenvg, Gábor Hojtsy: Add a 'title' attribute for permissions ↵Angie Byron2008-10-09
| | | | to allow for localization of permission names
* #206138 by pwolanin: Rename mis-named 'module' attribute in node types.Angie Byron2008-10-08
|
* - Patch #310212 by justinrandell: killed in _node hook, as well as twelve ↵Dries Buytaert2008-10-06
| | | | sable tooth tigers.