Summer of Code

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.

Drupalcon presentation
Tue, 08/26/2008 - 5:42am | by skiquelI will not be able to make it to the Drupalcon this year, however my mentor Kkaefer will be on deck for the Summer of code showcase.
I am going to attach the presentation PDF because it's pretty elaborate. You can grab it at:
PDF: http://www.skiquel.com/files/drupalcon2008-color.pdf.
Open Office Impress: http://www.skiquel.com/files/drupalcon2008-color.odp

New Color.module demo live
Wed, 08/20/2008 - 5:44pm | by skiquelhttp://www.skiquel.com/lab/drupal-6/
Info
- Resets every 30 minutes
- User account is Username: 'user' and Password 'user'.
- Admin account is Username: 'admin' and Password 'admin'
Modules

Post-SOC color.module update.
Wed, 08/20/2008 - 11:49am | by skiquelThe major exception is the stylesheet engine update.
- Under the hood: Fixed bug with currenttheme + edit scheme button on color block sending to incorrect theme.
- Under the hood: Removed superfluous data from edit_scheme form and submit
- Under the hood: Changed permissions around. Color scheme is now available to those with user_access("administer access control")

Pencil's down. Tweaks, Bug fixes, Demo themes, Code documentation
Mon, 08/18/2008 - 2:06pm | by skiquel- markup: fixed bug with extra </div> closing tag in scheme editing caused by preview
- block: fixed bug with block on anonymous user scheme block
- block: new "edit" button for super-administrator (UID 1), for quick access to scheme
- block: "select scheme" is now "select"
- block: blocks will no longer show up if scheme info not generated
- under the hood: color_find_scheme_by_UID() rewritten

Post-dated entry
Fri, 08/08/2008 - 3:25pm | by skiquelI forgot to post this to the blog. :) It's August 18, 2008 at 11:47PM Central -- I'm logging this in at August 8, 2008 at 10:25 CST to try to correspond with the commit. This is pasted from the README at the time.
(#132571) to DRUPAL-6--1
- Webmasters can now rename schemes
- In theme settings, Edit scheme selectbox will have the default site scheme selected by default.
- removed stray console.log() in color.js (was preventing farbtastic from attaching)

Major rehaul (screenshots included)
Tue, 08/05/2008 - 1:22pm | by skiquel(Including Commit #131347)
- Now using scheme_id instead of hex values across the module.
- Now using an "Official Site Scheme" in the selection.
- Base and hybrid schemes will now require a 'reference' scheme.
- color_get_palette() is now color_get_theme('ref')
- There is now a color_get_theme('fields') for retrieving fields
- New theme config option, 'default_scheme'
- Scheme settings completely renovated.
- Interface:
- Add scheme fieldset
- Default scheme fieldset selection
- Edit scheme fieldset selection

Leaps (preview inside)
Wed, 07/30/2008 - 6:32am | by skiquel- (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

Status updates
Mon, 07/28/2008 - 4:27pm | by skiquelAs the summer begins to come to a close I would like to give a report of how my projects are coming along.
Google Summer of code

Color.module is coming along as anticipated. I am fulfilling what was promised in the original proposal minus small exception (anonymous scheme selection).
