Activity log for bug #1369830

Date Who What changed Old value New value Message
2014-09-16 03:02:02 Teresa Brady bug added bug
2014-09-16 05:10:21 Teresa Brady description This is more of a feature request. We are currently on 1.9.2 on Linux w/ MySQL. The issue is that when creating a page skin, comments in the CSS disappear from page skins Custom CSS area. Is there a way of getting the comments to stay? It is quite important that people can comment what their CSS affects - so if they make their skin available to others, other people can then know what to change, and how it will affect their style of their page. For example: /* This makes the page heading background transparent*/ #top-wrapper { background: transparent; } /* This makes the page footer background transparent*/ #footer-wrap { background-color: transparent; } #footer { background-color: transparent; } /* This will change the colour of the tabbed navigation in a collection*/ ul.colnav li a, ul.colnav li a:link, ul.colnav li a:visited, ul.colnav li a:active { background:#A2F7FF; color:#9F0DF6 } This is more of a feature request. We are currently on 1.9.2 on Linux w/ MySQL. The issue is that when creating a page skin, comments in the CSS disappear from page skins Custom CSS area. Is there a way of getting the comments to stay? It is quite important that people can comment what their CSS affects - so if they make their skin available to others, other people can then know what to change, and how it will affect the style of their page skin. For example:     /* This makes the page heading background transparent*/     #top-wrapper {     background: transparent;     }     /* This makes the page footer background transparent*/     #footer-wrap {     background-color: transparent;     }     #footer {     background-color: transparent;     }     /* This will change the colour of the tabbed navigation in a collection*/     ul.colnav li a, ul.colnav li a:link, ul.colnav li a:visited, ul.colnav li a:active {     background:#A2F7FF;     color:#9F0DF6     }
2014-09-21 23:51:30 Aaron Wells mahara: status New Confirmed
2014-09-21 23:52:50 Aaron Wells mahara: importance Undecided Medium
2014-09-21 23:53:01 Aaron Wells tags skins
2014-09-22 03:59:17 Aaron Wells description This is more of a feature request. We are currently on 1.9.2 on Linux w/ MySQL. The issue is that when creating a page skin, comments in the CSS disappear from page skins Custom CSS area. Is there a way of getting the comments to stay? It is quite important that people can comment what their CSS affects - so if they make their skin available to others, other people can then know what to change, and how it will affect the style of their page skin. For example:     /* This makes the page heading background transparent*/     #top-wrapper {     background: transparent;     }     /* This makes the page footer background transparent*/     #footer-wrap {     background-color: transparent;     }     #footer {     background-color: transparent;     }     /* This will change the colour of the tabbed navigation in a collection*/     ul.colnav li a, ul.colnav li a:link, ul.colnav li a:visited, ul.colnav li a:active {     background:#A2F7FF;     color:#9F0DF6     } Originally reported on the Mahara forum: https://mahara.org/interaction/forum/topic.php?id=6443&offset=0&limit=10 This is more of a feature request. We are currently on 1.9.2 on Linux w/ MySQL. The issue is that when creating a page skin, comments in the CSS disappear from page skins Custom CSS area. Is there a way of getting the comments to stay? It is quite important that people can comment what their CSS affects - so if they make their skin available to others, other people can then know what to change, and how it will affect the style of their page skin. For example:     /* This makes the page heading background transparent*/     #top-wrapper {     background: transparent;     }     /* This makes the page footer background transparent*/     #footer-wrap {     background-color: transparent;     }     #footer {     background-color: transparent;     }     /* This will change the colour of the tabbed navigation in a collection*/     ul.colnav li a, ul.colnav li a:link, ul.colnav li a:visited, ul.colnav li a:active {     background:#A2F7FF;     color:#9F0DF6     }
2014-09-24 22:05:20 Son Nguyen mahara: assignee Son Nguyen (ngson2000)
2014-09-24 22:05:23 Son Nguyen mahara: status Confirmed In Progress
2014-10-20 02:29:15 Robert Lyon mahara: milestone 1.10.0
2014-10-20 23:40:19 Aaron Wells mahara: status In Progress Fix Committed
2014-10-21 03:50:58 Aaron Wells mahara: status Fix Committed Fix Released