[Mahara-contributors] [Bug 1279530] A change has been merged

2014-02-26 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/3003
Committed: 
http://gitorious.org/mahara/mahara/commit/9d52504dff4bf1894cdf37602e8c67d2ee7bffd2
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:master

commit 9d52504dff4bf1894cdf37602e8c67d2ee7bffd2
Author: Jono Mingard jo...@catalyst.net.nz
Date:   Thu Feb 13 13:51:10 2014 +1300

Made Attachments expander keyboard-accessible (Bug #1279530)

- Changed trigger to an anchor instead of a td, moved js file out of resume 
(since
resume isn't the only thing using it) and added focus management - the first 
link in
the expander is focused when it's opened
- Modified the expander in Cookie Consent 2 to use the same logic
- Fixed Resume blocktypes, which were no longer displaying properly after the 
change

Change-Id: I399ea9558482c1af91bd904f4057851cdb0b3ee7
Signed-off-by: Jono Mingard jo...@catalyst.net.nz

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

Title:
  Attachments section for Text box blocks is not accessible

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Text box blocks have their attachments collapsed by default to save space and 
minimise complexity. However, the element to toggle the visibility of the 
attachments is not keyboard-focusable and can therefore not be accessed by 
screen reader users.
  This needs to be changed to use an a or button element and should focus 
the first attachment title when expanded.

  Affects latest master

  (WCAG Level A)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1279530/+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 1279529] A change has been merged

2014-02-26 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/3004
Committed: 
http://gitorious.org/mahara/mahara/commit/764de368b038e18415d703f19a4e6faa178eb509
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:master

commit 764de368b038e18415d703f19a4e6faa178eb509
Author: Jono Mingard jo...@catalyst.net.nz
Date:   Thu Feb 13 16:09:24 2014 +1300

Use expanders for all attachment tables (Bug #1279529)

Modified Journal entries (including blocktypes) and Notes list

Change-Id: Ib544bfb7fd70a26903dea99446dbca4167289f53
Signed-off-by: Jono Mingard jo...@catalyst.net.nz

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

Title:
  All attachments tables should be collapsable

Status in Mahara ePortfolio:
  In Progress

Bug description:
  At the moment, the Attachments section of the Text box blocktype can be 
collapsed and expanded. It's a good way of simplifying the layout if there are 
multiple attachments or multiple text boxes with attachments on a page.
  Other artefacts (eg. journal entries) can also have attachments, however the 
boxes showing their attachments cannot be collapsed. It would be nice if they 
all used the same style and could all be collapsed and expanded. Note that this 
would require including the resumeshowhide.js file on all relevant pages.

  Affects latest master

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1279529/+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 1271779] A patch has been submitted for review

2014-02-26 Thread Mahara Bot
Patch for master branch: https://reviews.mahara.org/3048

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

Title:
  Resume layout on mobile devices

Status in Mahara ePortfolio:
  New

Bug description:
  Hi,

  We are using a Mahara theme that adapts to screen resolutions / sizes,
  which especially targets mobile devices. The main content of the page
  is rendered within a narrow column.

  The current layout of information in the resume page contains
  information that is rendered within a table. This table is too wide to
  fit in a narrow column when viewed on mobile devices. You can see this
  in the attached screenshot.

  While the use of a table for the layout of information works on
  desktop and larger devices in a narrow column the rows are too long.

  Is there any way to have a mobile specific template which could render
  the information in a narrow column friendly format? Perhaps as a
  series of lists rather than table rows?

  If so where in the code would be a good place to start looking to
  implement such a template?

  With thanks.

  -Corey

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1271779/+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 1279529] Re: All attachments tables should be collapsable

2014-02-26 Thread Aaron Wells
** 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/1279529

Title:
  All attachments tables should be collapsable

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  At the moment, the Attachments section of the Text box blocktype can be 
collapsed and expanded. It's a good way of simplifying the layout if there are 
multiple attachments or multiple text boxes with attachments on a page.
  Other artefacts (eg. journal entries) can also have attachments, however the 
boxes showing their attachments cannot be collapsed. It would be nice if they 
all used the same style and could all be collapsed and expanded. Note that this 
would require including the resumeshowhide.js file on all relevant pages.

  Affects latest master

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1279529/+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 1279530] Re: Attachments section for Text box blocks is not accessible

2014-02-26 Thread Aaron Wells
** 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/1279530

Title:
  Attachments section for Text box blocks is not accessible

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  Text box blocks have their attachments collapsed by default to save space and 
minimise complexity. However, the element to toggle the visibility of the 
attachments is not keyboard-focusable and can therefore not be accessed by 
screen reader users.
  This needs to be changed to use an a or button element and should focus 
the first attachment title when expanded.

  Affects latest master

  (WCAG Level A)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1279530/+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 1285411] [NEW] Colour contrast needs to be improved for accessibility (all themes)

2014-02-26 Thread Jono Mingard
Public bug reported:

