| Commit message (Collapse) | Author | Age |
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
page.
|
|
|
|
| |
superseded by the new 'by module' administration dashboard.
|
|
|
|
| |
'website' and 'web page'.
|
| |
|
| |
|
| |
|
|
|
|
| |
items, etc
|
|
|
|
| |
package support to the modules page.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
the locale table.
|
|
|
|
| |
MySQL create table statements.
|
|
|
|
| |
forms via the pull model.
|
|
|
|
| |
See: http://drupal.org/node/64279#t-placeholders
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
et al: an initial install system for Drupal core.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
inappropriate db_escape_string() usage)
- #43491: Missing drupal_goto() after saving settings
|
|
|
|
| |
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.
|
|
|
|
| |
for performance's sake.
|
| |
|
|
|
|
|
| |
TODO: we should write down a couple guidelines for these document them in
the PHPDoc code of drupal_set_message()! .
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
menu's) so we have to flush the cache.
|
|
|
|
|
|
| |
implemtented it properly per database backend.
Read the manual for pg_escape_string: "Use of this function is recommended instead of addslashes()." Or read sqlite_escape_string: "addslashes() should NOT be used to quote your strings for SQLite queries; it will lead to strange results when retrieving your data."
|
| |
|