| Commit message (Collapse) | Author | Age |
|
|
|
| |
403/404 page.
|
|
|
|
| |
settings form and minor clean-up of function names.
|
| |
|
| |
|
|
|
|
| |
comment settings.
|
| |
|
|
|
|
| |
nominalizations from Docblocks.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
unrendered forms.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
hook_block().
|
|
|
|
| |
documentation because of previous node API clean-ups.
|
|
|
|
| |
to singular for consistency. Oh my.
|
| |
|
|
|
|
| |
when calling a hook.
|
| |
|
| |
|
|
|
|
| |
column names, causing problems in certain databases.
|
| |
|
|
|
|
| |
called.
|
| |
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
validation function.
|
|
|
|
| |
robertDouglass, Garrett Albright, et al: change 'blue smurf' to 'bike shed' ;-)
|
|
|
|
| |
the weights of HTML elements. Made them configurable through variable_get().
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
discussion we've decided to make the concatenation operator consistent with the other operators.
|