[Mahara-contributors] [Bug 1271420] A patch has been submitted for review

2014-09-15 Thread Mahara Bot
Patch for master branch: https://reviews.mahara.org/3697

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

Title:
  Duplicate newlines in forum post notifications if you turn off the
  HTML editor

Status in Mahara ePortfolio:
  Confirmed
Status in Mahara 1.10 series:
  Confirmed
Status in Mahara 1.11 series:
  In Progress

Bug description:
  To replicate:

  1. Go to your user account settings and turn the HTML editor off
  2. Set the forum post delay to 0 minutes (to make testing quicker)
  3. Make a forum post that runs across multiple newlines.
  4. Look in your Inbox, and look at the email you receive

  Expected result: You should see one newline in the message for each newline 
in the original post
  Actual result: You'll see two newlines in the message for each one in the 
original post.

  This does not seem to happen when the HTML editor (TinyMCE) is active.
  Possibly TinyMCE strips out the newlines from the text before saving
  it.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1271420/+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 1364687] Re: Avoid query for existing artefact record when we know it's new.

2014-09-15 Thread Nigel Cunningham
** Tags added: performance

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

Title:
  Avoid query for existing artefact record when we know it's new.

Status in Mahara ePortfolio:
  In Progress

Bug description:
  When importing users from a CSV file, we can avoid the query for an
  existing artefact record when we know it doesn't exist (because we're
  being called from create_user). This shaves approximately 40% off the
  time for creating a user.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1364687/+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 1364669] Re: ArtfactType::commit - don't delete records when none exist

2014-09-15 Thread Nigel Cunningham
** Tags added: performance

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

Title:
  ArtfactType::commit - don't delete records when none exist

Status in Mahara ePortfolio:
  In Progress

Bug description:
  In ArtefactType::commit, we shouldn't bother calling delete_records if
  we know the artefact that is being committed is new. In testing the
  addition 2000 users from a CSV file, this patch shaved 4 seconds off
  the completion time.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1364669/+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 1364227] Re: In clean_html, skip html purifier if no tags are found

2014-09-15 Thread Nigel Cunningham
** Tags added: performance

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

Title:
  In clean_html, skip html purifier if no tags are found

Status in Mahara ePortfolio:
  In Progress

Bug description:
  In clean_html, check for a less than sign in the text at the start of
  execution. If there isn't one, the text can't have any HTML tags and
  can be returned after escaping HTML special characters. This avoids
  the execution time and memory requirements (at least potentially) of
  the HTML purifier library.

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

2014-09-15 Thread Mahara Bot
Patch for master branch: https://reviews.mahara.org/3698

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

Title:
  Allow a theme lang file

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Sometimes a theme may have a homeinfo.tpl file that contains hardcoded
  lang strings.

  But there is no relating lang file to make things easy to translate.

  So I've got the system to check for a theme language file.

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

2014-09-15 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/3698
Committed: 
http://gitorious.org/mahara/mahara/commit/b716d8ed302a73b29a9a4bdf8327a49a7f0bdc06
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:master

commit b716d8ed302a73b29a9a4bdf8327a49a7f0bdc06
Author: Aaron Wells aar...@catalyst.net.nz
Date:   Mon Sep 15 19:11:41 2014 +1200

Change theme lang files to follow naming convention of plugin naming
files

Bug 1362871
e.g.: theme/primaryschool/lang/en.utf8/theme.primaryschool.php

Change-Id: I267822316494778bd4fc879ccff8dfba97a29c1b

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

Title:
  Allow a theme lang file

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Sometimes a theme may have a homeinfo.tpl file that contains hardcoded
  lang strings.

  But there is no relating lang file to make things easy to translate.

  So I've got the system to check for a theme language file.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1362871/+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 1362871] Re: Allow a theme lang file

2014-09-15 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/1362871

Title:
  Allow a theme lang file

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  Sometimes a theme may have a homeinfo.tpl file that contains hardcoded
  lang strings.

  But there is no relating lang file to make things easy to translate.

  So I've got the system to check for a theme language file.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1362871/+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 548021] Re: Option to not have a display name on Views

2014-09-15 Thread Aaron Wells
Yep, the new patch addresses everything I wanted. :)

Hm, now that I see it, the report objectional material link on the top
of the page is kind of large, though. Maybe we should make it just the
icon, or get rid of it entirely.

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

Title:
  Option to not have a display name on Views

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Currently all views show a display name. It would be good to have an
  option to just have a view title without 'by display name'.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/548021/+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 1369569] [NEW] Search/Filter for the inbox/outbox

2014-09-15 Thread Tobias Zeuch
Public bug reported:

As notifications cannot be archived or stored in folders, it would be
nice to have a search/filter functionality for all the notifications in
your inbox/outbox.

