drupal/includes
Dries Buytaert 97bfa01725 - Patch #18828 by me, jbond and TDobes: moves the textarea hook for 'pre' between the title and the textarea. This makes it easier for simply textarea enhancements like quicktags to add a toolbar just above the textarea. 2005-04-06 07:43:10 +00:00
..
bootstrap.inc - Patch #19933 by willmoy: stop output buffering once the page has been rendered. 2005-04-05 19:00:24 +00:00
common.inc - Patch #18828 by me, jbond and TDobes: moves the textarea hook for 'pre' between the title and the textarea. This makes it easier for simply textarea enhancements like quicktags to add a toolbar just above the textarea. 2005-04-06 07:43:10 +00:00
database.inc - Fixing broken search after sql rewrite patches 2005-02-19 22:24:24 +00:00
database.mysql.inc - Patch #13581 by Steven: Db_query() allows a variable amount of parameters so you can pass the query arguments in. There is however an alternative syntax: instead of passing the query arguments as function arguments, you can also pass a single array with the query arguments in it. For example the following two statements are equivalent: 2004-11-29 13:13:29 +00:00
database.pgsql.inc - Patch #15254: removed hardcoded 'public' schema from the PostgreSQL backend. 2005-01-07 19:18:05 +00:00
file.inc - Patch #19739 by Uwe: corrected many typo's in the documentation and code comments 2005-03-31 21:18:08 +00:00
image.inc - #19517: Fix GD2 toolkit error. 2005-03-29 00:01:23 +00:00
locale.inc - #19873: drupal_specialchars -> check_plain 2005-04-02 18:22:17 +00:00
menu.inc - Patch #17869: make local tasks more themeable. 2005-02-28 16:23:27 +00:00
module.inc - Patch #19895 by Moshe: currently modules can inadvertently load all other modules during the bootstrap. this is easy to do by calling a node_load() or module_invoke_all(). this degrades performance for anonymous users when caching is enabled. With this patch, the module writer will see an php error like "Call to undefined function: drupal_set_html_head()" if this is attempted. basically, unavailable functions are actually reported as unavailable. 2005-04-03 08:03:18 +00:00
pager.inc - #18817: Clean up plain-text checking (see drupal-devel!) 2005-03-31 09:25:33 +00:00
session.inc - Simplified the session code (PostgreSQL update). 2005-03-01 20:15:10 +00:00
tablesort.inc - #18817: Clean up plain-text checking (see drupal-devel!) 2005-03-31 09:25:33 +00:00
theme.inc - Patch #19739 by Uwe: corrected many typo's in the documentation and code comments 2005-03-31 21:18:08 +00:00
xmlrpc.inc - Patch #19739 by Uwe: corrected many typo's in the documentation and code comments 2005-03-31 21:18:08 +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