drupal/includes
Dries Buytaert 980637265c - Block and theme improvements. Patch by Ax.
+ block_list() (in block.module): returns an array of block objects for
     $region.
   + theme_blocks() (in theme.inc): uses block_list() and theme("block") to
     actually render them.

  Advantages:
   + Decouples blocks content and layout, allows block_list() to be used
     for non-output purposes (think "pull").
   + Unifies naming in theme.inc: render_blocks()) didn't really fit there.
   + Puts block_list() in blocks.module where it logically belongs.

- Removed some cruft from the Xtemplate theme.  Patch by Ax.
2003-11-19 16:13:07 +00:00
..
bootstrap.inc - Improved module loading when serving cached pages. Moshe's bootstrap patch. 2003-11-18 19:44:36 +00:00
common.inc - Improved module loading when serving cached pages. Moshe's bootstrap patch. 2003-11-18 19:44:36 +00:00
conf.php - Committed a slightly modified version of Slavica's table prefix patch. 2003-07-10 17:46:44 +00:00
database.inc - Modifies path.module to get rid of pgsql reserved word. Patch by Adrian. 2003-10-01 05:18:03 +00:00
database.mysql.inc - Bugfix: prefix not prepended to sequences. Fixes bug #3639. 2003-10-22 13:03:32 +00:00
database.pear.inc - Bugfix: prefix not prepended to sequences. Fixes bug #3639. 2003-10-22 13:03:32 +00:00
menu.inc - Committed stage 1 of the menu callbacks improvements. Patch by Jonathan. 2003-11-08 09:56:22 +00:00
module.inc - Improved module loading when serving cached pages. Moshe's bootstrap patch. 2003-11-18 19:44:36 +00:00
pager.inc - Committed stage 2 of the theme system improvements! Patch by CodeMonkeyX. 2003-11-09 23:27:22 +00:00
session.inc - Fixes bug #4100: First visit to site results in 'access denied' page. 2003-11-18 23:37:48 +00:00
tablesort.inc - Fixing typo that Dries didn't notice I told him about. 2003-10-27 21:50:16 +00:00
theme.inc - Block and theme improvements. Patch by Ax. 2003-11-19 16:13:07 +00:00
xmlrpc.inc - Committed a slightly modified version of Slavica's table prefix patch. 2003-07-10 17:46:44 +00:00
xmlrpcs.inc - Patch by Kjartan: 2003-05-19 18:32:09 +00:00