- 17 Sep, 2008 1 commit
-
-
Dries authored
-
- 06 Sep, 2008 1 commit
-
- 21 Aug, 2008 1 commit
-
- 14 Aug, 2008 1 commit
-
- 13 Aug, 2008 1 commit
-
- 24 Jul, 2008 1 commit
-
-
Dries authored
-
- 10 Jul, 2008 1 commit
-
-
Dries authored
-
- 26 May, 2008 1 commit
-
- 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.
-
- 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.
-
- 02 Apr, 2008 1 commit
-
- 20 Feb, 2008 1 commit
-
- 08 Jan, 2008 1 commit
-
-
Gábor Hojtsy authored
-
- 07 Jan, 2008 1 commit
-
-
Gábor Hojtsy authored
-
- 03 Jan, 2008 1 commit
-
-
Gábor Hojtsy authored
-
- 01 Jan, 2008 1 commit
-
-
Gábor Hojtsy authored
#205199 by David_Rothstein: leftover links were not removed in the reindexing process properly (search module)
-
- 19 Dec, 2007 1 commit
-
-
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
-
- 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
-
- 05 Dec, 2007 1 commit
-
-
Gábor Hojtsy authored
#186242 by douggreen: ignore AND in search, as it is the default behavior and inform the user when a lower case 'or' is used that 'OR' should be used as an operator
-
- 13 Nov, 2007 1 commit
-
-
Dries authored
-
- 31 Oct, 2007 1 commit
-
- 25 Oct, 2007 1 commit
-
-
Dries authored
-
- 21 Oct, 2007 1 commit
-
-
Gábor Hojtsy authored
#184867 by deekayen, catch and keith.smith: fix some spelling errors in our source code and messages printed
-
- 20 Oct, 2007 1 commit
-
-
Gábor Hojtsy authored
-
- 01 Oct, 2007 1 commit
-
-
Gábor Hojtsy authored
#104662 by chx: the search block form might not be available on the search page itself, so that target was not right for search block form submissions
-
- 05 Sep, 2007 1 commit
-
-
Dries authored
-
- 02 Sep, 2007 1 commit
-
-
Gábor Hojtsy authored
-
- 30 Aug, 2007 1 commit
-
-
Dries authored
-
- 29 Aug, 2007 1 commit
-
-
Gábor Hojtsy authored
-
- 25 Aug, 2007 1 commit
-
-
Gábor Hojtsy authored
#157510 by pwolanin and chx: search module needs menu tail arguments (arbitrary 'directory' looking parts)
-
- 19 Aug, 2007 1 commit
-
-
Dries authored
-
- 08 Jul, 2007 1 commit
-
-
Gábor Hojtsy authored
-
- 01 Jul, 2007 1 commit
-
-
Dries authored
unanimously agreed to rollback the deletion API. We all support the features this patch added, yet not its actual design and implementation. After some talk, we decided that it would be better for Drupal -- in the long term -- not to go with a solution that isn't 100%. We also recognize that in the short term, this patch would have been useful addition. So let's figure out how we can implement this properly in D7.
-
- 30 Jun, 2007 1 commit
-
-
Gábor Hojtsy authored
#154064 by pwolanin: get hook_help() up to speed to menu changes, allowing router path based lookups, and also full path argument lookup with a passed argument array
-
- 22 Jun, 2007 1 commit
-
-
Steven Wittens authored
-