Currently the default theme has enough contrast to meet the WCAG 2.0 AA
accessibility standard, but other themes still need work. It would be
good if all included themes could be brought up to the AA standard, with
one or more at AAA (perhaps the Raw theme or a new High contrast theme)

Affects latest master

** Affects: mahara
 Importance: Low
 Assignee: Evonne Cheung (evonne)
 Status: New


** Tags: accessibility

** Changed in: mahara
 Assignee: (unassigned) = Evonne Cheung (evonne)

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

Title:
  Colour contrast needs to be improved for accessibility (all themes)

Status in Mahara ePortfolio:
  New

Bug description:
  Currently the default theme has enough contrast to meet the WCAG 2.0
  AA accessibility standard, but other themes still need work. It would
  be good if all included themes could be brought up to the AA standard,
  with one or more at AAA (perhaps the Raw theme or a new High contrast
  theme)

  Affects latest master

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1285411/+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 1281877] Re: Colour contrast needs to be improved for accessibility (default theme)

2014-02-26 Thread Jono Mingard
** Summary changed:

- Colour contrast needs to be improved for accessibility
+ Colour contrast needs to be improved for accessibility (default 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/1281877

Title:
  Colour contrast needs to be improved for accessibility (default theme)

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Various elements in Mahara don't have a high enough level of contrast
  to meet WCAG standards. The contrast of these elements needs to be
  increased so that people with low vision can see them easily.

  Raw theme
  - X results text, eg. on Pages, X tasks on Tasks blocktype, etc.
  - Preview of page text, file size in Files block, posted by in Journal 
entry block

  Default theme
  - Table headers in Files blocktype, Attached files header in Journal entry 
blocktype
  - X entries text in Journal blocktype
  - Download link in Files blocktype, Go to forums link in Recent posts 
blocktype
  - Menu items when small headers are enabled
  - Blue table headers and labels (eg. in My entire resume blocktype, Plan 
blocktype, Content - Profile)
  - In-page tabs
  - Links on a light green background (eg. in tables)
  - Links on a red background (overdue tasks in table)
  - All other links
  - Selected main navigation item

  Affects latest master

  (WCAG Level AA)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1281877/+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 661602] Re: Dates on external blog posts are not shown

2014-02-26 Thread Robert Lyon
** 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/661602

Title:
  Dates on external blog posts are not shown

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  Is it possible to show the dates when a blog post (for example) from
  an external blog was written? When I pull in an RSS feed, I get all
  the content, but not the posting date which makes it more difficult to
  see how old a post is.

  Mahara 1.3 (but I guess also 1.2)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/661602/+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 661602] A change has been merged

2014-02-26 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/2749
Committed: 
http://gitorious.org/mahara/mahara/commit/ec625ec97e797aa06e09a601b14e91d2079a740f
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:master

commit ec625ec97e797aa06e09a601b14e91d2079a740f
Author: Son Nguyen son.ngu...@catalyst.net.nz
Date:   Tue Nov 26 17:55:19 2013 +1300

Display the published day for RSS feeds (Bug #661602)

Tested with RSS 0.9, 1.0, 1.1, and 2.0 and Atom 1.0

Change-Id: I892fb068884f9fd870188143f13b86766e9a81e5
Signed-off-by: Son Nguyen son.ngu...@catalyst.net.nz

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

Title:
  Dates on external blog posts are not shown

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  Is it possible to show the dates when a blog post (for example) from
  an external blog was written? When I pull in an RSS feed, I get all
  the content, but not the posting date which makes it more difficult to
  see how old a post is.

  Mahara 1.3 (but I guess also 1.2)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/661602/+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 1285413] [NEW] Edit buttons for Goals and skills should have more descriptive text

2014-02-26 Thread Jono Mingard
Public bug reported:

It would be helpful for screen reader users if the buttons used to edit
goals and skills (in Resume) included the name of what they edit, for
example Edit personal goals. Most other edit buttons around the site
now include this, so these ones should be updated so they are consistent
with the rest.

Affects latest master

** Affects: mahara
 Importance: Wishlist
 Status: New


** Tags: accessibility bite-sized

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

Title:
  Edit buttons for Goals and skills should have more descriptive text

Status in Mahara ePortfolio:
  New

Bug description:
  It would be helpful for screen reader users if the buttons used to
  edit goals and skills (in Resume) included the name of what they edit,
  for example Edit personal goals. Most other edit buttons around the
  site now include this, so these ones should be updated so they are
  consistent with the rest.

  Affects latest master

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1285413/+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 1266924] Re: Column headers in User search should have descriptive text added

2014-02-26 Thread Jono Mingard
** Summary changed:

- When searching for user, the profile picture column header needs a hidden 
description
+ Column headers in User search should have descriptive text added

** Description changed:

- In Administration - Users - User search, results are displayed in a
- table with profile pictures in the first column. However, the column
- header for this column is blank - it should be changed to contain hidden
- Profile picture text so that screen reader users know what the column
- contains.
+ In Administration - Users - User search, results are displayed in a table 
with profile pictures in the first column. However, the column header for this 
column is blank - it should be changed to contain hidden Profile picture text 
so that screen reader users know what the column contains.
+ Also, the final column header contains links to select all / deselect. These 
should be moved to the bottom of the column (like in Inbox) and a descriptive 
column header should be added.
  
  Affects latest master

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

Title:
  Column headers in User search should have descriptive text added

Status in Mahara ePortfolio:
  New

Bug description:
  In Administration - Users - User search, results are displayed in a table 
with profile pictures in the first column. However, the column header for this 
column is blank - it should be changed to contain hidden Profile picture text 
so that screen reader users know what the column contains.
  Also, the final column header contains links to select all / deselect. These 
should be moved to the bottom of the column (like in Inbox) and a descriptive 
column header should be added.

  Affects latest master

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1266924/+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 1285414] [NEW] User search column headers should include text to explain sort order

2014-02-26 Thread Jono Mingard
Public bug reported:

In Administration - Users - User search, results can be sorted using any of 
the column headers in the table. However, these headers give no indication to 
screen reader users as to how the users are being sorted (which sort header is 
active, which order the users are being sorted in, etc).
Hidden text should be added to the active column header so that screen reader 
users know how the users are sorted - sorted ascending/sorted descending 
would work.

Affects latest master

** Affects: mahara
 Importance: Low
 Status: New


** Tags: accessibility

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

Title:
  User search column headers should include text to explain sort order

Status in Mahara ePortfolio:
  New

Bug description:
  In Administration - Users - User search, results can be sorted using any of 
the column headers in the table. However, these headers give no indication to 
screen reader users as to how the users are being sorted (which sort header is 
active, which order the users are being sorted in, etc).
  Hidden text should be added to the active column header so that screen reader 
users know how the users are sorted - sorted ascending/sorted descending 
would work.

  Affects latest master

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1285414/+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 1285421] [NEW] Batch user manipulation buttons should be in a better place

2014-02-26 Thread Jono Mingard
Public bug reported:

In Administration - Users - User search, there are options to Edit selected 
users or Get reports. However, the buttons to do this are above the list of 
users, which is confusing for screen reader users as they appear to be related 
to filtering rather than being actions.
A simple solution would be to add hidden text to the buttons so they are read 
out as Edit selected users and Get reports for selected users. 
Alternatively the buttons could be moved to the bottom of the list (although 
that becomes an issue when there are 100 users shown per page ...)

Affects latest master

** Affects: mahara
 Importance: Wishlist
 Status: New


** Tags: accessibility

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

Title:
  Batch user manipulation buttons should be in a better place

Status in Mahara ePortfolio:
  New

Bug description:
  In Administration - Users - User search, there are options to Edit 
selected users or Get reports. However, the buttons to do this are above the 
list of users, which is confusing for screen reader users as they appear to be 
related to filtering rather than being actions.
  A simple solution would be to add hidden text to the buttons so they are read 
out as Edit selected users and Get reports for selected users. 
Alternatively the buttons could be moved to the bottom of the list (although 
that becomes an issue when there are 100 users shown per page ...)

  Affects latest master

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1285421/+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 661602] Re: Dates on external blog posts are not shown

2014-02-26 Thread Aaron Wells
Like Kristina mentioned in 1580, when the whole entry is shown, we
should put the date after the entry text, for consistency with how the
Journal block.

(Or alternately, put the date in the Journal block before each blog
entry.)

** Tags removed: blog
** Tags added: rss

** Summary changed:

- Dates on external blog posts are not shown
+ Dates on external feed entries are not shown

** Changed in: mahara
   Status: Fix Committed = 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/661602

Title:
  Dates on external feed entries are not shown

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Is it possible to show the dates when a blog post (for example) from
  an external blog was written? When I pull in an RSS feed, I get all
  the content, but not the posting date which makes it more difficult to
  see how old a post is.

  Mahara 1.3 (but I guess also 1.2)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/661602/+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 661602] A patch has been submitted for review

2014-02-26 Thread Mahara Bot
Patch for master branch: https://reviews.mahara.org/3049

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

Title:
  Dates on external feed entries are not shown

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Is it possible to show the dates when a blog post (for example) from
  an external blog was written? When I pull in an RSS feed, I get all
  the content, but not the posting date which makes it more difficult to
  see how old a post is.

  Mahara 1.3 (but I guess also 1.2)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/661602/+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 1246579] Re: Upgrade PHPMailer to 5.2.7

2014-02-26 Thread Jono Mingard
*** This bug is a duplicate of bug 1246580 ***
https://bugs.launchpad.net/bugs/1246580

** This bug has been marked a duplicate of bug 1246580
   Upgrade PHPMailer to 5.2.7

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

