Skip to content
Snippets Groups Projects
Commit 1580638b authored by Ken Rickard's avatar Ken Rickard
Browse files

-- Adds batch function documentation.

-- Creates the 5.x.1.1 release.
parent 294b0ea8
No related branches found
Tags 7.x-1.0-rc4
No related merge requests found
// $Id$
25-MAR-2008 (2)
-- Adds batch function documentation.
-- Creates the 5.x.1.1 release.
25-MAR-2008
-- Cleans up menu handling for batch actions.
......
......@@ -102,6 +102,16 @@ On page load, these values are dynamically loaded to replace your site's
defaults. If you do not adjust these settings, defaults will be used for all
affiliates.
----
3. Batch Updates
Domain Conf allows you to make batch changes to settings for all domains.
All of the current settings are available in batch mode.
You may also choose to remove domain-specific configurations. This feature
is useful if you wish to roll back custom changes.
----
4. Developer Notes
......
......@@ -18,8 +18,9 @@ CONTENTS
3. Configuration Options
3.1 Theme Settings
3.2 Domain-Specific Themes
4. Developer Notes
4.1 Database Schema
4. Batch Updates
5. Developer Notes
5.1 Database Schema
----
1. Introduction
......@@ -83,13 +84,22 @@ theme selection form, with the following notes:
no domain-specific settings for themes.
----
4. Developer Notes
4. Batch Updates
Domain Theme allows you to make batch changes to settings for all domains.
You may also choose to remove domain-specific theme settings.
This feature is useful if you wish to roll back custom changes.
----
5. Developer Notes
We intend to enable domain-specific theme settings in a later release. If you
are interested in helping, see http://drupal.org/node/180264.
----
4.1 Database Schema
5.1 Database Schema
Installing the module creates a {domain_theme} table that contains:
......@@ -103,4 +113,4 @@ Installing the module creates a {domain_theme} table that contains:
- settings
Blob (bytea)
A serialized array of theme settings for this domain. Currently not used.
\ No newline at end of file
A serialized array of theme settings for this domain. Currently not used.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment