Update of bug #6580 (project savane):

             Assigned to:                    None => beuc                   
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #4:

According to task #3015 the goal is to make case meaningfull.
Following this, I make every part of the theme system consider theme as a
case-insensitive value. Then I renamed the .theme directories:
ls -d *.theme | while read dir; do base=`echo $dir | sed s/.theme//`; new=`cd
../css && ls *.css.in | grep -i $base.css.in | sed s/.css.in//`; if [ -n
"$new" -a "$new.theme" != "$dir" ]; then echo mv $dir $new.theme; fi; done

I also made the system fall back to the site default theme if the user has an
outdated cookie that does not point to a valid theme anymore.


    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?func=detailitem&item_id=6580>

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/


_______________________________________________
Savane-dev mailing list
[email protected]
https://mail.gna.org/listinfo/savane-dev

Reply via email to