drupal/includes
Dries Buytaert 7775d5a327 - Fixed "SELECT lid, FROM locales WHERE string = 'Reset to defaults'" problem:
invoke module_init() *after* the locale module has been initialized.  The
  system module was translating string from within its init hook which is now
  possible/allowed.
2003-03-04 17:44:37 +00:00
..
common.inc - Fixed "SELECT lid, FROM locales WHERE string = 'Reset to defaults'" problem: 2003-03-04 17:44:37 +00:00
conf.php - New menu houskeeping. Prototyped by Zbynek. 2003-02-20 22:44:51 +00:00
database.inc - node.module: 2001-11-05 22:59:11 +00:00
database.mysql.inc - Oops. The db_query_range() query got added twice. 2002-11-09 20:47:52 +00:00
database.pear.inc - Patch by Ulf: XHTML-ified the code. 2003-01-21 22:57:43 +00:00
menu.inc - Fixed some spelling mistakes. Patch by Al. 2003-02-27 22:45:00 +00:00
module.inc - Clean URL patch. 2003-01-06 19:51:01 +00:00
pager.inc - See http://lists.drupal.org/pipermail/drupal-devel/2003-February/021824.html. 2003-02-11 20:01:17 +00:00
theme.inc - Patch by Ax: "The $block->path setting, which <cite>lets you define regular expressions to specify on which pages you want the specific blocks to be shown</cite> [1], has been disfunctional for some time (did it ever work at all?). one reason was the magic_quotes_gpc / stripslashes issue [2] - luckily, this got solved today. the other reason is a buggy implementation that a) compares the path to $PHP_SELF (which is the script name only, without any url params like "?op=view&id=13"; in the case of clean urls, worse, it is index.php always ...) instead of request_uri() (which does have these params and the proper value), and b) doesn't properly escape the regexp delimiter character in the expression ("/back\/slash/")." 2003-02-27 22:48:32 +00:00
xmlrpc.inc - Patch by Ulf: XHTML-ified the code. 2003-01-21 22:57:43 +00:00
xmlrpcs.inc - Upgraded the XML-RPC libraries to the latest version as suggested by 2001-12-05 18:37:44 +00:00