| 1 |
/* $Id: CHANGELOG.txt,v 1.1.2.21 2009/05/02 10:41:08 skiquel Exp $ */ |
/* $Id: CHANGELOG.txt,v 1.1.2.22 2009/05/02 10:59:17 skiquel Exp $ */ |
| 2 |
|
|
| 3 |
// ************************************************************************** |
// ************************************************************************** |
| 4 |
// 2009 ******************************************************************** |
// 2009 ******************************************************************** |
| 5 |
// ************************************************************************** |
// ************************************************************************** |
| 6 |
|
|
| 7 |
April --dev |
April --dev |
| 8 |
|
- Rounded CSS .hex, .prevbox and .suggested box |
| 9 |
|
- .hex input is now set to 60px width |
| 10 |
- Trying some CSS tweaks so we can do larger label names when editing schemes. |
- Trying some CSS tweaks so we can do larger label names when editing schemes. |
| 11 |
- Bug #446056. Changed theme scheme configuration has been changed from MENU_CALLBACK to MENU_LOCAL_TASK. |
- Bug #446056. Changed theme scheme configuration has been changed from MENU_CALLBACK to MENU_LOCAL_TASK. |
| 12 |
- Reverted to old version of color picker |
- Reverted to old version of color picker |
| 21 |
In Progress: |
In Progress: |
| 22 |
- Restructuring of code for tiny core + extensions |
- Restructuring of code for tiny core + extensions |
| 23 |
- Color interface rewrite |
- Color interface rewrite |
| 24 |
|
|
| 25 |
Done: |
Done: |
| 26 |
- Added messages.css to friendselectric |
- Added messages.css to friendselectric |
| 27 |
- Created some features to catch errors, added a _color_page_alter() reminder |
- Created some features to catch errors, added a _color_page_alter() reminder |
| 33 |
- Cleaned up documentation in some areas |
- Cleaned up documentation in some areas |
| 34 |
- New tag system |
- New tag system |
| 35 |
Tags are now replaced by having a named tag after the attribute. |
Tags are now replaced by having a named tag after the attribute. |
| 36 |
|
|
| 37 |
Old usage: |
Old usage: |
| 38 |
color: /* {{tag}} */#FFFFFF/* {{/tag}} */ |
color: /* {{tag}} */#FFFFFF/* {{/tag}} */ |
| 39 |
|
|
| 40 |
New usage: |
New usage: |
| 41 |
color: #FFFFFF; /* t:tag */ |
color: #FFFFFF; /* t:tag */ |
| 42 |
|
|
| 43 |
Do not use spaces in tags, instead seperate words with - |
Do not use spaces in tags, instead seperate words with - |
| 44 |
Example: body-color-tag |
Example: body-color-tag |
| 45 |
- Added cleanstate-tag subtheme to demonstrate tag replacement |
- Added cleanstate-tag subtheme to demonstrate tag replacement |
| 52 |
November 6th, 2008 |
November 6th, 2008 |
| 53 |
- Re-added missing style file for Garland |
- Re-added missing style file for Garland |
| 54 |
- #324427 color_compatible rewritten, we're now searching for: |
- #324427 color_compatible rewritten, we're now searching for: |
| 55 |
color = TRUE |
color = TRUE |
| 56 |
inside theme (and eventually module) .info files. |
inside theme (and eventually module) .info files. |
| 57 |
- color_list_colorable_themes() removed in lieu of supercharged |
- color_list_colorable_themes() removed in lieu of supercharged |
| 58 |
color_list_themes(). |
color_list_themes(). |