summaryrefslogtreecommitdiff
path: root/modules/block.module
Commit message (Collapse)AuthorAge
* - Patch #40631 by Chris Johnson: is_array() slower than isset() or empty().Dries Buytaert2005-12-14
|
* - Patch #39778 by chx: obliterate nodeapi op form in favor of the forms ↵Dries Buytaert2005-12-05
| | | | API's way of doing things. Tested with help from webchick.
* - Patch #39576 by chx: rename '_execute' to '_submit' and '#execute' to ↵Dries Buytaert2005-12-02
| | | | '#submit'.
* - Patch #37714 by asimmonds: fixed saving of blocks.Dries Buytaert2005-11-16
|
* - Patch #35524 by asimmonds / drewish: converted the custom block forms code ↵Dries Buytaert2005-11-13
| | | | to the forms API's execute model.
* - Patch #35644 by webchick: forms API simplificiations.Dries Buytaert2005-11-12
|
* - Patch #36029 by asimmonds: fixed typo that prevents 'admin - block - ↵Dries Buytaert2005-11-03
| | | | configure' from working.
* - Patch #26139 by webchick / Kieran / documentation team: improved admin ↵Dries Buytaert2005-11-01
| | | | help of core modules! /
* - Patch #30930 by m3avrck/deekayen: cured PHP5 warnings.Dries Buytaert2005-10-22
|
* - Patch #33752 by chx, adrian, et al: another batch of form API changes/fixes.Dries Buytaert2005-10-11
|
* - Removing tabs and trailing whitespaces.Dries Buytaert2005-10-07
|
* - Patch #29465: new form API by Adrian et al.Dries Buytaert2005-10-07
| | | | | | | TODO: + The contact.module was broken; a new patch for contact.module is needed. + Documentation is needed. + The most important modules need to be updated ASAP.
* - Patch #30801 by Allie Micka, m3avrck, 1uv4t4r et al: fixed block problems.Dries Buytaert2005-09-14
|
* - Patch #30801 by Allie Micka and m3avrck: performance improvements: ↵Dries Buytaert2005-09-12
| | | | improved the database scheme and queries of the block.module.
* - Patch #29385 by chx: no ?> add end of files.Dries Buytaert2005-08-25
|
* - Patch #16216 by nedjo: multiple block regions!Dries Buytaert2005-08-16
|
* - Patch #27713 by tostinni: fixed two problems on the block add page:Dries Buytaert2005-08-07
| | | | | + description field isn't marked as requiered +when the field isn't unique, an error is displayed, but the wrong text field is set as erronous.
* - #27551: Rename check_output() to check_markup(). Needs contrib updates!Steven Wittens2005-07-29
|
* - Patch #26217 by HellRaider: fixed problem <front> setting in presence of ↵Dries Buytaert2005-07-20
| | | | slashes.
* - Patch #26233 by Goba: fixed problem with block regions being buggy.Dries Buytaert2005-07-03
|
* - Fixed problems with filter formats and problem with XML-RPC server.Dries Buytaert2005-06-29
|
* - Patch #25603 by Stefan: made the sizes of forms consistent.Dries Buytaert2005-06-27
| | | | TODO: document the defaults in the PHPdoc comments.
* - Patch #22192 by tostinne: fixed invalid XHTML codeDries Buytaert2005-05-22
|
* - Patch #15595 by Stefan and Djun: improved status messages.Dries Buytaert2005-05-05
| | | | | TODO: we should write down a couple guidelines for these document them in the PHPDoc code of drupal_set_message()! .
* - Patch #21939 by Usability Poobah Chris: added missing </p> tag.Dries Buytaert2005-05-05
|
* - Patch #21445 by Goba: added missing t() function.Dries Buytaert2005-05-01
|
* - Patch #21353 by chx: implemented PHP-mode for blocks.Dries Buytaert2005-04-30
|
* - Patch 20910 by chx: centralize print theme page.Dries Buytaert2005-04-24
|
* - Improved consistency.Dries Buytaert2005-04-18
|
* - Patch #19965 by Robin Monks: fixed problem with duplicate block titles.Dries Buytaert2005-04-12
|
* - Modified patch #19694 by chx: makes sure that block.module deals by ↵Dries Buytaert2005-04-04
| | | | default only with regions 0 and 1 as it does now but lets you use block_list with any region you define. This opens many possibilites. You may do a multi region module, with your admin UI using the blocks table as storage and the block_list matcher. Or you may do a sections module using the block matcher without cluttering the current blocks list.
* - #18817: Clean up plain-text checking (see drupal-devel!)Steven Wittens2005-03-31
|
* - #18939 (Stefan): Always use paragraph tags around page help text.Steven Wittens2005-03-18
|
* - Renamed some more 'region's to 'sidebar'sDries Buytaert2005-03-06
|
* - Patch by Neil: fixed typo.Dries Buytaert2005-03-05
|
* - Patch #18382 by Neil: usability improvement: organized the blocks on the ↵Dries Buytaert2005-03-05
| | | | block administration page by region. (I wanted to do that myself!)
* #18329: Unify confirmation messages (and make them themable)Steven Wittens2005-03-03
|
* - Block admin usability: display block title if no description was given.Steven Wittens2005-03-03
|
* - #17868: Remove hardcoded align="center"Steven Wittens2005-02-27
|
* #17216: Restore missing "delete" link for blocks.Steven Wittens2005-02-22
|
* - Patch #16399 by James: fixed typo in block.module.Dries Buytaert2005-01-28
|
* Typos.Steven Wittens2005-01-27
|
* - Code styleSteven Wittens2005-01-27
|
* - Patch #16074 by Andre Molnar: add configuration option to show blocks only ↵Dries Buytaert2005-01-27
| | | | on pages of certain node type.
* #15185: Fix front page handling of blocksSteven Wittens2005-01-06
|
* - Patch #14532 by andre molnar: tidied up some block.module code.Dries Buytaert2004-12-18
|
* - Removed some cruft: left-over xxx_help_page() functions.Dries Buytaert2004-12-11
|
* - Patch #14209 by nysus: improved the clarity and readability for a group of ↵Dries Buytaert2004-12-11
| | | | radio buttons for a block's visibility settings.
* - Patch #12353 by Stefan: usability improvement: don't show 'throttle ↵Dries Buytaert2004-11-15
| | | | fields' unless the throttle module is enabled.
* - Patch #12783 by Stefan: various small consistency/usability improvements.Dries Buytaert2004-11-15
|