- 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.
-
- 02 May, 2008 1 commit
-
-
Dries authored
-
- 25 Apr, 2008 2 commits
- 20 Apr, 2008 1 commit
-
-
Dries authored
Drupal core! This is an important milestone for the project so enable the module and check it out ... :) Thanks to Rok Žlender, Károly Négyesi, Jimmy Berry, Kevin Bridges, Charlie Gordon, Douglas Hubler, Miglius Alaburda, Andy Kirkham, Dimitri13, Kieran Lal, Moshe Weitzman, and the many other people that helped with testing over the past years and that drove this home. It all works but it is still rough around the edges (i.e. documentation is still being written, the coding style is not 100% yet, a number of tests still fail) but we spent the entire weekend working on it in Paris and made a ton of progress. The best way to help and to get up to speed, is to start writing and contributing some tests ... as well as fixing some of the failures. For those willing to help with improving the test framework, here are some next steps and issues to resolve: - How to best approach unit tests and mock functions? - How to test drupal_mail() and drupal_http_request()? - How to improve the admin UI so we have a nice progress bar? - How best to do code coverage? - See http://g.d.o/node/10099 for more ...
-
- 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.
-
- 14 Mar, 2008 1 commit
-
-
Dries authored
-
- 20 Feb, 2008 1 commit
-
- 18 Feb, 2008 1 commit
-
-
Dries authored
-
- 14 Feb, 2008 1 commit
-
-
Dries authored
-
- 10 Feb, 2008 1 commit
-
- 10 Jan, 2008 1 commit
-
-
Gábor Hojtsy authored
-
- 08 Jan, 2008 1 commit
-
-
Gábor Hojtsy authored
-
- 05 Jan, 2008 1 commit
-
-
Dries authored
-
- 02 Jan, 2008 2 commits
-
-
Gábor Hojtsy authored
#181125 follow up by beginner: book.js should have been removed earlier in #181125, was a commit mistake
-
Gábor Hojtsy authored
#205075 report by ktabuer, patch by myself, testing by ktauber and Lynn: book block throws notice when used on non-book-node page (with a little bit of code cleanup)
-
- 22 Dec, 2007 1 commit
-
-
Gábor Hojtsy authored
-
- 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
#199336 by JirkaRybka: remove improper t() use in update code (update goes all in English, but there were some mistakes), and add messages to updates where there was no return value otherwise, so users know what happens in each update
-
- 18 Dec, 2007 1 commit
-
- 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
-
- 27 Nov, 2007 1 commit
-
-
Gábor Hojtsy authored
-
- 26 Nov, 2007 4 commits
-
-
Gábor Hojtsy authored
-
Dries authored
-
Gábor Hojtsy authored
-
- 21 Nov, 2007 1 commit
-
-
Gábor Hojtsy authored
#191360 by chx: allow contributed modules to override the book and menu parent selectors (to improve usability and performance)
-
- 04 Nov, 2007 1 commit
-
-
Gábor Hojtsy authored
-
- 27 Oct, 2007 1 commit
-
-
Gábor Hojtsy authored
-
- 25 Oct, 2007 1 commit
-
-
Dries authored
-
- 17 Oct, 2007 1 commit
-
-
Dries authored
-
- 15 Oct, 2007 1 commit
-
-
Gábor Hojtsy authored
- book outline form reordering in real-time - better context sensitive book parent editing
-
- 10 Oct, 2007 1 commit
-
-
Gábor Hojtsy authored
-
- 05 Oct, 2007 1 commit
-
- 28 Sep, 2007 1 commit
-
-
Gábor Hojtsy authored
#86857 by pwolanin and webchick: autogenerate log message for book page changes when made from the outline view (ie. node title or weight can be changed and is now in the log message)
-
- 25 Sep, 2007 1 commit
-
-
Gábor Hojtsy authored
#160043 by chx: array_filter for book admin settings form, which is required based on http://lists.drupal.org/pipermail/development/2006-September/019917.html
-