We actually had this ready for some time and would like to upload that
(in case it's approved/appreciated) before any further work on the
notification system

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

Title:
  Search/Filter for the inbox/outbox

Status in Mahara ePortfolio:
  New

Bug description:
  As notifications cannot be archived or stored in folders, it would be
  nice to have a search/filter functionality for all the notifications
  in your inbox/outbox.

  We actually had this ready for some time and would like to upload that
  (in case it's approved/appreciated) before any further work on the
  notification system

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

2014-09-15 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/3297
Committed: 
http://gitorious.org/mahara/mahara/commit/338d6c2db4ca842337e8303d609ba4736356d689
Submitter: Son Nguyen (son.ngu...@catalyst.net.nz)
Branch:master

commit 338d6c2db4ca842337e8303d609ba4736356d689
Author: Robert Lyon robe...@catalyst.net.nz
Date:   Wed Apr 30 07:21:14 2014 +1200

Show only one 'Copy collection' button per collection (Bug #1314020)

When going to Portfolio - Collections - Copy a collection the 'Copy
collection' button only shows once per collection now.

When going to Portfolio - Pages - Copy a page the 'Copy
collection' button shows for each page in a collection still.

Change-Id: Ia742744f6c9fff0c93c0eeb1ed4c353c28a60b88
Signed-off-by: Robert Lyon robe...@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/1314020

Title:
  wishlist: usability: When listing collections to copy list once

Status in Mahara ePortfolio:
  In Progress

Bug description:
  HI All,

  When copying a collection the collection is listed as many times as the 
number of pages.
  This results in confusion for staff and students and is hard to write 
instructions for.
  For example: Search for collection X and copy it.
  Click the copy collection button for any of the items in the list that are 
called X, any page of Collection X will do. Ignore any results where 
collections are called other things. Collection names are on the left and page 
names are to the right of them.


  It would be great if when copying collections the collection is shown
  only once, regardless of how many pages it contains, since this
  doesn't really matter.

  Another idea for discussion: In the case of copying templates,
  complexity could be reduced further by eliminating the step where you
  can add other pages, since the template already has the necessary
  pages.

  Thanks,
  Shane.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1314020/+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 1367998] Re: Errors installing/upgrading 1.10dev via CLI

2014-09-15 Thread Robert Lyon
** 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/1367998

Title:
  Errors installing/upgrading 1.10dev via CLI

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  When trying to do a clean install of the current 1.10dev HEAD (commit
  7415cc3f159) via the command-line installer, I get a fatal error.
  Upgrading via the command-line upgrader also causes a fatal error.
  Installation  upgrading works fine through the web-based installer,
  only the command-line utilities are affected.

  Here's the output when I try to install:

  [INF] f0 (admin/cli/install.php:68) Installing Mahara
  [INF] f0 (lib/mahara.php:218) Installing core
  [INF] f0 (lib/upgrade.php:1304) Enabled 2 HTML filters.
  [INF] f0 (lib/mahara.php:218) Installing firstcoredata
  [INF] f0 (lib/mahara.php:218) Installing localpreinst
  [INF] f0 (lib/mahara.php:218) Installing artefact.blog
  [INF] f0 (lib/mahara.php:218) Installing toupgradecount
  [WAR] f0 (lib/mahara.php:252) Attempt to assign property of non-object
  Call stack (most recent first):
    * log_message(Attempt to assign property of non-object, 8, true, true, 
/home/aaronw/www/mahara/htdocs/lib/mahara.php, 252) at 
/home/aaronw/www/mahara/htdocs/lib/errors.php:439
    * error(2, Attempt to assign property of non-object, 
/home/aaronw/www/mahara/htdocs/lib/mahara.php, 252, array(size 5)) at 
/home/aaronw/www/mahara/htdocs/lib/mahara.php:252
    * upgrade_mahara(array(size 67)) at 
/home/aaronw/www/mahara/htdocs/admin/cli/install.php:69

  [WAR] f0 (lib/upgrade.php:428) First parameter must either be an object or 
the name of an existing class
  Call stack (most recent first):
    * log_message(First parameter must either be an object or the na..., 8, 
true, true, /home/aaronw/www/mahara/htdocs/lib/upgrade.php, 428) at 
/home/aaronw/www/mahara/htdocs/lib/errors.php:439
    * error(2, First parameter must either be an object or the na..., 
/home/aaronw/www/mahara/htdocs/lib/upgrade.php, 428, array(size 7)) at 
Unknown:0
    * property_exists(0requires_config) at 
/home/aaronw/www/mahara/htdocs/lib/upgrade.php:428
    * upgrade_plugin(0) at /home/aaronw/www/mahara/htdocs/lib/mahara.php:253
    * upgrade_mahara(array(size 67)) at 
/home/aaronw/www/mahara/htdocs/admin/cli/install.php:69

  [WAR] f0 (lib/upgrade.php:431) First parameter must either be an object or 
the name of an existing class
  Call stack (most recent first):
    * log_message(First parameter must either be an object or the na..., 8, 
true, true, /home/aaronw/www/mahara/htdocs/lib/upgrade.php, 431) at 
/home/aaronw/www/mahara/htdocs/lib/errors.php:439
    * error(2, First parameter must either be an object or the na..., 
/home/aaronw/www/mahara/htdocs/lib/upgrade.php, 431, array(size 7)) at 
Unknown:0
    * property_exists(0requires_parent) at 
/home/aaronw/www/mahara/htdocs/lib/upgrade.php:431
    * upgrade_plugin(0) at /home/aaronw/www/mahara/htdocs/lib/mahara.php:253
    * upgrade_mahara(array(size 67)) at 
/home/aaronw/www/mahara/htdocs/admin/cli/install.php:69

  [WAR] f0 (lib/errors.php:745) Field in where clause not in the update object
  Call stack (most recent first):
    * log_message(Field in where clause not in the update object, 8, true, 
true) at /home/aaronw/www/mahara/htdocs/lib/errors.php:95
    * log_warn(Field in where clause not in the update object) at 
/home/aaronw/www/mahara/htdocs/lib/errors.php:745
    * SQLException-__construct(Field in where clause not in the update 
object) at /home/aaronw/www/mahara/htdocs/lib/dml.php:1191
    * update_record(_installed, object(stdClass), name) at 
/home/aaronw/www/mahara/htdocs/lib/upgrade.php:440
    * upgrade_plugin(0) at /home/aaronw/www/mahara/htdocs/lib/mahara.php:253
    * upgrade_mahara(array(size 67)) at 
/home/aaronw/www/mahara/htdocs/admin/cli/install.php:69

  [WAR] f0 (lib/dml.php:1191) Field in where clause not in the update object
  Call stack (most recent first):
    * update_record(_installed, object(stdClass), name) at 
/home/aaronw/www/mahara/htdocs/lib/upgrade.php:440
    * upgrade_plugin(0) at /home/aaronw/www/mahara/htdocs/lib/mahara.php:253
    * upgrade_mahara(array(size 67)) at 
/home/aaronw/www/mahara/htdocs/admin/cli/install.php:69

  A nonrecoverable error occurred. This probably means you have
  encountered a bug in the system

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

2014-09-15 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/3692
Committed: 
http://gitorious.org/mahara/mahara/commit/5d1ea9b3b24612067b9840cbde6e696cd19a0858
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:master

commit 5d1ea9b3b24612067b9840cbde6e696cd19a0858
Author: Aaron Wells aar...@catalyst.net.nz
Date:   Thu Sep 11 14:58:37 2014 +1200

Fixing cli install / upgrade regression (Bug #1367998)

When you request that check_upgrades() checks for upgrades in all
components, the return data now includes a false component called
settings. I've moved disablelogin, newinstallcount and toupgradecount 
into that settings component.

Change-Id: I57e26e0e05848da607b8a44089c92547ebda078b

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

Title:
  Errors installing/upgrading 1.10dev via CLI

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  When trying to do a clean install of the current 1.10dev HEAD (commit
  7415cc3f159) via the command-line installer, I get a fatal error.
  Upgrading via the command-line upgrader also causes a fatal error.
  Installation  upgrading works fine through the web-based installer,
  only the command-line utilities are affected.

  Here's the output when I try to install:

  [INF] f0 (admin/cli/install.php:68) Installing Mahara
  [INF] f0 (lib/mahara.php:218) Installing core
  [INF] f0 (lib/upgrade.php:1304) Enabled 2 HTML filters.
  [INF] f0 (lib/mahara.php:218) Installing firstcoredata
  [INF] f0 (lib/mahara.php:218) Installing localpreinst
  [INF] f0 (lib/mahara.php:218) Installing artefact.blog
  [INF] f0 (lib/mahara.php:218) Installing toupgradecount
  [WAR] f0 (lib/mahara.php:252) Attempt to assign property of non-object
  Call stack (most recent first):
    * log_message(Attempt to assign property of non-object, 8, true, true, 
/home/aaronw/www/mahara/htdocs/lib/mahara.php, 252) at 
/home/aaronw/www/mahara/htdocs/lib/errors.php:439
    * error(2, Attempt to assign property of non-object, 
/home/aaronw/www/mahara/htdocs/lib/mahara.php, 252, array(size 5)) at 
/home/aaronw/www/mahara/htdocs/lib/mahara.php:252
    * upgrade_mahara(array(size 67)) at 
/home/aaronw/www/mahara/htdocs/admin/cli/install.php:69

  [WAR] f0 (lib/upgrade.php:428) First parameter must either be an object or 
the name of an existing class
  Call stack (most recent first):
    * log_message(First parameter must either be an object or the na..., 8, 
true, true, /home/aaronw/www/mahara/htdocs/lib/upgrade.php, 428) at 
/home/aaronw/www/mahara/htdocs/lib/errors.php:439
    * error(2, First parameter must either be an object or the na..., 
/home/aaronw/www/mahara/htdocs/lib/upgrade.php, 428, array(size 7)) at 
Unknown:0
    * property_exists(0requires_config) at 
/home/aaronw/www/mahara/htdocs/lib/upgrade.php:428
    * upgrade_plugin(0) at /home/aaronw/www/mahara/htdocs/lib/mahara.php:253
    * upgrade_mahara(array(size 67)) at 
/home/aaronw/www/mahara/htdocs/admin/cli/install.php:69

  [WAR] f0 (lib/upgrade.php:431) First parameter must either be an object or 
the name of an existing class
  Call stack (most recent first):
    * log_message(First parameter must either be an object or the na..., 8, 
true, true, /home/aaronw/www/mahara/htdocs/lib/upgrade.php, 431) at 
/home/aaronw/www/mahara/htdocs/lib/errors.php:439
    * error(2, First parameter must either be an object or the na..., 
/home/aaronw/www/mahara/htdocs/lib/upgrade.php, 431, array(size 7)) at 
Unknown:0
    * property_exists(0requires_parent) at 
/home/aaronw/www/mahara/htdocs/lib/upgrade.php:431
    * upgrade_plugin(0) at /home/aaronw/www/mahara/htdocs/lib/mahara.php:253
    * upgrade_mahara(array(size 67)) at 
/home/aaronw/www/mahara/htdocs/admin/cli/install.php:69

  [WAR] f0 (lib/errors.php:745) Field in where clause not in the update object
  Call stack (most recent first):
    * log_message(Field in where clause not in the update object, 8, true, 
true) at /home/aaronw/www/mahara/htdocs/lib/errors.php:95
    * log_warn(Field in where clause not in the update object) at 
/home/aaronw/www/mahara/htdocs/lib/errors.php:745
    * SQLException-__construct(Field in where clause not in the update 
object) at /home/aaronw/www/mahara/htdocs/lib/dml.php:1191
    * update_record(_installed, object(stdClass), name) at 
/home/aaronw/www/mahara/htdocs/lib/upgrade.php:440
    * upgrade_plugin(0) at /home/aaronw/www/mahara/htdocs/lib/mahara.php:253
    * upgrade_mahara(array(size 67)) at 
/home/aaronw/www/mahara/htdocs/admin/cli/install.php:69

  [WAR] f0 (lib/dml.php:1191) Field in where clause not in the update object
  Call stack (most recent first):
    * update_record(_installed, object(stdClass), name) at 
/home/aaronw/www/mahara/htdocs/lib/upgrade.php:440
    * upgrade_plugin(0) at 

[Mahara-contributors] [Bug 1369315] Re: Can't edit group homepage template on upgraded site

2014-09-15 Thread Aaron Wells
** Changed in: mahara
   Status: New = Triaged

** Changed in: mahara
   Importance: Undecided = High

** Changed in: mahara
   Status: Triaged = Incomplete

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

Title:
  Can't edit group homepage template on upgraded site

Status in Mahara ePortfolio:
  Incomplete

Bug description:
  Mahara 1.10 dev:

  I upgraded my user manual Mahara instance from Mahara 1.9 to 1.10dev,
  but don't have an edit button for the group homepage template under
  Admin - Config site - Pages. I do see one on a fresh install.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1369315/+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 1369370] Re: Clean expired passwords causes error when upgrading from 1.8

2014-09-15 Thread Aaron Wells
** Changed in: mahara
Milestone: None = 1.10.0

** Changed in: mahara
   Importance: Undecided = High

** Tags added: regression

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

Title:
  Clean expired passwords causes error when upgrading from 1.8

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Mahara: 1.10.0dev
  OS: Linux
  DB: Postgres
  Browser: any

  
  The change put in to fix the cleaning of expired passwords has introduced a 
bug that causes a duplicate error when trying to upgrade from 1.8 to 1.10.

  [WAR] b8 (lib/errors.php:739) Failed to get a recordset: postgres7 error: 
[-5: ERROR:  duplicate key value violates unique constraint cron_cal_uk, 
referer: http://d.mahara/admin/upgrade.php
  [Mon Sep 15 11:44:24 2014] [error] [client 192.168.124.138] [WAR] b8 
(lib/errors.php:739) DETAIL:  Key 
(callfunction)=(auth_clean_expired_password_requests) already exists.] in 
adodb_throw(INSERT INTO cron (callfunction, minute, hour, day, 
month, dayofweek) VALUES (?, ?, ?, ?, ?, ?), Array), referer: 
http://d.mahara/admin/upgrade.php
  [Mon Sep 15 11:44:24 2014] [error] [client 192.168.124.138] [WAR] b8 
(lib/errors.php:739) Command was: INSERT INTO cron (callfunction, minute, 
hour, day, month, dayofweek) VALUES (?, ?, ?, ?, ?, ?) and values was 
(auth_clean_expired_password_requests,5,0,*,*,*), referer: 
http://d.mahara/admin/upgrade.php
  [Mon Sep 15 11:44:24 2014] [error] [client 192.168.124.138] Call stack (most 
recent first):, referer: http://d.mahara/admin/upgrade.php
  [Mon Sep 15 11:44:24 2014] [error] [client 192.168.124.138]   * 
log_message(Failed to get a recordset: postgres7 error: [-5: E..., 8, true, 
true) at /var/www/maharacode/mahara/htdocs/lib/errors.php:95, referer: 
http://d.mahara/admin/upgrade.php
  [Mon Sep 15 11:44:24 2014] [error] [client 192.168.124.138]   * 
log_warn(Failed to get a recordset: postgres7 error: [-5: E...) at 
/var/www/maharacode/mahara/htdocs/lib/errors.php:739, referer: 
http://d.mahara/admin/upgrade.php
  [Mon Sep 15 11:44:24 2014] [error] [client 192.168.124.138]   * 
SQLException-__construct(Failed to get a recordset: postgres7 error: [-5: 
E...) at /var/www/maharacode/mahara/htdocs/lib/dml.php:1046, referer: 
http://d.mahara/admin/upgrade.php
  [Mon Sep 15 11:44:24 2014] [error] [client 192.168.124.138]   * 
insert_record(cron, object(stdClass), false, false) at 
/var/www/maharacode/mahara/htdocs/lib/dml.php:1133, referer: 
http://d.mahara/admin/upgrade.php
  [Mon Sep 15 11:44:24 2014] [error] [client 192.168.124.138]   * 
ensure_record_exists(cron, object(stdClass), object(stdClass)) at 
/var/www/maharacode/mahara/htdocs/lib/db/upgrade.php:3418, referer: 
http://d.mahara/admin/upgrade.php
  [Mon Sep 15 11:44:24 2014] [error] [client 192.168.124.138]   * 
xmldb_core_upgrade(2013101417) at 
/var/www/maharacode/mahara/htdocs/lib/upgrade.php:325, referer: 
http://d.mahara/admin/upgrade.php
  [Mon Sep 15 11:44:24 2014] [error] [client 192.168.124.138]   * 
upgrade_core(object(stdClass)) at 
/var/www/maharacode/mahara/htdocs/admin/upgrade.json.php:86, referer: 
http://d.mahara/admin/upgrade.php
  [Mon Sep 15 11:44:24 2014] [error] [client 192.168.124.138] , referer: 
http://d.mahara/admin/upgrade.php


  The reason is because the check if the record exists needs to pass a $where 
array that doesn't include the items to be updated.
  i.e. $where = array('callfunction' = 'auth_clean_expired_password_requests');

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1369370/+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 1348494] Re: Bulkdownload invocation of print_export_footer missing a parameter

2014-09-15 Thread Aaron Wells
*** This bug is a duplicate of bug 1364690 ***
https://bugs.launchpad.net/bugs/1364690

** This bug has been marked a duplicate of bug 1364690
   Fix the missing argument in print_export_footer

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

Title:
  Bulkdownload invocation of print_export_footer missing a parameter

Status in Mahara ePortfolio:
  Fix Committed
Status in Mahara 1.10 series:
  Fix Committed
Status in Mahara 1.11 series:
  Fix Committed

Bug description:
  admin/users/bulkdownload.php finishes with an invocation of
  print_export_footer, but the call is missing a parameter.

  Patch coming!

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1348494/+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 1369569] Re: Search/Filter for the inbox/outbox

2014-09-15 Thread Aaron Wells
This is one of the areas where Mahara is systemically lacking --
whenever you have a lot of anything (pages, groups, notifications) it
becomes hard to manage them. So we do need to add more
filtering/searching options for these things.

We won't be able to look at this for 1.10 of course, but I'd be
interested in looking at it for the next release.

** Changed in: mahara
   Status: New = Confirmed

** Changed in: mahara
   Importance: Undecided = Wishlist

** Tags added: usability

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

Title:
  Search/Filter for the inbox/outbox

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  As notifications cannot be archived or stored in folders, it would be
  nice to have a search/filter functionality for all the notifications
  in your inbox/outbox.

  We actually had this ready for some time and would like to upload that
  (in case it's approved/appreciated) before any further work on the
  notification system

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1369569/+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 1369569] Re: Search/Filter for the inbox/outbox

2014-09-15 Thread Aaron Wells
Mahara Bot didn't send the patch message through:
https://reviews.mahara.org/#/c/3699/

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

Title:
  Search/Filter for the inbox/outbox

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  As notifications cannot be archived or stored in folders, it would be
  nice to have a search/filter functionality for all the notifications
  in your inbox/outbox.

  We actually had this ready for some time and would like to upload that
  (in case it's approved/appreciated) before any further work on the
  notification system

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1369569/+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 1264098] Re: Whitelist more CSS3 options in skins

2014-09-15 Thread Robert Lyon
CSS comments get stripped out and this is a pain if you are trying to
comment your css to remember what the styles are doing.

See:
https://mahara.org/interaction/forum/topic.php?id=6443offset=0limit=10

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

Title:
  Whitelist more CSS3 options in skins

Status in Mahara ePortfolio:
  In Progress
Status in Mahara 1.10 series:
  In Progress
Status in Mahara 1.11 series:
  In Progress

Bug description:
  I tried to create a new skin with custom CSS code added to the
  Advanced tab.

  collection-nav ul {
columns: 2;
-webkit-columns: 2;
-moz-columns: 2;
  }

  When I save it, and then try to edit the skin, everything is deleted
  except:

  ul {
  }

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1264098/+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 1369830] [NEW] Comments in CSS disappear in page skins Custom CSS

2014-09-15 Thread Teresa Brady
Public bug reported:

This is more of a feature request.

We are currently on 1.9.2 on Linux w/ MySQL.

The issue is that when creating a page skin, comments in the CSS disappear from 
page skins Custom CSS area.
Is there a way of getting the comments to stay?
It is quite important that people can comment what their CSS affects - so if 
they make their skin available to others, other people can then know what to 
change, and how it will affect their style of their page.

For example:
/* This makes the page heading background transparent*/
#top-wrapper {
background: transparent;
} 

/* This makes the page footer background transparent*/
#footer-wrap {
background-color: transparent;
}

