- 26 May, 2008 1 commit
-
-
Dries authored
-
- 17 May, 2008 1 commit
-
- 07 May, 2008 1 commit
-
- 06 May, 2008 1 commit
-
-
Dries authored
et al. Can you say 'registry'? Drupal now maintains an internal registry of all functions or classes in the system, allowing it to lazy-load code files as needed (reducing the amount of code that must be parsed on each request). The list of included files is cached per menu callback for subsequent loading by the menu router. This way, a given page request will have all the code it needs but little else, minimizing time spent parsing unneeded code.
-
- 02 May, 2008 1 commit
-
-
Dries authored
-
- 23 Apr, 2008 1 commit
-
-
Dries authored
-
- 19 Apr, 2008 1 commit
-
-
Dries authored
-
- 14 Apr, 2008 1 commit
-
- 10 Apr, 2008 2 commits
-
-
Dries authored
- Patch #216072 by recidive, David Rothstein, ptalindstrom et al: switched from numeric block IDs to string IDs. The short explanation is that Drupal uses a lot of numeric deltas in the block system; blocks are identified by the 'module' and the 'delta'. In early Drupal, delta was numeric, but somewhere along the line it was changed to be possibly a string. In modern Drupal, block overrides are easily done via block-MODULE-DELTA.tpl.php. The primary motivation to switch to string IDs everywhere is to make these deltas friendlier to themers: block-user-0.tpl.php --> block-user-navigation.tpl.php block-user-1.tpl.php --> block-user-login.tpl.php You get the picture.
-
- 08 Apr, 2008 1 commit
-
-
Dries authored
The access rules capability of user module has been stripped down to a simple method for blocking IP addresses. E-mail and username restrictions are now available in a contributed module. IP address range blocking is no longer supported and should be done at the server level. This patch is partly motiviated by the fact that at the usability testing, it frequently came up that users went to "access rules" when trying to configure their site settings.
-
- 31 Mar, 2008 1 commit
-
-
Dries authored
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!
-
- 19 Mar, 2008 1 commit
-
-
Dries authored
-
- 20 Feb, 2008 1 commit
-
- 18 Feb, 2008 2 commits
-
-
Dries authored
- 06 Feb, 2008 1 commit
-
-
Dries authored
-
- 03 Feb, 2008 1 commit
-
-
Gábor Hojtsy authored
-
- 29 Jan, 2008 1 commit
-
-
Gábor Hojtsy authored
-
- 27 Jan, 2008 1 commit
-
-
Gábor Hojtsy authored
-
- 22 Jan, 2008 1 commit
-
-
Gábor Hojtsy authored
#119038 by ximo, Pancho: user role editing usability: include disabled checkbox for authenticated role
-
- 16 Jan, 2008 1 commit
-
-
Gábor Hojtsy authored
#210211 by chx, theborg: removing the broken admin user search, which would provide the same as the public facing user search anyway
-
- 10 Jan, 2008 3 commits
-
-
Gábor Hojtsy authored
#18954 by kkaefer, Pancho: built-in role names were not translated and some user_roles() call cleanups
-
Gábor Hojtsy authored
-
Gábor Hojtsy authored
-
- 08 Jan, 2008 1 commit
-
-
Gábor Hojtsy authored
-
- 28 Dec, 2007 1 commit
-
-
Dries authored
-
- 27 Dec, 2007 3 commits
-
-
Gábor Hojtsy authored
#152497 by bjaspan, with more docs from myself: user_external_login() was not updated to latest login process
-
Gábor Hojtsy authored
-
Gábor Hojtsy authored
-
- 26 Dec, 2007 1 commit
-
-
Dries authored
-
- 22 Dec, 2007 1 commit
-
-
Gábor Hojtsy authored
-
- 20 Dec, 2007 1 commit
-
-
Gábor Hojtsy authored
#172993 by drewish, Lynn: remove old user picture even when the newly uploaded one uses a different format
-
- 18 Dec, 2007 1 commit
-
-
Dries authored
-
- 17 Dec, 2007 1 commit
-
-
Gábor Hojtsy authored
#199387 by Pancho: revert user login/register/request password page titles to 'User account' as it was in Drupal 5, instead of the bugos 'Log in'
-
- 14 Dec, 2007 3 commits
-
-
Gábor Hojtsy authored
#110474 by dww and keith.smith: passwords are not sent in welcome mails, so do not mislead our users
-
Gábor Hojtsy authored
#200069 by keith.smith: new standard for 'more information' links in module help texts, as the handbook we referred to before was renamed
-
Gábor Hojtsy authored
#131493 by spatz4000, ChrisKennedy, keith.smith: consistent username field description wording in installer and runtime interface
-
- 13 Dec, 2007 2 commits
-
-
Gábor Hojtsy authored
#152497 by JohnAlbin, bdragon, moshe weitzman, chx and myself: several user login tasks, such as session id regeneration were not performed in all cases, so centralize this
-
Gábor Hojtsy authored
#197297 by DanW (as GHOP 17), and keith.smith: clean up lots of help texts, update to drag and drop functionality, drupal.module removal, etc
-