| Commit message (Collapse) | Author | Age |
|
|
|
| |
fgm, tstoeckler: allow module .info files to add CSS/JS.
|
| |
|
|
|
|
| |
fixes from SA-2008-073 not applied to Drupal 7.x.
|
|
|
|
| |
documentation doesn't format its code example correctly.
|
|
|
|
| |
multivalue file and image field uploads is broken.
|
| |
|
| |
|
|
|
|
| |
should default to FALSE.
|
|
|
|
| |
sequentially when installing modules.
|
|
|
|
| |
dereine, bjaspan: listing API for field API.
|
|
|
|
| |
from inline field markup.
|
|
|
|
| |
screen.
|
| |
|
| |
|
| |
|
|
|
|
| |
some opcode cachers.
|
|
|
|
| |
code that doesn't work.
|
|
|
|
| |
'kay' -> 'key'.
|
| |
|
| |
|
|
|
|
| |
for comment body.
|
| |
|
|
|
|
| |
global context.
|
|
|
|
| |
clobbering problems, and improve suggestion discovery performance.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
field_default_validate().
|
|
|
|
| |
new help standard.
|
|
|
|
| |
arrays to increase performance (and to clean-up the code).
|
|
|
|
| |
compliance with standards.
|
| |
|
| |
|
|
|
|
| |
rendered on comment preview.
|
| |
|
| |
|
|
|
|
| |
Display'.
|
|
|
|
| |
functions to take one argument without any hacks. NOTE: This is an API change in hook_theme().
|
|
|
|
| |
field_attach_query(). Was ready before code freeze.
|
|
|
|
| |
field.module documentation.
|
|
|
|
| |
avoid users rendering their site unusable.
|
|
|
|
| |
Field to image.module. Hellooooo, native image handling in core! :D
|
|
|
|
| |
enhance the context for hook_field_access().
|
|
|
|
| |
module_load_include().
|
| |
|
| |
|
|
|
|
|
|
| |
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.
|