- 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
-
- 20 Feb, 2008 1 commit
-
-
Dries authored
-
- 18 Feb, 2008 1 commit
-
-
Dries authored
-
- 17 Feb, 2008 1 commit
-
-
Dries authored
-
- 30 Jan, 2008 2 commits
-
-
Gábor Hojtsy authored
-
Gábor Hojtsy authored
-
- 28 Jan, 2008 1 commit
-
-
Gábor Hojtsy authored
-
- 27 Jan, 2008 1 commit
-
-
Gábor Hojtsy authored
#207330 by c960657: allow custom URL rewriter to work on base_url and fix urlencoding of front page URL with a path prefix
-
- 16 Jan, 2008 1 commit
-
-
Gábor Hojtsy authored
-
- 15 Jan, 2008 1 commit
-
-
Dries authored
-
- 10 Jan, 2008 2 commits
-
-
Gábor Hojtsy authored
-
Gábor Hojtsy authored
-
- 07 Jan, 2008 2 commits
-
-
Gábor Hojtsy authored
#199946 by JirkaRybka: append a short query string to CSS and JS files, changing on upgrades, so on core/module/theme upgrades, browser caches will 'flush'
-
Gábor Hojtsy authored
#207170 by hswong3i slightly modified: drupal_write_record() did not return FALSE on query failure and had bad documentation on the returned values
-
- 22 Dec, 2007 2 commits
-
-
Gábor Hojtsy authored
-
Gábor Hojtsy authored
#200921 by Pancho: code consistency change, renaming an internal variable in drupal_get_schema() for better developer docs
-
- 20 Dec, 2007 3 commits
-
-
Gábor Hojtsy authored
-
Gábor Hojtsy authored
-
Gábor Hojtsy authored
#196535 by sun, chx, dww: check whether Drupal can issue HTTP requests at all, so we know that this is the cause of problems, not the remote host not responding.
-