- 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
-
- 09 Jan, 2008 1 commit
-
-
Gábor Hojtsy authored
#153998 by David_Rothstein and myself: clean up permissions in book, blog, blogapi, forum and locale modules
-
- 28 Dec, 2007 1 commit
-
-
Dries authored
-
- 23 Dec, 2007 1 commit
-
-
Gábor Hojtsy authored
-
- 20 Dec, 2007 1 commit
-
-
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 2 commits
-
-
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
#197730 by keith.smith: standardize on a much more user friendly cron reference in help texts, explain its importance with more examples in INSTALL.txt
-
- 16 Dec, 2007 1 commit
-
-
Gábor Hojtsy authored
#197314 by vitezslav.smid (as GHOP 39): improve/add/update phpdoc in aggregator, comment and system modules
-
- 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
-
- 13 Dec, 2007 1 commit
-
-
Gábor Hojtsy authored
#197297 by DanW (as GHOP 17), and keith.smith: clean up lots of help texts, update to drag and drop functionality, drupal.module removal, etc
-
- 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
-
- 04 Dec, 2007 1 commit
-
-
Gábor Hojtsy authored
-
- 26 Nov, 2007 1 commit
-
- 25 Oct, 2007 1 commit
-
-
Dries authored
-