David Rothstein
|
31d124b795
|
Issue #1693336 by chx, David_Rothstein, catch | iamEAP: Block rehashing happens on every cron run.
|
2013-12-30 14:47:22 -05:00 |
David Rothstein
|
226fe69970
|
Issue #1076132 by fizk, friesk, foxtrotcharlie, coolestdude1, David_Rothstein, skwashd, alexpott, tstoeckler | adaddinsane: Hook_block_view_MODULE_DELTA_alter fails with blocks that have a hyphen in the block delta.
|
2013-12-30 11:45:54 -05:00 |
Jennifer Hodgdon
|
83c329fc89
|
Issue #2044791 by skipyT, alexandre.todorov, joachim: Clarify documentation of hook_block_view around empty return values
|
2013-08-13 07:51:08 -07:00 |
Jennifer Hodgdon
|
4c67cb91d4
|
Issue #1967802 by ebargtuo: Fix documentation of block view alter hooks
|
2013-08-12 12:56:38 -07:00 |
David Rothstein
|
19dc0fc8cd
|
Issue #1956914 by pounard, David_Rothstein, chaby: Use a single cache_get_multiple() call per region instead of a cache_get() per block in _block_render_blocks().
|
2013-08-05 21:42:42 -04:00 |
David Rothstein
|
5ae8828fef
|
Revert "Issue #1956914 by chaby, pounard: Use a single cache_get_multiple() call per region instead of a cache_get() per block in _block_render_blocks()."
This reverts commit 43c8918f96 .
|
2013-06-03 23:52:33 -04:00 |
David Rothstein
|
43c8918f96
|
Issue #1956914 by chaby, pounard: Use a single cache_get_multiple() call per region instead of a cache_get() per block in _block_render_blocks().
|
2013-06-03 17:26:10 -04:00 |
David Rothstein
|
e66de8b026
|
Issue #1705536 by pfrenssen: Fixed typo in docblock block_block_list_alter().
|
2013-03-30 15:36:25 -04:00 |
Jennifer Hodgdon
|
30fab7007d
|
Issue #1741338 by lazysoundsystem: Remove t() from test asserts in block module
|
2012-10-18 16:04:59 -07:00 |
Jennifer Hodgdon
|
722b042d1f
|
Issue #863428 by Albert Volkman, Mile23: Fix up documentation for block cache constants
|
2012-09-14 08:23:41 -07:00 |
Jennifer Hodgdon
|
7a7abd77b4
|
Issue #1615312 by dsdeiz, David_Rothstein: Make sure all D7 to D7 updates are listed in the updates-7.x-extra group
|
2012-07-16 09:45:43 -07:00 |
David Rothstein
|
bbe4b34681
|
Issue #1600892 by tim.plunkett, sun: Fixed Tests use magic numbers 1 and 2 instead of user role constants.
|
2012-06-04 01:07:43 -04:00 |
Jennifer Hodgdon
|
e039aaaa32
|
Issue #1358944 by wulff: Fix misuse of ingroup in documentation blocks
|
2012-05-23 12:25:30 -07:00 |
webchick
|
f6c660169c
|
Issue #1039666 by Jelle_S, droplet, Kevin Morse, nod_: Fixed Placing a block in a region via select dropdown moves it to the top of the region, but it will show at the bottom.
|
2012-04-30 21:50:41 -07:00 |
webchick
|
9647c746ba
|
Issue #1172560 by bas.hr, bellesmanieres, NROTC_Webmaster, tim.plunkett: Fixed The block X was assigned to the invalid region Y and has been disabled.
|
2012-04-28 23:36:13 -07:00 |
Jennifer Hodgdon
|
b40facf07f
|
Issue #1500160 by jmarkel, tstoeckler: Fix up docs for hook_block_info
|
2012-03-29 13:42:42 -07:00 |
webchick
|
966d3f310d
|
Issue #1400310 by nod_, sun, m.stenta: Fixed Use of .parents() is really .closest().
|
2012-03-28 09:33:40 -07:00 |
Jennifer Hodgdon
|
4fb8e143a3
|
Issue #1483662 by rdickert, Psikik: Update URLs for drupal.org module help pages
|
2012-03-26 11:28:49 -07:00 |
webchick
|
df911f3f50
|
Issue #917490 by pounard, msonnabaum: Performance patch for block_list() (D6) and _block_render_blocks() (D7) functions.
|
2012-03-01 21:20:12 -08:00 |
webchick
|
476843c25e
|
Issue #1346914 by droplet: Use .length instead of jQuery.size().
|
2012-02-14 13:46:20 -05:00 |
webchick
|
974ae8947b
|
Revert "Issue #1039666 by Jelle_S: Fixed Placing a block in a region via select dropdown moves it to the top of the region, but it will show at the bottom."
This reverts commit 67b7ac08eb .
|
2011-12-28 20:38:27 -08:00 |
webchick
|
67b7ac08eb
|
Issue #1039666 by Jelle_S: Fixed Placing a block in a region via select dropdown moves it to the top of the region, but it will show at the bottom.
|
2011-12-24 17:56:49 -08:00 |
webchick
|
755e486d12
|
Issue #1323720 by xenophyle, xjm: Clean up API docs for block module.
|
2011-12-24 17:51:06 -08:00 |
webchick
|
11d884bee7
|
Issue #953336 by sun: Fixed Contributed modules are not able to test theme-related functionality.
|
2011-12-11 00:12:37 -06:00 |
webchick
|
70ebc5e784
|
Issue #1103590 follow-up by Tor Arne Thune, dcrocks: Add tests for blocks being added to 'hidden' region.
|
2011-11-03 21:12:28 -07:00 |
webchick
|
777322657a
|
Issue #1122584 by 10oclock, Rob Loach: Fixed Use #attached for block_admin_display_form() instead of drupal_add_css().
|
2011-09-30 15:10:01 -07:00 |
Dries Buytaert
|
051975d697
|
- Patch #1275214 by CashWilliams: block_load() should not refer to .
|
2011-09-14 22:11:30 -04:00 |
Dries Buytaert
|
aa78d4987d
|
- Patch #1164808 by mrfelton: block title field was overlooked.
|
2011-09-11 17:06:45 -04:00 |
Dries Buytaert
|
7229ddc267
|
- Patch #1267092 by xjm: some comment cleanup in block.test.
|
2011-09-07 06:44:37 -04:00 |
Dries Buytaert
|
d70426b221
|
- Patch #1078176 by franz, agentrickard: block module renders blocks that are set to display on no pages.
|
2011-08-26 10:09:12 +01:00 |
webchick
|
1e48014398
|
Issue #717834 by David_Rothstein, clemens.tolboom, catch: Fixed The dependencies declared in core's hook_update_dependencies() implementations aren't actually correct.
|
2011-08-06 16:29:31 -07:00 |
webchick
|
03ff5386dd
|
Issue #1103590 by dcrocks: Fixed blocks being added to 'hidden' region when theme first enabled.
|
2011-07-03 10:57:13 -07:00 |
webchick
|
16862c659f
|
Issue #1175614 by barbi, oriol_e9g, joachim: Remove HTML tags in the documentation for block_list()
|
2011-06-21 23:46:55 -07:00 |
webchick
|
966089d539
|
Issue #1022416 by bfroehle, turboflash: Fixed Wrong use of db_transaction() in block module.
|
2011-06-08 22:34:06 -07:00 |
webchick
|
c09a969d96
|
Issue #1021270 by larowlan, wojtha: Fixed Blocks for custom menus are impossible to theme.
|
2011-05-24 14:00:57 -07:00 |
Dries Buytaert
|
224aae4b65
|
- Patch #1019292 by TR, Jody Lynn: remove random nbsp characters.
|
2011-05-23 21:06:24 -04:00 |
webchick
|
3b88a36ccd
|
Issue #1154802 by lyricnz, Starminder: Fixed Block Schema mismatch after upgrade D6 to D7.
|
2011-05-23 16:43:23 -07:00 |
Dries Buytaert
|
0b007f5413
|
- Patch #1034248 by jhodgdon, drewish, jn2: hook_block_view() example should return a render array.
|
2011-05-14 13:20:06 -04:00 |
Dries Buytaert
|
5ad04d02f3
|
- Patch #1043566: fixed typo on BlockAdminThemeTestCase description.
|
2011-04-14 21:56:55 -04:00 |
Dries Buytaert
|
49a5c2944e
|
- Patch #722920 by andypost: slightly optimize the block upgrade path.
|
2011-04-10 18:17:17 +02:00 |
webchick
|
791af06d2b
|
Issue #1089430 by manarth: improved code comment.
|
2011-03-28 08:55:25 -07:00 |
The Great Git Migration
|
79bcdb8b7d
|
Stripping CVS keywords
|
2011-02-25 02:06:03 +00:00 |
Dries Buytaert
|
b7a2aeb608
|
- Patch #1025372 by rschwa: hook_block_info() should document max length of delta/array key.
|
2011-02-19 14:11:50 +00:00 |
Dries Buytaert
|
7aabab90cf
|
- Patch #1045606 by droplet, montesq: hook_block_info() doc should use visibility constants.
|
2011-02-04 20:09:15 +00:00 |
Dries Buytaert
|
f1399ea638
|
- Patch #1019710 by stephenh: Changed Standardize @file comments in .test files.
|
2011-02-04 18:42:22 +00:00 |
Angie Byron
|
a873518489
|
#746470 by follow-up by aspilicious, Jacine, jbrown, sgabe, et al: Add border-radius for IE9 / Opera 10.50
|
2011-01-03 07:04:48 +00:00 |
Angie Byron
|
7264290ea8
|
#987384 by h_peter, jhodgdon: Fixed Topics/groups in D7 need cleanup
|
2011-01-02 17:26:40 +00:00 |
Angie Byron
|
15ec48062c
|
#915174 by sdboyer, sun: Remove pointless files[] declarations on files that are not declaring classes.
|
2010-12-20 19:59:44 +00:00 |
Angie Byron
|
8172877a62
|
#947844 by sun: Clean up filter-related tests that load text formats by their human-readable name.
|
2010-11-29 06:38:52 +00:00 |
Angie Byron
|
b44b2c6a97
|
#126070 follow-up by David_Rothstein: Rollback of previous patch; needs discussion/deferrment until D8.
|
2010-11-23 16:12:15 +00:00 |