[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' rather than 'video'
2) why does $validtypes not have 'video/mp4' as an option

** Affects: mahara
 Importance: Undecided
 Status: New

** Attachment added: "artefacttype-error.txt"
   
https://bugs.launchpad.net/bugs/1722132/+attachment/4965395/+files/artefacttype-error.txt

-- 
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/1722132

Title:
  When artefact type is set to 'video' in the database, Undefined index:
  video/mp4 error is shown

Status in Mahara:
  New

Bug description:
  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' rather than 'video'
  2) why does $validtypes not have 'video/mp4' as an option

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1722132/+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 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 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/1679699

Title:
  Upgrading 1.9.7 => 16.04.4 causes fatal DB error

Status in Mahara:
  Confirmed
Status in Mahara 17.10 series:
  Confirmed

Bug description:
  Error:
  [WAR] 75 (lib/dml.php:514) Failed to get a recordset: mysqli error: [1146: 
Table 'mahara_new.artefact_file_embedded' doesn't exist] in EXECUTE("SELECT 
"id" FROM "artefact_file_embedded"  WHERE "fileid" = '11498'  AND 
"resourcetype" = 'blogpost'  AND "resourceid" = '11534' ")
  [WAR] 75 (lib/dml.php:514) Command was: SELECT "id" FROM 
"artefact_file_embedded"  WHERE "fileid" = ?  AND "resourcetype" = ?  AND 
"resourceid" = ?  and values was (0:11498,1:blogpost,2:11534)
  Call stack (most recent first):
* get_recordset_sql(string(size 108), array(size 3)) at 
/var/www/html/mahara/lib/dml.php:825
* get_field_sql(string(size 108), array(size 3)) at 
/var/www/html/mahara/lib/dml.php:813
* get_field(string(size 22), string(size 2), string(size 6), string(size 
5), string(size 12), string(size 8), string(size 10), string(size 5)) at 
/var/www/html/mahara/lib/embeddedimage.php:94
* EmbeddedImage::prepare_embedded_images(string(size 624), string(size 8), 
string(size 5), null, string(size 3)) at 
/var/www/html/mahara/artefact/blog/db/upgrade.php:76
* xmldb_artefact_blog_upgrade(string(size 10)) at 
/var/www/html/mahara/lib/upgrade.php:418
* upgrade_plugin(object(stdClass)) at 
/var/www/html/mahara/lib/mahara.php:266
* upgrade_mahara(array(size 1)) at 
/var/www/html/mahara/admin/cli/upgrade.php:53

  The reason is that the artefact.blog upgrade for version 2015011501
  assumes that the artefact.file upgrade for 2015111200 has already
  taken place and, hence, that the table 'artefact_file_embedded' has
  been created.

  This is not the case for an upgrade from 1.9.7 to 16.04.4.

  To work around this I've forced artefact.file to be the first artefact
  to be upgraded, by adding the following code to 'sort_upgrades':

  if ($weight1 == $weight2) {
  if ($k1 == 'artefact.file') {
  return -1;
  } else if ($k2 == 'artefact.file') {
  return 1;
  }
  }

  This is a temporary change to make sure that the upgrade can be
  completed (which it has now done), but reporting here in the hope that
  this will save anyone else having similar problems.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1679699/+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 1679699] Re: Upgrading 1.9.7 => 16.04.4 causes fatal DB error

2017-08-23 Thread Pat
Robert,

I've also run into similar problem when upgrading from 1.6.10 to
17.04.2.

See one of the call stacks below (there are 3, please see attached for the 
whole thing)
--