#footer {
background-color: transparent;
}

/* This will change the colour of the tabbed navigation in a collection*/
ul.colnav li a, ul.colnav li a:link, ul.colnav li a:visited, ul.colnav li 
a:active {
background:#A2F7FF;
color:#9F0DF6
}

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

Title:
  Comments in CSS disappear in page skins Custom CSS

Status in Mahara ePortfolio:
  New

Bug description:
  This is more of a feature request.

  We are currently on 1.9.2 on Linux w/ MySQL.

  The issue is that when creating a page skin, comments in the CSS disappear 
from page skins Custom CSS area.
  Is there a way of getting the comments to stay?
  It is quite important that people can comment what their CSS affects - so if 
they make their skin available to others, other people can then know what to 
change, and how it will affect their style of their page.

  For example:
  /* This makes the page heading background transparent*/
  #top-wrapper {
  background: transparent;
  } 

  /* This makes the page footer background transparent*/
  #footer-wrap {
  background-color: transparent;
  }

  #footer {
  background-color: transparent;
  }

  /* This will change the colour of the tabbed navigation in a collection*/
  ul.colnav li a, ul.colnav li a:link, ul.colnav li a:visited, ul.colnav li 
a:active {
  background:#A2F7FF;
  color:#9F0DF6
  }

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

