- Patch #39778 by chx: obliterate nodeapi op form in favor of the forms API's way of doing things. Tested with help from webchick.
parent
a2d8174cd4
commit
3e36be3b24
|
@ -2,7 +2,6 @@ Drupal x.x.x, xxxx-xx-xx (development version)
|
|||
------------------------
|
||||
- added free tagging support.
|
||||
- added a site-wide contact form.
|
||||
- refactored the form API.
|
||||
- theme system:
|
||||
* added the PHPTemplate theme engine and removed the Xtemplate engine.
|
||||
* converted the bluemarine theme from XTemplate to PHPTemplate.
|
||||
|
@ -18,6 +17,8 @@ Drupal x.x.x, xxxx-xx-xx (development version)
|
|||
* reorganized some settings pages.
|
||||
* added friendly database error screens.
|
||||
* improved styling of update.php.
|
||||
- refactored the forms API.
|
||||
* made it possible to alter, extend or theme forms.
|
||||
- node system:
|
||||
* reworked the revision functionality.
|
||||
- profiles:
|
||||
|
|
1057
database/updates.inc
1057
database/updates.inc
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue