| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
| |
'story' node type. It was renamed to 'article'.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is a big and important patch for Drupal's security. We are switching
to much stronger password hashes that are also compatible with the Portable
PHP password hashing framework.
The new password hashes defeat a number of attacks, including:
- The ability to try candidate passwords against multiple hashes at once.
- The ability to use pre-hashed lists of candidate passwords.
- The ability to determine whether two users have the same (or different)
password without actually having to guess one of the passwords.
Also implemented a pluggable password hashing API (similar to how an alternate
cache mechanism can be used) to allow developers to readily substitute an
alternative hashing and authentication scheme.
Thanks all!
|
|
|
|
| |
of watchdog().
|
| |
|
|
|
|
| |
contacts as they want.
|
|
|
|
| |
color module.
|
| |
|
|
|
|
| |
changes, improved security of key.
|
|
|
|
| |
even on 404. Refactored the code a bit so ithere is a split between loading and rendering of blocks. By doing so, we are no longer forced to render _all_ blocks if we know they won't be shown. There is more room for improvement here, I believe, but this is an incremental improvement.
|
|
|
|
| |
at admin/user/user.
|
|
|
|
| |
cron.php.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
navigation.
|
| |
|
|
|
|
| |
configurable. Somme minor changes by me.
|
| |
|
|
|
|
| |
descriptions for permissions on the permission administration page.
|
|
|
|
| |
first step towards better input format handling, and ultimately, good WYSIWYIG support.
|
|
|
|
| |
user_save(). Factored the relevant code out to a separate function.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
real PHP5 clone().
|
|
|
|
| |
handling.
|
| |
|
|
|
|
| |
configuration page.
|
| |
|
| |
|
|
|
|
| |
to MySQL 5.
|
| |
|
|
|
|
| |
node type exist.
|
|
|
|
| |
nodes are listed despite unchecking list option.
|
|
|
|
| |
item.
|
| |
|
|
|
|
| |
getting saved back to the database.
|
|
|
|
| |
under a parent, the weights got screwy.
|
|
|
|
| |
already exists.
|
|
|
|
| |
has no blog posts, show a status message.
|
| |
|
| |
|