Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
- Patch #627338 by catch: add a cache_bootstrap() bin for better performance/scalability.
#561452 by pwolanin and David_Rothstein: Add API function to get module/theme info without rebuilding it.
#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.
Of all the patches to accidentally commit without a message. :( Rolling back registry rip. Let's try that again.
*** empty log message ***
#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://.
#504256 by Berdir and sun: Fix notice on modules page when first scanning a module.
- Patch #513592 by Damien Tournoud: make it faster to rebuild the registry, mainly to improve performance of SimpleTest.
- Patch #449198 by justinrandell: documentation update.
- Patch #449198 by boombatower: cealn up test loading and related API.
- Patch #368116 by chx, c960657: fixed bug in tokenizer for registry.
- Patch #458566 by chx: work around PHP's curly bracket madness.
- Patch #429132 by Berdir: remove unnecessary module_rebuild_cache().
- Patch #422374 by JamesAn: convert to use the new static caching API.
- Patch #380064 by c960657: make file_scan_directory() use save property names as file_load().
- Patch #349504 by keith.smith: clean up sentence spacing in code comments.
#338184 by Damien Tournoud: Remove special workarounds for serialize() in the registry.
- Patch #74645 by drewish, roychri et al: modify file_scan_directory to use a regex for the nomask (and code clean-up).
- Patch #325665 by chx, Damien Tournoud, justinrandell et al: improved the cache registry lookups.
- Patch #298600 by chx, justinrandell, Damien, et al: make module_implements work regardless of bootstrap phase.
#319405 by Crell: Code style clean-up for registry queries.
#259623 by dopry and Damien Tournoud: Convert includes/requires to use absolute paths.
#64967 follow-up by drewish: Replace ereg with preg in file_scan_directory().
- Patch #225450 by Crell, chx, bjaspan, catch, swentel, recidive et al: next generation database layer for Drupal 7.
- Patch #287877 by dmitrig01: rename drupal_rebuild_code_registry() to registry_rebuild() for consistency.
- Patch #221964 by chx, dopry, webernet, moshe, webchick, justinrandall, flobruit 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.
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |