summaryrefslogtreecommitdiff
path: root/modules/forum
Commit message (Collapse)AuthorAge
* - Patch #460320 by catch, fago, Frando: standardized, pluggable entity ↵Dries Buytaert2009-08-25
| | | | loading for nodes, users, taxonomies, files and comments.
* #497118 by chx, catch, pwolanin, JoshuaRogers, and Jacob Singh: Remove the ↵Angie Byron2009-08-24
| | | | function registry. While the hope was that this would result in improved performance for low-end hosts, it comes at the expense of critical development experience problems and less benefit than something like APC. Class registry remains intact to facilitate autoloading.
* Of all the patches to accidentally commit without a message. :( Rolling back ↵Angie Byron2009-08-24
| | | | registry rip. Let's try that again.
* *** empty log message ***Angie Byron2009-08-24
|
* #542658 follow-up by sun: Move action 'tabs' out of local tasks and into ↵Angie Byron2009-08-23
| | | | local actions.
* - Patch #556136 by catch, dereine: remove theme_forum_topic_navigation().Dries Buytaert2009-08-22
|
* - Patch #556136 by catch, dereine: remove theme_forum_topic_navigation().Dries Buytaert2009-08-22
|
* #367595 by plach, catch, sun, yched, et al: Added support for translatable ↵Angie Byron2009-08-22
| | | | fields to Field API.
* - Patch #554164 by catch: join on {forum} instead of {term_node} for forum ↵Dries Buytaert2009-08-20
| | | | queries.
* - Patch #537862 by Crell, Amitaibu, salvis: simplify and make more flexible ↵Dries Buytaert2009-08-20
| | | | the node access by converting hook_access() to hook_node_access().
* - Patch #547290 by David_Rothstein: corrected behavior of new forum topics, ↵Dries Buytaert2009-08-13
| | | | and properly delete an unused variable upon uninstallation.
* #226587 by JohnAlbin, E.Z, et al: Make sidebar regions semantic and ↵Angie Byron2009-08-03
| | | | RTL-friendly.
* - Patch #504666 by catch, yched, et al: make comments fieldable. Oh my. Bye ↵Dries Buytaert2009-07-31
| | | | bye comments as nodes?
* - Patch #535564 by Gábor Hojtsy: the D7UX mockups call for a top level ↵Dries Buytaert2009-07-30
| | | | Content item, which would immediatey lead to the "Find content" screen. The current Drupal 7 code is almost there, but still has an RSS settings item blocking the implementation of this by default and aggregator and book also add subitems.
* - Patch #489880 by nbz, Bojhan, Gurpartap Singh: merge 'Created' column with ↵Dries Buytaert2009-07-28
| | | | 'Topics'.
* - Patch #521474 by bangpound, JuliaKM et al: rename admin/site-building to ↵Dries Buytaert2009-07-20
| | | | admin/structure.
* - Patch #523406 by Bohjan: clean up forum administration description.Dries Buytaert2009-07-19
|
* - Patch #519216 by tgeller: small wording change.Dries Buytaert2009-07-15
|
* #500866 by boombatower: Remove t() from getInfo in tests.Angie Byron2009-07-13
|
* - Patch #516416 by lyricnz: fix broken links to taxonomy administration pages.Dries Buytaert2009-07-11
|
* - Patch #506976 by catch: rename hook_perm to hook_permission.Dries Buytaert2009-07-05
|
* #504428 follow-up by keith.smith: Remove 'now' from all empty admin screen ↵Angie Byron2009-06-29
| | | | texts. Steve Krug would be proud.
* #504428 by Sutharsan: Include link to add item on all empty admin listing pages.Angie Byron2009-06-28
|
* - Patch #502166 by catch: move taxonomy administration to admin/build.Dries Buytaert2009-06-27
|
* - Patch #278592 by catch, Dave Reid, lilou et al: remove D5 to D6 updates.Dries Buytaert2009-06-22
|
* - Patch #409750 by yched et al: overhaul and extend node build modes.Dries Buytaert2009-06-22
|
* - Patch #394116 by Berdir, jcfiala: converted forum module to new database ↵Dries Buytaert2009-06-19
| | | | abstraction layer.
* - Patch #413192 by catch et al: make taxonomy terms fieldable (not to be ↵Dries Buytaert2009-06-12
| | | | confused with taxonomy terms as fields).
* - Patch #372743 by bjaspan, yched, KarenS, catch et al: node body and ↵Dries Buytaert2009-06-12
| | | | teasers as fields. Oh, my.
* - Patch #449198 by boombatower: cealn up test loading and related API.Dries Buytaert2009-06-08
|
* - Patch #480418 by JamesAn: introduces drupal_static().Dries Buytaert2009-06-07
|
* #220233 by Berdir, marcingy, et al: Add useful API functions for extracting ↵Angie Byron2009-06-04
| | | | node type data.
* #479216 by jhedstrom: Grammar fixes in forum.module.Angie Byron2009-06-02
|
* - Patch #111011 by Josh Waihi: adding foreign key specifications.Dries Buytaert2009-06-01
|
* #474570 by Shawn DeArmond: Make forum a normal menu item, rather than suggested.Angie Byron2009-05-27
|
* - Patch #472642 by stella, agentrickard: remove 'implementation of' ↵Dries Buytaert2009-05-27
| | | | nominalizations from Docblocks.
* - Patch #393402 by stella, Xane: renamed 'create content' link to 'add new ↵Dries Buytaert2009-05-26
| | | | content'. Minor usability improvement.
* - Patch #472658 by agentrickard: clean up of inline code comments.Dries Buytaert2009-05-26
|
* - Patch #471070 by stella: millions of code style fixes.Dries Buytaert2009-05-24
|
* - Patch #471142 by stella: code style fixes.Dries Buytaert2009-05-24
|
* #320011 by lilou, snufkin, and karschp: Add consistent @file declarations to ↵Angie Byron2009-05-13
| | | | all .install files.
* - 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
|