Title:
  Upgrade PHPMailer to 5.2.7

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  We're currently on PHPMailer 5.1. Since then they've moved their
  source control to github and released up to 5.2.7:

  https://github.com/PHPMailer/PHPMailer/blob/master/changelog.md

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1246579/+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 1267861] Re: Page shared to group: notification to page owner

2014-02-26 Thread Aaron Wells
After talking it over with some other people I've come around to Tony's
way of thinking on this issue. It is redundant that, when a user clicks
the save button on the edit access screen, they receive a
notification telling themselves that they know have access to their own
page.

So, I'm going to go ahead and merge this.

** Changed in: mahara
Milestone: None = 1.9.0

** Changed in: mahara
   Importance: Undecided = Medium

** Changed in: mahara
   Status: Opinion = Fix Committed

** Changed in: mahara
 Assignee: (unassigned) = Aaron Wells (u-aaronw)

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

Title:
  Page shared to group: notification to page owner

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  When the page owner shares page with the group, and the group has a
  setting to notify members when new page is shared with the group, the
  page owner receives notification as well. This is not correct, the
  page owner should be excluded from notification list if s/he is a
  member of the group s/he shares the page with.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1267861/+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 732462] Re: Allow re-ordering of files for File(s) to Download block

2014-02-26 Thread Jono Mingard
We now package jQuery UI (used in the drag-and-drop page editor) which
includes a 'Sortable' module. This isn't at all accessible though so
some workaround would have to be found for keyboard accessibility ...
perhaps something like the solution here
http://stackoverflow.com/questions/16844616/jqueryui-sortable-with-
keyboard

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

Title:
  Allow re-ordering of files for File(s) to Download block

Status in Mahara ePortfolio:
  Triaged

Bug description:
  Files can be selected in the order in which they should appear in the
  File(s) to Download block. However, when additional files are added,
  the order can't be changed to drop them in further up the list. Re-
  order buttons are needed. The block would basically stay the same but
  have ordering buttons like on the Manage Collections screen so that
  you can move files up and down.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/732462/+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 1267861] A change has been merged

2014-02-26 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/2934
Committed: 
http://gitorious.org/mahara/mahara/commit/dc4d83f67d3356e330a422b9e494ac5c2f1b0bcd
Submitter: Aaron Wells (aar...@catalyst.net.nz)
Branch:master

commit dc4d83f67d3356e330a422b9e494ac5c2f1b0bcd
Author: Tony Butler tonyjbut...@gmail.com
Date:   Fri Jan 10 16:25:22 2014 +

Exclude owner from 'New page access' notifications for group members
(Bug #1267861)

Change-Id: Ieb3f2d18befa2881d55aba1b8ff436eba1522c1c
Signed-off-by: Tony Butler tonyjbut...@gmail.com

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

Title:
  Page shared to group: notification to page owner

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  When the page owner shares page with the group, and the group has a
  setting to notify members when new page is shared with the group, the
  page owner receives notification as well. This is not correct, the
  page owner should be excluded from notification list if s/he is a
  member of the group s/he shares the page with.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1267861/+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 1281877] A change has been merged

2014-02-26 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/3021
Committed: 
http://gitorious.org/mahara/mahara/commit/90e37378b38d13f4c1ed570f20d559bdddfff39f
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:master

commit 90e37378b38d13f4c1ed570f20d559bdddfff39f
Author: Evonne Cheung evo...@catalyst.net.nz
Date:   Wed Feb 19 15:50:28 2014 +1300

Improved color contrast for accessibility (Bug #1281877)

Design changes from Evonne

Change-Id: Ie43b7bd277efdd310011602cad83e091f56372c9
Signed-off-by: Jono Mingard jo...@catalyst.net.nz

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

Title:
  Colour contrast needs to be improved for accessibility (default theme)

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Various elements in Mahara don't have a high enough level of contrast
  to meet WCAG standards. The contrast of these elements needs to be
  increased so that people with low vision can see them easily.

  Raw theme
  - X results text, eg. on Pages, X tasks on Tasks blocktype, etc.
  - Preview of page text, file size in Files block, posted by in Journal 
entry block

  Default theme
  - Table headers in Files blocktype, Attached files header in Journal entry 
blocktype
  - X entries text in Journal blocktype
  - Download link in Files blocktype, Go to forums link in Recent posts 
blocktype
  - Menu items when small headers are enabled
  - Blue table headers and labels (eg. in My entire resume blocktype, Plan 
blocktype, Content - Profile)
  - In-page tabs
  - Links on a light green background (eg. in tables)
  - Links on a red background (overdue tasks in table)
  - All other links
  - Selected main navigation item

  Affects latest master

  (WCAG Level AA)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1281877/+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 1271779] Re: Resume layout on mobile devices

2014-02-26 Thread Jono Mingard
** Changed in: mahara
 Assignee: (unassigned) = Jono Mingard (mingard)

** Changed in: mahara
   Status: New = Confirmed

** 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/1271779

