Leaps (preview inside)
Commit
#130567
- (Bug) Fixed gradient preview
- (Bug) Color locking/hooking functionality.
- README updated. We have a documentation page over at
- (Improvement - Work in progress) Color scheme UI overhaul in progress
- Darken current color
- Lighten current color
- Select random color
- (Improvement - Work in progress) Add/Delete custom, named color schemes from theme configuration page. W/ AJAX
- (Improvement) - Schemes changed in theme configuration will now update images and values when submitted.
- (Improvement) Image overhaul
- Unlimited images
- Unlimited gradients
- Unlimited solid-color fills
- (Improvement) Stylesheet color replacement - We will now offer a Base-shift (garland-type) mode, a Custom mode for just tags, and a Hybrid which is a mix of the two. :) There is an option to automatically pick your mode.
- (Minor addition) In the Garland color.inc example, I added the "Majestic" scheme. Looks pretty nice.
- (Correcting ambiguity) In the blocks section, the block will be named 'Pick color scheme'.
- (Correcting ambiguity) 'Regenerate schemes' button. On the theme config, there will be a new button for this. Previously, you would have to click "Reset to defaults" -- which was confusing and also defaulted other settings.
- (Correcting ambiguity) table change
`color_picks` is now `color_users`
- (Correcting ambiguity) function color_store_theme() to color_add_theme()
- (Changed name, same function) color_set_scheme() is now color_set_user_scheme()
Function for setting user schemes selections (Table: `color_picks`)
- (New function) color_set_scheme()
Formerly, this was used for storing users' scheme selections. I am now changing this function to the setting of the schemes themselves (Table: `color_users`).
- (Bug) Color locking/hooking functionality.
- README updated. We have a documentation page over at
- (Improvement - Work in progress) Color scheme UI overhaul in progress
- Darken current color
- Lighten current color
- Select random color
- (Improvement - Work in progress) Add/Delete custom, named color schemes from theme configuration page. W/ AJAX
- (Improvement) - Schemes changed in theme configuration will now update images and values when submitted.
- (Improvement) Image overhaul
- Unlimited images
- Unlimited gradients
- Unlimited solid-color fills
- (Improvement) Stylesheet color replacement - We will now offer a Base-shift (garland-type) mode, a Custom mode for just tags, and a Hybrid which is a mix of the two. :) There is an option to automatically pick your mode.
- (Minor addition) In the Garland color.inc example, I added the "Majestic" scheme. Looks pretty nice.
- (Correcting ambiguity) In the blocks section, the block will be named 'Pick color scheme'.
- (Correcting ambiguity) 'Regenerate schemes' button. On the theme config, there will be a new button for this. Previously, you would have to click "Reset to defaults" -- which was confusing and also defaulted other settings.
- (Correcting ambiguity) table change
`color_picks` is now `color_users`
- (Correcting ambiguity) function color_store_theme() to color_add_theme()
- (Changed name, same function) color_set_scheme() is now color_set_user_scheme()
Function for setting user schemes selections (Table: `color_picks`)
- (New function) color_set_scheme()
Formerly, this was used for storing users' scheme selections. I am now changing this function to the setting of the schemes themselves (Table: `color_users`).

(Yes, suggested colors is coming.)