summaryrefslogtreecommitdiff
path: root/modules/block
Commit message (Collapse)AuthorAge
* - Patch #503836 by gaele: made the block visibility option a tiny bit more ↵Dries Buytaert2009-06-27
| | | | clear.
* - Patch #394538 by gaele: refer to the block administration page in a ↵Dries Buytaert2009-06-27
| | | | consistent manner.
* - Patch #478744 by moshe weitzman, Frando: simplify block rendering.Dries Buytaert2009-06-12
|
* - Patch #449198 by boombatower: cealn up test loading and related API.Dries Buytaert2009-06-08
|
* #266153 by JamesAn: Add a description for user-personalizable blocks.Angie Byron2009-06-08
|
* - Patch #480112 by JamesAn: converted to drupal_static().Dries Buytaert2009-06-07
|
* #473080 by chx: Fix bug where switching themes would result in zero blocks ↵Angie Byron2009-05-31
| | | | (including content area). with tests.
* #473080 by chx: Fix bug in block page access callback showing tabs that ↵Angie Byron2009-05-31
| | | | should not appear. (with tests)
* - Patch #337212 by Berdir: clean-up.Dries Buytaert2009-05-29
|
* #306358 by dvessel, JohnAlbin, and flobruit: Add a single $classes string ↵Angie Byron2009-05-28
| | | | (and corresponding $classes_array) for all dynamic classes in template files.
* - Patch #337212 by Berdir: another Berdir patch to convert modules to the ↵Dries Buytaert2009-05-28
| | | | new database layer. Rock.
* - Patch #472642 by stella, agentrickard: remove 'implementation of' ↵Dries Buytaert2009-05-27
| | | | nominalizations from Docblocks.
* - Patch #471070 by stella: millions of code style fixes.Dries Buytaert2009-05-24
|
* - Patch #470210 by Johan Morahan: nice clean-up of block configuration that ↵Dries Buytaert2009-05-24
| | | | fixes input format issue.
* Roll-back of #310467: Breaks installer requirements check and update.php.Angie Byron2009-05-21
|
* - Patch #428744 by Gabor: make the main page content a real block and clean ↵Dries Buytaert2009-05-21
| | | | up some of the content API.
* #196862 by Damien Tournoud, et al: Replace COUNT(*) queries with SELECT 1 ↵Angie Byron2009-05-16
| | | | ... LIMIT 1 queries when all that's required is a check for whether rows exist.
* - Patch #310467 by chx, moshe weitzman: made hook_theme slimmer.Dries Buytaert2009-05-14
|
* #320011 by lilou, snufkin, and karschp: Add consistent @file declarations to ↵Angie Byron2009-05-13
| | | | all .install files.
* #124158 by nedjo, jcnventura: Pull all PHP handling into PHP module.Angie Byron2009-05-07
|
* - Patch #445468 by reaneyk: remove no-op block_update_7000().Dries Buytaert2009-05-06
|
* #444402 follow-up by kkaefer: Fix autocomplete, enforce code style for ↵Angie Byron2009-04-27
| | | | anonymous JS functions.
* #444402 by kkaefer and RobLoach: Enforce coding standards on all core ↵Angie Byron2009-04-26
| | | | JavaScript.
* - Patch #441962 by brianV: code style and documentation clean-up.Dries Buytaert2009-04-26
|
* #369409 by dropcube: Move block.tpl.php to block.module rather than ↵Angie Byron2009-04-26
| | | | system.module.
* - Patch #375482 by mfb: avoid PDO exceptions when block module is not enabled.Dries Buytaert2009-04-21
|
* - Patch #427296 by taz88ny: move some code from system.module to bloc.module ↵Dries Buytaert2009-04-20
| | | | where it belongs.
* - Patch #424252 by swentel: move block cache settings from system module to ↵Dries Buytaert2009-04-05
| | | | block module now block module is optional.
* #376129 by boombatower, Damien Tournoud, and chx: Change getInfo() to a ↵Angie Byron2009-03-31
| | | | static method to reduce memory footprint of SimpleTest.
* - Patch #273137 by pwolanin, David_Rothstein, chx, et al: split navigation ↵Dries Buytaert2009-03-20
| | | | to user and administration menu. Will require follow-up patches.
* #401214 by Xano: Make custom block body required so it's not possible to ↵Angie Byron2009-03-17
| | | | create blocks that don't show up.
* #315533 by JohnAlbin and catch: Remove all core themes but Garland and ↵Angie Byron2009-03-14
| | | | Stark. Yay for making Drupal 75% more palatable to designers. These themes can be found in contrib thanks to the venerable John Wilkins. :)
* #360081 by quicksketch: Stop using global variables for JavaScript settings.Angie Byron2009-03-13
|
* - Patch #244904 by keith.smith, edmund.kwok, xano, David_Rothstein: rename ↵Dries Buytaert2009-03-08
| | | | 'input formats'.
* Roll-back of users -> user table name change in #330983: Broken pgsql is no fun.Angie Byron2009-02-26
|
* #330983 by recidive and boombatower: Rename users/users_roles tables to ↵Angie Byron2009-02-18
| | | | user/user_role for consistency.
* #125030 by kkaefer, quicksketch, dvessel, Steven, and John Resig: Allow ↵Angie Byron2009-02-18
| | | | compatibility with other JavaScript libraries.
* #135976 by Dave Reid: Move Administration Theme setting to the themes page ↵Angie Byron2009-02-11
| | | | where it is findable (with tests).
* #372400 by swentel and BrightLoudNoise: Fix 'delete' link on block ↵Angie Byron2009-02-11
| | | | administration screen.
* - Patch #355236 by Frando: refactor drupal_render() theming.Dries Buytaert2009-02-03
|
* - Patch #367380 by Moshe: make block module optional.Dries Buytaert2009-02-03
|
* - Patch #351235 by dmitrig01, webchick, frando, moshe weitzman, et al: ↵Dries Buytaert2009-01-27
| | | | hook_page_alter. Oh, behave.
* - Removing whitespace.Dries Buytaert2009-01-26
|
* - Patch #244904 by edkwh, keith.smith: renamed 'input format' to 'text ↵Dries Buytaert2009-01-21
| | | | format' based on UMN usability study.
* - Patch #355661 by Jody Lynn: fixed spelling error in test function name.Dries Buytaert2009-01-07
|
* - Patch #352470 by scor: fixed typos and grammar in comments.Dries Buytaert2008-12-30
|
* - Patch #352054 by catch: convert calls to db_placeholders() in static queries.Dries Buytaert2008-12-29
|
* - Patch #345866 by alexanderpas, justinrandell, Dave Reid: remove from ↵Dries Buytaert2008-12-16
| | | | hook_block().
* - Patch #335086 by recidive: rename node, filter and comment module tables ↵Dries Buytaert2008-12-03
| | | | to singular for consistency. Oh my.
* - Patch #338403 by drewish: code comments clean-up.Dries Buytaert2008-11-25
|