2014-09-15 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/3486
Committed: 
http://gitorious.org/mahara/mahara/commit/9624d430e9b825f09073fdd536ae6954ce4905f1
Submitter: Aaron Wells (aar...@catalyst.net.nz)
Branch:master

commit 9624d430e9b825f09073fdd536ae6954ce4905f1
Author: Nigel Cunningham nig...@catalyst-au.net
Date:   Thu Jul 10 12:07:07 2014 +1000

(Bug548021) Add support for anonymising pages.

This patch adds support for anonymising pages.

It creates a site option in the General Settings section named 'Allow
anonymous pages' that must be checked for any page to be anonymised.

If the site option is enabled, a new 'Anonymise' setting in the
'Edit title and description' tab of pages is enabled, allowing the owner
to request that this page be anonymised.

When both settings are enabled and a user views a page, two things may
happen to the author's information.

First, if the user is not logged in or does not have admin, staff or
owner privileges for the page, the author's name is replaced by the
anonymous text (defaulting to (Author's name hidden)) in both the
body of the page and the metadata author field.

If the user does have admin, staff or owner privileges for the page,
the author's name is anonymised as above except that the text displayed
is made into a link. When this link is clicked, the anonymous author
text is replaced by the normal author information for the page.

Anonymous pages displayed in the 'Latest pages' block and shared with
a group are also anonymised by this patch.

Change-Id: I2e2c92f641329a1a305cf58a5c5d47bf95436a8b
Signed-off-by: Nigel Cunningham nig...@catalyst-au.net

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

Title:
  Option to not have a display name on Views

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  Currently all views show a display name. It would be good to have an
  option to just have a view title without 'by display name'.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/548021/+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 548021] Re: Option to not have a display name on Views

2014-09-15 Thread Aaron Wells
** Changed in: mahara
   Status: In Progress = Fix Committed

** Changed in: mahara
   Importance: Critical = Wishlist

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

Title:
  Option to not have a display name on Views

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  Currently all views show a display name. It would be good to have an
  option to just have a view title without 'by display name'.

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

2014-09-15 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/3629
Committed: 
http://gitorious.org/mahara/mahara/commit/2dd9526a8fa6b3be3654f507f49049c57357ef86
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:master

commit 2dd9526a8fa6b3be3654f507f49049c57357ef86
Author: Aaron Wells aar...@catalyst.net.nz
Date:   Thu Aug 14 08:38:53 2014 +1200

Adding a default empty menu_items() method for interactions  modules

Bug 1356563

Change-Id: Ic238ab691e1738e5e28f13606c7da4862d1b4d9c

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

Title:
  Example plugin issue

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  https://mahara.org/interaction/forum/topic.php?id=6412

  Mahara 1.10dev:

  Basically if the sample module is installed and is not hidden then the
  setting, messages, and Logout menus are not displayed. If I hide the
  module then they are.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1356563/+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 1356563] Re: Example plugin issue

