Go to file
Dries Buytaert 64b100d19a - Patch #13260 by UnConeD: watchdog module improvements.
We added a 'severity' column to watchdog():
    watchdog($type, $message, $link) --> watchdog($type, $message, $severity, $link);

    * Specify a severity in case you are reporting a warning or error.
    * The $link-parameter is now the fourth parameter instead of the third.

  TODO: document this in the upgrade guide.
2005-01-09 09:22:40 +00:00
database - Patch #13260 by UnConeD: watchdog module improvements. 2005-01-09 09:22:40 +00:00
includes - Patch #13260 by UnConeD: watchdog module improvements. 2005-01-09 09:22:40 +00:00
misc - Patch #13260 by UnConeD: watchdog module improvements. 2005-01-09 09:22:40 +00:00
modules - Patch #13260 by UnConeD: watchdog module improvements. 2005-01-09 09:22:40 +00:00
scripts - Patch #6166 by Moshe: node preview should not display links. Push the links to the theme instead of the theme having to pull them in using node_link(). 2004-11-23 23:11:59 +00:00
sites/default - Patch #13020 by chx: let Drupal handle multiple database layers. 2004-12-30 13:13:22 +00:00
themes - Pushbutton: fix background arrow overlapping foreground in IE (peekaboo bug) 2005-01-07 06:48:44 +00:00
.htaccess - Changed FollowSymLinks to +FollowSymLinks. 2004-10-09 20:41:49 +00:00
CHANGELOG.txt - Patch #13020 by chx: let Drupal handle multiple database layers. 2004-12-30 13:13:22 +00:00
INSTALL.txt - Patch #13020 by chx: let Drupal handle multiple database layers. 2004-12-30 13:13:22 +00:00
LICENSE.txt - Patch #9224 by JonBob: updated to latest version with new address and such. 2004-09-15 20:48:18 +00:00
MAINTAINERS.txt Adding myself as maintainer for the filter system. 2004-09-15 20:53:27 +00:00
cron.php - Patch #13260 by UnConeD: watchdog module improvements. 2005-01-09 09:22:40 +00:00
favicon.ico (grmbl, figures stupid MS icon editing thingy would mess up the colors... fixed now) 2003-06-11 20:50:05 +00:00
index.php - Patch by JonBob: for consistency and readability, add brief descriptions of each source file inside the @file comment block at the head of the file. This helps with Doxygen indexing, and also allows neophytes to see what a file does immediately on opening the source, regardless of the organization of the hooks. 2004-08-21 06:42:38 +00:00
update.php #10457: Warnings during update process 2004-12-24 06:52:02 +00:00
xmlrpc.php - Patch by JonBob: for consistency and readability, add brief descriptions of each source file inside the @file comment block at the head of the file. This helps with Doxygen indexing, and also allows neophytes to see what a file does immediately on opening the source, regardless of the organization of the hooks. 2004-08-21 06:42:38 +00:00