Title:
  Resume layout on mobile devices

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Hi,

  We are using a Mahara theme that adapts to screen resolutions / sizes,
  which especially targets mobile devices. The main content of the page
  is rendered within a narrow column.

  The current layout of information in the resume page contains
  information that is rendered within a table. This table is too wide to
  fit in a narrow column when viewed on mobile devices. You can see this
  in the attached screenshot.

  While the use of a table for the layout of information works on
  desktop and larger devices in a narrow column the rows are too long.

  Is there any way to have a mobile specific template which could render
  the information in a narrow column friendly format? Perhaps as a
  series of lists rather than table rows?

  If so where in the code would be a good place to start looking to
  implement such a template?

  With thanks.

  -Corey

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1271779/+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 1275995] Re: Navigation and tabs are broken in IE11

2014-02-26 Thread Aaron Wells
** Changed in: mahara
 Assignee: (unassigned) = Evonne Cheung (evonne)

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

Title:
  Navigation and tabs are broken in IE11

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  Regression introduced by https://reviews.mahara.org/#/c/2834/

  List items in main navigation, sub navigation and in page tabs all now 
display as blocks in IE11, meaning they appear stacked on top of each other 
rather than side by side.
  Previously the page was given the ie7 class in IE11, which forced these to 
use display: inline rather than display: table-cell. Although Firefox and 
Chrome are fine, Internet Explorer seems to display the list items as blocks 
unless their display style is set to inline (inline-block and table-cell are 
both ignored).

  Should be tested to see if this also any other versions of IE.

  Affects latest master

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1275995/+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 1212541] Re: GoogleSpell has been discontinued -- remove it from TinyMCE spellchecker

2014-02-26 Thread Aaron Wells
Also https://moodle.org/mod/forum/discuss.php?d=229386

It looks like Moodle has:

1. Disabled the spellcheck button if you don't have aspell available
2. Activated a TinyMCE option that allows the browser to do spellchecking in 
the TinyMCE text box.

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

Title:
  GoogleSpell has been discontinued -- remove it from TinyMCE
  spellchecker

Status in Mahara ePortfolio:
  Triaged

Bug description:
  See https://tracker.moodle.org/browse/MDL-38867

  The TinyMCE spellcheck plugin in Mahara by default uses the local
  aspell program (if it's present at /usr/bin/aspell, or
  $cfg-pathtoaspell). If that's not present, it attempts to use the
  GoogleSpell spellcheck engine, which was based on a non-public Google
  API that was discontinued in the second quarter of 2013.

  We should follow suit with whatever approach Moodle decided on to deal
  with this.

  I'm not sure how many places will be affected by this. Those running
  their sites on Linux will have /usr/bin/aspell present. It may be
  absent or inaccessible for places running on shared hosting, though.

  For affected sites, a workaround would be to remove the spellcheck
  button from your TinyMCE by removing the word spellchecker from the
  list stored in the $adv_buttons variable in the smarty() function in
  htdocs/lib/web.php

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1212541/+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 1212541] A patch has been submitted for review

2014-02-26 Thread Mahara Bot
Patch for master branch: https://reviews.mahara.org/3050

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

Title:
  GoogleSpell has been discontinued -- remove it from TinyMCE
  spellchecker

Status in Mahara ePortfolio:
  Triaged

Bug description:
  See https://tracker.moodle.org/browse/MDL-38867

  The TinyMCE spellcheck plugin in Mahara by default uses the local
  aspell program (if it's present at /usr/bin/aspell, or
  $cfg-pathtoaspell). If that's not present, it attempts to use the
  GoogleSpell spellcheck engine, which was based on a non-public Google
  API that was discontinued in the second quarter of 2013.

  We should follow suit with whatever approach Moodle decided on to deal
  with this.

  I'm not sure how many places will be affected by this. Those running
  their sites on Linux will have /usr/bin/aspell present. It may be
  absent or inaccessible for places running on shared hosting, though.

  For affected sites, a workaround would be to remove the spellcheck
  button from your TinyMCE by removing the word spellchecker from the
  list stored in the $adv_buttons variable in the smarty() function in
  htdocs/lib/web.php

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1212541/+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 892684] Re: Remove the Contact Info block

2014-02-26 Thread Jono Mingard
** Changed in: mahara
 Assignee: (unassigned) = Jono Mingard (mingard)

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

Title:
  Remove the Contact Info block

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  Contact information is also contained in the Profile Info block and
  not only the Contact Info block. Why does the Contact Info block
  exist?

  Mahara 1.4

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/892684/+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 1212541] Re: GoogleSpell has been discontinued -- remove it from TinyMCE spellchecker

2014-02-26 Thread Aaron Wells
I abandoned patch 3050 and sent 3051 instead.

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

Title:
  GoogleSpell has been discontinued -- remove it from TinyMCE
  spellchecker

Status in Mahara ePortfolio:
  Triaged

