- 17 Mar, 2009 1 commit
-
- 08 Mar, 2009 1 commit
-
-
Dries authored
-
- 11 Feb, 2009 1 commit
-
- 03 Feb, 2009 1 commit
-
-
Dries authored
-
- 27 Jan, 2009 1 commit
-
- 21 Jan, 2009 1 commit
-
- 30 Dec, 2008 1 commit
-
-
Dries authored
-
- 29 Dec, 2008 1 commit
-
-
Dries authored
-
- 16 Dec, 2008 1 commit
-
-
Dries authored
-
- 15 Nov, 2008 1 commit
-
- 11 Nov, 2008 1 commit
-
-
Dries authored
-
- 08 Nov, 2008 1 commit
-
-
Dries authored
-
- 09 Oct, 2008 1 commit
-
- 06 Oct, 2008 1 commit
-
- 27 Sep, 2008 1 commit
-
- 21 Aug, 2008 1 commit
-
- 17 Jul, 2008 1 commit
-
-
Dries authored
-
- 26 May, 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
-
- 16 Apr, 2008 1 commit
-
- 14 Apr, 2008 1 commit
-
- 21 Mar, 2008 1 commit
-
-
Dries authored
- Patch #232037 by pwolanin and flobruit: block_list() renders all blocks even on 404. Refactored the code a bit so ithere is a split between loading and rendering of blocks. By doing so, we are no longer forced to render _all_ blocks if we know they won't be shown. There is more room for improvement here, I believe, but this is an incremental improvement.
-
- 20 Feb, 2008 1 commit
-
- 03 Feb, 2008 1 commit
-
-
Gábor Hojtsy authored
#157652 by beginner, Steven Merrill and killes: block_user() had a global user object and a user parameter colliding
-
- 25 Jan, 2008 1 commit
-
-
Gábor Hojtsy authored
#211742 by theborg, chx: detect and solve the problem when blocks are assigned to invalid regions (happens in theme development)
-
- 24 Dec, 2007 1 commit
-
-
Gábor Hojtsy authored
-
- 19 Dec, 2007 3 commits
-
-
Gábor Hojtsy authored
-
Gábor Hojtsy authored
#202425 by keith.smith: standardize reference to block placement page as 'blocks administration page' to avoid any confusion
-
Gábor Hojtsy authored
#192779 follow up by Lynn: only show enabled themes on block admin page *and* the admin theme (which might not be enabled)
-
- 18 Dec, 2007 2 commits
-
-
Gábor Hojtsy authored
#199890 by gaele, keith.smith: improve block module help text, include description of drag and drop and better help about the throttle functionality; also comes in smaller chunks which makes it easier to translate and update later
-
Gábor Hojtsy authored
#199832 by theborg, Pasqualle: block title defined as NOT NULL, so requires a default empty string even if not set (fixes a theme notice but also a pgsql error)
-
- 16 Dec, 2007 1 commit
-
-
Gábor Hojtsy authored
#192779 by gaele: (usability) only show theme tabs on the blocks page for enabled themes, for consistency with the theme settings page
-
- 14 Dec, 2007 1 commit
-
-
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
-
- 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
-
- 26 Nov, 2007 1 commit
-
- 14 Nov, 2007 1 commit
-
-
Dries authored
-
- 07 Nov, 2007 1 commit
-
-
Gábor Hojtsy authored
-
- 06 Nov, 2007 1 commit
-
-
Gábor Hojtsy authored
#80963 by chx with multiple contributors: remove deletion and database lock based block rehash code, replace it with simpler updates
-