- 20 Sep, 2008 2 commits
- 18 Sep, 2008 1 commit
-
- 17 Sep, 2008 2 commits
- 16 Sep, 2008 1 commit
-
- 14 Sep, 2008 1 commit
-
- 10 Sep, 2008 1 commit
-
-
webchick authored
-
- 08 Sep, 2008 1 commit
-
- 06 Sep, 2008 2 commits
-
-
webchick authored
-
- 21 Aug, 2008 1 commit
-
- 17 Aug, 2008 1 commit
-
-
Dries authored
-
- 16 Aug, 2008 2 commits
-
-
Dries authored
-
- 14 Aug, 2008 1 commit
-
- 13 Aug, 2008 1 commit
-
- 12 Aug, 2008 1 commit
-
-
Dries authored
-
- 02 Aug, 2008 2 commits
-
- 19 Jul, 2008 1 commit
-
-
Dries authored
-
- 17 Jul, 2008 1 commit
-
-
Dries authored
-
- 16 Jul, 2008 1 commit
-
- 02 Jul, 2008 1 commit
-
-
Dries authored
-
- 01 Jul, 2008 2 commits
- 24 Jun, 2008 1 commit
-
-
Dries authored
-
- 18 Jun, 2008 1 commit
-
-
Dries authored
-
- 09 Jun, 2008 1 commit
-
- 30 May, 2008 1 commit
-
-
Dries authored
-
- 26 May, 2008 1 commit
-
-
Dries authored
-
- 16 May, 2008 1 commit
-
-
Dries authored
-
- 15 May, 2008 1 commit
-
-
Dries authored
-
- 14 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.
-
- 14 Apr, 2008 1 commit
-
- 10 Apr, 2008 1 commit
-
- 31 Mar, 2008 2 commits
-
-
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!
-
- 17 Mar, 2008 1 commit
-
-
Dries authored
-