| Commit message (Collapse) | Author | Age |
|
|
|
| |
per the UMN usability study results.
|
|
|
|
| |
visibility of the 'more help' link by adding an icon.
|
|
|
|
| |
linebreaks headers.
|
|
|
|
| |
password hashing patch last night. Mea culpa.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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!
|
|
|
|
| |
functionality reload the theme's .info file. (We're back from a vacation in the French Alpes, BTW! Time to catch up with patches.)
|
|
|
|
| |
active menu item.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
of LFs in e-mail headers.
|
| |
|
| |
|
|
|
|
| |
navigation.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
eliminating an SQL query.
|
| |
|
| |
|
| |
|
|
|
|
| |
disable this when we ship Drupal 7, but it is really helpful during the development cycle.
|
|
|
|
| |
real PHP5 clone().
|
| |
|
|
|
|
| |
triggered by text input enter key press breaks autocomplete.
|
|
|
|
| |
remove dynamic menu items when a module is deleted.
|
|
|
|
| |
getting saved back to the database.
|
| |
|
|
|
|
| |
problem with multi-site setups.
|
|
|
|
| |
message when site is offline.
|
|
|
|
| |
where their parent is found.
|
|
|
|
| |
arguments in wrong order.
|
| |
|
| |
|
| |
|
|
|
|
| |
avoid this by using different variable names / array keys
|
|
|
|
| |
with documentation
|
|
|
|
| |
creation regression)
|
| |
|
| |
|
|
|
|
| |
(critical regression for CCK)
|
|
|
|
| |
broken when moving menu items
|
|
|
|
| |
instead
|
|
|
|
| |
flushed, so busy sites will not attempt multiple cache flushes at a time
|
|
|
|
| |
_menu_link_translate()
|
|
|
|
| |
install (and update bugos RC2 sites as well)
|
| |
|