Angie Byron
70dd028d18
#797024 follow-up by justinrandell: Remove critical performance regression due to stale file time values.
2010-06-08 03:16:05 +00:00
Angie Byron
e16e624c1c
#797024 by pwolanin, justinrandell: Fixed Moving a class between files can cause SQL errors on registry rebuild.
2010-06-06 00:33:05 +00:00
Dries Buytaert
77c0c78dd9
- Patch #760982 by yhager, jbrown, aspilicious, David_Rothstein: tokenizer PHP extension not required.
2010-04-04 13:44:49 +00:00
Dries Buytaert
d428fe37b9
- Patch #681538 by aspilicious, jhodgdon, trevjs: fixed possibly broken @see also links.
2010-03-26 17:14:46 +00:00
Angie Byron
4a89d4cc44
#605374 by catch: Don't add non-existing files to the registry.
2010-02-26 00:19:55 +00:00
Dries Buytaert
98b84b7adb
- Patch #661420 by justinrandell, David_Rothstein: made installation of modules much more efficient.
2009-12-28 10:48:51 +00:00
Dries Buytaert
3ccb55f2bd
- Patch #627338 by catch: add a cache_bootstrap() bin for better performance/scalability.
2009-11-10 22:06:09 +00:00
Angie Byron
89d04ea78a
#561452 by pwolanin and David_Rothstein: Add API function to get module/theme info without rebuilding it.
2009-10-13 05:26:57 +00:00
Angie Byron
2c55219315
#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.
2009-08-24 00:14:23 +00:00
Angie Byron
e63e85020b
Of all the patches to accidentally commit without a message. :( Rolling back registry rip. Let's try that again.
2009-08-24 00:10:46 +00:00
Angie Byron
4ae238ea57
*** empty log message ***
2009-08-24 00:02:05 +00:00
Angie Byron
b41323642b
#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://.
2009-08-17 19:14:42 +00:00
Angie Byron
b405e61329
#504256 by Berdir and sun: Fix notice on modules page when first scanning a module.
2009-08-04 05:09:40 +00:00
Dries Buytaert
d6e113a3de
- Patch #513592 by Damien Tournoud: make it faster to rebuild the registry, mainly to improve performance of SimpleTest.
2009-07-28 12:37:54 +00:00
Dries Buytaert
a13bad5890
- Patch #449198 by justinrandell: documentation update.
2009-06-10 16:14:49 +00:00
Dries Buytaert
e9d97f1eef
- Patch #449198 by boombatower: cealn up test loading and related API.
2009-06-08 09:23:55 +00:00
Dries Buytaert
47413f6460
- Patch #368116 by chx, c960657: fixed bug in tokenizer for registry.
2009-05-16 16:04:42 +00:00
Dries Buytaert
43ad4ad140
- Patch #458566 by chx: work around PHP's curly bracket madness.
2009-05-10 16:46:24 +00:00
Dries Buytaert
6d4d05aa9d
- Patch #429132 by Berdir: remove unnecessary module_rebuild_cache().
2009-05-07 18:04:16 +00:00
Dries Buytaert
ce4df7b66b
- Patch #422374 by JamesAn: convert to use the new static caching API.
2009-04-03 17:41:32 +00:00
Dries Buytaert
5d658d0848
- Patch #380064 by c960657: make file_scan_directory() use save property names as file_load().
2009-02-22 17:55:30 +00:00
Dries Buytaert
0c63d9e24f
- Patch #349504 by keith.smith: clean up sentence spacing in code comments.
2008-12-20 18:24:41 +00:00
Angie Byron
4f8168c39a
#338184 by Damien Tournoud: Remove special workarounds for serialize() in the registry.
2008-11-29 23:21:22 +00:00
Dries Buytaert
dc65b62ace
- Patch #74645 by drewish, roychri et al: modify file_scan_directory to use a regex for the nomask (and code clean-up).
2008-11-16 19:41:14 +00:00
Dries Buytaert
59ece2e39d
- Patch #325665 by chx, Damien Tournoud, justinrandell et al: improved the cache registry lookups.
2008-11-11 22:39:59 +00:00
Dries Buytaert
e2a6a3ed61
- Patch #298600 by chx, justinrandell, Damien, et al: make module_implements work regardless of bootstrap phase.
2008-10-31 02:18:22 +00:00
Angie Byron
2f83f862b6
#319405 by Crell: Code style clean-up for registry queries.
2008-10-11 19:23:36 +00:00
Angie Byron
a3bb66e4e8
#259623 by dopry and Damien Tournoud: Convert includes/requires to use absolute paths.
2008-09-20 20:22:25 +00:00
Angie Byron
89b4c55989
#64967 follow-up by drewish: Replace ereg with preg in file_scan_directory().
2008-09-20 03:49:24 +00:00
Dries Buytaert
69e6f411a9
- Patch #225450 by Crell, chx, bjaspan, catch, swentel, recidive et al: next generation database layer for Drupal 7.
2008-08-21 19:36:39 +00:00
Dries Buytaert
6c1068e48d
- Patch #287877 by dmitrig01: rename drupal_rebuild_code_registry() to registry_rebuild() for consistency.
2008-08-02 19:01:02 +00:00
Dries Buytaert
f33faa2c94
- 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.
2008-05-06 12:32:02 +00:00