drupal/includes
Dries Buytaert a3f84c7782 - Patch #38349 by hunmonk:
1. hook_form_validate_alter and hook_form_execute_alter have been eliminated. there usage was limiting and a bit confusing. now, only hook_form_alter remains
   2. replacing those hooks are the #validate and #execute attributes. these can be used either when building the form in a module, or via hook_form_alter. these attributes are built in array form, to allow for flexibility in how they are called. for example, a module could simply add an element to the #validate array via hook_form_alter if it wished to perform additional validation, or it could redeclare the entire #validate array if it wanted to override any existing validation
   3. attributes #validation_arguments and #execution_arguments have been added to allow args to be used w/ custom validation and execution functions. this are also declared in array format
   4. renamed #valid attribute to #validation. this doesn't cause any conflicts, and makes the naming convention more consistent
   5. renamed the existing #execute attribute associated w/ submit buttons to #submit
2005-11-22 21:31:15 +00:00
..
bootstrap.inc - Patch #35725 by drumm: improved conf_init() documentation. 2005-11-21 21:33:44 +00:00
common.inc - #33852: remove legacy.inc (in anticipation of the bridge stuff) 2005-10-28 01:06:36 +00:00
database.inc - Patch #29910 by m3avrck, nsk, Thomas et al: added a mysqli database backend for use with PHP5 and MySQL 4.1 and above. 2005-09-12 20:13:04 +00:00
database.mysql.inc #36352: Don't prefix temporary table names after all. 2005-11-21 15:55:17 +00:00
database.mysqli.inc - Patch #36828 by m3avrck: some MySQLi fixes and some PHP5 fixes. 2005-11-18 14:03:55 +00:00
database.pgsql.inc #36352: Don't prefix temporary table names after all. 2005-11-21 15:55:17 +00:00
file.inc - Patch #26249 by Morbus: improved handling of temporary files/directory. 2005-11-12 09:23:50 +00:00
form.inc - Patch #38349 by hunmonk: 2005-11-22 21:31:15 +00:00
image.inc - Patch #30930 by m3avrck/deekayen: cured PHP5 warnings. 2005-10-22 15:14:46 +00:00
legacy.inc - Patch #35874 by asimmonds: added missing $Id$ tags. 2005-11-01 09:58:01 +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 #22215 by Richard Archer: refactored primary and secondary links. 2005-11-03 19:33:37 +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 #22215 by Richard Archer: refactored primary and secondary links. 2005-11-03 19:33:37 +00:00
unicode.inc - Patch #33752 by chx, adrian, et al: another batch of form API changes/fixes. 2005-10-11 19:44:35 +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