| Commit message (Collapse) | Author | Age |
|
|
|
| |
search module on admin/config.
|
| |
|
| |
|
|
|
|
| |
due to fixed IDs.
|
|
|
|
| |
and local tasks #2.
|
|
|
|
| |
taken into account for #validate, #submit, hook_form_FORMID_alter().
|
|
|
|
| |
on Configuration.
|
|
|
|
| |
admin/people.
|
|
|
|
| |
link being below submit button on taxonomy term add.
|
| |
|
|
|
|
| |
compliance with standards.
|
| |
|
| |
|
|
|
|
| |
dmitrig01: Convert Path module to new help standard.
|
|
|
|
| |
can't ever pass in another type of class.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
other types of stuff to render() structures.
|
| |
|
|
|
|
| |
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.
|
|
|
|
| |
registry rip. Let's try that again.
|
| |
|
|
|
|
| |
local actions.
|
|
|
|
| |
to taxonomy term edit page. Yay.
|
|
|
|
| |
aliases.
|
|
|
|
| |
path administration page.
|
| |
|
| |
|
| |
|
|
|
|
| |
nominalizations from Docblocks.
|
| |
|
| |
|
|
|
|
| |
presenting... Vertical Tabs. Fantastic new UI improvement for node forms and hopefully more in the future.
|
| |
|
| |
|
|
|
|
| |
documentation because of previous node API clean-ups.
|
| |
|
|
|
|
| |
consistent with the database.
|
| |
|
|
|
|
| |
to allow for localization of permission names
|
|
|
|
| |
sable tooth tigers.
|
|
|
|
| |
edit forms easier. DX improvement.
|
|
|
|
| |
node type related permissions together.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|