| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
| |
... LIMIT 1 queries when all that's required is a check for whether rows exist.
|
| |
|
|
|
|
| |
all .install files.
|
| |
|
|
|
|
| |
removing unnecessary prefix code, and added a new randomString() method which includes characters like spaces.
|
|
|
|
| |
anonymous JS functions.
|
| |
|
|
|
|
| |
JavaScript.
|
|
|
|
| |
static method to reduce memory footprint of SimpleTest.
|
|
|
|
| |
users in one request.
|
| |
|
| |
|
|
|
|
| |
user/user_role for consistency.
|
|
|
|
| |
clearfix, which is the lingo that designers use for it.
|
|
|
|
| |
compatibility with other JavaScript libraries.
|
| |
|
| |
|
|
|
|
| |
inconsistent with documentation
|
|
|
|
| |
valid URL characters.
|
|
|
|
| |
the 8th issue, almost 8 years later, on January 8th, after working 8 days full-time on it. GREAT WORK :D
|
| |
|
|
|
|
| |
hook_block().
|
|
|
|
| |
usability of the aliased URL admin page.
|
|
|
|
| |
drupal_to_js() with drupal_json().
|
| |
|
|
|
|
| |
descriptions.
|
| |
|
| |
|
| |
|
|
|
|
| |
check_plain() by default.
|
|
|
|
| |
some configurations.
|
| |
|
|
|
|
| |
default.
|
| |
|
|
|
|
| |
access to the callback.
|
|
|
|
| |
added to .info files.
|
|
|
|
| |
well as two small kittens.
|
| |
|
|
|
|
| |
future compatilbility. PHP6 is rumoured to drop ereg support.
|
|
|
|
| |
generation database layer for Drupal 7.
|
| |
|
|
|
|
| |
printes #markup, not #value.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
smaller tests, and improved performance of tests.
|
|
|
|
| |
them -- and added some more tests.
|
| |
|
| |
|