| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
| |
lilou: improvements to batch API.
|
|
|
|
| |
before modules are included.
|
|
|
|
| |
added drupal_css_class() to clean class names and rename form_clean_id().
|
| |
|
|
|
|
| |
as objects.
|
|
|
|
| |
menu tabs.
|
|
|
|
| |
Navigation, not Primary links.
|
| |
|
|
|
|
| |
sun.core, Damien Tournoud: Fixed AJAX/AHAH 'callback' support only works for 'submit' and 'button' elements - Should work for all triggering elements.
|
|
|
|
| |
and emails to token system.
|
|
|
|
| |
argument 2 for field_delete_instance() in node_configure_fields().
|
|
|
|
| |
drupal_parse_info_file().
|
| |
|
|
|
|
| |
duration' should regular.
|
| |
|
| |
|
|
|
|
| |
lacks details.
|
|
|
|
| |
in url() only accept an array.
|
|
|
|
| |
menu link'.
|
|
|
|
| |
with hook_elements().
|
| |
|
|
|
|
| |
language is specified in .
|
| |
|
|
|
|
| |
pwolanin: allow modules to specify per-page custom themes in hook_menu().
|
|
|
|
| |
instead of a direct db_query().
|
| |
|
| |
|
|
|
|
| |
user-profile.tpl.php doc and re-organized some of the documentation.
|
|
|
|
| |
authenticated users.
|
|
|
|
| |
file inclusion in the CSS optimization code.
|
|
|
|
| |
'translatable' property.
|
| |
|
|
|
|
| |
in update.module.
|
|
|
|
| |
url() only accept an array. Another nice API clean-up!
|
| |
|
|
|
|
| |
in field forms.
|
|
|
|
| |
wrappers in Drupal.
|
|
|
|
| |
updates always being plural.
|
|
|
|
| |
for node types and menus.
|
|
|
|
| |
jaydub: drop unnecessary index.
|
|
|
|
|
|
| |
plach, profix898, mattyoung: added support for pluggable 'per field' storage engine. Comes with documentation and tests.
The Field Attach API uses the Field Storage API to perform all "database access". Each Field Storage API hook function defines a primitive database operation such as read, write, or delete. The default field storage module, field_sql_storage.module, uses the local SQL database to implement these operations, but alternative field storage backends can choose to represent the data in SQL differently or use a completely different storage mechanism such as a cloud-based database.
|
|
|
|
| |
time' should output actual date of last check.
|
|
|
|
| |
nodes with fields.
|
|
|
|
| |
webchick, mattyoung, alexanderpas, justinrandell, dropcube, moshe weitzman, Damien Tournoud, Rob Loach, Dries: cache module_implements() for better performance and scalability.
|
|
|
|
| |
date on multi-module projects. Now with extra tests!
|
|
|
|
| |
status message.
|
|
|
|
| |
update.module.
|
| |
|
|
|
|
| |
updates.
|