| Commit message (Collapse) | Author | Age |
|
|
|
| |
out of node module'.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
hook_block().
|
| |
|
|
|
|
| |
documentation because of previous node API clean-ups.
|
| |
|
|
|
|
| |
to singular for consistency. Oh my.
|
| |
|
|
|
|
| |
message for non-administrators.
|
|
|
|
| |
Bugfix with test\!
|
|
|
|
| |
a regex for the nomask (and code clean-up).
|
|
|
|
| |
when calling a hook.
|
|
|
|
| |
convert comment module to new DB layer. Doesn't break any additional tests so if we discover a regression, please submit a test with it.
|
|
|
|
| |
available.
|
| |
|
| |
|
|
|
|
| |
check_plain() by default.
|
|
|
|
| |
some configurations.
|
|
|
|
| |
default.
|
|
|
|
| |
to allow for localization of permission names
|
|
|
|
| |
sable tooth tigers.
|
|
|
|
| |
well as two small kittens.
|
|
|
|
| |
edit forms easier. DX improvement.
|
|
|
|
| |
FAPI property that can be used by WYSIWYG editors. WOOHOO.
|
|
|
|
| |
node type related permissions together.
|
|
|
|
| |
developer experience.
|
|
|
|
| |
as per Rasmus' suggestion. Removed drupal_referrer() for consistency.
|
|
|
|
| |
generation database layer for Drupal 7.
|
| |
|
| |
|
|
|
|
| |
field.
|
|
|
|
| |
printes #markup, not #value.
|
|
|
|
| |
white space.
|
| |
|
| |
|
|
|
|
| |
querying for already retrieved data.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
comment. Comes with tests and everything.
|
| |
|
|
|
|
| |
scoring factors.
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|