Skip to content

Commit

Permalink
performance: avoid unnecessary writes to oxconfigdisplay in case noth…
Browse files Browse the repository at this point in the history
…ing has changed

+ do not import/export theme configuration of not active themes
+ remove performance optimization that compares config value with the stored value to avoid unnecessary writes because that is now handled in oxid console
+ warn on export if config values are in theme and in general namespace and optionally fix it ( because that values in general namesapace may cause trouble and are useless in the export because the, normally they should be overwritten by the theme config anyway)
  • Loading branch information
keywan-ghadami-oxid committed Jul 21, 2018
1 parent f147e45 commit b86d60f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog for Config Importer

## 4.0.12
* performance
* theme config handling (do not include unnecessary config)

## 4.0.12
* performance
* fix to be compatible with new oxid console
Expand Down

0 comments on commit b86d60f

Please sign in to comment.