skiquel's picture

CoDLUG.org site updated

www.codlug.org

Drupal 5 -> Drupal 6
Feed API, search, views, zen-based subtheme, planet feed, rehauled linux new feed.

skiquel's picture

Testing jQuery rounded corners, jquerymenu patch.

There is a nice patch waiting for jquerymenu. Remove the navigation title when there are no menu's present.

Also, cleanstate development snapshots are testing rounded corners. This site is using it now.

skiquel's picture

Updated color.module demo

Updated color.module demo to new themes.

http://skiquel.com/lab/drupal-6/?q=node

skiquel's picture

color.module commits, example themes seperated

www.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.

skiquel's picture

Planet-SoC.com and Summer of Code

This 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.

skiquel's picture

Theme tweaks

Some more theme tweaks have been done.

I've updated the cleanstate version on here to the latest release.

Also I'm opening up comments.

skiquel's picture

More theme love

The 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!

skiquel's picture

Theme update? No way!

Indeed.

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!

skiquel's picture

Code restructuring + UI rewrite in progress

Lots of documentation cleanup + stuff to ease people upgrading from D6 core's color.module.

  In Progress:
  - 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.

skiquel's picture

New tag system

Commits #152714, #152712

  - Cleaned up documentation in some areas
  - 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