| Commit message (Collapse) | Author | Age |
|
|
|
| |
some configurations.
|
| |
|
|
|
|
| |
required = TRUE in .info files.
|
|
|
|
| |
default.
|
|
|
|
| |
maintenance.tpl.php.
|
|
|
|
| |
'administer nodes'.
|
|
|
|
| |
admin/build/modules.
|
| |
|
|
|
|
| |
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.
|
|
|
|
| |
required) not working
|
|
|
|
| |
node type related permissions together.
|
|
|
|
| |
developer experience.
|
| |
|
|
|
|
| |
configure per node type.
|
| |
|
|
|
|
| |
sortable.
|
|
|
|
| |
as per Rasmus' suggestion. Removed drupal_referrer() for consistency.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
generation database layer for Drupal 7.
|
|
|
|
| |
only, jump to that page.
|
| |
|
|
|
|
| |
useless db_escape_string().
|
| |
|
| |
|
|
|
|
| |
printes #markup, not #value.
|
| |
|
|
|
|
| |
more extensive and to fix some exceptions in the tests.
|
|
|
|
| |
block administration.
|
| |
|
|
|
|
| |
content type overview pages.
|
| |
|
|
|
|
| |
zero. This patch is a usability improvement (better out-of-the-box search relevancy) and a performance improvement (greatly simplified search queries).
|
|
|
|
| |
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.
|
| |
|
| |
|