Bug description:
  See https://tracker.moodle.org/browse/MDL-38867

  The TinyMCE spellcheck plugin in Mahara by default uses the local
  aspell program (if it's present at /usr/bin/aspell, or
  $cfg-pathtoaspell). If that's not present, it attempts to use the
  GoogleSpell spellcheck engine, which was based on a non-public Google
  API that was discontinued in the second quarter of 2013.

  We should follow suit with whatever approach Moodle decided on to deal
  with this.

  I'm not sure how many places will be affected by this. Those running
  their sites on Linux will have /usr/bin/aspell present. It may be
  absent or inaccessible for places running on shared hosting, though.

  For affected sites, a workaround would be to remove the spellcheck
  button from your TinyMCE by removing the word spellchecker from the
  list stored in the $adv_buttons variable in the smarty() function in
  htdocs/lib/web.php

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1212541/+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 1212541] A patch has been submitted for review

2014-02-26 Thread Mahara Bot
Patch for master branch: https://reviews.mahara.org/3051

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

Title:
  GoogleSpell has been discontinued -- remove it from TinyMCE
  spellchecker

Status in Mahara ePortfolio:
  Triaged

Bug description:
  See https://tracker.moodle.org/browse/MDL-38867

  The TinyMCE spellcheck plugin in Mahara by default uses the local
  aspell program (if it's present at /usr/bin/aspell, or
  $cfg-pathtoaspell). If that's not present, it attempts to use the
  GoogleSpell spellcheck engine, which was based on a non-public Google
  API that was discontinued in the second quarter of 2013.

  We should follow suit with whatever approach Moodle decided on to deal
  with this.

  I'm not sure how many places will be affected by this. Those running
  their sites on Linux will have /usr/bin/aspell present. It may be
  absent or inaccessible for places running on shared hosting, though.

  For affected sites, a workaround would be to remove the spellcheck
  button from your TinyMCE by removing the word spellchecker from the
  list stored in the $adv_buttons variable in the smarty() function in
  htdocs/lib/web.php

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1212541/+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 1262903] Re: The alt text of icons in the file browser should be changed

2014-02-26 Thread Robert Lyon
** Changed in: mahara
   Status: In Progress = Fix Committed

** Changed in: mahara
Milestone: None = 1.9.0

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

Title:
  The alt text of icons in the file browser should be changed

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  Currently all icons in the file browser (eg. on /artefact/file/index.php) 
have the alt text Click and drag to move. This is not helpful for users of 
screen readers who would prefer to know what the icon depicts.
  The alt text should be changed to the item type (Folder/File) or perhaps 
the mime type.

  Affects latest master

  (WCAG Level A)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1262903/+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 1262904] Re: Files cannot be moved from one folder to another without using the mouse

2014-02-26 Thread Robert Lyon
** Changed in: mahara
Milestone: None = 1.9.0

** 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/1262904

Title:
  Files cannot be moved from one folder to another without using the
  mouse

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  In the file browser (eg. on /artefact/file/index.php) files can be
  dragged into folders, but there is currently no way to move them using
  the keyboard. This is undesirable for people who prefer to use the
  keyboard and critical for screen reader users who rely solely on the
  keyboard for navigation.

  It would be nice if activating the icon (by pressing Space or Enter) brought 
up a list of folders it can be moved into like in 
http://devfiles.myopera.com/articles/735/example.html - the icon alt text could 
then be changed to something like File: Press space to move to a folder
  Alternatively checkboxes could be provided for selection.

  Affects latest master

  (WCAG Level A)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1262904/+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 1272297] Re: Authentication plugin up/down and delete links should be buttons

2014-02-26 Thread Robert Lyon
** Changed in: mahara
Milestone: None = 1.9.0

** 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/1272297

Title:
  Authentication plugin up/down and delete links should be buttons

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  Much like bug #1262908, the [↓]/[↑]/[x] (up/down/delete) links in
  admin/users/institutions.php should be image buttons with descriptive
  alt text for screen reader users.

  Mahara version 1.9.0dev (2014010801)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1272297/+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 1281877] Re: Colour contrast needs to be improved for accessibility (default theme)

2014-02-26 Thread Robert Lyon
** Changed in: mahara
Milestone: None = 1.9.0

** 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/1281877

Title:
  Colour contrast needs to be improved for accessibility (default theme)

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  Various elements in Mahara don't have a high enough level of contrast
  to meet WCAG standards. The contrast of these elements needs to be
  increased so that people with low vision can see them easily.

  Raw theme
  - X results text, eg. on Pages, X tasks on Tasks blocktype, etc.
  - Preview of page text, file size in Files block, posted by in Journal 
entry block

  Default theme
  - Table headers in Files blocktype, Attached files header in Journal entry 
blocktype
  - X entries text in Journal blocktype
  - Download link in Files blocktype, Go to forums link in Recent posts 
blocktype
  - Menu items when small headers are enabled
  - Blue table headers and labels (eg. in My entire resume blocktype, Plan 
blocktype, Content - Profile)
  - In-page tabs
  - Links on a light green background (eg. in tables)
  - Links on a red background (overdue tasks in table)
  - All other links
  - Selected main navigation item

  Affects latest master

  (WCAG Level AA)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1281877/+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 817373] Re: Add ability to 'send now' on a forum post

