| Commit message (Collapse) | Author | Age |
|
|
|
| |
documentation because of previous node API clean-ups.
|
| |
|
| |
|
|
|
|
| |
usability of the aliased URL admin page.
|
|
|
|
| |
a missing test for taxonomy_term_save().
|
|
|
|
| |
Drupal core.
|
| |
|
|
|
|
| |
taxonomy module. New tests include tests for empty vocabulary overview, deleting a vocabulary, weights, etc. Also refactored some of the existing test to make them more crisp and readable.
|
| |
|
|
|
|
| |
descriptions.
|
| |
|
| |
|
| |
|
|
|
|
| |
upon save.
|
| |
|
|
|
|
| |
and term API.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
check_plain() by default.
|
|
|
|
| |
some configurations.
|
| |
|
|
|
|
| |
default.
|
| |
|
| |
|
|
|
|
| |
added to .info files.
|
|
|
|
| |
to allow for localization of permission names
|
|
|
|
| |
number of terms displayed on the term admin page.
|
|
|
|
| |
sable tooth tigers.
|
|
|
|
| |
edit forms easier. DX improvement.
|
|
|
|
| |
taxonomy_vocabulary_load().
|
|
|
|
| |
multiple times.
|
|
|
|
| |
term pages.
|
|
|
|
| |
taxonomy_term_path().
|
| |
|
|
|
|
| |
on empty terms list.
|
|
|
|
| |
run in parallel or stand-alone.
|
|
|
|
| |
generation database layer for Drupal 7.
|
| |
|
|
|
|
| |
should return FALSE on object not found.
|
|
|
|
| |
printes #markup, not #value.
|
|
|
|
| |
use = instead of LIKE.
|
|
|
|
| |
content type overview pages.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|