Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.5
-
Fix Version/s: 4.0-milestone-1, 3.5.1
-
Component/s: {Unused} Color Theme Application
-
Labels:None
-
Similar issues:
XE-1085Align fallback ColorTheme variables with the new 3.4 skin changes XE-1128Be able to preview value changes for the 3.4 gradients (#mainmenu, #contentmenu, .xwikipaneltitle, .button) from the ColorTheme Wizard XE-1127ColorTheme Wizard doesn't display the logo when creating a new ColorTheme or visualizing a theme that has a white header background XE-1130Display gradients in the ColorTheme Wizard also for IE8 and IE9 browsers XE-1084Clean up deprecated ColorThemes and add new ColorThemes aligned with the CSS3 changes XE-797Add notification colors: info, success, warning, error to ColorTheme variables XE-1069Skin and ColorTheme improvements: new colors, gradients, shadows, etc. XE-481New ColorTheme application XE-504Wrong color chosen with color picker in the ColorTheme editor XE-911JS error when editing inline the ColorThemes homepage
Issue Links
- blocks
-
XWIKI-7597
Add new colortheme variables for the gradients introduced by 3.4 and allow their modification from the colorthemes wizard
-
Activity
Ecaterina Moraru (Valica)
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Link |
This issue blocks |
Ecaterina Moraru (Valica)
06/Mar/12 14:27
View full commit
XE-1122: Add new colortheme variables for the gradients introduced by 3.4 and allow their modification from the colorthemes wizard
- Separated the menu variables into menu* variables (that correspond to the global menu) and menuContent* variables (that correspond to the content menu). Kept the panel
- Added the following variables to ColorThemeClass
$theme.fieldGradientColor
$theme.buttonPrimaryGradientColor
$theme.buttonSecondaryGradientColor
$theme.panelHeaderGradientColor
$theme.panelCollapsedGradientColor
$theme.menuGradientColor
$theme.menuContentBackgroundColor
$theme.menuContentLinkColor
$theme.menuContentGradientColor
$theme.submenuContentBackgroundColor
- Added 2 new configurable areas in ColorThemeWizard: #contentmenu (for elements related to the Content Menu: background, gradient, links) and #extratabs (moved menuSelectedEntryLinkColor here to be closed to the affected area)
- Allow the new gradient variables to be modified from the ColorThemeWizard (but the gradient change is visible just in the view mode now, is not real time)
- Modified ColorThemeTemplate, DefaultColorTheme, Ruby, Mint and Dusk ColorThemes to be aligned with the variables changes
(cherry picked from commit 44379ffd6c098eda2b5fd3b4c3b96bb4764420f0)
feature-portlet-3.5.x
... 3 more files not shown
Ecaterina Moraru (Valica)
06/Mar/12 14:27
View full commit
XE-1122: Add new colortheme variables for the gradients introduced by 3.4 and allow their modification from the colorthemes wizard
- Separated the menu variables into menu* variables (that correspond to the global menu) and menuContent* variables (that correspond to the content menu). Kept the panel
- Added the following variables to ColorThemeClass
$theme.fieldGradientColor
$theme.buttonPrimaryGradientColor
$theme.buttonSecondaryGradientColor
$theme.panelHeaderGradientColor
$theme.panelCollapsedGradientColor
$theme.menuGradientColor
$theme.menuContentBackgroundColor
$theme.menuContentLinkColor
$theme.menuContentGradientColor
$theme.submenuContentBackgroundColor
- Added 2 new configurable areas in ColorThemeWizard: #contentmenu (for elements related to the Content Menu: background, gradient, links) and #extratabs (moved menuSelectedEntryLinkColor here to be closed to the affected area)
- Allow the new gradient variables to be modified from the ColorThemeWizard (but the gradient change is visible just in the view mode now, is not real time)
- Modified ColorThemeTemplate, DefaultColorTheme, Ruby, Mint and Dusk ColorThemes to be aligned with the variables changes
master
... 3 more files not shown
Sergiu Dumitriu
07/Mar/12 23:23
View full commit
Merge branch 'XE-1122' of https://github.com/evalica/xwiki-enterprise
master
... 3 more files not shown
Sergiu Dumitriu
made changes -
| Status | Open [ 1 ] | Closed [ 6 ] |
| Assignee | Ecaterina Moraru (Valica) [ evalica ] | |
| Fix Version/s | 3.5.1 [ 12969 ] | |
| Fix Version/s | 4.0-milestone-1 [ 12960 ] | |
| Resolution | Fixed [ 1 ] |
Ecaterina Moraru (Valica)
09/Mar/12 18:19
View full commit
XE-1122: Add new colortheme variables for the gradients introduced by 3.4 and allow their modification from the colorthemes wizard
- fix ColorThemeWizard values for old colorthemes (color pickers + #content maquette element):
-- no value if it's a Gradient variable;
-- 'menuLinkColor' for 'menuContentLinkColor'
-- 'menuBackgroundColor' for 'menuContentBackgroundColor' and 'submenuContentBackgroundColor'
Ecaterina Moraru (Valica)
09/Mar/12 18:19
View full commit
XE-1122: Add new colortheme variables for the gradients introduced by 3.4 and allow their modification from the colorthemes wizard
- fix ColorThemeWizard values for old colorthemes (color pickers + #content maquette element):
-- no value if it's a Gradient variable;
-- 'menuLinkColor' for 'menuContentLinkColor'
-- 'menuBackgroundColor' for 'menuContentBackgroundColor' and 'submenuContentBackgroundColor'
(cherry picked from commit 0dfdfa5e597637437d70d9973f7e1488c4fb5c69)
feature-portlet-3.5.x
Pull request available at https://github.com/xwiki/xwiki-enterprise/pull/15