[Mahara-contributors] [Bug 1893159] A patch has been submitted for review
Patch for "master" branch: https://reviews.mahara.org/11191 -- 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/1893159 Title: Dashboard widgets are not receiving customisable theme styling Status in Mahara: In Progress Bug description: Currently the Dashboard widgets for "Create", "Share" and "Engage" do not receive the styling carried over from an institution's customisable theme (see attached screen shot) To replicate: Have an institution and at least one member who has dashboard info showing (to see the widgets) 1. Log in to site as administrator, in the Institution settings, select 'Customisable theme' for Theme and select custom colours (default config theme colours are fine). 2. Save the institution 3. Log in as institution member and navigate to dashboard, hover over the dashboard widgets Expected results: The Dashboard widgets display in customised colours matching the header Actual results: The Dashboard widgets display in the Raw theme colours. To manage notifications about this bug go to: https://bugs.launchpad.net/mahara/+bug/1893159/+subscriptions ___ Mailing list: https://launchpad.net/~mahara-contributors Post to : mahara-contributors@lists.launchpad.net Unsubscribe : https://launchpad.net/~mahara-contributors More help : https://help.launchpad.net/ListHelp
[Mahara-contributors] [Bug 1893159] [NEW] Dashboard widgets are not receiving customisable theme styling
Public bug reported: Currently the Dashboard widgets for "Create", "Share" and "Engage" do not receive the styling carried over from an institution's customisable theme (see attached screen shot) To replicate: Have an institution and at least one member who has dashboard info showing (to see the widgets) 1. Log in to site as administrator, in the Institution settings, select 'Customisable theme' for Theme and select custom colours (default config theme colours are fine). 2. Save the institution 3. Log in as institution member and navigate to dashboard, hover over the dashboard widgets Expected results: The Dashboard widgets display in customised colours matching the header Actual results: The Dashboard widgets display in the Raw theme colours. ** Affects: mahara Importance: Undecided Assignee: Lisa Seeto (lisaseeto) Status: In Progress ** Attachment added: "Screenshot_2020-08-27 Dashboard - Mahara.png" https://bugs.launchpad.net/bugs/1893159/+attachment/5405037/+files/Screenshot_2020-08-27%20Dashboard%20-%20Mahara.png -- 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/1893159 Title: Dashboard widgets are not receiving customisable theme styling Status in Mahara: In Progress Bug description: Currently the Dashboard widgets for "Create", "Share" and "Engage" do not receive the styling carried over from an institution's customisable theme (see attached screen shot) To replicate: Have an institution and at least one member who has dashboard info showing (to see the widgets) 1. Log in to site as administrator, in the Institution settings, select 'Customisable theme' for Theme and select custom colours (default config theme colours are fine). 2. Save the institution 3. Log in as institution member and navigate to dashboard, hover over the dashboard widgets Expected results: The Dashboard widgets display in customised colours matching the header Actual results: The Dashboard widgets display in the Raw theme colours. To manage notifications about this bug go to: https://bugs.launchpad.net/mahara/+bug/1893159/+subscriptions ___ Mailing list: https://launchpad.net/~mahara-contributors Post to : mahara-contributors@lists.launchpad.net Unsubscribe : https://launchpad.net/~mahara-contributors More help : https://help.launchpad.net/ListHelp
[Mahara-contributors] [Bug 1891570] Re: Bar graph of blocktype counts to only show active blocks
** Changed in: mahara Status: In Progress => Fix Committed -- 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/1891570 Title: Bar graph of blocktype counts to only show active blocks Status in Mahara: Fix Committed Bug description: We should only show the top blocks that are active blocks To manage notifications about this bug go to: https://bugs.launchpad.net/mahara/+bug/1891570/+subscriptions ___ Mailing list: https://launchpad.net/~mahara-contributors Post to : mahara-contributors@lists.launchpad.net Unsubscribe : https://launchpad.net/~mahara-contributors More help : https://help.launchpad.net/ListHelp
[Mahara-contributors] [Bug 1891570] A change has been merged
Reviewed: https://reviews.mahara.org/11139 Committed: https://git.mahara.org/mahara/mahara/commit/22b7434cf8987b2f6b1fa8a13a8cc5f44bedd3ec Submitter: Robert Lyon (robe...@catalyst.net.nz) Branch:master commit 22b7434cf8987b2f6b1fa8a13a8cc5f44bedd3ec Author: Robert Lyon Date: Fri Aug 14 13:47:27 2020 +1200 Bug 1891570: Only show blockcount graph for active blocks To avoid potential problems / errors Change-Id: Ib6dbeb46b6354744d800e7cb1095b7ceecc38125 Signed-off-by: Robert Lyon -- 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/1891570 Title: Bar graph of blocktype counts to only show active blocks Status in Mahara: Fix Committed Bug description: We should only show the top blocks that are active blocks To manage notifications about this bug go to: https://bugs.launchpad.net/mahara/+bug/1891570/+subscriptions ___ Mailing list: https://launchpad.net/~mahara-contributors Post to : mahara-contributors@lists.launchpad.net Unsubscribe : https://launchpad.net/~mahara-contributors More help : https://help.launchpad.net/ListHelp
[Mahara-contributors] [Bug 1892948] Re: CSS Advanced options in Skin not allowing position tag
** Changed in: mahara Milestone: None => 20.10.0 ** Changed in: mahara Importance: Undecided => Medium ** Changed in: mahara Status: In Progress => Fix Committed -- 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/1892948 Title: CSS Advanced options in Skin not allowing position tag Status in Mahara: Fix Committed Bug description: Since updating to CSS Tidy 1.7.1, it appears that some options for setting custom CSS are not available. To replicate: 1. Have option for skins in config.php set to true for the site (i.e. $config->skins = true;) 2. Log into site and create a new skin (Create -> Skins -> Create skin) 3. Navigate to 'Advanced' tab and enter the following: .pageheader { position: absolute; } 4. Save the skin. NB: Custom CSS changes are not reflected in the skin preview. 5. Edit the skin and navigate to the Advanced tab and look at the custom CSS Expected results: The editor window contains: .pageheader { position: absolute; } Actual results: .pageheader{ } To manage notifications about this bug go to: https://bugs.launchpad.net/mahara/+bug/1892948/+subscriptions ___ Mailing list: https://launchpad.net/~mahara-contributors Post to : mahara-contributors@lists.launchpad.net Unsubscribe : https://launchpad.net/~mahara-contributors More help : https://help.launchpad.net/ListHelp
[Mahara-contributors] [Bug 1892948] A change has been merged
Reviewed: https://reviews.mahara.org/11185 Committed: https://git.mahara.org/mahara/mahara/commit/3abbabea569023fd76ca61a67f2061f18239d3a7 Submitter: Robert Lyon (robe...@catalyst.net.nz) Branch:master commit 3abbabea569023fd76ca61a67f2061f18239d3a7 Author: Lisa Seeto Date: Wed Aug 26 12:02:40 2020 +1200 Bug 1892948: CSS Advanced options in Skin not allowing position tag - added: CSS.AllowImportant CSS.Trusted - added commented out: CSS.AllowTricky CSS.Proprietary to CSS config Change-Id: I1908e0cbd1a757b4be29c65998bae8b1b3c2613e Signed-off-by: Lisa Seeto -- 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/1892948 Title: CSS Advanced options in Skin not allowing position tag Status in Mahara: Fix Committed Bug description: Since updating to CSS Tidy 1.7.1, it appears that some options for setting custom CSS are not available. To replicate: 1. Have option for skins in config.php set to true for the site (i.e. $config->skins = true;) 2. Log into site and create a new skin (Create -> Skins -> Create skin) 3. Navigate to 'Advanced' tab and enter the following: .pageheader { position: absolute; } 4. Save the skin. NB: Custom CSS changes are not reflected in the skin preview. 5. Edit the skin and navigate to the Advanced tab and look at the custom CSS Expected results: The editor window contains: .pageheader { position: absolute; } Actual results: .pageheader{ } To manage notifications about this bug go to: https://bugs.launchpad.net/mahara/+bug/1892948/+subscriptions ___ Mailing list: https://launchpad.net/~mahara-contributors Post to : mahara-contributors@lists.launchpad.net Unsubscribe : https://launchpad.net/~mahara-contributors More help : https://help.launchpad.net/ListHelp
[Mahara-contributors] [Bug 1893142] A patch has been submitted for review
Patch for "20.04_STABLE" branch: https://reviews.mahara.org/11190 -- 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/1893142 Title: block header dissapearing when block is collapsed Status in Mahara 19.10 series: In Progress Status in Mahara 20.04 series: In Progress Bug description: This is happening due to the fixes we added on view layouts for extra spacing (Bug 1883471) On branches 20.04, 19.10 It doesn't affect master (20.10) since it was fixed as part of another patch To replicate - Add a text block to a page - Set title: 'A block title', content: 'Some text' and set retractable = 'Yes' - Display the page - Collapse the block Expected result: The content text 'Some text' is hidden and the header with text 'A block title' is visible Actual result: both content and header is gone, the page needs to be refreshed to see the block again To manage notifications about this bug go to: https://bugs.launchpad.net/mahara/19.10/+bug/1893142/+subscriptions ___ Mailing list: https://launchpad.net/~mahara-contributors Post to : mahara-contributors@lists.launchpad.net Unsubscribe : https://launchpad.net/~mahara-contributors More help : https://help.launchpad.net/ListHelp
[Mahara-contributors] [Bug 1893142] [NEW] block header dissapearing when block is collapsed
Public bug reported: This is happening due to the fixes we added on view layouts for extra spacing (Bug 1883471) On branches 20.04, 19.10 It doesn't affect master (20.10) since it was fixed as part of another patch To replicate - Add a text block to a page - Set title: 'A block title', content: 'Some text' and set retractable = 'Yes' - Display the page - Collapse the block Expected result: The content text 'Some text' is hidden and the header with text 'A block title' is visible Actual result: both content and header is gone, the page needs to be refreshed to see the block again ** Affects: mahara/19.10 Importance: High Status: In Progress ** Affects: mahara/20.04 Importance: High Assignee: Cecilia Vela Gurovic (ceciliavg) Status: In Progress ** Also affects: mahara/19.10 Importance: Undecided Status: New ** Also affects: mahara/20.04 Importance: Undecided Status: New ** No longer affects: mahara ** Changed in: mahara/19.10 Milestone: None => 19.10.5 ** Changed in: mahara/20.04 Milestone: None => 20.04.2 ** Changed in: mahara/20.04 Assignee: (unassigned) => Cecilia Vela Gurovic (ceciliavg) ** Changed in: mahara/20.04 Importance: Undecided => High ** Changed in: mahara/19.10 Importance: Undecided => High ** Changed in: mahara/20.04 Status: New => In Progress ** Changed in: mahara/19.10 Status: New => In Progress -- 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/1893142 Title: block header dissapearing when block is collapsed Status in Mahara 19.10 series: In Progress Status in Mahara 20.04 series: In Progress Bug description: This is happening due to the fixes we added on view layouts for extra spacing (Bug 1883471) On branches 20.04, 19.10 It doesn't affect master (20.10) since it was fixed as part of another patch To replicate - Add a text block to a page - Set title: 'A block title', content: 'Some text' and set retractable = 'Yes' - Display the page - Collapse the block Expected result: The content text 'Some text' is hidden and the header with text 'A block title' is visible Actual result: both content and header is gone, the page needs to be refreshed to see the block again To manage notifications about this bug go to: https://bugs.launchpad.net/mahara/19.10/+bug/1893142/+subscriptions ___ Mailing list: https://launchpad.net/~mahara-contributors Post to : mahara-contributors@lists.launchpad.net Unsubscribe : https://launchpad.net/~mahara-contributors More help : https://help.launchpad.net/ListHelp
[Mahara-contributors] [Bug 1892948] Re: CSS Advanced options in Skin not allowing position tag
There is more than just the position tag affected. Some of them unproblematic that should be possible: border-radius:5px; box-shadow:0 2px 3px #888; And some might be considered as problematic but still would be great if possible: content:url(...); transform:rotate(270deg); display:none; -- 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/1892948 Title: CSS Advanced options in Skin not allowing position tag Status in Mahara: In Progress Bug description: Since updating to CSS Tidy 1.7.1, it appears that some options for setting custom CSS are not available. To replicate: 1. Have option for skins in config.php set to true for the site (i.e. $config->skins = true;) 2. Log into site and create a new skin (Create -> Skins -> Create skin) 3. Navigate to 'Advanced' tab and enter the following: .pageheader { position: absolute; } 4. Save the skin. NB: Custom CSS changes are not reflected in the skin preview. 5. Edit the skin and navigate to the Advanced tab and look at the custom CSS Expected results: The editor window contains: .pageheader { position: absolute; } Actual results: .pageheader{ } To manage notifications about this bug go to: https://bugs.launchpad.net/mahara/+bug/1892948/+subscriptions ___ Mailing list: https://launchpad.net/~mahara-contributors Post to : mahara-contributors@lists.launchpad.net Unsubscribe : https://launchpad.net/~mahara-contributors More help : https://help.launchpad.net/ListHelp