Activity log for bug #1510421

Date Who What changed Old value New value Message
2015-10-27 08:38:05 Aaron Wells bug added bug
2015-10-27 08:38:18 Aaron Wells mahara: status New In Progress
2015-10-27 08:38:25 Aaron Wells nominated for series mahara/15.10
2015-10-27 08:38:25 Aaron Wells bug task added mahara/15.10
2015-10-27 08:38:25 Aaron Wells nominated for series mahara/16.04
2015-10-27 08:38:25 Aaron Wells bug task added mahara/16.04
2015-10-27 08:38:34 Aaron Wells mahara/15.10: status New Confirmed
2015-10-27 08:38:47 Aaron Wells mahara/16.04: importance Undecided High
2015-10-27 08:38:49 Aaron Wells mahara/15.10: importance Undecided High
2015-10-27 08:38:58 Aaron Wells mahara/16.04: milestone 16.04.0
2015-10-27 08:39:05 Aaron Wells mahara/15.10: milestone 15.10.1
2015-10-27 08:42:06 Kristina Hoeppner bug added subscriber Pat
2015-10-27 08:42:15 Kristina Hoeppner mahara/16.04: assignee Aaron Wells (u-aaronw)
2015-10-27 08:42:24 Kristina Hoeppner mahara/15.10: assignee Aaron Wells (u-aaronw)
2015-11-24 22:03:47 Robert Lyon mahara/15.10: status Confirmed In Progress
2015-11-24 22:03:49 Robert Lyon mahara/16.04: status In Progress Fix Committed
2015-11-25 01:12:54 Robert Lyon mahara/15.10: status In Progress Fix Committed
2015-11-27 04:14:18 Robert Lyon mahara/15.10: status Fix Committed Fix Released
2016-01-11 00:38:54 Aaron Wells description As discussed in the Mahara dev meeting. With the new bootstrap themes, Mahara core blocktypes now use fontawesome for their icons. Consequently the template that displays each block in the block picker, is no longer using the old thumb.png or get_icon() mtehods to get the block's icon and display it. Instead, it just has a <span> with a class "icon-{blocktype.name}": https://git.mahara.org/mahara/mahara/blob/master/htdocs/theme/raw/templates/view/blocktypelist.tpl These are then mapped to fontawesome classes here: https://git.mahara.org/mahara/mahara/blob/master/htdocs/theme/raw/sass/typography/_icons.scss#L21 It would make sense for us to support the old methods, and we could make the system do this automatically, with some logic in blocktypelist.tpl and/or in htdocs/blocktype/lib.php For now, the workaround is to create a style.css file for the block (under the block's own theme directory) and define the class in there, like this example from the clippy block: https://github.com/agwells/maharacontrib-blocktype-clippy/blob/master/theme/raw/static/style/style.css .icon-clippy::before { content: url(\../images/thumb.png); } As discussed in the Mahara dev meeting. With the new bootstrap themes, Mahara core blocktypes now use fontawesome for their icons. Consequently the template that displays each block in the block picker, is no longer using the old thumb.png or get_icon() mtehods to get the block's icon and display it. Instead, it just has a <span> with a class "icon-{blocktype.name}": https://git.mahara.org/mahara/mahara/blob/master/htdocs/theme/raw/templates/view/blocktypelist.tpl These are then mapped to fontawesome classes here: https://git.mahara.org/mahara/mahara/blob/master/htdocs/theme/raw/sass/typography/_icons.scss#L21 It would make sense for us to support the old methods, and we could make the system do this automatically, with some logic in blocktypelist.tpl and/or in htdocs/blocktype/lib.php
2016-04-29 03:34:02 Kristina Hoeppner bug task deleted mahara/16.04
2016-04-29 03:34:06 Kristina Hoeppner mahara: status Fix Committed Fix Released