| Commit message (Collapse) | Author | Age |
|
|
|
| |
link to the permissions and configuration page of each module from the module configuration page. Great team work!
|
| |
|
| |
|
|
|
|
| |
added to .info files.
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
mortals (including rename of actions.module to trigger, but keeping the actions themselfs).
Complete previous history of actions module:
- #148410 by jvandyk: added rewrite of the actions module!
- #155986 by Uwe: fixed typos.
- #155828 by Eaton, pwolanin and jvandyk: let actions live even if actions.module is not turned on
|