summaryrefslogtreecommitdiff
path: root/modules/forum/forum.module
Commit message (Collapse)AuthorAge
* #520736 by grendzy, brianV, JoshuaRogers, kjy07, Damien Tournoud, greggles: ↵Angie Byron2010-04-28
| | | | Fixed SA-CORE-2009-007 forum module XSS.
* - Patch #613272 by Kevin Hankens, Dave Reid, yoroy, rgristroph, pcarman: ↵Dries Buytaert2010-04-26
| | | | forums not usable out-of-the-box: disabled comments, no forums.
* #652372 by matason, ksenzee, naxoc, jpmckinney, sun: Don't allow users to ↵Angie Byron2010-04-14
| | | | add forum topics when no forums exist.
* - Patch #348448 by mfb, c960657, marvil07, cdale, jpmckinney: fixed PHP ↵Dries Buytaert2010-04-11
| | | | strict warnings when running tests and for PHP 5.3.
* - Patch #762300 by jpmckinney: fixed undefined property notice.Dries Buytaert2010-04-09
|
* - Patch #699440 by scor, effulgentsia, noahb, catch: add bundle support to ↵Dries Buytaert2010-04-06
| | | | entity_uri() callback to remove performance overhead of forum_url_outbound_alter().
* - Patch #681538 by aspilicious, jhodgdon, trevjs: fixed possibly broken @see ↵Dries Buytaert2010-03-26
| | | | also links.
* #652176 follow-up by David_Rothstein: Clarify confusing comment.Angie Byron2010-03-08
|
* #728644 by andrew.elvis: Fixed No link to Help page from Forum configuration ↵Angie Byron2010-03-07
| | | | page.
* - Patch #652176 by bleen18, David_Rothstein, JacobSingh: fixed 'Forums' term ↵Dries Buytaert2010-03-05
| | | | defaulting to 'None'.
* #707724 by chx: Rename confusing arguments in field/entity APIs.Angie Byron2010-02-11
|
* - Patch #539220 by dww, mr.baileys: missing validation handlers should not ↵Dries Buytaert2010-02-01
| | | | be silently ignored by FAPI.
* #652048 by chx: Factor out the caching pattern from forum.Angie Byron2010-01-14
|
* #678714 by effulgentsia: Unify use of theme hook / template suggestions, fix ↵Angie Byron2010-01-13
| | | | clobbering problems, and improve suggestion discovery performance.
* #546356 by jhodgdon and threexk: Change 'login' verb to 'log in' in user ↵Angie Byron2010-01-11
| | | | interface.
* #678536 by jhodgdon: Improve error message when adding forum topic directly ↵Angie Byron2010-01-09
| | | | to container.
* #571654 follow-up by chx, peximo, plach, sun, et al:Angie Byron2010-01-09
| | | | | | Roll-back of node titles as fields. The Entity Translation module in contrib can add this back, but for everyone else it creates a *huge* WTF. Apologies for how late this is coming, but better now than post-alpha. :\
* - Patch #675014 by jhodgdon: documentation header for ↵Dries Buytaert2010-01-06
| | | | forum_taxonomy_term_delete() is wrong.
* - Patch #652588 by scor: updated RDF mapping definition in the core modules.Dries Buytaert2010-01-05
|
* - Patch #664544 by yched: clean-up entity build/view modes.Dries Buytaert2009-12-26
|
* - Patch #658314 by bleen18, dereine: fixed variable in node.tpl.php -- take 2.Dries Buytaert2009-12-22
|
* - Rollback of previous patch. Houston, it has a typo.Dries Buytaert2009-12-17
|
* - Patch #658314 by dereine, bleen18: fxed variable in node.tpl.php is buggy.Dries Buytaert2009-12-17
|
* - Patch #658140 by jhodgdon: various small help text fixes.Dries Buytaert2009-12-14
|
* #632996 follow-up by marvil07, jhodgdon, and heather: Add example about ↵Angie Byron2009-12-06
| | | | containers vs. forums to Forum help text.
* - Patch #502190 by jhodgdon, stella, sun: hook implementation headers out of ↵Dries Buytaert2009-12-04
| | | | compliance with standards.
* - Patch #542658 by sun: follow-up on move action 'tabs' out of local tasks.Dries Buytaert2009-12-03
|
* - Patch #635094 by plach: unify 'language neutral' language codes.Dries Buytaert2009-12-02
|
* - Patch #620446 by Xano: rewrite permission titles and descriptions.Dries Buytaert2009-12-01
|
* - Patch #628642 by c960657: taxonomy field 'column' should be 'tid' instead ↵Dries Buytaert2009-11-27
| | | | of 'value'.
* #632996 by JuliaKM, arianek, marvil07, and jhodgdon: Convert Forum module to ↵Angie Byron2009-11-26
| | | | new help text standard.
* #523406 follow-up by eigentor and yoroy: Even more cleanup to forum ↵Angie Byron2009-11-21
| | | | descriptions.
* - Patch #613278 by Dave Reid, mfb: fixed forum module and added tests.Dries Buytaert2009-11-12
|
* #622534 by yched: Cleanup hook_field_attach_*() and hook_field_storage_*() ↵Angie Byron2009-11-08
| | | | space.
* #553326 by sun: Provide consistency to the way field UI is presented for ↵Angie Byron2009-11-08
| | | | taxonomy.
* Roll-back of #595084; type-hinting parameters at stdClass makes it so you ↵Angie Byron2009-11-08
| | | | can't ever pass in another type of class.
* - Patch #595084 by c960657: use type hinting for .Dries Buytaert2009-11-01
|
* #320331 by Dave Reid, dww, John Morahan, cwgordon7, moshe weitzman, c960657, ↵Angie Byron2009-10-24
| | | | and smoothify: Turn custom_url_rewrite_inbound() and custom_url_rewrite_outbound() into hooks.
* #600974 by effulgentsia, JohnAlbin, sun, and Damien Tournoud: Allow theme ↵Angie Byron2009-10-23
| | | | functions to take one argument without any hacks. NOTE: This is an API change in hook_theme().
* #493030 follow-up by sun: Clean-ups to RDF module.Angie Byron2009-10-20
|
* - Patch #493030 by scor, Stefan Freudenberg, pwolanin, fago, Benjamin ↵Dries Buytaert2009-10-19
| | | | Melançon, kriskras, dmitrig01, sun: added RDFa support to Drupal core. Oh my, oh my.
* - Patch #470242 by yched, bjaspan: fixed namespacing for bundle names to ↵Dries Buytaert2009-10-15
| | | | avoid users rendering their site unusable.
* - Patch #412730 by Crell, jbomb, JohnAlbin: theme system should report when ↵Dries Buytaert2009-10-15
| | | | a theme key is not found.
* #557292 by peximo, plach, catch, and yched: Convert node title to Field API.Angie Byron2009-10-11
|
* - Patch #572618 by effulgentsia, pwolanin, sun: all theme functions should ↵Dries Buytaert2009-10-09
| | | | take a single argument. Code clean-up and performance improvement. Woot.
* #412518 by catch, bangpound, and yched: Convert taxonomy_node_* to field API ↵Angie Byron2009-10-08
| | | | (with upgrade path). Say buh-bye to old, crusty code.
* #564394 by Berdir and Crell: Removed database BC layer. nah nah nah nah... ↵Angie Byron2009-09-18
| | | | hey hey hey... gooood byeeee...
* - Patch #554164 by mfb: fixed bug with forum topic counts and added tests.Dries Buytaert2009-09-13
|
* - Patch #570930 by sun: allow to retrieve all filters (including disabled) ↵Dries Buytaert2009-09-11
| | | | in a text format.
* - Patch #495968 by Frando, moshe weitzman: added drupal_render() cache ↵Dries Buytaert2009-08-31
| | | | pattern. Start using it for blocks.