summaryrefslogtreecommitdiff
path: root/includes/registry.inc
Commit message (Collapse)AuthorAge
* Issue #2508055 by Dave Reid, David_Rothstein, hussainweb: Add support for ↵David Rothstein2015-10-12
| | | | autoloading Traits
* Issue #2051519 by GoddamnNoise: Fix errors in registry.inc docsJennifer Hodgdon2014-04-02
|
* Issue #1372122 by klausi, sun, beejeebus, juampy, mradcliffe, tim.plunkett, ↵webchick2012-04-28
| | | | cha0s: Fixed STOP the registry integrity constraint violation nightmare.
* Issue #1373582 by jhodgdon, TR: Fixed Trailing whitespace.webchick2012-01-21
|
* Stripping CVS keywordsThe Great Git Migration2011-02-25
|
* - Patch #1022426 by bfroehle: _registry_update() invalid arguments to ↵Dries Buytaert2011-01-11
| | | | ->rollback().
* - Patch #914312 by sdboyer: classes marked 'final' are not picked up by the ↵Dries Buytaert2010-09-17
| | | | registry.
* - Patch #819388 by pwolanin: switch registry back to using hashes not file ↵Dries Buytaert2010-07-10
| | | | mtime and ctime.
* #797024 follow-up by justinrandell: Remove critical performance regression ↵Angie Byron2010-06-08
| | | | due to stale file time values.
* #797024 by pwolanin, justinrandell: Fixed Moving a class between files can ↵Angie Byron2010-06-06
| | | | cause SQL errors on registry rebuild.
* - Patch #760982 by yhager, jbrown, aspilicious, David_Rothstein: tokenizer ↵Dries Buytaert2010-04-04
| | | | PHP extension not required.
* - Patch #681538 by aspilicious, jhodgdon, trevjs: fixed possibly broken @see ↵Dries Buytaert2010-03-26
| | | | also links.
* #605374 by catch: Don't add non-existing files to the registry.Angie Byron2010-02-26
|
* - Patch #661420 by justinrandell, David_Rothstein: made installation of ↵Dries Buytaert2009-12-28
| | | | modules much more efficient.
* - Patch #627338 by catch: add a cache_bootstrap() bin for better ↵Dries Buytaert2009-11-10
| | | | performance/scalability.
* #561452 by pwolanin and David_Rothstein: Add API function to get ↵Angie Byron2009-10-13
| | | | module/theme info without rebuilding it.
* #497118 by chx, catch, pwolanin, JoshuaRogers, and Jacob Singh: Remove the ↵Angie Byron2009-08-24
| | | | 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 ↵Angie Byron2009-08-24
| | | | registry rip. Let's try that again.
* *** empty log message ***Angie Byron2009-08-24
|
* #517814 by jmstacey, justinrandell, pwolanin, drewish, Jody Lynn, aaron, ↵Angie Byron2009-08-17
| | | | 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 ↵Angie Byron2009-08-04
| | | | module.
* - Patch #513592 by Damien Tournoud: make it faster to rebuild the registry, ↵Dries Buytaert2009-07-28
| | | | mainly to improve performance of SimpleTest.
* - Patch #449198 by justinrandell: documentation update.Dries Buytaert2009-06-10
|
* - Patch #449198 by boombatower: cealn up test loading and related API.Dries Buytaert2009-06-08
|
* - Patch #368116 by chx, c960657: fixed bug in tokenizer for registry.Dries Buytaert2009-05-16
|
* - Patch #458566 by chx: work around PHP's curly bracket madness.Dries Buytaert2009-05-10
|
* - Patch #429132 by Berdir: remove unnecessary module_rebuild_cache().Dries Buytaert2009-05-07
|
* - Patch #422374 by JamesAn: convert to use the new static caching API.Dries Buytaert2009-04-03
|
* - Patch #380064 by c960657: make file_scan_directory() use save property ↵Dries Buytaert2009-02-22
| | | | names as file_load().
* - Patch #349504 by keith.smith: clean up sentence spacing in code comments.Dries Buytaert2008-12-20
|
* #338184 by Damien Tournoud: Remove special workarounds for serialize() in ↵Angie Byron2008-11-29
| | | | the registry.
* - Patch #74645 by drewish, roychri et al: modify file_scan_directory to use ↵Dries Buytaert2008-11-16
| | | | a regex for the nomask (and code clean-up).
* - Patch #325665 by chx, Damien Tournoud, justinrandell et al: improved the ↵Dries Buytaert2008-11-11
| | | | cache registry lookups.
* - Patch #298600 by chx, justinrandell, Damien, et al: make module_implements ↵Dries Buytaert2008-10-31
| | | | work regardless of bootstrap phase.
* #319405 by Crell: Code style clean-up for registry queries.Angie Byron2008-10-11
|
* #259623 by dopry and Damien Tournoud: Convert includes/requires to use ↵Angie Byron2008-09-20
| | | | absolute paths.
* #64967 follow-up by drewish: Replace ereg with preg in file_scan_directory().Angie Byron2008-09-20
|
* - Patch #225450 by Crell, chx, bjaspan, catch, swentel, recidive et al: next ↵Dries Buytaert2008-08-21
| | | | generation database layer for Drupal 7.
* - Patch #287877 by dmitrig01: rename drupal_rebuild_code_registry() to ↵Dries Buytaert2008-08-02
| | | | registry_rebuild() for consistency.
* - Patch #221964 by chx, dopry, webernet, moshe, webchick, justinrandall, ↵Dries Buytaert2008-05-06
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.