Drupal

Updated color.module demo
Mon, 04/27/2009 - 4:13am | by skiquelUpdated color.module demo to new themes.

color.module commits, example themes seperated
Mon, 04/27/2009 - 1:41am | by skiquelwww.drupal.org/project/color_soc08
Size should be shrinked down a lot.
Additionally the contrib themes are linking to the color module. Those themes have been updated to support the keyed arrays when defining schemes. You are probably best observing yourself at the moment.
What is coming soon... The syntax for the color.module NG is going to be finalized. Then alpha/beta testing with proceed.

Planet-SoC.com and Summer of Code
Mon, 04/20/2009 - 3:29pm | by skiquelThis is the forth year of Planet-SoC, it's launching today. www.planet-soc.com
This year, I'm mentoring a student with an interest in implementing new VCS into drupal.org.
My mentor last year, the bright @kkaefer unfollowed me. (I think he may have gotten annoyed by my commit tweets.)
Summer job working on a very cool Drupal project.
Beginning a student-mentor-organization platform for organizations to manage SoCers. More details on that soon.
Hoping the summer is great for all you guys.

Theme tweaks
Mon, 04/20/2009 - 8:52am | by skiquelSome more theme tweaks have been done.
I've updated the cleanstate version on here to the latest release.
Also I'm opening up comments.

More theme love
Mon, 04/13/2009 - 6:10pm | by skiquelThe themes have been updated yet again.
Many bug fixes, many tweaks. Use the same links as the post below.
Also, the Chicago Drupal theme is on Drupal.org!

Theme update? No way!
Mon, 03/09/2009 - 2:45pm | by skiquelIndeed.
Thanks in large part to zen these things have been overhauled!
nista - http://www.drupal.org/project/nista
cleanstate - http://www.drupal.org/project/cleanstate
simpla - http://www.drupal.org/project/simpla
splender - http://www.drupal.org/project/splender
spooner - http://www.drupal.org/project/spooner
All are available in fixed and liquid widths. Most importantly, as subthemes of Zen, they require you install Zen first!

Code restructuring + UI rewrite in progress
Sun, 11/30/2008 - 4:49am | by skiquelLots of documentation cleanup + stuff to ease people upgrading from D6 core's color.module.
- Restructuring of code for tiny core + extensions
- Color interface rewrite
Done:
- Added messages.css to friendselectric
- Created some features to catch errors, added a _color_page_alter() reminder
- Created update schema for people upgrading from original color.module
- Updated README installation instructions accordingly
- Removed more old color.inc files
- Updated markup for images
- Updated settings from color.inc to hook_color.

New tag system
Thu, 11/13/2008 - 7:00pm | by skiquel- New tag system
Tags are now replaced by having a named tag after the attribute.
Old usage:
color: /* {{tag}} */#FFFFFF/* {{/tag}} */
New usage:
color: #FFFFFF; /* t:tag */
Do not use spaces in tags, instead seperate words with -
Example: body-color-tag
- Added cleanstate-tag subtheme to demonstrate tag replacement
Reference http://drupal.org/node/325487

color = TRUE in theme info files, simplifying things.
Tue, 10/28/2008 - 8:51pm | by skiquel- #324427 color_compatible rewritten, we're now searching for:
color = TRUE
inside theme (and eventually module) .info files.
- color_list_colorable_themes() removed in lieu of supercharged color_list_themes().
- Fixed bug with color_user not showing druplicon icons on non-color themes.
- Tried to delete color.inc files.
- Bugfix: Splender theme wouldn't work. Fixed outdated splender color info.
- Bugfix: Fixed bug where user theme would not change from a colorized theme.

User agent logger
Mon, 10/27/2008 - 2:51pm | by skiquelProject: http://drupal.org/project/ua_logger
Did a commit for a patch on a ua_logger.
This is a great *logger*, however I would like to add some more stuff to display the essentials in a table.
Update (9:59PM): The dev tarball for 6.x is up. However the cool features and API-ish stuff is yet to come.
