- 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
-
- 22 Oct, 2007 1 commit
-
-
Gábor Hojtsy authored
-
- 16 Oct, 2007 1 commit
-
-
Gábor Hojtsy authored
-
- 13 Sep, 2007 1 commit
-
-
Gábor Hojtsy authored
-
- 11 Sep, 2007 1 commit
-
-
Gábor Hojtsy authored
#174348 by chx: image column was not present in an aggregator_save_feed() query, but it does not have a default value, so we need to include it in the query
-
- 05 Sep, 2007 1 commit
-
-
Dries authored
-
- 03 Sep, 2007 1 commit
-
-
Dries authored
-
- 30 Aug, 2007 3 commits
-
-
Dries authored
-
Gábor Hojtsy authored
-
Gábor Hojtsy authored
#148973 by chx: actually insert an empty value for description, so it is not null, and does not cause a problem for postgres
-
- 12 Aug, 2007 2 commits
-
- 16 Jul, 2007 1 commit
-
-
Gábor Hojtsy authored
#100641 by kkaefer, ChrisKennedy and RobRoy: change 'Submit' buttons to 'Save' to compliy with the desktop metaphor and actually tell what the button does ('we know it submits the form, but what it does?')
-
- 05 Jul, 2007 1 commit
-
-
Gábor Hojtsy authored
#107023 by yas and asimmonds: aggregator was not updating older items because of badly ordered SQL parameters
-
- 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
-