Comments

aspilicious’s picture

Status: Active » Needs review
StatusFileSize
new8.29 KB

First step in fixing this mess :).
Probably needs lots of work. Needs review for the approach.

Status: Needs review » Needs work

The last submitted patch, color-module-css-cleanup.patch, failed testing.

aspilicious’s picture

Anyway this patch is plain wrong :). I changed the structual design.

aspilicious’s picture

Status: Needs work » Needs review
StatusFileSize
new8.29 KB

Better?

aspilicious’s picture

StatusFileSize
new5.48 KB

Whoops wrong patch

tim.plunkett’s picture

StatusFileSize
new1.39 KB

With moves as renames, to clarify that nothing has changed. No patch credit.

tim.plunkett’s picture

Status: Needs review » Reviewed & tested by the community

Still aspilicious's patch.

dries’s picture

Status: Reviewed & tested by the community » Fixed

Committed to 8.x. Thanks.

jacine’s picture

Status: Fixed » Needs review
StatusFileSize
new2.46 KB

Dries, the files that were renamed were missing from this commit.

Here's a patch to add them.

aspilicious’s picture

Status: Needs review » Reviewed & tested by the community

R T B C it is

sun’s picture

Priority: Normal » Major

And again, as long as Color module is in core, the missing CSS at least qualifies as major.

dries’s picture

Status: Reviewed & tested by the community » Fixed

Committed them now. Odd.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

oresh’s picture

StatusFileSize
new2.69 KB

Some js + css performance clean up.
Not a lot, just:
in css combining selector with the same styles
in js combining variables into one var for a small performance boost.

oresh’s picture

Status: Closed (fixed) » Needs review
oresh’s picture

StatusFileSize
new3.85 KB

A newer patch for latest build.

xjm’s picture

Status: Needs review » Closed (fixed)

Create a new issue.

oresh’s picture