| Commit message (Collapse) | Author | Age |
|
|
|
| |
package support to the modules page.
|
| |
|
| |
|
|
|
|
| |
Restores the old node API.
|
| |
|
| |
|
|
|
|
| |
control access to form elements.
|
| |
|
|
|
|
| |
forms via the pull model.
|
|
|
|
| |
See: http://drupal.org/node/64279#t-placeholders
|
| |
|
| |
|
|
|
|
|
| |
+ reorganized ?q=admin/settings
+ deprecated the _settings hook
|
| |
|
|
|
|
| |
Steven
|
| |
|
| |
|
|
|
|
| |
broken URLs on profile pages.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
submission page.
|
|
|
|
| |
API's way of doing things. Tested with help from webchick.
|
|
|
|
| |
'#submit'.
|
| |
|
|
|
|
| |
help of core modules! /
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
TODO:
+ The contact.module was broken; a new patch for contact.module is needed.
+ Documentation is needed.
+ The most important modules need to be updated ASAP.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
TODO: document the defaults in the PHPdoc comments.
|
| |
|
| |
|
| |
|
|
|
|
| |
should write guidelines for this -- maybe in the PHPDoc code of the _help hook.
|
| |
|
|
|
|
| |
failed last time. Note that I've removed the 'delete' link since it doesn't work and is mostly obsolete with the 'mass delete' feature. I've also added smart destination andling to the 'url alias delete' feature."
|
|
|
|
|
|
| |
referring page after completing a form.
(Moshe: the patch against node.module failed to apply.)
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
| |
consistency.
|
| |
|
|
|
|
| |
information that was no longer up-to-date.
|
| |
|