| Commit message (Collapse) | Author | Age |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
class='foo'>.
|
|
|
|
| |
registrations had blank subject line.
|
| |
|
|
|
|
| |
doesn't check for failures.
|
| |
|
| |
|
|
|
|
| |
zero. This patch is a usability improvement (better out-of-the-box search relevancy) and a performance improvement (greatly simplified search queries).
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
support for poll module.
|
| |
|
| |
|
|
|
|
| |
the weights of HTML elements. Made them configurable through variable_get().
|
|
|
|
| |
checks on files it doesn't control.
|
|
|
|
| |
Trivial Patch of the Month Award.
|
| |
|
|
|
|
| |
scoring factors.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
and added a small usability improvement.
|
| |
|
| |
|
|
|
|
| |
patching spree!
|
|
|
|
| |
XML-RPC tests.
|
| |
|
|
|
|
| |
fields.
|
| |
|
|
|
|
| |
simpletests for the (new) permission handling. At last.
|
|
|
|
| |
some tests, and made some minor usability improvments along the way. That is _exactly_ how we like it.
|
|
|
|
| |
tableless layout.
|
| |
|
|
|
|
| |
file parsing.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|