← Back to team overview

mahara-contributors team mailing list archive

[Bug 1264098] A change has been merged

 

Reviewed:  https://reviews.mahara.org/8761
Committed: https://git.mahara.org/mahara/mahara/commit/1094e48814f0850aa3fba3bbefa9405dc7acece2
Submitter: Robert Lyon (robertl@xxxxxxxxxxxxxxx)
Branch:    18.04_STABLE

commit 1094e48814f0850aa3fba3bbefa9405dc7acece2
Author: Cecilia Vela Gurovic <ceciliavg@xxxxxxxxxxxxxxx>
Date:   Wed Mar 28 11:19:01 2018 +1300

Bug 1759367: remove customization for color formats, not needed

Customization: Add more legal color formats such as rgba, hsl, and hsla
(Bug 1264098)
The library added support for the color formats in file
htmlpurifier/HTMLPurifier/AttrDef/CSS/Color.php

behatnotneeded

Change-Id: I60a59b25e54a6ad584518a1629450fdf37fbbaab

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1264098

Title:
  Whitelist more CSS3 options in skins

Status in Mahara:
  Fix Released
Status in Mahara 16.10 series:
  Fix Released

Bug description:
  I tried to create a new skin with custom CSS code added to the
  "Advanced" tab.

  collection-nav ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }

  When I save it, and then try to edit the skin, everything is deleted
  except:

  ul {
  }

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1264098/+subscriptions


References