| Commit message (Collapse) | Author | Age |
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
check_plain() by default.
|
|
|
|
| |
some configurations.
|
| |
|
|
|
|
| |
required = TRUE in .info files.
|
|
|
|
| |
default.
|
|
|
|
| |
admin/build/modules.
|
| |
|
|
|
|
| |
access to the callback.
|
|
|
|
| |
added to .info files.
|
|
|
|
| |
to allow for localization of permission names
|
| |
|
|
|
|
| |
hook_file_X(). This is an enabler of lots and lots of goodies. See CHANGELOG.txt for more. Awesome work, guys. :)
|
|
|
|
| |
well as two small kittens.
|
|
|
|
| |
versions of GD.
|
| |
|
|
|
|
| |
absolute paths.
|
|
|
|
| |
node type related permissions together.
|
|
|
|
| |
developer experience.
|
| |
|
|
|
|
| |
handling code.
|
|
|
|
| |
Massive file.inc cleanup aaaaaand... tests! Yay! :D
|
| |
|
|
|
|
| |
as per Rasmus' suggestion. Removed drupal_referrer() for consistency.
|
|
|
|
| |
administration pages.
|
|
|
|
| |
generation database layer for Drupal 7.
|
| |
|
| |
|
| |
|
|
|
|
| |
user from database.
|
| |
|
|
|
|
| |
printes #markup, not #value.
|
| |
|
|
|
|
| |
user_validate_name(), allow astrophes, removed some cruft and made the tests more compact.
|
| |
|
|
|
|
| |
excessive white space).
|
| |
|
| |
|
| |
|
|
|
|
| |
with the code.
|
| |
|
| |
|
|
|
|
| |
registrations had blank subject line.
|
|
|
|
| |
simpletests for the (new) permission handling. At last.
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
variables.
|