| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
| |
added drupal_css_class() to clean class names and rename form_clean_id().
|
| |
|
|
|
|
| |
as objects.
|
|
|
|
| |
menu tabs.
|
|
|
|
| |
Navigation, not Primary links.
|
| |
|
|
|
|
| |
and emails to token system.
|
|
|
|
| |
argument 2 for field_delete_instance() in node_configure_fields().
|
|
|
|
| |
drupal_parse_info_file().
|
| |
|
|
|
|
| |
duration' should regular.
|
| |
|
| |
|
|
|
|
| |
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.
|
|
|
|
| |
'translatable' property.
|
| |
|
|
|
|
| |
in update.module.
|
|
|
|
| |
url() only accept an array. Another nice API clean-up!
|
| |
|
|
|
|
| |
in field forms.
|
|
|
|
| |
wrappers in Drupal.
|
|
|
|
| |
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.
|
|
|
|
| |
date on multi-module projects. Now with extra tests!
|
|
|
|
| |
status message.
|
|
|
|
| |
update.module.
|
|
|
|
| |
updates.
|
|
|
|
| |
admin/structure/contact/settings page.
|
| |
|
| |
|
|
|
|
| |
FormsTestCase::testRequiredFields().
|
|
|
|
| |
cron.
|
|
|
|
| |
slipped in.
|
|
|
|
| |
after drupalCreateContentType().
|
|
|
|
| |
deleting revisions.
|