summaryrefslogtreecommitdiff
path: root/modules/block
Commit message (Collapse)AuthorAge
* Issue #2632284 by eiriksm, brianV: Fix code style issues in block.moduleDavid Rothstein2016-01-31
|
* Issue #2411917 by chaunceyt: Fix _block_rehash() performance issueDavid Rothstein2016-01-30
|
* Issue #2513646 by pwolanin, naveenvalecha, alexpott: Role name is unescaped ↵David Rothstein2015-10-13
| | | | on block admin via JS
* Issue #2581743 by carstenG: Missing space in block moduleDavid Rothstein2015-10-12
|
* Issue #1534490 by msonnabaum, bigjim, David_Rothstein, pounard, Dave Reid: ↵David Rothstein2015-10-12
| | | | Make block cache cids alterable
* Issue #2432619 by vbouchet, jhodgdon, joachim: block_load() should state ↵David Rothstein2015-03-30
| | | | it's not suitable for general consumption
* Issue #1018618 by manfer, joshi.rohit100: Wrong assertions in block.testDavid Rothstein2015-03-30
|
* Issue #413270 by Jody Lynn, Daniel Korte: Block settings for theme menu ↵David Rothstein2015-03-30
| | | | title getting double escaped
* Issue #1930960 by pounard, iamEAP, pjcdawkins, msonnabaum, David_Rothstein: ↵David Rothstein2014-11-04
| | | | Fixed Block caching disable hardcoded on sites with hook_node_grant() causes serious performance troubles when not necessary.
* Issue #466576 by gagarine, jackbravo, tim.plunkett, sheise, Rob C, ↵David Rothstein2014-11-02
| | | | jamesm6162 | daemon: Increased the maximum allowed length of block titles to 255 characters.
* Issue #2195357 by Rajendar Reddy, GoddamnNoise, Pol: Fix docs in ↵Jennifer Hodgdon2014-04-16
| | | | hook_block_info()
* Issue #1693336 by chx, David_Rothstein, catch | iamEAP: Block rehashing ↵David Rothstein2013-12-30
| | | | happens on every cron run.
* Issue #1076132 by fizk, friesk, foxtrotcharlie, coolestdude1, ↵David Rothstein2013-12-30
| | | | David_Rothstein, skwashd, alexpott, tstoeckler | adaddinsane: Hook_block_view_MODULE_DELTA_alter fails with blocks that have a hyphen in the block delta.
* Issue #2044791 by skipyT, alexandre.todorov, joachim: Clarify documentation ↵Jennifer Hodgdon2013-08-13
| | | | of hook_block_view around empty return values
* Issue #1967802 by ebargtuo: Fix documentation of block view alter hooksJennifer Hodgdon2013-08-12
|
* Issue #1956914 by pounard, David_Rothstein, chaby: Use a single ↵David Rothstein2013-08-05
| | | | cache_get_multiple() call per region instead of a cache_get() per block in _block_render_blocks().
* Revert "Issue #1956914 by chaby, pounard: Use a single cache_get_multiple() ↵David Rothstein2013-06-03
| | | | | | call per region instead of a cache_get() per block in _block_render_blocks()." This reverts commit 43c8918f96612d6ab37e8ca122e0f7c0ac4520a1.
* Issue #1956914 by chaby, pounard: Use a single cache_get_multiple() call per ↵David Rothstein2013-06-03
| | | | region instead of a cache_get() per block in _block_render_blocks().
* Issue #1705536 by pfrenssen: Fixed typo in docblock block_block_list_alter().David Rothstein2013-03-30
|
* Issue #1741338 by lazysoundsystem: Remove t() from test asserts in block moduleJennifer Hodgdon2012-10-18
|
* Issue #863428 by Albert Volkman, Mile23: Fix up documentation for block ↵Jennifer Hodgdon2012-09-14
| | | | cache constants
* Issue #1615312 by dsdeiz, David_Rothstein: Make sure all D7 to D7 updates ↵Jennifer Hodgdon2012-07-16
| | | | are listed in the updates-7.x-extra group
* Issue #1600892 by tim.plunkett, sun: Fixed Tests use magic numbers 1 and 2 ↵David Rothstein2012-06-04
| | | | instead of user role constants.
* Issue #1358944 by wulff: Fix misuse of ingroup in documentation blocksJennifer Hodgdon2012-05-23
|
* Issue #1039666 by Jelle_S, droplet, Kevin Morse, nod_: Fixed Placing a block ↵webchick2012-04-30
| | | | in a region via select dropdown moves it to the top of the region, but it will show at the bottom.
* Issue #1172560 by bas.hr, bellesmanieres, NROTC_Webmaster, tim.plunkett: ↵webchick2012-04-28
| | | | Fixed The block X was assigned to the invalid region Y and has been disabled.
* Issue #1500160 by jmarkel, tstoeckler: Fix up docs for hook_block_infoJennifer Hodgdon2012-03-29
|
* Issue #1400310 by nod_, sun, m.stenta: Fixed Use of .parents() is really ↵webchick2012-03-28
| | | | .closest().
* Issue #1483662 by rdickert, Psikik: Update URLs for drupal.org module help pagesJennifer Hodgdon2012-03-26
|
* Issue #917490 by pounard, msonnabaum: Performance patch for block_list() ↵webchick2012-03-01
| | | | (D6) and _block_render_blocks() (D7) functions.
* Issue #1346914 by droplet: Use .length instead of jQuery.size().webchick2012-02-14
|
* Revert "Issue #1039666 by Jelle_S: Fixed Placing a block in a region via ↵webchick2011-12-28
| | | | | | select dropdown moves it to the top of the region, but it will show at the bottom." This reverts commit 67b7ac08eb8a688f65e104717749f5abd17b9e24.
* Issue #1039666 by Jelle_S: Fixed Placing a block in a region via select ↵webchick2011-12-24
| | | | dropdown moves it to the top of the region, but it will show at the bottom.
* Issue #1323720 by xenophyle, xjm: Clean up API docs for block module.webchick2011-12-24
|
* Issue #953336 by sun: Fixed Contributed modules are not able to test ↵webchick2011-12-11
| | | | theme-related functionality.
* Issue #1103590 follow-up by Tor Arne Thune, dcrocks: Add tests for blocks ↵webchick2011-11-03
| | | | being added to 'hidden' region.
* Issue #1122584 by 10oclock, Rob Loach: Fixed Use #attached for ↵webchick2011-09-30
| | | | block_admin_display_form() instead of drupal_add_css().
* - Patch #1275214 by CashWilliams: block_load() should not refer to .Dries Buytaert2011-09-14
|
* - Patch #1164808 by mrfelton: block title field was overlooked.Dries Buytaert2011-09-11
|
* - Patch #1267092 by xjm: some comment cleanup in block.test.Dries Buytaert2011-09-07
|
* - Patch #1078176 by franz, agentrickard: block module renders blocks that ↵Dries Buytaert2011-08-26
| | | | are set to display on no pages.
* Issue #717834 by David_Rothstein, clemens.tolboom, catch: Fixed The ↵webchick2011-08-06
| | | | dependencies declared in core's hook_update_dependencies() implementations aren't actually correct.
* Issue #1103590 by dcrocks: Fixed blocks being added to 'hidden' region when ↵webchick2011-07-03
| | | | theme first enabled.
* Issue #1175614 by barbi, oriol_e9g, joachim: Remove HTML tags in the ↵webchick2011-06-21
| | | | documentation for block_list()
* Issue #1022416 by bfroehle, turboflash: Fixed Wrong use of db_transaction() ↵webchick2011-06-08
| | | | in block module.
* Issue #1021270 by larowlan, wojtha: Fixed Blocks for custom menus are ↵webchick2011-05-24
| | | | impossible to theme.
* - Patch #1019292 by TR, Jody Lynn: remove random nbsp characters.Dries Buytaert2011-05-23
|
* Issue #1154802 by lyricnz, Starminder: Fixed Block Schema mismatch after ↵webchick2011-05-23
| | | | upgrade D6 to D7.
* - Patch #1034248 by jhodgdon, drewish, jn2: hook_block_view() example should ↵Dries Buytaert2011-05-14
| | | | return a render array.
* - Patch #1043566: fixed typo on BlockAdminThemeTestCase description.Dries Buytaert2011-04-14
|