drupal/modules/upload
Dries Buytaert 2e18cb8924 - 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:18:54 +00:00
..
upload.admin.inc - Patch #93154 by mfb: add unlimited option for uploading files. 2008-04-20 07:58:38 +00:00
upload.info - Patch #221964 by chx, dopry, webernet, moshe, webchick, justinrandall, flobruit 2008-05-06 12:18:54 +00:00
upload.install - Patch #219334 by Goba et al: prevent the upload table being created if it already exists. 2008-02-10 19:09:58 +00:00
upload.module - Patch #221964 by chx, dopry, webernet, moshe, webchick, justinrandall, flobruit 2008-05-06 12:18:54 +00:00
upload.test - Added a test framework to Drupal along with a first batch of tests for 2008-04-20 18:24:07 +00:00