Call stack (most recent first):
  * log_message("Array to string conversion", 8, true, true, 
"/vagrant/cqu-mahara/htdocs/lib/adodb/adodb-excepti...", 45) at 
/vagrant/cqu-mahara/htdocs/lib/errors.php:521
  * error(8, "Array to string conversion", 
"/vagrant/cqu-mahara/htdocs/lib/adodb/adodb-excepti...", 45, array(size 7)) at 
/vagrant/cqu-mahara/htdocs/lib/adodb/adodb-exceptions.inc.php:45
  * ADODB_Exception->__construct("postgres8", "adodb_throw", -18, "ERROR:  
relation "artefact_file_embedded" does not...", "SELECT * FROM 
"artefact_file_embedded" WHERE resou...", array(size 2), 
object(ADODB_postgres8)) at 
/vagrant/cqu-mahara/htdocs/lib/adodb/adodb-exceptions.inc.php:80
  * adodb_throw("postgres8", "adodb_throw", -18, "ERROR:  relation 
"artefact_file_embedded" does not...", "SELECT * FROM "artefact_file_embedded" 
WHERE resou...", array(size 2), object(ADODB_postgres8)) at 
/vagrant/cqu-mahara/htdocs/lib/adodb/adodb.inc.php:313
  * ADODB_TransMonitor("postgres8", "EXECUTE", -18, "ERROR:  relation 
"artefact_file_embedded" does not...", "SELECT * FROM "artefact_file_embedded" 
WHERE resou...", array(size 2), object(ADODB_postgres8)) at 
/vagrant/cqu-mahara/htdocs/lib/adodb/adodb.inc.php:1264
  * ADOConnection->_Execute("SELECT * FROM "artefact_file_embedded" WHERE 
resou...", array(size 2)) at 
/vagrant/cqu-mahara/htdocs/lib/adodb/adodb.inc.php:1224
  * ADOConnection->Execute("SELECT * FROM "artefact_file_embedded" WHERE 
resou...", array(size 2)) at /vagrant/cqu-mahara/htdocs/lib/dml.php:510
  * get_recordset_sql("SELECT * FROM "artefact_file_embedded" WHERE resou...", 
array(size 2)) at /vagrant/cqu-mahara/htdocs/lib/dml.php:466
  * get_recordset_select("artefact_file_embedded", "resourcetype = ? AND 
resourceid = ?", array(size 2), "", "*", "", "") at 
/vagrant/cqu-mahara/htdocs/lib/dml.php:666
  * get_records_select_array("artefact_file_embedded", "resourcetype = ? AND 
resourceid = ?", array(size 2)) at 
/vagrant/cqu-mahara/htdocs/lib/embeddedimage.php:196
  * EmbeddedImage::remove_embedded_images("wallpost", "815") at 
/vagrant/cqu-mahara/htdocs/lib/embeddedimage.php:69
  * EmbeddedImage::prepare_embedded_images("This document contains my three 
thinking pieces ht...", "wallpost", "815", null, "2301") at 
/vagrant/cqu-mahara/htdocs/blocktype/wall/db/upgrade.php:25
  * xmldb_blocktype_wall_upgrade("2009111200") at 
/vagrant/cqu-mahara/htdocs/lib/upgrade.php:423
  * upgrade_plugin(object(stdClass)) at 
/vagrant/cqu-mahara/htdocs/lib/db/upgrade.php:4231
  * xmldb_core_upgrade("2012080627") at 
/vagrant/cqu-mahara/htdocs/lib/upgrade.php:347
  * upgrade_core(object(stdClass)) at 
/vagrant/cqu-mahara/htdocs/lib/mahara.php:268
  * upgrade_mahara(array(size 1)) at 
/vagrant/cqu-mahara/htdocs/admin/cli/upgrade.php:53



>From looking at the code, Ghada and I discovered that upgrade check of
"2016012800" (in /htdocs/lib/db/upgrade.php, line 4228) was trying to
get data from "artefact_file_embedded". And of course the table didn't
exist. So we traced back when to where "artefact_file_embedded" would
have been created and it is in "2014111200"
(/htdocs/file/db/upgrade.php, line 403). We couldn't see check_upgrades
for 'artefact.file' called anywhere in /lib/db/upgrade.php. So we
basically added check_upgrades.


if ($oldversion < 2016012800) {
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_plugin($data);
}

... MORE CODE ...
}
-

We would like to upstream it but weeing your comment above, I'm not sure
if this would fix for all.

:D
Pat

-- 
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 unsubscrib

[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)

** Affects: mahara
 Importance: Undecided
 Status: New


** Tags: front-end

** Tags added: front-end

** Summary changed:

- Ensure that the header display correctly with or without site messages
+ Ensure that the header display correctly with or without site message

-- 
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/1698257

Title:
  Ensure that the header display correctly with or without site message

Status in Mahara:
  New

Bug description:
  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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1698257/+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 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 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/1698255

Title:
  Update fontawesome

Status in Mahara:
  New

Bug description:
  Currently we are on Font Awesome 4.4.0. 
  The latest avaliable version on Fontawesome site is Version 4.7.0.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1698255/+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 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 support IE11+, we could possibly
remove blesscss. If removal is sensible we can close
https://bugs.launchpad.net/mahara/+bug/1560739 (?)

** Affects: mahara
 Importance: Undecided
 Status: New


** Tags: front-end

** Tags added: front-end

** Description changed:

- - 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 support IE11+, we could possibly remove blesscss. If 
removal is sensible we can close https://bugs.launchpad.net/mahara/+bug/1560739 
(?)
+ 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 support IE11+, we could possibly
+ remove blesscss. If removal is sensible we can close
+ https://bugs.launchpad.net/mahara/+bug/1560739 (?)

-- 
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/1698251

Title:
  Improving gulp packages

Status in Mahara:
  New

Bug description:
  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 support IE11+, we could possibly
  remove blesscss. If removal is sensible we can close
  https://bugs.launchpad.net/mahara/+bug/1560739 (?)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1698251/+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 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.

** 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: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1694158

Title:
  Incorrect logo is displayed when selecting subtheme

Status in Mahara:
  New

Bug description:
  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.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1694158/+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 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: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1686843

Title:
  Table styles on Resume block

Status in Mahara:
  New

Bug description:
  Personal details display has bold border around the table.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1686843/+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 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 all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1686843

Title:
  Table styles on Resume block

Status in Mahara:
  New

Bug description:
  Personal details display has bold border around the table.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1686843/+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 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 extra classes
- - Ensure that maark ups and classes are consistant for similar elements
- - Create a scss partial file for page and collection components
+ - Unnecessary condition for adding extra classes
+ - Inconsistent mark ups and classes for similar elements
+ - Styles for feature is spread out

-- 
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/1686259

Title:
  Refactor pages and collection template and styles

Status in Mahara:
  New

Bug description:
  - Unnecessary condition for adding extra classes
  - Inconsistent mark ups and classes for similar elements
  - Styles for feature is spread out

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1686259/+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 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-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1681579

Title:
  Put the Mahara logo into the themes as SVG file

Status in Mahara:
  Confirmed
Status in Mahara 17.04 series:
  Confirmed
Status in Mahara 17.10 series:
  Confirmed

Bug description:
  for Mahara 17.04 and master (we'll leave the PNGs for earlier
  versions):

  use SVG instead of PNG to allow for crisper quality of the logo.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1681579/+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 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 before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1528991

Title:
  Indent second line of notification in Inbox

Status in Mahara:
  In Progress

Bug description:
  Mahara 15.10+

  When the subject line of a notification is very long, the name pops to
  the second line when on a tablet for example. That second line is not
  indent, but should only start where the text starts on the first line
  (see attachment)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1528991/+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 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 for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1496676

Title:
  Add OpenSans as default font into TinyMCE

Status in Mahara:
  In Progress

Bug description:
  Mahara 15.10+

  It would be good to add OpenSans, the default font from Mahara 15.10
  on, into TinyMCE so it can be chosen if somebody wants to go back to
  the default font.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1496676/+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 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 before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1673296

Title:
  The font color in the drop-downs on "Pages and collections" are
  different

Status in Mahara:
  Invalid

Bug description:
  Mahara 17.04+

  The font color in the drop-downs on "Pages and collections" are
  different (see screenshot). Apparently, the values in the CSS are
  correct and removing the picker overlay didn't resolve the problem.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1673296/+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 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 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/1531697

Title:
  Be able to inherit from a child theme

Status in Mahara:
  Triaged

Bug description:
  Jen gave it a quick go and couldn't get it to work. It might just be a
  small bug rather than a big new feature to implement.

  It would be good to be able to create a child theme based on a child
  theme:

  If someone wants to have the look and feel for "Primary school" but
  change some icons, they should be able to create a child theme
  inheriting "Primary school" and just making changes to the icons.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1531697/+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 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 themes.

However in Mahara.org 16.04 upgrade, there where some changes in the
templates to make 16.04 look like how it was before as a result I had to
changed selectors in mahara-org theme js to get the site message styles
to behave correctly. When we updated to 16.10 (current theme), the
template especially markups around navigation were changed, there were
some consolidations around user navigation and the main navigation is on
the page content rather than being below header. The issue you have
mentioned above is rather specific to mahara.org theme (I have submitted
a patch for that).

As for Mahara core, I can add a note in the documentation about how
fixed header with site messages should be styled since there are 3
places (js, markup and css) to consider if one is changed.

-- 
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/1651913

Title:
  Top info messages should not be pushing content incorrectly

Status in Mahara:
  Confirmed

Bug description:
  When you have a fixed header for your Mahara site and it is wider than
  the default one, content below it should still be displayed correctly
  and not covered. Currently, when you have productionmode = false or
  masquerade as someone, the header is pushed down, but the flexible
  content area is not and thus not all content is shown.

  There should be a general fix for that as not all themes require it,
  but if someone builds a custom theme using raw or another theme as
  basis, they shouldn't have to worry about it.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1651913/+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 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 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/1594298

Title:
  MNet site name is hidden behind profile icon

Status in Mahara:
  In Progress

Bug description:
  When a site has a longer Moodle site name, then it is hidden behind
  the profile icon in the sidebar (see attached screenshot).

  To replicate:
  1. Set up an institution with MNet.
  2. Give the longer site name.
  3. Log in from Moodle via MNet.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1594298/+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 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
 Status: New

-- 
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/1602426

Title:
  New themes cannot be set as parent theme

Status in Mahara:
  New

Bug description:
  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

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1602426/+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 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.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1515774

Title:
  Add font page looks broken when fonts added

Status in Mahara:
  Confirmed

Bug description:
  The layout for 15.10 looks to be worse than it was in 15.04

  see attached screenshot

  You can test by importing the attached zip file as google fonts

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1515774/+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 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 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/1514281

Title:
  No .table-responsive added to 'admin/site/menu.php"

Status in Mahara:
  Confirmed
Status in Mahara 15.10 series:
  Confirmed
Status in Mahara 16.04 series:
  Confirmed

Bug description:
  Line #66 from 'admin/site/menu.php": Layout does not work with mobile
  breakpoints having a table without the .table-responsive added to the
  class. Maybe should be added to all tables within core.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1514281/+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 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 Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1387412

Title:
  Eliminate links-that-look-like-buttons & buttons-that-look-like-links

Status in Mahara:
  Fix Committed

Bug description:
  Mahara contains quite a few HTML links ( tags) that are styled to
  look like buttons. It may also contain some buttons ( tags and
   tags) that are styled to look like links.

  These interfere with our ability to write automated tests, and they're
  bad for accessibility. As the Mahara accessibility checklist says:

  "Use buttons and links consistently.
  -  Use a link if you're navigating to a predefined page or section 
(navigation, tabs, etc.)
  -  Use a button if you're changing information or state (submitting a form, 
editing or deleting content, searching, etc.)"

  From
  https://wiki.mahara.org/index.php/Developer_Area/Accessibility_Checklist#Forms

  To facilitate this, we should write a PHP function (and Dwoo tag) that
  allows you to create a "link button", i.e. a button that, when
  clicked, simply takes you to a specified URL. Then we can
  systematically locate all the links-that-look-like-buttons and replace
  them with actual buttons using this functionality.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1387412/+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 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 #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1478357

Title:
  Miss aligment in the Settings area

Status in Mahara:
  Triaged

Bug description:
  If you change the language to non English (for example here I put
  French) and the go to Settings, some options or misaligned (see
  picture enclosed).

  This work fine in English, the alignment is respected. But the
  alignment should be not language dependent.

  -dajan

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1478357/+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