drupal/includes
Dries Buytaert a92e93e5e2 - Patch #15976 by Neil: if one single admin modifiable menu item is added then it is not put in the menu table because the comparison is > 1 instead of > 0. 2005-01-22 09:09:52 +00:00
..
bootstrap.inc - Patch #13405 by Moshe: make you actually do something useful with the init hook. A recent patch to 4.5 and HEAD made this patch run too early in the request (for non-cached pages). 2004-12-01 12:09:56 +00:00
common.inc - Improved the input checking. 2004-12-28 11:04:14 +00:00
conf.php - Patch #11728 by Uwe Hermann: fixed some typos in the code comments, Doxygen documentation and screen output. 2004-10-19 18:00:34 +00:00
database.inc - Patch #10663 by JonBob: documentation improvements: fixed some typos and improved consistency to the use of Doxygen/api.module commands in the comments. 2004-09-09 05:51:08 +00:00
database.mysql.inc - Patch #10663 by JonBob: documentation improvements: fixed some typos and improved consistency to the use of Doxygen/api.module commands in the comments. 2004-09-09 05:51:08 +00:00
database.pear.inc - Code improvements by Stefan: made all status messages consistent (and easier to translate). 2004-08-18 19:57:27 +00:00
database.pgsql.inc - Patch #15254: removed hardcoded 'public' schema from the PostgreSQL backend. 2005-01-07 19:20:01 +00:00
file.inc - Patch #9292 by killes from Carl: fixed a PHP5 compatibility problem with file handling. 2004-11-08 22:31:54 +00:00
locale.inc #12146: Improve locale import/export messages (Stefan) 2004-10-26 17:21:10 +00:00
menu.inc - Patch #15976 by Neil: if one single admin modifiable menu item is added then it is not put in the menu table because the comparison is > 1 instead of > 0. 2005-01-22 09:09:52 +00:00
module.inc - Patch #14334 by killes: fixed PHP warning. 2004-12-14 22:16:42 +00:00
pager.inc - Patch #7161 by jhriggs: fixed probem with 'last page' link not being correct under certain circumstances. 2004-10-31 07:59:47 +00:00
session.inc - Patch #15399 by adschar: fixed PHP5 error when a new session is inserted into the session table. 2005-01-10 19:35:37 +00:00
tablesort.inc Tablesort used to output class=" active" for active columns with other properties (align="right"). Now it correctly uses class="foo active" if a class 'foo' was specified, and class="active" otherwise. 2004-10-15 22:16:00 +00:00
theme.inc Theme system bug: only show search box if search.module is enabled. 2004-10-14 02:38:33 +00:00
xmlrpc.inc - Patch #11728 by Uwe Hermann: fixed some typos in the code comments, Doxygen documentation and screen output. 2004-10-19 18:00:34 +00:00
xmlrpcs.inc - Improved XML encoding fix. There is now a function drupal_xml_parser_create(): 2004-01-06 12:09:42 +00:00