- 08 Jan, 2006 2 commits
-
-
Dries Buytaert authored
-
Dries Buytaert authored
-
- 06 Jan, 2006 1 commit
-
-
Dries Buytaert authored
-
- 05 Jan, 2006 1 commit
-
-
Dries Buytaert authored
-
- 02 Jan, 2006 2 commits
-
-
Dries Buytaert authored
-
Dries Buytaert authored
-
- 29 Dec, 2005 1 commit
-
-
Steven Wittens authored
-
- 26 Dec, 2005 1 commit
-
-
Dries Buytaert authored
-
- 19 Dec, 2005 2 commits
-
-
Dries Buytaert authored
-
Dries Buytaert authored
-
- 16 Dec, 2005 1 commit
-
-
Dries Buytaert authored
-
- 15 Dec, 2005 1 commit
-
-
Dries Buytaert authored
-
- 14 Dec, 2005 2 commits
-
-
Dries Buytaert authored
-
Dries Buytaert authored
-
- 05 Dec, 2005 4 commits
-
-
Dries Buytaert authored
-
Dries Buytaert authored
-
Dries Buytaert authored
-
Dries Buytaert authored
-
- 04 Dec, 2005 1 commit
-
-
Dries Buytaert authored
-
- 03 Dec, 2005 1 commit
-
-
Dries Buytaert authored
-
- 02 Dec, 2005 1 commit
-
-
Dries Buytaert authored
-
- 28 Nov, 2005 1 commit
-
-
Dries Buytaert authored
-
- 23 Nov, 2005 1 commit
-
-
Dries Buytaert authored
-
- 22 Nov, 2005 1 commit
-
-
Dries Buytaert authored
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
-
- 21 Nov, 2005 4 commits
-
-
Dries Buytaert authored
-
Dries Buytaert authored
-
Dries Buytaert authored
-
Dries Buytaert authored
-
- 18 Nov, 2005 1 commit
-
-
Dries Buytaert authored
-
- 12 Nov, 2005 1 commit
-
-
Steven Wittens authored
-
- 08 Nov, 2005 2 commits
-
-
Dries Buytaert authored
-
Dries Buytaert authored
-
- 06 Nov, 2005 1 commit
-
-
Dries Buytaert authored
-
- 03 Nov, 2005 1 commit
-
-
Dries Buytaert authored
-
- 01 Nov, 2005 1 commit
-
-
Dries Buytaert authored
-
- 29 Oct, 2005 1 commit
-
-
Dries Buytaert authored
-
- 26 Oct, 2005 2 commits
-
-
Steven Wittens authored
-
Steven Wittens authored
-
- 13 Oct, 2005 1 commit
-
-
Steven Wittens authored
-
- 11 Oct, 2005 1 commit
-
-
Dries Buytaert authored
-