| Commit message (Collapse) | Author | Age |
| |
|
| |
|
|
|
|
| |
core. Woot. Woot.
|
| |
|
| |
|
|
|
|
| |
and there is no upgrade path yet.
|
|
|
|
| |
exists.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
superseded by the new 'by module' administration dashboard.
|
|
|
|
| |
'website' and 'web page'.
|
| |
|
|
|
|
| |
items, etc
|
| |
|
| |
|
|
|
|
| |
forms via the pull model.
|
|
|
|
| |
See: http://drupal.org/node/64279#t-placeholders
|
| |
|
| |
|
|
|
|
|
| |
+ reorganized ?q=admin/settings
+ deprecated the _settings hook
|
|
|
|
| |
HEAD.
|
|
|
|
|
| |
- Clean up API for authenticating users.
- Default distributed authentication server.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
documentation.
|
|
|
|
| |
modules, themes.
|
|
|
|
| |
lets you figure out whether cron is running (usability improvement).
|
| |
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
smaller/better/working one.
|
| |
|
|
|
|
| |
TODO: document the defaults in the PHPdoc comments.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
We added a 'severity' column to watchdog():
watchdog($type, $message, $link) --> watchdog($type, $message, $severity, $link);
* Specify a severity in case you are reporting a warning or error.
* The $link-parameter is now the fourth parameter instead of the third.
TODO: document this in the upgrade guide.
|
|
|
|
|
|
|
| |
* 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.
|