2014-09-15 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/1356563

Title:
  Example plugin issue

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  https://mahara.org/interaction/forum/topic.php?id=6412

  Mahara 1.10dev:

  Basically if the sample module is installed and is not hidden then the
  setting, messages, and Logout menus are not displayed. If I hide the
  module then they are.

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

2014-09-15 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/3416
Committed: 
http://gitorious.org/mahara/mahara/commit/9d7fa081b6365ac08fb1c20c2482dd1d42cab0bb
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:master

commit 9d7fa081b6365ac08fb1c20c2482dd1d42cab0bb
Author: Robert Lyon robe...@catalyst.net.nz
Date:   Fri Jun 6 09:37:25 2014 +1200

Removing old jscalendar (Bug #1267239)

We are now using jQuery-ui datepicker + timepicker

Change-Id: I518490fb04a224a08fc3853386ab5e0eee7d2964
Signed-off-by: Robert Lyon robe...@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/1267239

Title:
  Replace jscalendar with JQuery UI calendar

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Currently the DHTML date picker widget (for example the date field on
  /artefact/plans/edit/task.php) is not easy to navigate using a
  keyboard since it opens below all other elements and does not have
  focus set to it - this is confusing for screen reader users since
  activating the button appears to do nothing.

  The current date picker could be modified to be made accessible, or it
  could be replaced with another library (such as a variant of jQuery UI
  datepicker)

  Note that screen readers users can still enter dates manually so this
  is not essential for WCAG compliance.

  Affects latest master (using Orca 3.4.2)

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

2014-09-15 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/3414
Committed: 
http://gitorious.org/mahara/mahara/commit/bdac0f06557fffc89833e7456967dcfadc1b299c
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:master

commit bdac0f06557fffc89833e7456967dcfadc1b299c
Author: Robert Lyon robe...@catalyst.net.nz
Date:   Fri Jun 6 09:27:09 2014 +1200

Adding keybindings to timepicker (Bug #1267239)

Can now adjust hour/minute values with keyboard

The key bindings added for timepicker:
(to avoid clashes with existing key bindings)
ALT+UP: Move hour slider up one step
ALT+DOWN: Move hour slider down one step
SHIFT+LEFT: Move minute slider down one step
SHIFT+RIGHT: Move minute slider up one step

Change-Id: If073908f070eada92dfa4d010f28ed53f7ac3b04
Signed-off-by: Robert Lyon robe...@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/1267239

Title:
  Replace jscalendar with JQuery UI calendar

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Currently the DHTML date picker widget (for example the date field on
  /artefact/plans/edit/task.php) is not easy to navigate using a
  keyboard since it opens below all other elements and does not have
  focus set to it - this is confusing for screen reader users since
  activating the button appears to do nothing.

  The current date picker could be modified to be made accessible, or it
  could be replaced with another library (such as a variant of jQuery UI
  datepicker)

  Note that screen readers users can still enter dates manually so this
  is not essential for WCAG compliance.

  Affects latest master (using Orca 3.4.2)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1267239/+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 1369830] Re: Comments in CSS disappear in page skins Custom CSS

2014-09-15 Thread Teresa Brady
** Description changed:

  This is more of a feature request.
  
  We are currently on 1.9.2 on Linux w/ MySQL.
  
  The issue is that when creating a page skin, comments in the CSS disappear 
from page skins Custom CSS area.
  Is there a way of getting the comments to stay?
- It is quite important that people can comment what their CSS affects - so if 
they make their skin available to others, other people can then know what to 
change, and how it will affect their style of their page.
+ It is quite important that people can comment what their CSS affects - so if 
they make their skin available to others, other people can then know what to 
change, and how it will affect the style of their page skin.
  
  For example:
- /* This makes the page heading background transparent*/
- #top-wrapper {
- background: transparent;
- } 
+ /* This makes the page heading background transparent*/
+ #top-wrapper {
+ background: transparent;
+ }
  
