drupal/includes
Dries Buytaert 59c2208ea6 - Patch by Goba: incremental improvements to the new content markers.
Goba: it would be nice if one of the core themes would showcase this functionality. ;-)
2005-01-30 09:53:19 +00:00
..
bootstrap.inc - Patch by UnConeD: watchdog module improvements. 2005-01-09 09:22:40 +00:00
common.inc - Fixed PHP5 warning: the $result object in drupal_http_request() needed to be properly initialized using 'new StdClass'. 2005-01-22 11:15:24 +00:00
database.inc - Patch by chx: generalized node_rewrite_query to db_rewrite_query. 2005-01-29 22:02:37 +00:00
database.mysql.inc - Patch 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 : removed hardcoded 'public' schema from the PostgreSQL backend. 2005-01-07 19:18:05 +00:00
file.inc - Modified patch by Neil: improved default workflow (default node type) configuration page. 2005-01-24 21:20:16 +00:00
locale.inc - Patch by UnConeD: watchdog module improvements. 2005-01-09 09:22:40 +00:00
menu.inc - Small clean-up: '>= 1' => '> 0' => ''. 2005-01-22 09:10:59 +00:00
module.inc - Patch by chx: made it possible to rewrite node queries. 2005-01-16 18:44:49 +00:00
pager.inc - Patch by Remco: <div> -> </div>. 2005-01-28 18:44:17 +00:00
session.inc - Patch by adschar: fixed PHP5 error when a new session is inserted into the session table. (Better fix.) 2005-01-10 19:36:21 +00:00
tablesort.inc - Patch 13180 by chx: renamed check_query() to db_escape_string() and implemtented it properly per database backend. 2004-11-21 08:25:17 +00:00
theme.inc - Patch by Goba: incremental improvements to the new content markers. 2005-01-30 09:53:19 +00:00
xmlrpc.inc : PHP5 typecasting error 2005-01-09 09:58:33 +00:00
xmlrpcs.inc