Bug fixer + Demo available

Commit #121947

Current working demo at http://www.skiquel.com/drupal6

  Bug fix/Tweaking release
   
  - (Added) On uninstall, whipe old schemes from dir
  - (Added) Do a preg_replace('~[^a-z0-9._]+~, '-', drupal_strtolower($string)); to normalize file paths
  - (Fixed) On block administration page, the theme now changes.
  - (Fixed) Users can now change schemes w/o 'select different theme' perm.
  - (Fixed) Bug on garland/minnelli with invalid stylesheet recoloring
  - (Tweaked) Suppress repeat warnings in certain parts of scripts.
  - (Updated) Update minnelli color.inc to new version.

  Caching
    I do not see this module as being very cache-friendly. There will have to be some thinking when it comes to this.
   
  - Block cache: lags on select boxes on anonymous/registered users
  - Caching modes 'normal': interrupts scheme changing for anonymous users. works OK w/ logged in ones