- /* This makes the page footer background transparent*/
- #footer-wrap {
- background-color: transparent;
- }
+ /* This makes the page footer background transparent*/
+ #footer-wrap {
+ background-color: transparent;
+ }
  
- #footer {
- background-color: transparent;
- }
+ #footer {
+ background-color: transparent;
+ }
  
- /* This will change the colour of the tabbed navigation in a collection*/
- ul.colnav li a, ul.colnav li a:link, ul.colnav li a:visited, ul.colnav li 
a:active {
- background:#A2F7FF;
- color:#9F0DF6
- }
+ /* This will change the colour of the tabbed navigation in a collection*/
+ ul.colnav li a, ul.colnav li a:link, ul.colnav li a:visited, ul.colnav li 
a:active {
+ background:#A2F7FF;
+ color:#9F0DF6
+ }

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

Title:
  Comments in CSS disappear in page skins Custom CSS

Status in Mahara ePortfolio:
  New

Bug description:
  This is more of a feature request.

  We are currently on 1.9.2 on Linux w/ MySQL.

  The issue is that when creating a page skin, comments in the CSS disappear 
from page skins Custom CSS area.
  Is there a way of getting the comments to stay?
  It is quite important that people can comment what their CSS affects - so if 
they make their skin available to others, other people can then know what to 
change, and how it will affect the style of their page skin.

  For example:
  /* This makes the page heading background transparent*/
  #top-wrapper {
  background: transparent;
  }

  /* This makes the page footer background transparent*/
  #footer-wrap {
  background-color: transparent;
  }

  #footer {
  background-color: transparent;
  }

  /* This will change the colour of the tabbed navigation in a collection*/
  ul.colnav li a, ul.colnav li a:link, ul.colnav li a:visited, ul.colnav li 
