- 28 May, 2009 1 commit
-
-
Dries authored
-
- 27 May, 2009 1 commit
-
-
Dries authored
-
- 21 May, 2009 1 commit
-
-
webchick authored
-
- 18 May, 2009 1 commit
-
-
Dries authored
-
- 17 May, 2009 1 commit
-
-
Dries authored
-
- 14 May, 2009 1 commit
-
-
Dries authored
-
- 26 Apr, 2009 1 commit
-
-
webchick authored
-
- 01 Mar, 2009 1 commit
-
-
webchick authored
-
- 26 Jan, 2009 1 commit
-
-
Dries authored
-
- 22 Dec, 2008 1 commit
-
-
Dries authored
-
- 18 Dec, 2008 1 commit
-
-
Dries authored
-
- 16 Nov, 2008 1 commit
-
-
webchick authored
-
- 15 Nov, 2008 1 commit
-
- 11 Nov, 2008 1 commit
-
-
Dries authored
-
- 01 Nov, 2008 2 commits
- 20 Oct, 2008 1 commit
-
- 12 Oct, 2008 1 commit
-
-
webchick authored
-
- 09 Oct, 2008 2 commits
-
-
webchick authored
- 17 Sep, 2008 1 commit
-
-
Dries authored
-
- 06 Sep, 2008 1 commit
-
- 03 Sep, 2008 1 commit
-
-
Dries authored
-
- 16 Aug, 2008 1 commit
-
- 12 Aug, 2008 2 commits
-
-
Dries authored
- 11 Aug, 2008 1 commit
-
-
Dries authored
-
- 08 Aug, 2008 1 commit
-
-
Dries authored
-
- 03 Aug, 2008 2 commits
-
-
Dries authored
-
- 05 Jul, 2008 1 commit
-
-
Dries authored
-
- 18 Jun, 2008 1 commit
-
-
Dries authored
-
- 15 May, 2008 1 commit
-
-
Dries authored
-
- 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.
-
- 23 Apr, 2008 1 commit
-
-
Dries authored
-
- 14 Apr, 2008 1 commit
-
- 10 Apr, 2008 1 commit
-
-
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.
-
- 20 Feb, 2008 1 commit
-
- 15 Jan, 2008 1 commit
-
- 10 Jan, 2008 1 commit
-
-
Gábor Hojtsy authored
-