| Commit message (Collapse) | Author | Age |
|
|
|
| |
with private files and minor improvements.
|
| |
|
| |
|
| |
|
|
|
|
| |
presenting... Vertical Tabs. Fantastic new UI improvement for node forms and hopefully more in the future.
|
|
|
|
| |
static method to reduce memory footprint of SimpleTest.
|
| |
|
|
|
|
| |
Views.
|
| |
|
|
|
|
| |
names as file_load().
|
| |
|
| |
|
|
|
|
| |
hook_page_alter. Oh, behave.
|
| |
|
| |
|
| |
|
|
|
|
| |
system_settings_form().
|
|
|
|
| |
FILE_STATUS_TEMPORARY field.
|
|
|
|
| |
queries.
|
| |
|
|
|
|
| |
database layer.
|
| |
|
|
|
|
| |
documentation because of previous node API clean-ups.
|
| |
|
| |
|
|
|
|
| |
allowed extensions.
|
| |
|
|
|
|
| |
consistency.
|
|
|
|
| |
descriptions.
|
| |
|
|
|
|
| |
upload_menu_alter().
|
|
|
|
| |
without clean URLs enabled.
|
|
|
|
| |
upload.test to break on some systems.
|
| |
|
|
|
|
| |
restricted nodes.
|
| |
|
| |
|
|
|
|
| |
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. :)
|
|
|
|
| |
sable tooth tigers.
|
|
|
|
| |
edit forms easier. DX improvement.
|
|
|
|
| |
Massive file.inc cleanup aaaaaand... tests! Yay! :D
|
| |
|
|
|
|
| |
uploads to be broken.
|
|
|
|
| |
printes #markup, not #value.
|
| |
|
| |
|
|
|
|
| |
checks on files it doesn't control.
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|