drupal/includes
Dries Buytaert c54234d71a - Patch #40341 by Neil: fixed problems with database schema versions.
- When user #1 creates an account (we can assume this happens only once), system.module's schema version is set to the latest availiable.
  - system_get_files_database() now includes a 'schema_version' child of each file object.
  - That new information is re-saved when Drupal re-populates the system table.
  - An array of newly-enabled modules is built, module_list() is reloaded, and the schema versions of each newly-enabled module are set to the most recent availiable. If the schema version is already set (presumably from a previous installation) it is not changed.
2005-12-08 08:40:10 +00:00
..
bootstrap.inc - Removed valid_input_check(). 2005-11-30 10:27:13 +00:00
common.inc - Patch #39566 by chx: fixed incorrect encoding in URLs. 2005-12-02 10:31:21 +00:00
database.inc - Patch #39257 by merlinofchaos: node_access rewrite breaks with FROM_UNIXTIME. 2005-11-29 15:37:27 +00:00
database.mysql.inc - Patch #38889 by rkerr: db_error and db_affected_rows did not work properly in presence of multiple database connections. 2005-12-07 15:17:27 +00:00
database.mysqli.inc - Patch #35924 by Neil: improved the update system. 2005-12-06 09:25:22 +00:00
database.pgsql.inc - Patch #38889 by rkerr: db_error and db_affected_rows did not work properly in presence of multiple database connections. 2005-12-07 15:17:27 +00:00
file.inc - Fixed bug with checking for .txt files. 2005-11-30 19:28:18 +00:00
form.inc - Patch #39875 by chx: make form sorting work with PHP5. 2005-12-05 21:21:49 +00:00
image.inc - Patch #30930 by m3avrck/deekayen: cured PHP5 warnings. 2005-10-22 15:14:46 +00:00
install.inc - Patch #40341 by Neil: fixed problems with database schema versions. 2005-12-08 08:40:10 +00:00
locale.inc - Add missing url()s around form actions (these would break without clean URLs) 2005-11-13 02:32:18 +00:00
menu.inc - Patch #35768 by JonBob/Richard: separate callback handling from menu handling. 2005-12-03 14:50:27 +00:00
module.inc - Patch #29385 by chx: no ?> add end of files. 2005-08-25 21:14:17 +00:00
pager.inc - Patch #30930 by m3avrck/deekayen: cured PHP5 warnings. 2005-10-22 15:14:46 +00:00
session.inc - Patch #35354 by Moshe/chx: only update the last access time for authenticated users. 2005-10-28 13:35:49 +00:00
tablesort.inc - Patch #29385 by chx: no ?> add end of files. 2005-08-25 21:14:17 +00:00
theme.inc - Patch #35924 by Neil: improved the update system. 2005-12-06 09:25:22 +00:00
unicode.inc - Various fixes. Updated CHANGELOG.txt 2005-11-29 20:17:10 +00:00
xmlrpc.inc - Patch #37766 by Thomas Ilsche: fixed date handling in XML-RPC backend. 2005-11-21 21:35:43 +00:00
xmlrpcs.inc - Patch #37400 by vwX/chx: fixed problem with methodHelp 2005-11-13 08:18:12 +00:00