drupal/includes
Dries Buytaert 2b17b3a966 - Patch #13907 by Neil: less ways to set the page title.
* Less logic in theme code.
   * Encourages use of the menu system.
   * Easier to find where a title or breadcrumb comes from in other people's code because there are less places to look. Look in menu and then grep for the appropriate set function. Looking for calls to theme_page() is hard because there are too many of them.
   * Very slightly more efficient.
2004-12-15 21:19:42 +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 22:16:50 +00:00
common.inc - Patch #13907 by Neil: less ways to set the page title. 2004-12-15 21:19:42 +00:00
database.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.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.pear.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
database.pgsql.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
file.inc - Patch #5942 by jhriggs and Adrian: 2004-11-24 22:44:01 +00:00
locale.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
menu.inc - Usability improvement: only display subtabs if there is more than one subtab. If there is only one, make sure it is the set to be the default subtab and all is well. 2004-11-28 12:03:11 +00:00
module.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 22:16:50 +00:00
pager.inc Pager_query's count query was broken if no query arguments were given. 2004-12-06 11:57:04 +00:00
session.inc - Performance improvement: made 'sid' the primary key of the sessions table. 2004-11-07 21:53:55 +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 #13907 by Neil: less ways to set the page title. 2004-12-15 21:19:42 +00:00
xmlrpc.inc - Removed some cruft. 2004-11-15 12:00:32 +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