| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
committed to D6.
|
|
|
|
| |
discussion we've decided to make the concatenation operator consistent with the other operators.
|
|
|
|
| |
watchdog table due to a off-by-one error.
|
| |
|
| |
|
|
|
|
| |
help texts, as the handbook we referred to before was renamed
|
| |
|
|
|
|
| |
reflected in dblog_init()
|
| |
|
|
|
|
| |
dblog.module.
|
| |
|
| |
|
| |
|
|
|
|
| |
router path based lookups, and also full path argument lookup with a passed argument array
|
|
|
|
| |
redundant arguments
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
to filter log messages in the database log.
|
| |
|
| |
|
|
Added support for external loggers, and included a small syslog module into core.
|