a:active {
  background:#A2F7FF;
  color:#9F0DF6
  }

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

2014-09-15 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/3415
Committed: 
http://gitorious.org/mahara/mahara/commit/3340ef27d6ead60bf9e3aa9950d777e38bcf9a8c
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:master

commit 3340ef27d6ead60bf9e3aa9950d777e38bcf9a8c
Author: Robert Lyon robe...@catalyst.net.nz
Date:   Fri Jun 6 09:33:43 2014 +1200

Updating calendar pieform element to use datepicker/timepicker

(Bug #1267239)

The datepicker is now keyboard accessible but not fully screenreader
accessible - but the folks at datepicker are working on that

The key bindings you need to know for datepicker:
PAGE UP: Move to the previous month.
PAGE DOWN: Move to the next month.
CTRL+PAGE UP: Move to the previous year.
CTRL+PAGE DOWN: Move to the next year.
CTRL+HOME: Move to the current month. Open the datepicker if closed.
CTRL+LEFT: Move to the previous day.
CTRL+RIGHT: Move to the next day.
CTRL+UP: Move to the previous week.
CTRL+DOWN: Move the next week.
ENTER: Select the focused date.
ESC: Close the datepicker

The key bindings added for timepicker:
(to avoid clashes with existing key bindings)
ALT+UP: Move hour slider up one step
ALT+DOWN: Move hour slider down one step
SHIFT+LEFT: Move minute slider down one step
SHIFT+RIGHT: Move minute slider up one step

Also added the prev/next year button options

Change-Id: Iff857ba9efb23fd123de6af8f78ceffee9c0ac79
Signed-off-by: Robert Lyon robe...@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/1267239

Title:
  Replace jscalendar with JQuery UI calendar

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Currently the DHTML date picker widget (for example the date field on
  /artefact/plans/edit/task.php) is not easy to navigate using a
  keyboard since it opens below all other elements and does not have
  focus set to it - this is confusing for screen reader users since
  activating the button appears to do nothing.

  The current date picker could be modified to be made accessible, or it
  could be replaced with another library (such as a variant of jQuery UI
  datepicker)

  Note that screen readers users can still enter dates manually so this
  is not essential for WCAG compliance.

  Affects latest master (using Orca 3.4.2)

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

2014-09-15 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/3700
Committed: 
http://gitorious.org/mahara/mahara/commit/ffd8eb94be31036c460e368c1e2a478804cb0d03
Submitter: Aaron Wells (aar...@catalyst.net.nz)
Branch:master

commit ffd8eb94be31036c460e368c1e2a478804cb0d03
Author: Robert Lyon robe...@catalyst.net.nz
Date:   Tue Sep 16 17:15:45 2014 +1200

Fixing merge problem with upgrade script (Bug 548021)

missing a closing } on an if statement.

