- 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.
-
- 19 Dec, 2007 3 commits
-
-
Gábor Hojtsy authored
#183940 by bjaspan, keith.smith: remove broken JS compression, but leave JS aggregation; update help text to that effect
-
Gábor Hojtsy authored
-
Gábor Hojtsy authored
-
- 18 Dec, 2007 2 commits
-
-
Gábor Hojtsy authored
#192767 by fago, Eaton, chx: taking form_state per reference in form constructor function. Will be replaced with a nicer PHP 5 solution in Drupal 7.
-
Dries authored
-
- 17 Dec, 2007 1 commit
-
-
Gábor Hojtsy authored
#193804 by starbow, Rob Loach, Wim Leers: add often used basePath setting by defualt to JS settings, also providing an elegant bugfix to #201248
-
- 16 Dec, 2007 1 commit
-
-
Gábor Hojtsy authored
#194098 by mfer, theborg: reset theme in drupal_eval(), so the evaluated code will not see the caller module as current theme
-
- 12 Dec, 2007 1 commit
-
-
Gábor Hojtsy authored
-
- 08 Dec, 2007 1 commit
-
-
Gábor Hojtsy authored
- whitespaces at end of lines - indentation - control structure usage - whitespace in empty lines - phpdoc comment formatting
-
- 07 Dec, 2007 1 commit
-
-
Gábor Hojtsy authored
#113607 by Steven, chx, hass, catch and dvessel: proper inclusion of style sheets when/where @import is used
-
- 05 Dec, 2007 2 commits
-
-
Gábor Hojtsy authored
-
Gábor Hojtsy authored
-