Skip to content
  1. Dec 20, 2010
  2. Sep 05, 2010
  3. Nov 17, 2009
  4. Jun 08, 2009
  5. Oct 13, 2008
  6. Oct 11, 2008
  7. Oct 09, 2008
  8. May 15, 2008
  9. May 06, 2008
    • Dries Buytaert's avatar
      - Patch #221964 by chx, dopry, webernet, moshe, webchick, justinrandall, flobruit · 2e18cb89
      Dries Buytaert 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.
      2e18cb89
  10. Feb 18, 2008
  11. Jul 30, 2007
    • Dries Buytaert's avatar
      - Patch #146425 by pwolanin et al: · e7f195bb
      Dries Buytaert authored
          * Removes the hard-coded 'book' type and perform all node actions
            equally on any node type via hook_nodeapi.
          * Achieves 100% integration with the menu system.  Improves
            performance of book rendering.
          * All the algorithms have been changed to use the tree data structure
            returned by the menu system.
          * Added support for 'multiple books'.
          * Some UI improvements.
      
        This is a momumental patch that took 69 iterations. Although there is
        room for improvement, this is a big step forward.  Thanks for the
        persistence, pwolanin.
      e7f195bb
  12. Jun 08, 2007
  13. Nov 21, 2006
  14. Oct 05, 2006
  15. Aug 31, 2006