2014-02-26 Thread Yuliya Bozhko
** Changed in: mahara
   Status: Triaged = 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/817373

Title:
  Add ability to 'send now' on a forum post

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Similar to bug #817372 it would be helpful if it were possible to send
  a forum post immediately, rather than waiting for the post delay. This
  is probably much harder to display to users in a meaningful fashion
  though...

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/817373/+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 1212541] Re: GoogleSpell has been discontinued -- remove it from TinyMCE spellchecker

2014-02-26 Thread Aaron Wells
** Changed in: mahara
 Assignee: (unassigned) = Aaron Wells (u-aaronw)

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

Title:
  GoogleSpell has been discontinued -- remove it from TinyMCE
  spellchecker

Status in Mahara ePortfolio:
  Triaged

Bug description:
  See https://tracker.moodle.org/browse/MDL-38867

  The TinyMCE spellcheck plugin in Mahara by default uses the local
  aspell program (if it's present at /usr/bin/aspell, or
  $cfg-pathtoaspell). If that's not present, it attempts to use the
  GoogleSpell spellcheck engine, which was based on a non-public Google
  API that was discontinued in the second quarter of 2013.

  We should follow suit with whatever approach Moodle decided on to deal
  with this.

  I'm not sure how many places will be affected by this. Those running
  their sites on Linux will have /usr/bin/aspell present. It may be
  absent or inaccessible for places running on shared hosting, though.

  For affected sites, a workaround would be to remove the spellcheck
  button from your TinyMCE by removing the word spellchecker from the
  list stored in the $adv_buttons variable in the smarty() function in
  htdocs/lib/web.php

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1212541/+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 1265091] Re: Pieforms date elements should have Not specified before the date picker

2014-02-26 Thread Robert Lyon
** Changed in: mahara
Milestone: None = 1.9.0

** 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/1265091

Title:
  Pieforms date elements should have Not specified before the date
  picker

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  The pieforms date picker (in lib/pieforms/pieform/elements/date.php) can have 
both a date picker (set of comboboxes) and a Not specified checkbox. However, 
it's confusing to screen reader users that the date comboboxes are displayed 
before the Not specified checkbox because if the comboboxes are disabled (ie. 
if the checkbox is initially checked) then they are not read out - so if a 
screen reader user unchecks the checkbox they have to tab backwards to get to 
the date selector.
  The position of the comboboxes and checkbox should be swapped so that when 
the checkbox is unchecked, the comboboxes are next in the tab order.

  The same goes for the expiry element - in this case the combobox
  should be displayed before the text box.

  Affects latest master

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1265091/+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 892684] A patch has been submitted for review

2014-02-26 Thread Mahara Bot
Patch for master branch: https://reviews.mahara.org/3052

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

Title:
  Remove the Contact Info block

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  Contact information is also contained in the Profile Info block and
  not only the Contact Info block. Why does the Contact Info block
  exist?

  Mahara 1.4

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/892684/+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 1265091] A change has been merged

2014-02-26 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/3047
Committed: 
http://gitorious.org/mahara/mahara/commit/6ec3f3d8a5de9cad6f9efa4322da01c1d3006cbb
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:master

commit 6ec3f3d8a5de9cad6f9efa4322da01c1d3006cbb
Author: Jono Mingard jo...@catalyst.net.nz
Date:   Wed Feb 26 16:55:17 2014 +1300

Display 'Set date' checkbox when date selector doesn't include time (Bug
#1265091)

The earlier patch for this bug introduced this issue - see Account settings
for an example

Change-Id: Ia899d167f28e713d1a17808d55ebf54f6dbf027a
Signed-off-by: Jono Mingard jo...@catalyst.net.nz

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

Title:
  Pieforms date elements should have Not specified before the date
  picker

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  The pieforms date picker (in lib/pieforms/pieform/elements/date.php) can have 
both a date picker (set of comboboxes) and a Not specified checkbox. However, 
it's confusing to screen reader users that the date comboboxes are displayed 
before the Not specified checkbox because if the comboboxes are disabled (ie. 
if the checkbox is initially checked) then they are not read out - so if a 
screen reader user unchecks the checkbox they have to tab backwards to get to 
the date selector.
  The position of the comboboxes and checkbox should be swapped so that when 
the checkbox is unchecked, the comboboxes are next in the tab order.

  The same goes for the expiry element - in this case the combobox
  should be displayed before the text box.

  Affects latest master

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1265091/+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 1271779] A change has been merged

2014-02-26 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/3048
Committed: 
http://gitorious.org/mahara/mahara/commit/70295037f6fb52aa64441c5a570f0297ecdfaba0
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:master

commit 70295037f6fb52aa64441c5a570f0297ecdfaba0
Author: Jono Mingard jo...@catalyst.net.nz
Date:   Wed Feb 26 15:02:10 2014 +1300

