[Mahara-contributors] [Bug 1258130] Re: Directive on Privacy and Electronic Communications

2013-12-09 Thread Gregor Anželj
https://reviews.mahara.org/#/c/2778/ -- 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 unsubscri

[Mahara-contributors] [Bug 974855] Re: "Generate sitemap" option has empty help file

2013-12-09 Thread Stacey Walker
Can we make this higher priority please? It's not clear to administrators how to use this feature when enabling it. -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributor

[Mahara-contributors] [Bug 1187212] Re: Handle timezone mismatch between webserver and DB (MySQL) server

2013-12-09 Thread Robert Lyon
I tested this with mysql: I set the $cfg->dbtimezone to '-5:00' and things look ok. To test I added to index.php: $res = get_record_sql('SELECT @@session.time_zone'); log_debug($res); and it returned the correct value. However, if I set it to 'Europe/Rome' I got an error mysqli error: [1298

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

2013-12-09 Thread Mahara Bot
Reviewed: https://reviews.mahara.org/2753 Committed: http://gitorious.org/mahara/mahara/commit/3385efa8a822069c3a5c10e2586c7db872832b2c Submitter: Robert Lyon (robe...@catalyst.net.nz) Branch:master commit 3385efa8a822069c3a5c10e2586c7db872832b2c Author: Aaron Wells Date: Wed Nov 27 15:14

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

2013-12-09 Thread Mahara Bot
Reviewed: https://reviews.mahara.org/2681 Committed: http://gitorious.org/mahara/mahara/commit/b49f3854ddaec87572f2b2e8180ea2ad9b1f3a1d Submitter: Robert Lyon (robe...@catalyst.net.nz) Branch:master commit b49f3854ddaec87572f2b2e8180ea2ad9b1f3a1d Author: Aaron Wells Date: Mon Nov 4 17:42:

[Mahara-contributors] [Bug 1247722] Re: Update PEAR libraries for 1.9.0

2013-12-09 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 foru

[Mahara-contributors] [Bug 1259337] [NEW] License tab in Résumé does not appear selected

2013-12-09 Thread Jono Mingard
Public bug reported: When switching to the License tab in Content -> Resume (if licenses are enabled) the tab does not appear selected (ie. it doesn't gain the current-tab class) Observed in latest master and 1.8 (demo.mahara.org) ** Affects: mahara Importance: Undecided Status: Ne

[Mahara-contributors] [Bug 1259359] [NEW] Use of tabindex is confusing for screen readers

2013-12-09 Thread Jono Mingard
Public bug reported: Mahara (latest master) uses the tabindex attribute on various forms and buttons, overriding the standard tab order. For screen reader users this is a dealbreaker in many areas, since the elements appear out-of-order when tabbing through the page. Tab indexing is used in the f

[Mahara-contributors] [Bug 1259363] [NEW] Cover letter label is misleading for screen reader users

2013-12-09 Thread Jono Mingard
Public bug reported: The text box used to edit your cover letter (in Content -> Resume) currently has the label "Description". This is confusing for screen reader users who don't realise the context. The label should be changed to something more obvious, like simply "Cover Letter" ** Affects: ma

[Mahara-contributors] [Bug 1259366] [NEW] Title of 'Tasks' page should be capitalised

2013-12-09 Thread Jono Mingard
Public bug reported: Currently if you view an existing plan (in Content -> Plans) the page title is 'tasks - Mahara'. This should be capitalised to fit with the rest of the site ('tasks' string in artefact/plans) Affects latest master ** Affects: mahara Importance: Undecided Stat

[Mahara-contributors] [Bug 1259372] [NEW] "Edit Access" image has missing string for alt text

2013-12-09 Thread Jono Mingard
Public bug reported: The key icon on "Edit Access" buttons (the ones displayed when listing pages to share, for example in /view/share.php) has alt text "[[editaccess/mahara]]", presumably caused by a missing string. Affects latest master ** Affects: mahara Importance: Undecided St

[Mahara-contributors] [Bug 1259373] [NEW] HTML editor is not disabled when leaving feedback

2013-12-09 Thread Jono Mingard
Public bug reported: When placing feedback on a page, TinyMCE is shown for entering the Message regardless of whether "HTML editor" is enabled in user settings. It should be replaced by a plain textarea if HTML editor is disabled. Affects latest master ** Affects: mahara Importance: Undeci

[Mahara-contributors] [Bug 1259377] [NEW] Explanation when there are no tasks in a plan is unclear

2013-12-09 Thread Jono Mingard
Public bug reported: When viewing a plan with no tasks (/artefact/plans/plan.php) there is text saying "use the "Add" button to the right to begin to build your plan". However, the button in question has text "New task" and does not use the button tag. The text should be updated to something li

[Mahara-contributors] [Bug 1259378] [NEW] Profile pictures have inconsistent alt text

2013-12-09 Thread Jono Mingard
Public bug reported: When editing profile pictures (Content -> Profile pictures), uploaded profile pictures have the filename as their alt text. This should be changed to the image title if provided. The user's profile picture on the homepage has null alt-text (which is specified in /artefact/int

[Mahara-contributors] [Bug 1259379] [NEW] Delete buttons in Journal have incorrect value

2013-12-09 Thread Jono Mingard
Public bug reported: Currently delete buttons in the Journal (both when listing Journals and listing entries in a Journal) have value="1" A proper value (such as "Delete") needs to be explicitly added in artefact/blog/lib.php Affects latest master ** Affects: mahara Importance: Undecided

[Mahara-contributors] [Bug 1259387] [NEW] Tabs should include textual information to show their state

2013-12-09 Thread Jono Mingard
Public bug reported: People using screen readers who can't see which tab is higlighted (in any set of tabs - navigation, in-page tabs, etc) still need to know which tab is currently active. There is a good implementation at http://www.health.govt.nz/your-health/conditions-and-treatments/disease

[Mahara-contributors] [Bug 1259388] [NEW] Input help text should be linked using ARIA

2013-12-09 Thread Jono Mingard
Public bug reported: It would be helpful for users of screen readers to be able to hear the help text assigned to form fields. Setting the aria-describedby attribute on the input is probably the best way to do this. This is especially important for inputs which require a specific format (such a

[Mahara-contributors] [Bug 1259393] [NEW] Required form fields are not obvious to screen readers

2013-12-09 Thread Jono Mingard
Public bug reported: Required form fields are denoted by asterisks in Mahara (as in most websites), but the asterisks are not inside the tag and are therefore not read out by screen readers. People who use screen readers still need to know that the fields are required. Possible solutions inclu

[Mahara-contributors] [Bug 1259379] Re: Delete buttons in Journal have incorrect value

2013-12-09 Thread Jono Mingard
** Description changed: Currently delete buttons in the Journal (both when listing Journals and listing entries in a Journal) have value="1" A proper value (such as "Delete") needs to be explicitly added in artefact/blog/lib.php Affects latest master + + (WCAG Level A) -- You receive

[Mahara-contributors] [Bug 1259393] Re: Required form fields are not obvious to screen readers

2013-12-09 Thread Jono Mingard
** Description changed: Required form fields are denoted by asterisks in Mahara (as in most websites), but the asterisks are not inside the tag and are therefore not read out by screen readers. People who use screen readers still need to know that the fields are required. Possible solution

[Mahara-contributors] [Bug 1259388] Re: Input help text should be linked using ARIA

2013-12-09 Thread Jono Mingard
** Description changed: It would be helpful for users of screen readers to be able to hear the help text assigned to form fields. Setting the aria-describedby attribute on the input is probably the best way to do this. This is especially important for inputs which require a specific format (

[Mahara-contributors] [Bug 1259394] [NEW] Help links in forms are not keyboard-accessible

2013-12-09 Thread Jono Mingard
Public bug reported: Currently, users of screen readers can see help links (the blue icons in forms) and can activate them but cannot easily interact with the popup that appears since it's inserted into the HTML in a different place from the link. A possible way to do this is - Add tabindex="-1"

[Mahara-contributors] [Bug 1259395] [NEW] HTML lang attribute is not specified

2013-12-09 Thread Jono Mingard
Public bug reported: For screen readers it's important to specify the lang attribute in the top-level element. The attribute should be set to the primary language of the document (so the screen reader can read it in the right language) Affects latest master (WCAG Level A) ** Affects: mahara

[Mahara-contributors] [Bug 1259378] Re: Profile pictures have inconsistent alt text

2013-12-09 Thread Jono Mingard
** Description changed: When editing profile pictures (Content -> Profile pictures), uploaded profile pictures have the filename as their alt text. This should be changed to the image title if provided. The user's profile picture on the homepage has null alt-text (which is specified i

[Mahara-contributors] [Bug 1259397] [NEW] Dropdown navigation is not accessible

2013-12-09 Thread Jono Mingard
Public bug reported: While tabbed navigation is accessible to users of screen readers, dropdown navigation is not. The dropdown links can be activated using the keyboard but only the first sub-page can be accessed (the submenu cannot be accessed using the keyboard) There are various options for h

[Mahara-contributors] [Bug 1259401] [NEW] Dashboard info (Create and Collect, ...) is hard to understand when using a screen reader

2013-12-09 Thread Jono Mingard
Public bug reported: The large info section on the Dashboard (Create and Collect, Organise, Share and Network) is hard to navigate using a screen reader because of the complexity of the section. - All images need appropriate alt text - The HTML structure should be simplified so that links are ea

[Mahara-contributors] [Bug 1259388] Re: Input help text should be linked using ARIA

2013-12-09 Thread Jono Mingard
** Description changed: It would be helpful for users of screen readers to be able to hear the help text assigned to form fields. Setting the aria-describedby attribute on the input is probably the best way to do this. This is especially important for inputs which require a specific format (

[Mahara-contributors] [Bug 1259393] Re: Required form fields are not obvious to screen readers

2013-12-09 Thread Jono Mingard
** Description changed: Required form fields are denoted by asterisks in Mahara (as in most websites), but the asterisks are not inside the tag and are therefore not read out by screen readers. People who use screen readers still need to know that the fields are required. Possible solution

[Mahara-contributors] [Bug 1259359] Re: Use of tabindex is confusing for screen readers

2013-12-09 Thread Jono Mingard
** Description changed: Mahara (latest master) uses the tabindex attribute on various forms and buttons, overriding the standard tab order. For screen reader users this is a dealbreaker in many areas, since the elements appear out-of-order when tabbing through the page. Tab indexing i

[Mahara-contributors] [Bug 1259397] Re: Dropdown navigation is not accessible

2013-12-09 Thread Jono Mingard
** Description changed: While tabbed navigation is accessible to users of screen readers, dropdown navigation is not. The dropdown links can be activated using the keyboard but only the first sub-page can be accessed (the submenu cannot be accessed using the keyboard) There are variou

[Mahara-contributors] [Bug 1259402] [NEW] "Learn more" link when posting on a Wall is not descriptive

2013-12-09 Thread Jono Mingard
Public bug reported: When posting to a user's wall, the explanation that BBCode can be used ends in a link with text "Learn more". This is not descriptive enough for screen reader users who are moving through a list of links - the link text should describe where it goes when taken out of contex

[Mahara-contributors] [Bug 1259404] [NEW] New friend request message is not fully accessible

2013-12-09 Thread Jono Mingard
Public bug reported: When receiving a friend request, the notification (in Inbox) talks about clicking "the link below" to confirm the request. This should be changed to something like "the following link" to conform to WCAG specifications - currently the instructions rely on the visual location o

[Mahara-contributors] [Bug 1259405] [NEW] Screen readers do not detect Unsubscribe button in forums

2013-12-09 Thread Jono Mingard
Public bug reported: When listing Forums (in Groups -> a group -> Forums) screen readers report that the third column of the table showing forums is blank, when in reality it contains an Unsubscribe button for each forum. This may be because the button is in a sub-table (causing the screen reade

[Mahara-contributors] [Bug 1259408] [NEW] The status of notifications in "Recent Activity" is not accessible to screen readers

2013-12-09 Thread Jono Mingard
Public bug reported: Currently, the only way to tell if a notification is unread in the Recent Activity module on the homepage is whether it's in bold text or not. Screen readers cannot detect this so people using them cannot tell if a message has been read. Two options to deal with this are -

[Mahara-contributors] [Bug 1259409] [NEW] "Delete" and "Mark Read" checkboxes in Inbox need labels

2013-12-09 Thread Jono Mingard
Public bug reported: Currently the checkboxes to delete notifications or mark them as read (in Inbox) do not have labels and are therefore confusing to screen readers. Ideally they should have labels like "Mark for deletion" to make their purpose obvious. Affects latest master (using Orca 3.4.2

[Mahara-contributors] [Bug 1259411] [NEW] Table headers in Inbox are not read properly by screen readers

2013-12-09 Thread Jono Mingard
Public bug reported: When navigating the notifications table in the Inbox using a screen reader, "Read" and "Delete" are not read out as column headers - instead "Select All" is read. This issue is probably due to having a in the table header and would be fixed if "Select All" could be moved e