CHANGELOG.txt |
CHANGELOG.txt |
|
CHANGELOG
-------------------------------------------------------------------------------------
6.x-1.6 2011-11-24
-------------------------------------------------------------------------------------
- #1176182 by zhangtaihao: OptGroups for field… |
ds-display-overview-form.tpl.php |
theme/ds-display-overview-form.tpl.php |
|
Template file for the display settings overview form |
ds-display-overview-views-form.tpl.php |
theme/ds-display-overview-views-form.tpl.php |
|
|
ds-page-fieldexamples.tpl.php |
theme/ds-page-fieldexamples.tpl.php |
|
|
ds-row-fields.tpl.php |
theme/ds-row-fields.tpl.php |
|
|
ds-row-object.tpl.php |
theme/ds-row-object.tpl.php |
|
|
ds.admin.inc |
includes/ds.admin.inc |
|
General file for administrative functions. |
ds.buildmodes.inc |
includes/ds.buildmodes.inc |
|
Manage build modes. |
ds.css |
css/ds.css |
|
/* Display fields overview screen. */
#fields td {
vertical-align: top;
white-space: nowrap;
}
.settings-tab-row {
margin: 0.5em 0;
line-height: 2.5em;
}
#fields td.region {
font-weight: bold;
}
#fields td.region a {
font-weight:… |
ds.display.inc |
includes/ds.display.inc |
|
Display overview form. |
ds.features.inc |
includes/ds.features.inc |
|
Features support. |
ds.fields.inc |
includes/ds.fields.inc |
|
Manage fields. |
ds.groups.inc |
includes/ds.groups.inc |
|
Manage fieldgroups. |
ds.info |
ds.info |
|
name = "Display suite"
description = "Manage the display of your data objects."
core = "6.x"
package = "Display suite" |
ds.info.inc |
includes/ds.info.inc |
|
Info about a module. |
ds.install |
ds.install |
|
Display suite install file. |
ds.module |
ds.module |
|
|
ds.plugins.inc |
includes/ds.plugins.inc |
|
Administration functions for DS plugins. |
ds.registry.inc |
includes/ds.registry.inc |
|
Registry functions. |
ds.tools.inc |
includes/ds.tools.inc |
|
Tools for Display suite like export & import. |
ds.views.inc |
views/ds.views.inc |
|
Views file for ds. |
ds_cssoverrider.inc |
plugins/ds_cssoverrider.inc |
|
DS_CSSOverrider: plugin to override css per region. |
ds_emptyregionrender.inc |
plugins/ds_emptyregionrender.inc |
|
DS_EmptyRegionRender: Plugin to render an empty region. |
ds_handler_field_fieldgroup.inc |
views/ds_handler_field_fieldgroup.inc |
|
Contains the display suite fieldgroup handler. |
ds_regiontoblock.inc |
plugins/ds_regiontoblock.inc |
|
DS_RegionToBlock: Plugin to make a region available as a block. |
ds_ui.info |
ds_ui.info |
|
name = "Display suite UI"
description = "Administrative interface to display suite. Without this module, you cannot manage your display settings, fields etc."
core = "6.x"
package = "Display… |
ds_ui.module |
ds_ui.module |
|
Administrative interface to display suite. |
README.txt |
README.txt |
|
-- SUMMARY --
For a full description of the module, visit the project page:
http://drupal.org/project/ds
For documentation of the module, visit the handbook pages:
http://drupal.org/node/644662
To submit bug reports and feature suggestions,… |
theme.inc |
theme/theme.inc |
|
Theming functions for ds. |
theme_ui.inc |
theme/theme_ui.inc |
|
Theming functions for ds ui. |
views_plugin_ds_fields_view.inc |
views/views_plugin_ds_fields_view.inc |
|
Contains the ds views fields style plugin. |
views_plugin_ds_object_view.inc |
views/views_plugin_ds_object_view.inc |
|
Contains the ds views node style plugin. |