Simplify layout of Resume composite tables (Bug #1271779)

Removed date columns, putting the date under the title instead, changed
attachments table to use the new expander style and styled edit buttons
to stack on top of each other for small screens

Change-Id: I1d0d737661c88af95449b6a713d0ce318128b89f
Signed-off-by: Jono Mingard jo...@catalyst.net.nz

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

Title:
  Resume layout on mobile devices

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  Hi,

  We are using a Mahara theme that adapts to screen resolutions / sizes,
  which especially targets mobile devices. The main content of the page
  is rendered within a narrow column.

  The current layout of information in the resume page contains
  information that is rendered within a table. This table is too wide to
  fit in a narrow column when viewed on mobile devices. You can see this
  in the attached screenshot.

  While the use of a table for the layout of information works on
  desktop and larger devices in a narrow column the rows are too long.

  Is there any way to have a mobile specific template which could render
  the information in a narrow column friendly format? Perhaps as a
  series of lists rather than table rows?

  If so where in the code would be a good place to start looking to
  implement such a template?

  With thanks.

  -Corey

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1271779/+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 1271779] Re: Resume layout on mobile devices

2014-02-26 Thread Robert Lyon
** Changed in: mahara
Milestone: None = 1.9.0

** 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/1271779

Title:
  Resume layout on mobile devices

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  Hi,

  We are using a Mahara theme that adapts to screen resolutions / sizes,
  which especially targets mobile devices. The main content of the page
  is rendered within a narrow column.

  The current layout of information in the resume page contains
  information that is rendered within a table. This table is too wide to
  fit in a narrow column when viewed on mobile devices. You can see this
  in the attached screenshot.

  While the use of a table for the layout of information works on
  desktop and larger devices in a narrow column the rows are too long.

  Is there any way to have a mobile specific template which could render
  the information in a narrow column friendly format? Perhaps as a
  series of lists rather than table rows?

  If so where in the code would be a good place to start looking to
  implement such a template?

  With thanks.

  -Corey

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1271779/+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 1274083] A change has been merged

2014-02-26 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/3000
Committed: 
http://gitorious.org/mahara/mahara/commit/e8d6ecfbc85b60e46787fb3a0a10edc94578280a
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:master

commit e8d6ecfbc85b60e46787fb3a0a10edc94578280a
Author: Jono Mingard jo...@catalyst.net.nz
Date:   Wed Feb 12 16:31:24 2014 +1300

Use view theme and skin for artefacts linked in view (Bug #1274083)

Uses the same method of setting theme and skin as in view/view.php

Change-Id: I40bf075e39d1a8073e1af18c4bd58080513f9357
Signed-off-by: Jono Mingard jo...@catalyst.net.nz

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

Title:
  View an artefact with related skin or theme

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  When you see an artefact in a view mode (which may have a skin or a
  theme different from the default) and want to add a comment, you go to
  a page called by .../view/artefact.php?artefact=idview=id.  This page
  always have the default theme, it would be a lot better to maintain
  skin or theme applied to the view by which the artefact is seen.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1274083/+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 1274083] Re: View an artefact with related skin or theme

2014-02-26 Thread Robert Lyon
** Changed in: mahara
Milestone: None = 1.9.0

** 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/1274083

Title:
  View an artefact with related skin or theme

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  When you see an artefact in a view mode (which may have a skin or a
  theme different from the default) and want to add a comment, you go to
  a page called by .../view/artefact.php?artefact=idview=id.  This page
  always have the default theme, it would be a lot better to maintain
  skin or theme applied to the view by which the artefact is seen.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1274083/+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 892684] Re: Remove the Contact Info block

2014-02-26 Thread Aaron Wells
** 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/892684

Title:
  Remove the Contact Info block

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  Contact information is also contained in the Profile Info block and
  not only the Contact Info block. Why does the Contact Info block
  exist?

  Mahara 1.4

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/892684/+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 892684] A change has been merged

2014-02-26 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/3052
Committed: 
http://gitorious.org/mahara/mahara/commit/b5c9e316329eca254841783acbd0b7a5177d0349
Submitter: Aaron Wells (aar...@catalyst.net.nz)
Branch:master

commit b5c9e316329eca254841783acbd0b7a5177d0349
Author: Jono Mingard jo...@catalyst.net.nz
Date:   Thu Feb 27 15:01:32 2014 +1300

Removed Contact info blocktype (Bug #892684)

Since the data storage format is virtually identical for Contact information
and Profile information, all Contact info blocks can easily be changed to
Profile info ones

Change-Id: I4844630745c2d12d06a76b70ad7fd624342833eb
Signed-off-by: Jono Mingard jo...@catalyst.net.nz

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

Title:
  Remove the Contact Info block

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  Contact information is also contained in the Profile Info block and
  not only the Contact Info block. Why does the Contact Info block
  exist?

  Mahara 1.4

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