diff options
author | Nils Adermann <naderman@naderman.de> | 2011-09-21 01:09:18 +0200 |
---|---|---|
committer | Nils Adermann <naderman@naderman.de> | 2011-09-21 01:09:18 +0200 |
commit | fab0ec64b383c672e91db8524a225671795d4805 (patch) | |
tree | 4a21e36d8b30119d128669e77b18277ca006fa63 /phpBB/styles | |
parent | 207f2495211fab0400a9f005bc9c307a3f51d335 (diff) | |
parent | 7b7a56dc4a5f70f8e7ced66fef210e9591bbd929 (diff) | |
download | forums-fab0ec64b383c672e91db8524a225671795d4805.tar forums-fab0ec64b383c672e91db8524a225671795d4805.tar.gz forums-fab0ec64b383c672e91db8524a225671795d4805.tar.bz2 forums-fab0ec64b383c672e91db8524a225671795d4805.tar.xz forums-fab0ec64b383c672e91db8524a225671795d4805.zip |
Merge remote-tracking branch 'github-cs278/feature/remove-db-styles' into develop
* github-cs278/feature/remove-db-styles:
[feature/remove-db-styles] Remove forgotten template variables.
[feature/remove-db-styles] Removed style.php!
[feature/remove-db-styles] Rework filesystem permission checks from 6d24a71.
[feature/remove-db-styles] Update language to reflect removal of db storage.
[feature/remove-db-styles] Mark log entrys as deprecated.
[feature/remove-db-styles] Add error if template/theme file is unwritable.
[feature/remove-db-styles] Add schema changes sinces 3.0.x.
[feature/remove-db-styles] Readd table constant for upgrades etc.
[feature/remove-db-styles] Update database schemas.
[feature/remove-db-styles] Remove style.php DB storage.
[feature/remove-db-styles] Remove parse_css_file option from themes.
[feature/remove-db-styles] Remove DB theme handling code from session.
[feature/remove-db-styles] ACP has forgotten how to store themes in the DB.
[feature/remove-db-styles] Missed a few template DB bits in acp_styles.
[feature/remove-db-styles] Removing unused methods from acp_style.
[feature/remove-db-styles] Removed database storage of style components.
Diffstat (limited to 'phpBB/styles')
-rw-r--r-- | phpBB/styles/prosilver/theme/theme.cfg | 4 | ||||
-rw-r--r-- | phpBB/styles/subsilver2/theme/theme.cfg | 3 |
2 files changed, 0 insertions, 7 deletions
diff --git a/phpBB/styles/prosilver/theme/theme.cfg b/phpBB/styles/prosilver/theme/theme.cfg index f02d5fcc05..e27ba1c3a6 100644 --- a/phpBB/styles/prosilver/theme/theme.cfg +++ b/phpBB/styles/prosilver/theme/theme.cfg @@ -14,12 +14,8 @@ # the value, then enclose the value with single or double quotes. # Single and double quotes do not need to be escaped. # -# Available and used values: -# parse_css_file -# # General Information about this theme name = prosilver copyright = © phpBB Group, 2007 version = 3.1.0-dev - diff --git a/phpBB/styles/subsilver2/theme/theme.cfg b/phpBB/styles/subsilver2/theme/theme.cfg index 207e1b6650..c560dabae2 100644 --- a/phpBB/styles/subsilver2/theme/theme.cfg +++ b/phpBB/styles/subsilver2/theme/theme.cfg @@ -14,9 +14,6 @@ # the value, then enclose the value with single or double quotes. # Single and double quotes do not need to be escaped. # -# Available and used values: -# parse_css_file -# # General Information about this theme name = subsilver2 |