| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
| |
help documentation standard.
|
|
|
|
| |
can't ever pass in another type of class.
|
| |
|
| |
|
|
|
|
| |
and smoothify: Turn custom_url_rewrite_inbound() and custom_url_rewrite_outbound() into hooks.
|
| |
|
|
|
|
| |
pattern. Start using it for blocks.
|
|
|
|
| |
abstraction layer. Rest in peace old database layer.
|
|
|
|
| |
for consistency in the API.
|
|
|
|
| |
discarded.
|
|
|
|
| |
function registry. While the hope was that this would result in improved performance for low-end hosts, it comes at the expense of critical development experience problems and less benefit than something like APC. Class registry remains intact to facilitate autoloading.
|
|
|
|
| |
registry rip. Let's try that again.
|
| |
|
|
|
|
| |
Convert 'class' attribute to use an array, not a string.
|
|
|
|
| |
section in 'configuration and modules'.
|
| |
|
|
|
|
| |
to Berdir for this humongous effort.
|
|
|
|
| |
admin/structure.
|
| |
|
|
|
|
| |
properties to be passed directly to theme functions.
|
| |
|
|
|
|
| |
nominalizations from Docblocks.
|
| |
|
|
|
|
| |
theme setting.
|
|
|
|
| |
statistics module.
|
|
|
|
| |
abstraction layer.
|
| |
|
| |
|
|
|
|
| |
user/user_role for consistency.
|
| |
|
| |
|
|
|
|
| |
settings to a more logical place.
|
|
|
|
| |
the 8th issue, almost 8 years later, on January 8th, after working 8 days full-time on it. GREAT WORK :D
|
|
|
|
| |
are no key fields. With tests.
|
| |
|
| |
|
| |
|
|
|
|
| |
documentation because of previous node API clean-ups.
|
| |
|
|
|
|
| |
to allow for localization of permission names
|
|
|
|
| |
sable tooth tigers.
|
|
|
|
| |
well as two small kittens.
|
|
|
|
| |
developer experience.
|
| |
|
|
|
|
| |
as per Rasmus' suggestion. Removed drupal_referrer() for consistency.
|
|
|
|
| |
generation database layer for Drupal 7.
|
| |
|
|
|
|
| |
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.
|