[Mahara-contributors] [Bug 1722132] [NEW] When artefact type is set to 'video' in the database, Undefined index: video/mp4 error is shown

2017-10-08 Thread Pat
Public bug reported: When artefact type is set to 'video' in the database, "Undefined index: video/mp4" error is shown but when an artefact type is set to 'file' there is no error. $validtypes = self::video_mime_types(); does not have mp4 >From Robert: 1) why are we now saving mp4 as 'file'

[Mahara-contributors] [Bug 1679699] Re: Upgrading 1.9.7 => 16.04.4 causes fatal DB error

2017-08-23 Thread Pat
** Attachment added: "Full error log for upgrade" https://bugs.launchpad.net/mahara/+bug/1679699/+attachment/4937821/+files/error-upgrading-1.6.10-to-17.04.2.txt -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching

[Mahara-contributors] [Bug 1679699] Re: Upgrading 1.9.7 => 16.04.4 causes fatal DB error

2017-08-23 Thread Pat
00) { log_debug('Upgrade wall block and add wall notifications to default inbox block'); if ($data = check_upgrades('artefact.file')) { upgrade_plugin($data); } if ($data = check_upgrades('blocktype.wall')) { upgrade_plu

[Mahara-contributors] [Bug 1698257] [NEW] Ensure that the header display correctly with or without site message

2017-06-15 Thread Pat
Public bug reported: When the custom theme has taller logo it causes the header to be larger, sometimes this makes the secondary menu appear to be hidden or cutoff when there is no site message. Ensure that Raw and Old raw theme header display correctly with or without site message(s) **

[Mahara-contributors] [Bug 1698255] [NEW] Update fontawesome

2017-06-15 Thread Pat
Public bug reported: Currently we are on Font Awesome 4.4.0. The latest avaliable version on Fontawesome site is Version 4.7.0. ** Affects: mahara Importance: Undecided Status: New ** Tags: front-end ** Tags added: front-end -- You received this bug notification because you

[Mahara-contributors] [Bug 1698251] [NEW] Improving gulp packages

2017-06-15 Thread Pat
Public bug reported: Update NPM packages in package.json, it was last updated in https://bugs.launchpad.net/mahara/+bug/1617143 Investigate whether we still need blesscss, the reason that we added blesscss is because IE9 would only read up to certain number of selectors. Since we are officially

[Mahara-contributors] [Bug 1694158] [NEW] Incorrect logo is displayed when selecting subtheme

2017-05-28 Thread Pat
Public bug reported: When a custom theme is selected and the logo provided with the theme is a png file, the site logo falls the back to mahara logo (svg version) instead of displaying the png version. This happens after adding svg in as an accepted file extensions in get_image_url function. **

[Mahara-contributors] [Bug 1686843] [NEW] Table styles on Resume block

2017-04-27 Thread Pat
Public bug reported: Personal details display has bold border around the table. ** Affects: mahara Importance: Undecided Status: New -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions:

[Mahara-contributors] [Bug 1686843] Re: Table styles on Resume block

2017-04-27 Thread Pat
** Attachment added: "resume-block.png" https://bugs.launchpad.net/mahara/+bug/1686843/+attachment/4868924/+files/resume-block.png -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for

[Mahara-contributors] [Bug 1686259] [NEW] Refactor pages and collection template and styles

2017-04-25 Thread Pat
Public bug reported: - Unnecessary condition for adding extra classes - Inconsistent mark ups and classes for similar elements - Styles for feature is spread out ** Affects: mahara Importance: Undecided Status: New ** Description changed: - - Remove unnecessary condition to add

[Mahara-contributors] [Bug 1681579] Re: Put the Mahara logo into the themes as SVG file

2017-04-10 Thread Pat
** Changed in: mahara/17.04 Assignee: (unassigned) => Pat (pat-kira) -- 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-

[Mahara-contributors] [Bug 1528991] Re: Indent second line of notification in Inbox

2017-03-20 Thread Pat
** Changed in: mahara Status: Confirmed => 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

[Mahara-contributors] [Bug 1496676] Re: Add OpenSans as default font into TinyMCE

2017-03-20 Thread Pat
** Changed in: mahara Status: Confirmed => In Progress ** Changed in: mahara Assignee: (unassigned) => Pat (pat-kira) -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription f

[Mahara-contributors] [Bug 1673296] Re: The font color in the drop-downs on "Pages and collections" are different

2017-03-20 Thread Pat
** Changed in: mahara Status: Confirmed => Invalid -- 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

[Mahara-contributors] [Bug 1531697] Re: Be able to inherit from a child theme

2017-03-19 Thread Pat
Instead of doing something super cleve, we decided to update subthemestarter as part of https://bugs.launchpad.net/mahara/+bug/1637371. Ocean theme is now consitent with other themes so the clients can use any Mahara child theme as their parent theme. -- You received this bug notification

[Mahara-contributors] [Bug 1651913] Re: Top info messages should not be pushing content incorrectly

2017-01-19 Thread Pat
Firstly, navigation position (or styles) relies on a class which is added by "siteMessages" function in theme.js. The function counts the number of site messages and adds message-count-{number} class on header element (.header) and main navigation (.main-nav). And this is true for "raw" and core

[Mahara-contributors] [Bug 1594298] Re: MNet site name is hidden behind profile icon

2016-10-27 Thread Pat
** Attachment added: "online-user-with-long-name.png" https://bugs.launchpad.net/mahara/+bug/1594298/+attachment/4768389/+files/online-user-with-long-name.png -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching

[Mahara-contributors] [Bug 1602426] [NEW] New themes cannot be set as parent theme

2016-07-12 Thread Pat
Public bug reported: When create a theme with "modern" as the parent, it doesn't inherit any of the stylesheets from modern, they all come from raw.This issue includes having Default, Primaryschool as a parent theme. Mahara 15.10 and 16.04 ** Affects: mahara Importance: Undecided

[Mahara-contributors] [Bug 1515774] Re: Add font page looks broken when fonts added

2015-11-12 Thread Pat
** Changed in: mahara Assignee: Pat (pat-kira) => (unassigned) -- 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.

[Mahara-contributors] [Bug 1514281] Re: No .table-responsive added to 'admin/site/menu.php"

2015-11-09 Thread Pat
** Changed in: mahara/15.10 Assignee: (unassigned) => Pat (pat-kira) ** Changed in: mahara/16.04 Assignee: (unassigned) => Pat (pat-kira) -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscri

[Mahara-contributors] [Bug 1387412] Re: Eliminate links-that-look-like-buttons & buttons-that-look-like-links

2015-10-15 Thread Pat
This has been done as part of the Bootstrap work. ** Changed in: mahara Status: Confirmed => 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

[Mahara-contributors] [Bug 1478357] Re: Miss aligment in the Settings area

2015-10-08 Thread Pat
This has been fixed and merged to master (Please see https://reviews.mahara.org/#/c/5488/) -- 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