| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
| |
table namespace.
|
| |
|
|
|
|
| |
taxonomy_term_data.
|
|
|
|
| |
system_settings_form().
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
hook_block().
|
|
|
|
| |
documentation because of previous node API clean-ups.
|
|
|
|
| |
to singular for consistency. Oh my.
|
| |
|
| |
|
|
|
|
| |
Drupal core.
|
|
|
|
| |
descriptions.
|
|
|
|
| |
when calling a hook.
|
| |
|
| |
|
|
|
|
| |
column names, causing problems in certain databases.
|
|
|
|
| |
code and remove redundant index.
|
| |
|
|
|
|
| |
search_dataset.sid_type unique key should be an Index.
|
| |
|
| |
|
|
|
|
| |
called.
|
| |
|
| |
|
|
|
|
| |
added to .info files.
|
|
|
|
| |
to allow for localization of permission names
|
|
|
|
| |
sable tooth tigers.
|
|
|
|
| |
node type related permissions together.
|
|
|
|
| |
developer experience.
|
| |
|
|
|
|
| |
as per Rasmus' suggestion. Removed drupal_referrer() for consistency.
|
| |
|
|
|
|
| |
generation database layer for Drupal 7.
|
|
|
|
| |
flipping two queries during indexing.
|
|
|
|
| |
AND must be type boolean, not type integer.
|
| |
|
|
|
|
| |
printes #markup, not #value.
|
|
|
|
| |
validation function.
|
| |
|
| |
|
|
|
|
| |
requests. This actually fixes one failure.
|
|
|
|
| |
robertDouglass, Garrett Albright, et al: change 'blue smurf' to 'bike shed' ;-)
|
|
|
|
| |
the weights of HTML elements. Made them configurable through variable_get().
|
|
|
|
| |
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.
|
|
|
|
| |
committed to D6.
|