drupal/includes
Dries Buytaert 4e2c0b250e - Introduced a drupal_set_message() and drupal_get_message() function.
Contributed themes and modules need to be updated:
   - modules: status() is no more; use drupal_set_message() instead.
   - themes: use drupal_get_message() to check for status messages and
     visualize them.
2003-12-01 13:45:33 +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 - Introduced a drupal_set_message() and drupal_get_message() function. 2003-12-01 13:45:33 +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 Patch by Ax to fixe and improve to the core doxygen PHPdoc: 2003-11-24 22:46:03 +00:00
database.pear.inc Patch by Ax to fixe and improve to the core doxygen PHPdoc: 2003-11-24 22:46:03 +00:00
menu.inc - Menu fix by Jonathan. 2003-11-21 19:08:46 +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 Patch by Ax to fixe and improve to the core doxygen PHPdoc: 2003-11-24 22:46:03 +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 Fixed typo. Patch by Manuel. 2003-11-27 13:31:13 +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 - Made it possible to auto-throttle blocks. That is, blocks can be 2003-11-28 20:03:00 +00:00