| Commit message (Collapse) | Author | Age |
|
|
|
| |
a regex for the nomask (and code clean-up).
|
|
|
|
| |
descriptions.
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
|
|
|
| |
currently fails.
|
|
|
|
| |
check_plain() by default.
|
|
|
|
| |
some configurations.
|
| |
|
|
|
|
| |
default.
|
| |
|
|
|
|
| |
added to .info files.
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
| |
when it should.
|
|
|
|
| |
node type related permissions together.
|
|
|
|
| |
developer experience.
|
| |
|
|
|
|
| |
run in parallel or stand-alone.
|
|
|
|
| |
as per Rasmus' suggestion. Removed drupal_referrer() for consistency.
|
|
|
|
| |
generation database layer for Drupal 7.
|
| |
|
| |
|
|
|
|
| |
field.
|
|
|
|
| |
printes #markup, not #value.
|
|
|
|
| |
white space.
|
|
|
|
| |
caching.
|
| |
|
| |
|
|
|
|
| |
querying for already retrieved data.
|
| |
|
| |
|
| |
|
|
|
|
| |
permissions.
|
| |
|
| |
|
|
|
|
| |
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.
|