Change-Id: Icc0194e6c5753e006551afe50334a89937572f0a
Signed-off-by: Robert Lyon robe...@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/548021

Title:
  Option to not have a display name on Views

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  Currently all views show a display name. It would be good to have an
  option to just have a view title without 'by display name'.

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

2014-09-15 Thread Mahara Bot
Patch for master branch: https://reviews.mahara.org/3700

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

Title:
  Option to not have a display name on Views

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  Currently all views show a display name. It would be good to have an
  option to just have a view title without 'by display name'.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/548021/+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 1303491] Re: Update the Mahara-Moodle assignment plugin to work with the Moodle 2.3+ assignment module

2014-09-15 Thread Aaron Wells
Test instructions:

Okay, the tricky thing here is that there are multiple versions of the
Moodle-Mahara assignment submission plugin, and this patch should be
backwards compatible with all of them. I've run tests to make sure it
works in these combinations:

1. Moodle 2.6 + Portland U plugin: 
https://github.com/fellowapeman/moodle-assign_mahara
1a. To run the Portland U plugin you must also install a local plugin: 
https://github.com/fellowapeman/moodle-local_mahara

2. Moodle 2.3 + the Moodle 2.3 version of our fork of the plugin:
https://github.com/catalyst/moodle-assignsubmission-mahara/tree/moodle23

3. Moodle 2.6 + the Moodle 2.6 version of our fork of the plugin:
https://github.com/catalyst/moodle-assignsubmission-mahara/tree/moodle26

How to test:

1. Install the Moodle site  the Mahara site.

2. Set up Mnet between them (see instructions here:
https://wiki.mahara.org/index.php/User:Aaronw/Quick_Mnet_setup )

2. Set up a course in Moodle with an assignment activity using the
Mahara submission method. Also put a Network Servers block in that
course.

3. Log in as a student enrolled in that course. Go to the course and
click on the link to Mahara via the Network Servers block.

4. Create some pages and collections in Mahara.

5. Go back to Moodle (still as the student) and create your submission
for the assignment activity.

Expected result: If you're using the Portland U plugin or the Moodle 2.3
version of the Catalyst plugin, you should see a list of the student's
views available. If you're using the Moodle 2.6 version of the Catalyst
plugin, you should also see collections.

6. Add a view or collection to your assignment. Submit the assignment.

Expected result: The submitted view or assignment should now be locked
in Mahara. (Unless you're using the Portland U plugin, and have disabled
page locking)

7. Log out of the student, and log back into Moodle as a teacher. Go
back to the course and look at the gradebook for the assignment.

Expected result: You should see a link to the selected view/collection,
and you should be able to click it and see the view/collection in Mahara

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

Title:
  Update the Mahara-Moodle assignment plugin to work with the Moodle
  2.3+ assignment module

Status in Mahara ePortfolio:
  In Progress

Bug description:
  This is a bug to track the update to the Mahara assignment plugin type
  for Moodle.

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