summaryrefslogtreecommitdiff
path: root/modules/block/block.module
Commit message (Collapse)AuthorAge
* Issue #1323720 by xenophyle, xjm: Clean up API docs for block module.webchick2011-12-24
|
* - 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 #1078176 by franz, agentrickard: block module renders blocks that ↵Dries Buytaert2011-08-26
| | | | are set to display on no pages.
* 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 #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 #1089430 by manarth: improved code comment.webchick2011-03-28
|
* Stripping CVS keywordsThe Great Git Migration2011-02-25
|
* #126070 follow-up by David_Rothstein: Rollback of previous patch; needs ↵Angie Byron2010-11-23
| | | | discussion/deferrment until D8.
* #126070 by RobRoy, JohnAlbin, manarth, et al: Fixed module_invoke('block', ↵Angie Byron2010-11-22
| | | | 'view', ...) doesn't return subject
* #911290 by bspellmeyer: Fixed user-customizable block settings broken.Angie Byron2010-11-22
|
* - Patch #839556 by jrchamp, dmitrig01: remove pointless usage of ↵Dries Buytaert2010-10-28
| | | | array_key_exists().
* #358437 follow-up by David_Rothstein, sun, chx: Disallow invalid text format ↵Angie Byron2010-09-28
| | | | IDs; force 0 and non-existant formats to NULL.
* - Patch #735692 by JohnAlbin: unclear which themes blocks are edited - shown ↵Dries Buytaert2010-09-24
| | | | as secondary tabs without primary parents.
* - Patch #914458 by Damien Tournoud, chx: remove the format delete ↵Dries Buytaert2010-09-18
| | | | reassignment 'feature'.
* - Patch #663956 by sun, Bojhan, Dave Reid: remove contextual links from help ↵Dries Buytaert2010-09-12
| | | | text block.
* #655416 by casey, yoroy, BTMash, Bojhan, Gábor Hojtsy, sun, ksenzee, ↵Angie Byron2010-07-31
| | | | oseldman, jrguitar21, et al: 'Demonstrate block preview' should not open in the overlay, and should reflect the regions in the front-end theme.
* #845742 by Damien Tournoud: Make Bartik the default core theme.Angie Byron2010-07-08
|
* - Patch #769540 by cafuego: block variables lack defines.Dries Buytaert2010-06-25
|
* - Patch #818206 by Berdir et al: apply coding standard for no-arg constructors.Dries Buytaert2010-06-17
|
* - Patch #235673 by carlos8f, yched, swentel, redndahead, Damien Tournoud, ↵Dries Buytaert2010-06-15
| | | | pwolanin, dww: changes to block caching mode not caught.
* #687666 by tstoeckler, David_Rothstein: Fixed block static cache a bit too ↵Angie Byron2010-06-12
| | | | static.
* - Patch #735662 by duellj, tstoeckler: critical bug: hook_form_alter() can ↵Dries Buytaert2010-05-13
| | | | easily clobber a text format.
* - Patch #765860 by effulgentsia, dww, dereine, mikey_p, sun: make ↵Dries Buytaert2010-04-28
| | | | drupal_alter() support multiple alter hooks executed by module weight.
* - Patch #710172 by alexpott, Pasqualle: HTML ids for blocks should not ↵Dries Buytaert2010-04-26
| | | | contain underscores.
* #368093 by emosbaugh, kirkage, naxoc, alexpott, et al: Fixed Block ↵Angie Byron2010-04-22
| | | | visibility settings are case sensitive.
* #560746 follow-up by chx: Split hook_block_info_alter() into list_ and ↵Angie Byron2010-04-22
| | | | info_alter() and clean up block_rehash().
* - Patch #91663 by sun, Berdir, swentel, blackdog, chx: permission of text ↵Dries Buytaert2010-04-10
| | | | format is not checked when editing an entity and instead reset to something a user can use.
* - Patch #684774 by andypost, sun: critical bug: block visibility settings ↵Dries Buytaert2010-03-28
| | | | cannot be properly extended.
* #556872 by Davy Van Den Bremt, pwolanin, sun, and eojthebrave: Fixed Action ↵Angie Byron2010-03-12
| | | | links do not work on all levels (example: 'add block' action link does not appear).
* - Patch #735900 by andypost: deleting custom block does not clean ↵Dries Buytaert2010-03-09
| | | | block_role() table.
* - Patch #503782 by skilip, Davy Van Den Bremt, eojthebrave, sign: not able ↵Dries Buytaert2010-03-09
| | | | to select region at block creation.
* #414424 by sun, chx, Arancaytar, yched, et al: Introduce Form API #type ↵Angie Byron2010-03-07
| | | | 'text_format' for additional DX/security around rich text fields.
* - Patch #691938 by carlos8f, mr.baileys: block caching per-role, per-user, ↵Dries Buytaert2010-02-28
| | | | per-page was broken. With new tests.
* - Rollback of #691938.Dries Buytaert2010-01-24
|
* - Patch #691938 by carlos8f: block caching per-role, per-user, per-page was ↵Dries Buytaert2010-01-23
| | | | broken. Added block caching tests.
* #678714 by effulgentsia: Unify use of theme hook / template suggestions, fix ↵Angie Byron2010-01-13
| | | | clobbering problems, and improve suggestion discovery performance.
* - Patch #677562 by jhodgdon: massaging of block administration page help texts.Dries Buytaert2010-01-08
|
* #674406 by David_Rothstein: Don't add empty theme regions to the array.Angie Byron2010-01-06
|
* - Patch #632898 by arianek, jhodgdon: help text improvements and fixes.Dries Buytaert2009-12-18
|
* - Patch #502190 by jhodgdon, stella, sun: hook implementation headers out of ↵Dries Buytaert2009-12-04
| | | | compliance with standards.
* - Patch #620446 by Xano: rewrite permission titles and descriptions.Dries Buytaert2009-12-01
|
* - Patch #491214 by JohnAlbin, Gábor Hojtsy, eigentor: implement a more ↵Dries Buytaert2009-12-01
| | | | usable top level Appearance page. Yay.
* #632898 follow-up by batigolix and arianek: Minor tweaks to Block module ↵Angie Byron2009-11-22
| | | | documentation for consistency.
* #632898 by arianek and lisarex: Help File Fixup: Block module.Angie Byron2009-11-19
|
* - Patch #619902 by sun: performance improvement: dashboard, region and block ↵Dries Buytaert2009-11-11
| | | | building had unnecessary function calls.
* - Patch #606640 by eojthebrave, sun, catch: don't use menu loaders because ↵Dries Buytaert2009-11-11
| | | | menu loaders are executed on every menu system access check. Performance improvement.
* #606526 by axyjo and scor: Remove trailing whitespace and add newlines at ↵Angie Byron2009-11-10
| | | | end of files. Sorry, folks! But it is after code freeze. :)