- Jan 11, 2011
-
-
Dries Buytaert authored
-
- Sep 17, 2010
-
-
Dries Buytaert authored
-
- Jul 10, 2010
-
-
Dries Buytaert authored
-
- Jun 08, 2010
-
-
Angie Byron authored
#797024 follow-up by justinrandell: Remove critical performance regression due to stale file time values.
-
- Jun 06, 2010
-
-
Angie Byron authored
#797024 by pwolanin, justinrandell: Fixed Moving a class between files can cause SQL errors on registry rebuild.
-
- Apr 04, 2010
-
-
Dries Buytaert authored
- Patch #760982 by yhager, jbrown, aspilicious, David_Rothstein: tokenizer PHP extension not required.
-
- Mar 26, 2010
-
-
Dries Buytaert authored
-
- Feb 26, 2010
-
-
Angie Byron authored
-
- Dec 28, 2009
-
-
Dries Buytaert authored
- Patch #661420 by justinrandell, David_Rothstein: made installation of modules much more efficient.
-
- Nov 10, 2009
-
-
Dries Buytaert authored
-
- Oct 13, 2009
-
-
Angie Byron authored
#561452 by pwolanin and David_Rothstein: Add API function to get module/theme info without rebuilding it.
-
- Aug 24, 2009
-
-
Angie Byron authored
#497118 by chx, catch, pwolanin, JoshuaRogers, and Jacob Singh: Remove the function registry. While the hope was that this would result in improved performance for low-end hosts, it comes at the expense of critical development experience problems and less benefit than something like APC. Class registry remains intact to facilitate autoloading.
-
Angie Byron authored
Of all the patches to accidentally commit without a message. :( Rolling back registry rip. Let's try that again.
-
Angie Byron authored
-
- Aug 17, 2009
-
-
Angie Byron authored
#517814 by jmstacey, justinrandell, pwolanin, drewish, Jody Lynn, aaron, dopry, and c960657: Converted File API to stream wrappers, for enhanced private/public file handling, and the ability to reference other storage mechanisms such as s3:// and flicker://.
-
- Aug 04, 2009
-
-
Angie Byron authored
-
- Jul 28, 2009
-
-
Dries Buytaert authored
- Patch #513592 by Damien Tournoud: make it faster to rebuild the registry, mainly to improve performance of SimpleTest.
-
- Jun 10, 2009
-
-
Dries Buytaert authored
-
- Jun 08, 2009
-
-
Dries Buytaert authored
-
- May 16, 2009
-
-
Dries Buytaert authored
-
- May 10, 2009
-
-
Dries Buytaert authored
-
- May 07, 2009
-
-
Dries Buytaert authored
-
- Apr 03, 2009
-
-
Dries Buytaert authored
-
- Feb 22, 2009
-
-
Dries Buytaert authored
-
- Dec 20, 2008
-
-
Dries Buytaert authored
-
- Nov 29, 2008
-
-
Angie Byron authored
-
- Nov 16, 2008
-
-
Dries Buytaert authored
- Patch #74645 by drewish, roychri et al: modify file_scan_directory to use a regex for the nomask (and code clean-up).
-
- Nov 11, 2008
-
-
Dries Buytaert authored
-
- Oct 31, 2008
-
-
Dries Buytaert authored
- Patch #298600 by chx, justinrandell, Damien, et al: make module_implements work regardless of bootstrap phase.
-
- Oct 11, 2008
-
-
Angie Byron authored
-
- Sep 20, 2008
-
-
Angie Byron authored
-
Angie Byron authored
-
- Aug 21, 2008
-
-
Dries Buytaert authored
- Patch #225450 by Crell, chx, bjaspan, catch, swentel, recidive et al: next generation database layer for Drupal 7.
-
- Aug 02, 2008
-
-
Dries Buytaert authored
- Patch #287877 by dmitrig01: rename drupal_rebuild_code_registry() to registry_rebuild() for consistency.
-
- May 06, 2008
-
-
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.
-