| Commit message (Collapse) | Author | Age |
|
|
|
| |
modules' section so we can start moving over configuration items. Let's see how this goes ...
|
|
|
|
| |
there is more room for customization.
|
|
|
|
| |
'yay' to clarity!
|
| |
|
|
|
|
| |
aliases.
|
|
|
|
| |
configuration.
|
|
|
|
| |
path administration page.
|
| |
|
| |
|
|
|
|
| |
texts. Steve Krug would be proud.
|
| |
|
|
|
|
| |
teasers as fields. Oh, my.
|
| |
|
| |
|
|
|
|
| |
nominalizations from Docblocks.
|
|
|
|
| |
by table headers first, before ordering by other fields.
|
| |
|
|
|
|
| |
... LIMIT 1 queries when all that's required is a check for whether rows exist.
|
| |
|
|
|
|
| |
anonymous JS functions.
|
| |
|
| |
|
| |
|
|
|
|
| |
presenting... Vertical Tabs. Fantastic new UI improvement for node forms and hopefully more in the future.
|
|
|
|
| |
localization and translation-related items.
|
|
|
|
| |
static method to reduce memory footprint of SimpleTest.
|
| |
|
| |
|
| |
|
|
|
|
| |
of own createNode(). Code clean-up.
|
|
|
|
| |
documentation because of previous node API clean-ups.
|
| |
|
|
|
|
| |
usability of the aliased URL admin page.
|
|
|
|
| |
consistent with the database.
|
|
|
|
| |
path aliases.
|
|
|
|
| |
check_plain() by default.
|
|
|
|
| |
some configurations.
|
| |
|
|
|
|
| |
default.
|
| |
|
| |
|
|
|
|
| |
to allow for localization of permission names
|
|
|
|
| |
sable tooth tigers.
|
|
|
|
| |
edit forms easier. DX improvement.
|
|
|
|
| |
node type related permissions together.
|
|
|
|
| |
generation database layer for Drupal 7.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|