Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
domain-3336388
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Issue forks
domain-3336388
Commits
1580638b
Commit
1580638b
authored
16 years ago
by
Ken Rickard
Browse files
Options
Downloads
Patches
Plain Diff
-- Adds batch function documentation.
-- Creates the 5.x.1.1 release.
parent
294b0ea8
No related branches found
Branches containing commit
Tags
7.x-1.0-rc4
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.txt
+5
-0
5 additions, 0 deletions
CHANGELOG.txt
domain_conf/README.txt
+10
-0
10 additions, 0 deletions
domain_conf/README.txt
domain_theme/README.txt
+15
-5
15 additions, 5 deletions
domain_theme/README.txt
with
30 additions
and
5 deletions
CHANGELOG.txt
+
5
−
0
View file @
1580638b
// $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.
...
...
This diff is collapsed.
Click to expand it.
domain_conf/README.txt
+
10
−
0
View file @
1580638b
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
domain_theme/README.txt
+
15
−
5
View file @
1580638b
...
...
@@ -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.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment