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

2015-09-09 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/5214
Committed: 
https://git.nzoss.org.nz/mahara/mahara/commit/7ea48590d6ecb74e244a1193fa86d35f3bef94b3
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:master

commit 7ea48590d6ecb74e244a1193fa86d35f3bef94b3
Author: Robert Lyon 
Date:   Fri Sep 4 12:51:48 2015 +1200

Bug 1486766: Dealing with array of usernames with webservice search

The select2 username picker returns an array of user ids but the log
search can only handle one user so we only want the first of the array

behatnotneeded

Change-Id: I9efd12d73ecfb640e7a96332538aaa1f27d0176e
Signed-off-by: Robert Lyon 

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

Title:
  Error message when searching for users in web services logs

Status in Mahara:
  Fix Committed

Bug description:
  master 15.10dev

  
  When you search for a user on /webservice/admin/webservicelogs.php and click 
the "Go" button, you get the following error messages:

  [WAR] d7 (lib/dml.php:1578) Array to string conversion
  Call stack (most recent first):

  log_message("Array to string conversion", 8, true, true, 
"/home/kristina/code/mahara/htdocs/lib/dml.php", 1578) at 
/home/kristina/code/mahara/htdocs/lib/errors.php:441
  error(8, "Array to string conversion", 
"/home/kristina/code/mahara/htdocs/lib/dml.php", 1578, array(size 4)) at 
Unknown:0
  implode(",", array(size 1)) at 
/home/kristina/code/mahara/htdocs/lib/dml.php:1578
  create_sql_exception_message(object(ADODB_Exception), "SELECT "username" 
FROM "usr" WHERE "id" = ? ", array(size 1)) at 
/home/kristina/code/mahara/htdocs/lib/dml.php:480
  get_recordset_sql("SELECT "username" FROM "usr" WHERE "id" = ? ", 
array(size 1)) at /home/kristina/code/mahara/htdocs/lib/dml.php:791
  get_field_sql("SELECT "username" FROM "usr" WHERE "id" = ? ", array(size 
1)) at /home/kristina/code/mahara/htdocs/lib/dml.php:779
  get_field("usr", "username", "id", array(size 1)) at 
/home/kristina/code/mahara/htdocs/webservice/admin/webservicelogs.php:22

  [WAR] d7 (lib/errors.php:747) Failed to get a recordset: postgres8 error: 
[-1: ERROR:  invalid input syntax for integer: "Array"] in EXECUTE("SELECT 
"username" FROM "usr"  WHERE "id" = ? ")
  Command was: SELECT "username" FROM "usr"  WHERE "id" = ?  and values was 
(Array)
  Call stack (most recent first):

  log_message("Failed to get a recordset: postgres8 error: [-1: E...", 8, 
true, true) at /home/kristina/code/mahara/htdocs/lib/errors.php:97
  log_warn("Failed to get a recordset: postgres8 error: [-1: E...") at 
/home/kristina/code/mahara/htdocs/lib/errors.php:747
  SQLException->__construct("Failed to get a recordset: postgres8 error: 
[-1: E...") at /home/kristina/code/mahara/htdocs/lib/dml.php:480
  get_recordset_sql("SELECT "username" FROM "usr" WHERE "id" = ? ", 
array(size 1)) at /home/kristina/code/mahara/htdocs/lib/dml.php:791
  get_field_sql("SELECT "username" FROM "usr" WHERE "id" = ? ", array(size 
1)) at /home/kristina/code/mahara/htdocs/lib/dml.php:779
  get_field("usr", "username", "id", array(size 1)) at 
/home/kristina/code/mahara/htdocs/webservice/admin/webservicelogs.php:22

  [WAR] d7 (lib/dml.php:480) Failed to get a recordset: postgres8 error: [-1: 
ERROR:  invalid input syntax for integer: "Array"] in EXECUTE("SELECT 
"username" FROM "usr"  WHERE "id" = ? ")
  Command was: SELECT "username" FROM "usr"  WHERE "id" = ?  and values was 
(Array)
  Call stack (most recent first):

  get_recordset_sql("SELECT "username" FROM "usr" WHERE "id" = ? ", 
array(size 1)) at /home/kristina/code/mahara/htdocs/lib/dml.php:791
  get_field_sql("SELECT "username" FROM "usr" WHERE "id" = ? ", array(size 
1)) at /home/kristina/code/mahara/htdocs/lib/dml.php:779
  get_field("usr", "username", "id", array(size 1)) at 
/home/kristina/code/mahara/htdocs/webservice/admin/webservicelogs.php:22

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

2015-09-09 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/5237
Committed: 
https://git.nzoss.org.nz/mahara/mahara/commit/e418a9affc07f97139d165e212a6186f87401de9
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:master

commit e418a9affc07f97139d165e212a6186f87401de9
Author: Aaron Wells 
Date:   Tue Sep 8 16:00:46 2015 +1200

Remove references to style/skin.css (Bug 1490231)

skin.css was a static CSS file that styled some of the pages
where users design skins. But it's no longer needed in
15.10dev.

behatnotneeded

Change-Id: Id597ed75c3d5de54a19611bb9480de3fd1ee69ad

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

Title:
  skin.css is missing

Status in Mahara:
  Fix Committed

Bug description:
  15.10dev latest master

  When skins are enabled on a site and site admin adds a site skin,
  there is a debug message:

  [DBG] f8 (lib/web.php:1176) Missing file in theme raw: style/skin.css

  and the /skin/thumb.php?id=1 is very blurry.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1490231/+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 1486763] Re: Wrong comment is deleted

2015-09-09 Thread Kristina Hoeppner
This also needs to be tested with nested comments turned on.

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

Title:
  Wrong comment is deleted

Status in Mahara:
  In Progress

Bug description:
  master 15.10dev

  Discovered by Pat:

  When you have two comments and want to delete the second one, the
  first one is actually deleted.

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

2015-09-09 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/5232
Committed: 
https://git.nzoss.org.nz/mahara/mahara/commit/3a857df5c2d7e0782fc97b10cf17208abe0dd8bb
Submitter: Son Nguyen (son.ngu...@catalyst.net.nz)
Branch:master

commit 3a857df5c2d7e0782fc97b10cf17208abe0dd8bb
Author: Robert Lyon 
Date:   Tue Sep 8 11:55:19 2015 +1200

Bug 1493169: Getting the wall posts to display when first added

Making sure the js adds them in correctly

behatnotneeded

Change-Id: I40dc33cd879cd1a17a2bd547031acfb22712c7b8
Signed-off-by: Robert Lyon 

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

Title:
  New wall post not updating page correctly via js

Status in Mahara:
  In Progress

Bug description:
  When I got to a user's profile page that has no wall posts on it I see
  'No wall posts to display'.

  So I add a couple of wall posts and the 'No wall posts to display'
  text goes away but the posts text doesn't appear until I refresh the
  page.

  So it looks like there is a problem with the js updating the page when
  you make a post

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

2015-09-09 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/5213
Committed: 
https://git.nzoss.org.nz/mahara/mahara/commit/bd3eddf42705d08bc3e10334e8ac35afa3c0fe8f
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:master

commit bd3eddf42705d08bc3e10334e8ac35afa3c0fe8f
Author: Robert Lyon 
Date:   Fri Sep 4 12:22:28 2015 +1200

Bug 1485791: Need to hide the continue link until the site is installed

behatnotneeded

Change-Id: I9d1c3625e9be532e662cab6e7f93f83f882637f2
Signed-off-by: Robert Lyon 

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

Title:
  "Successfully installed Mahara" message displayed during Mahara
  installation process

Status in Mahara:
  Fix Committed

Bug description:
  To replicate the issue please follow these steps:

  1. Start new Mahara 15.10 installation process by clicking "Install Mahara" 
button
  2. Mahara 15.10 installation starts
  3. Scroll to the end of that page while install is performing. At the bottom 
of the page you can see "Successfully installed Mahara. Continue" message. In 
previous versions that message was NOT displayed until install proccess ended.
  4. If you click the "Continue" link you are transfered to the beginning of 
the install process e.g. the first page
  5. Now if you click the "Install Mahara" button again then the error occurs

  Aaron thinks this bug is connected to Bootstrap. The message was
  probably mared with "hidden" CSS class which should be removed after
  installation is done. Probably because of the Bootstrap theme changes,
  the code that hides/displays it is no longer working properly.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1485791/+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 1485791] Re: "Successfully installed Mahara" message displayed during Mahara installation process

2015-09-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 forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1485791

Title:
  "Successfully installed Mahara" message displayed during Mahara
  installation process

Status in Mahara:
  Fix Committed

Bug description:
  To replicate the issue please follow these steps:

  1. Start new Mahara 15.10 installation process by clicking "Install Mahara" 
button
  2. Mahara 15.10 installation starts
  3. Scroll to the end of that page while install is performing. At the bottom 
of the page you can see "Successfully installed Mahara. Continue" message. In 
previous versions that message was NOT displayed until install proccess ended.
  4. If you click the "Continue" link you are transfered to the beginning of 
the install process e.g. the first page
  5. Now if you click the "Install Mahara" button again then the error occurs

  Aaron thinks this bug is connected to Bootstrap. The message was
  probably mared with "hidden" CSS class which should be removed after
  installation is done. Probably because of the Bootstrap theme changes,
  the code that hides/displays it is no longer working properly.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1485791/+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 1494022] Re: Pdf block not loading pdf in 15.10

2015-09-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 forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1494022

Title:
  Pdf block not loading pdf in 15.10

Status in Mahara:
  Fix Committed

Bug description:
  There is a syntax error displayed in console instead

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

2015-09-09 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/5246
Committed: 
https://git.nzoss.org.nz/mahara/mahara/commit/519018f5d759d6d82e7e9ea0670c2651a5552765
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:master

commit 519018f5d759d6d82e7e9ea0670c2651a5552765
Author: Robert Lyon 
Date:   Thu Sep 10 09:40:55 2015 +1200

Bug 1494022: Fully commenting out of console message

Previously only the first line was commented out and so was breaking
the js rendering

Change-Id: Ica78b232acfda2eae4d07b082b33e3faef887559
Signed-off-by: Robert Lyon 

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

Title:
  Pdf block not loading pdf in 15.10

Status in Mahara:
  Fix Committed

Bug description:
  There is a syntax error displayed in console instead

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

2015-09-09 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/5245
Committed: 
https://git.nzoss.org.nz/mahara/mahara/commit/5db6557a684fe1a20795c8f8baf31da1316d9a1f
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:master

commit 5db6557a684fe1a20795c8f8baf31da1316d9a1f
Author: Son Nguyen 
Date:   Thu Sep 10 09:08:56 2015 +1200

Update PEAR, Archive_Tar, and Log. Bug 1384492

behatnotneeded

Change-Id: Idd2e5169a615da71de5025ebb998e10bcae735c0

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

Title:
  update Pear to version 1.9.5

Status in Mahara:
  In Progress

Bug description:
  currently 1.9.4

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1384492/+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 1483963] Re: Statistics for active users by institution

2015-09-09 Thread Son Nguyen
** 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/1483963

Title:
  Statistics for active users by institution

Status in Mahara:
  Fix Committed

Bug description:
  Needing to record/display when users have logged in better and display
  this info per institution on admin statistics page

  Currently we only record lastlogin and lastlastlogin which is not
  robust enough to tell us if a user logs in once per month or many
  times per month.

  We need to record when a user logs in every time they successfully do
  so.

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

2015-09-09 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/5159
Committed: 
https://git.nzoss.org.nz/mahara/mahara/commit/fea70e8240df73f1a759529bd9d305c71f66e498
Submitter: Son Nguyen (son.ngu...@catalyst.net.nz)
Branch:master

commit fea70e8240df73f1a759529bd9d305c71f66e498
Author: Robert Lyon 
Date:   Fri Aug 21 10:46:18 2015 +1200

Bug 1483963: Fixing issue with reorder table column headers

behatnotneeded

Change-Id: Id6d0439b6cef2fa632ba375489bc3e7c2d0f9990
Signed-off-by: Robert Lyon 

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

Title:
  Statistics for active users by institution

Status in Mahara:
  Fix Committed

Bug description:
  Needing to record/display when users have logged in better and display
  this info per institution on admin statistics page

  Currently we only record lastlogin and lastlastlogin which is not
  robust enough to tell us if a user logs in once per month or many
  times per month.

  We need to record when a user logs in every time they successfully do
  so.

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

2015-09-09 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/5249
Committed: 
https://git.nzoss.org.nz/mahara/mahara/commit/958b5f169e28cf4519db433b77d8ae1b5735d9ff
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:master

commit 958b5f169e28cf4519db433b77d8ae1b5735d9ff
Author: Jono Mingard 
Date:   Thu Sep 10 12:46:52 2015 +1200

Remove bootstrap-accessibility plugin (Bug #1465107)

Bootstrap now includes most of the features this adds by default,
and the plugin license means we probably can't use it anyway

Change-Id: Ic4f7d564373aa1750b590cd874e10454d90117ad

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

Title:
  Use the Bootstrap CSS framework

Status in Mahara:
  In Progress

Bug description:
  Mahara's CSS, and general front-end coding, is a bit chaotic. So for
  the past several months we've had a couple of front-end developers
  working on rewriting the entire Mahara front end to use the Bootstrap
  CSS framework. http://getbootstrap.com/css/

  This should make all of our front-end development work easier
  henceforth, as well as providing a nice set of standard widgets to
  make Mahara look better right away.

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

2015-09-09 Thread Mahara Bot
Patch for "master" branch: https://reviews.mahara.org/5249

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

Title:
  Use the Bootstrap CSS framework

Status in Mahara:
  In Progress

Bug description:
  Mahara's CSS, and general front-end coding, is a bit chaotic. So for
  the past several months we've had a couple of front-end developers
  working on rewriting the entire Mahara front end to use the Bootstrap
  CSS framework. http://getbootstrap.com/css/

  This should make all of our front-end development work easier
  henceforth, as well as providing a nice set of standard widgets to
  make Mahara look better right away.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1465107/+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 1486826] Re: "make minaccept" should skip code in third-party libraries

2015-09-09 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/1486826

Title:
  "make minaccept" should skip code in third-party libraries

Status in Mahara:
  Fix Committed

Bug description:
  Currently, "make minaccept" checks the code style of all changed lines
  in the latest git commit. This is usually a good thing, but falls down
  when a third-party library is added which doesn't follow Mahara's code
  style.

  The current convention for including third-party code is to put it in
  a new directory along with a README.Mahara file, so it would be nice
  if any code in such a directory was ignored by the code style checker.
  This would also remind people to add a README.Mahara along with their
  third party library ...

  Affects latest master

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

2015-09-09 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/5156
Committed: 
https://git.nzoss.org.nz/mahara/mahara/commit/c08c70ba1a62de137c9a7a798dde2bb9e13c80a4
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:master

commit c08c70ba1a62de137c9a7a798dde2bb9e13c80a4
Author: Jono Mingard 
Date:   Thu Aug 20 16:32:49 2015 +1200

Ignore libraries when checking code style (Bug #1486826)

Files in a directory containing a README.Mahara (or README.mahara)
file should now be ignored by the coding standards checker (and
therefore won't break "make minaccept").

behatnotneeded

Change-Id: Ibb24cb8e923117f1da6d954f4c336abdb5c0b05c

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

Title:
  "make minaccept" should skip code in third-party libraries

Status in Mahara:
  Fix Committed

Bug description:
  Currently, "make minaccept" checks the code style of all changed lines
  in the latest git commit. This is usually a good thing, but falls down
  when a third-party library is added which doesn't follow Mahara's code
  style.

  The current convention for including third-party code is to put it in
  a new directory along with a README.Mahara file, so it would be nice
  if any code in such a directory was ignored by the code style checker.
  This would also remind people to add a README.Mahara along with their
  third party library ...

  Affects latest master

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1486826/+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 1482446] Re: Alerts and status messages should be ARIA alerts

2015-09-09 Thread Jono Mingard
These work when using ChromeVox, so I assume this is a JAWS-specific bug
(maybe to do with having multiple alerts on the page when the site is
not in production mode). Closing, but feel free to reopen if something
like this crops up again.

** Changed in: mahara
   Status: Incomplete => Invalid

** Changed in: mahara
   Status: Invalid => Won't Fix

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

Title:
  Alerts and status messages should be ARIA alerts

Status in Mahara:
  Won't Fix

Bug description:
  When a form fails to submit (eg. an invalid login) or a request succeeds (eg. 
successfully deleting a page), a red or green alert is shown at the top of the 
page.
  However, this is not always obvious to screen reader users, so it would be 
good to explicitly mark this as an alert, probably using role="alert" ( see 
https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/ARIA_Techniques/Using_the_alert_role
 )

  Affects latest master

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1482446/+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 1384492] Re: update Pear to version 1.9.5

2015-09-09 Thread Kristina Hoeppner
** 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/1384492

Title:
  update Pear to version 1.9.5

Status in Mahara:
  Fix Committed

Bug description:
  currently 1.9.4

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1384492/+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 1485763] Re: Submissions to group; only last five submissions display

2015-09-09 Thread Kristina Hoeppner
** Changed in: mahara/15.10
   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/1485763

Title:
  Submissions to group; only last five submissions display

Status in Mahara:
  Fix Committed
Status in Mahara 15.04 series:
  Confirmed
Status in Mahara 15.10 series:
  Fix Committed

Bug description:
  In a Controlled group page, under heading "Submissions to this group",
  only the last five submissions are listed. Clicking on the link for
  the Next page displays "undefined" under the same heading; we expect
  to see earlier submissions. Even if there are 35 submissions
  (generating estimated 7 pages) links for only two pages are offered.

  Link on 2/Next/Last:
  https://[mahara]/group/view.php?id=723=723==5

  Steps to reproduce:
  1. With a user (teacher) with Site staff role, create a controlled group.
  2. Add at least six users (students) to the group.
  3. Logging in as each of the students in turn, submit a collection or page to 
the controlled group. (You may wish to view the list of entries under the 
group's 'Submissions to this group' heading as you go.)
  4. When you've submitted more than five collections or pages, the link to 
page 2 / Next will appear. Clicking on the link will display the Group page 
with 'Submissions to this group' = undefined.

  Mahara 15.04.1, Linux, mySQL
  I believe this is our first use of a Controlled group in this way since we 
upgraded a few months ago from v1.9 a few months ago.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1485763/+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 1493169] Re: New wall post not updating page correctly via js

2015-09-09 Thread Kristina Hoeppner
** 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/1493169

Title:
  New wall post not updating page correctly via js

Status in Mahara:
  Fix Committed

Bug description:
  When I got to a user's profile page that has no wall posts on it I see
  'No wall posts to display'.

  So I add a couple of wall posts and the 'No wall posts to display'
  text goes away but the posts text doesn't appear until I refresh the
  page.

  So it looks like there is a problem with the js updating the page when
  you make a post

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1493169/+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 1487290] Re: Better accessible text for inbox header link

2015-09-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 forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1487290

Title:
  Better accessible text for inbox header link

Status in Mahara:
  Fix Committed

Bug description:
  The Inbox link in the header currently only contains the number of
  unread messages, making it confusing for screen reader users. There
  should be hidden text added so that it's clear what the link does
  ("Inbox: 7" would be good enough).

  Affects latest master

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

2015-09-09 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/5189
Committed: 
https://git.nzoss.org.nz/mahara/mahara/commit/3702ed591fdafa4ff1f1b78c4ae6a22037c16f2f
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:master

commit 3702ed591fdafa4ff1f1b78c4ae6a22037c16f2f
Author: Jono Mingard 
Date:   Fri Aug 28 15:00:33 2015 +1200

Focus new folder when folder created (Bug #1487304)

Whenever "Create folder" is clicked, focus should now go to the
title of the newly created folder

behatnotneeded

Change-Id: I35530b5715b3cf193d367f52431c6f8c2c54ed75

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

Title:
  When creating a folder, focus should go to the new folder

Status in Mahara:
  Fix Committed

Bug description:
  In the file browser (eg. Content -> Files) there is an option to
  "Create folder", which adds a new folder with AJAX. To make sure
  screen reader users are aware that this has worked, focus should be
  set to the newly created folder.

  Affects latest master

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1487304/+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 1484779] Re: Expanders in Site options are all ARIA-expanded by default

2015-09-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 forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1484779

Title:
  Expanders in Site options are all ARIA-expanded by default

Status in Mahara:
  Fix Committed

Bug description:
  In 15.10, the sections in Site options (/admin/site/options.php) use
  new Bootstrap expanders, with the ARIA-expanded attribute added for
  accessibility. However, on page load all the expanders have the
  attribute aria-expanded="1" despite being collapsed by default. This
  needs to be changed to aria-expanded="false" or equivalent.

  Affects latest master

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

2015-09-09 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/5179
Committed: 
https://git.nzoss.org.nz/mahara/mahara/commit/c0341d8383234527489a1cc18f814b160b5330c8
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:master

commit c0341d8383234527489a1cc18f814b160b5330c8
Author: Jono Mingard 
Date:   Thu Aug 27 17:05:26 2015 +1200

Add accessible text to inbox header link (Bug #1487290)

The link should now read "Inbox: " instead of just 

behatnotneeded

Change-Id: I767eba3c000554e35ab2e8b89d7ff8f28f15e7be

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

Title:
  Better accessible text for inbox header link

Status in Mahara:
  Fix Committed

Bug description:
  The Inbox link in the header currently only contains the number of
  unread messages, making it confusing for screen reader users. There
  should be hidden text added so that it's clear what the link does
  ("Inbox: 7" would be good enough).

  Affects latest master

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1487290/+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 1487304] Re: When creating a folder, focus should go to the new folder

2015-09-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 forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1487304

Title:
  When creating a folder, focus should go to the new folder

Status in Mahara:
  Fix Committed

Bug description:
  In the file browser (eg. Content -> Files) there is an option to
  "Create folder", which adds a new folder with AJAX. To make sure
  screen reader users are aware that this has worked, focus should be
  set to the newly created folder.

  Affects latest master

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

2015-09-09 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/5190
Committed: 
https://git.nzoss.org.nz/mahara/mahara/commit/1e7ec190ee8034c756a77748f9f0c89c171db1bd
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:master

commit 1e7ec190ee8034c756a77748f9f0c89c171db1bd
Author: Jono Mingard 
Date:   Fri Aug 28 15:09:12 2015 +1200

Fix aria-expanded attribute on pieforms fieldsets (Bug #1484779)

The attribute was being set in reverse (1 for collapsed, 0 for
expanded) so I've made it more explicit. Note this also fixes
various other pages (eg. "Settings" in "Add group") as well as the
reported bug

behatnotneeded

Change-Id: Id49fdca3db1d3585418179695b4ec60e6d3fc093

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

Title:
  Expanders in Site options are all ARIA-expanded by default

Status in Mahara:
  Fix Committed

Bug description:
  In 15.10, the sections in Site options (/admin/site/options.php) use
  new Bootstrap expanders, with the ARIA-expanded attribute added for
  accessibility. However, on page load all the expanders have the
  attribute aria-expanded="1" despite being collapsed by default. This
  needs to be changed to aria-expanded="false" or equivalent.

  Affects latest master

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

2015-09-09 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/5191
Committed: 
https://git.nzoss.org.nz/mahara/mahara/commit/0daa91c64ee898af7d492337766dda670d2c2c37
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:master

commit 0daa91c64ee898af7d492337766dda670d2c2c37
Author: Jono Mingard 
Date:   Fri Aug 28 15:22:43 2015 +1200

Fix descriptions in Add block accordion (Bug #1482461)

- Move the description after the title, to make the flow more
logical for screen reader users
- Also add the description as the title attribute of the link, so
it can be accessed by mouse users

behatnotneeded

Change-Id: I1c0369a1dcbe8216a244d24438e52fadfba39c10

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

Title:
  "Add block" accordion has useful descriptions only available to screen
  reader users

Status in Mahara:
  Fix Committed

Bug description:
  Each button in the page editor's "Add block" accordion has a screen-
  reader-only description (eg. "Image" is described as "A single image
  from your files area"). This is actually quite useful, so it would be
  nice if this could be accessed by sighted users as well (eg. by having
  it as the title attribute of the surrounding link)

  Also, these descriptions appear before the name of the block, making
  it hard to know what the actually title of the block is. Since they're
  essentially a subtitle, they should be moved so that they are read out
  after the title.

  Affects latest master

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1482461/+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 1487290] Re: Better accessible text for inbox header link

2015-09-09 Thread Robert Lyon
** Changed in: mahara
Milestone: None => 15.10.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/1487290

Title:
  Better accessible text for inbox header link

Status in Mahara:
  Fix Committed

Bug description:
  The Inbox link in the header currently only contains the number of
  unread messages, making it confusing for screen reader users. There
  should be hidden text added so that it's clear what the link does
  ("Inbox: 7" would be good enough).

  Affects latest master

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1487290/+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 1482461] Re: "Add block" accordion has useful descriptions only available to screen reader users

2015-09-09 Thread Robert Lyon
** Changed in: mahara
   Status: In Progress => Fix Committed

** Changed in: mahara
Milestone: None => 15.10.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/1482461

Title:
  "Add block" accordion has useful descriptions only available to screen
  reader users

Status in Mahara:
  Fix Committed

Bug description:
  Each button in the page editor's "Add block" accordion has a screen-
  reader-only description (eg. "Image" is described as "A single image
  from your files area"). This is actually quite useful, so it would be
  nice if this could be accessed by sighted users as well (eg. by having
  it as the title attribute of the surrounding link)

  Also, these descriptions appear before the name of the block, making
  it hard to know what the actually title of the block is. Since they're
  essentially a subtitle, they should be moved so that they are read out
  after the title.

  Affects latest master

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

2015-09-09 Thread Mahara Bot
Patch for "master" branch: https://reviews.mahara.org/5250

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

Title:
  Use the Bootstrap CSS framework

Status in Mahara:
  In Progress

Bug description:
  Mahara's CSS, and general front-end coding, is a bit chaotic. So for
  the past several months we've had a couple of front-end developers
  working on rewriting the entire Mahara front end to use the Bootstrap
  CSS framework. http://getbootstrap.com/css/

  This should make all of our front-end development work easier
  henceforth, as well as providing a nice set of standard widgets to
  make Mahara look better right away.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1465107/+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 1492081] Re: Accessibility problems with select2 4.0

2015-09-09 Thread Jono Mingard
The main issue is that screen readers don't read out the options when
the combo box is opened (pressing up/down visually changes the focused
item but doesn't give any audio feedback) - patch for this incoming

** Description changed:

- Mahara has recently upgraded to select2 4.0, but there appear to be 
outstanding accessibility issues with this version, eg. 
https://github.com/select2/select2/issues/3735
+ Mahara has recently upgraded to select2 4.0, but there appear to be 
outstanding accessibility issues with this version, eg. 
https://github.com/select2/select2/issues/3735 and 
https://github.com/select2/select2/issues/3744
  These need to be evaluated and fixed (more info coming when I've found out 
how serious they are ...)
  
  In addition, the user manual might need to be updated with a description
  of the new focus behaviour (needing to press Enter before starting to
  type) - however, an alternative could be to include this as an
  accessible description on the page itself.
  
  Affects latest master

** Changed in: mahara
 Assignee: (unassigned) => Jono Mingard (mingard)

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

Title:
  Accessibility problems with select2 4.0

Status in Mahara:
  In Progress

Bug description:
  Mahara has recently upgraded to select2 4.0, but there appear to be 
outstanding accessibility issues with this version, eg. 
https://github.com/select2/select2/issues/3735 and 
https://github.com/select2/select2/issues/3744
  These need to be evaluated and fixed (more info coming when I've found out 
how serious they are ...)

  In addition, the user manual might need to be updated with a
  description of the new focus behaviour (needing to press Enter before
  starting to type) - however, an alternative could be to include this
  as an accessible description on the page itself.

  Affects latest master

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

2015-09-09 Thread Mahara Bot
Patch for "master" branch: https://reviews.mahara.org/5251

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

Title:
  Accessibility problems with select2 4.0

Status in Mahara:
  In Progress

Bug description:
  Mahara has recently upgraded to select2 4.0, but there appear to be 
outstanding accessibility issues with this version, eg. 
https://github.com/select2/select2/issues/3735 and 
https://github.com/select2/select2/issues/3744
  These need to be evaluated and fixed (more info coming when I've found out 
how serious they are ...)

  In addition, the user manual might need to be updated with a
  description of the new focus behaviour (needing to press Enter before
  starting to type) - however, an alternative could be to include this
  as an accessible description on the page itself.

  Affects latest master

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

2015-09-09 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/5244
Committed: 
https://git.nzoss.org.nz/mahara/mahara/commit/2fd957f10333cf0027f851ecf7542577b9fd6f56
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:master

commit 2fd957f10333cf0027f851ecf7542577b9fd6f56
Author: Liam Sharpe 
Date:   Mon Aug 31 10:16:48 2015 +1200

Fixed the select2 placeholder text being cut off - Bug #1465107

behatnotneeded

Change-Id: I9d2a99344197bb05839fa7a1de627ddf59f9116f

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

Title:
  Use the Bootstrap CSS framework

Status in Mahara:
  In Progress

Bug description:
  Mahara's CSS, and general front-end coding, is a bit chaotic. So for
  the past several months we've had a couple of front-end developers
  working on rewriting the entire Mahara front end to use the Bootstrap
  CSS framework. http://getbootstrap.com/css/

  This should make all of our front-end development work easier
  henceforth, as well as providing a nice set of standard widgets to
  make Mahara look better right away.

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

2015-09-09 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/5205
Committed: 
https://git.nzoss.org.nz/mahara/mahara/commit/97c59a748cb18c418102431dafe9e697b9391e65
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:master

commit 97c59a748cb18c418102431dafe9e697b9391e65
Author: Son Nguyen 
Date:   Thu Sep 3 09:15:14 2015 +1200

Fix pagination in the list of submission to group. Bug 1485763

behatnotneeded: this is a regression (group/group_view_block.feature)

Change-Id: I4e4bc2430f6ae3d154ffe30266ebdad274f9ea45

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

Title:
  Submissions to group; only last five submissions display

Status in Mahara:
  In Progress
Status in Mahara 15.04 series:
  Confirmed
Status in Mahara 15.10 series:
  In Progress

Bug description:
  In a Controlled group page, under heading "Submissions to this group",
  only the last five submissions are listed. Clicking on the link for
  the Next page displays "undefined" under the same heading; we expect
  to see earlier submissions. Even if there are 35 submissions
  (generating estimated 7 pages) links for only two pages are offered.

  Link on 2/Next/Last:
  https://[mahara]/group/view.php?id=723=723==5

  Steps to reproduce:
  1. With a user (teacher) with Site staff role, create a controlled group.
  2. Add at least six users (students) to the group.
  3. Logging in as each of the students in turn, submit a collection or page to 
the controlled group. (You may wish to view the list of entries under the 
group's 'Submissions to this group' heading as you go.)
  4. When you've submitted more than five collections or pages, the link to 
page 2 / Next will appear. Clicking on the link will display the Group page 
with 'Submissions to this group' = undefined.

  Mahara 15.04.1, Linux, mySQL
  I believe this is our first use of a Controlled group in this way since we 
upgraded a few months ago from v1.9 a few months ago.

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

2015-09-09 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/5210
Committed: 
https://git.nzoss.org.nz/mahara/mahara/commit/a48767e597aa3b6be1019597b328c3b8f01847cb
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:master

commit a48767e597aa3b6be1019597b328c3b8f01847cb
Author: Robert Lyon 
Date:   Fri Sep 4 10:28:36 2015 +1200

Bug 1486813: Stop redirect to 'register site' page after each upgrade

By adding a cancel option to the register site form that clears the
new_registration_policy config setting.

behatnotneeded

Change-Id: I65cf7239b9fe021d17be387eeb8bfda9547c5032
Signed-off-by: Robert Lyon 

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

Title:
  Prompt for new stat data after upgrade needs a 'no thanks' option

Status in Mahara:
  Fix Committed
Status in Mahara 1.10 series:
  New
Status in Mahara 1.9 series:
  New
Status in Mahara 15.04 series:
  New

Bug description:
  With the patch for Bug 1450334 an admin on upgrade is redirected to
  the Register site page.

  If they navigate away rather than deciding to register the check
  'new_registration_policy' is still active.

  This means that if the user upgrades again (or upgrades a plugin )
  they are again redirected to the register site page.

  We need to alter the register site form so that there is a 'no thanks'
  (cancel) option that updates the 'new_registration_policy' to false as
  well otherwise it will get a bit annoying for those not wanting to
  register their site.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1486813/+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 1486813] Re: Prompt for new stat data after upgrade needs a 'no thanks' option

2015-09-09 Thread Kristina Hoeppner
** 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/1486813

Title:
  Prompt for new stat data after upgrade needs a 'no thanks' option

Status in Mahara:
  Fix Committed
Status in Mahara 1.10 series:
  New
Status in Mahara 1.9 series:
  New
Status in Mahara 15.04 series:
  New

Bug description:
  With the patch for Bug 1450334 an admin on upgrade is redirected to
  the Register site page.

  If they navigate away rather than deciding to register the check
  'new_registration_policy' is still active.

  This means that if the user upgrades again (or upgrades a plugin )
  they are again redirected to the register site page.

  We need to alter the register site form so that there is a 'no thanks'
  (cancel) option that updates the 'new_registration_policy' to false as
  well otherwise it will get a bit annoying for those not wanting to
  register their site.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1486813/+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 1494128] [NEW] view_access.ctime NULL/NOT-NULL is different on upgrade (from 1.3) or clean install

2015-09-09 Thread Aaron Wells
Public bug reported:

As reported on the forums:
https://mahara.org/interaction/forum/topic.php?id=7344

The view_access.ctime column was added in this commit:
https://git.mahara.org/mahara/mahara/commit/843b8263a67022cf9765839f4e227c5026e17295

The upgrade script for that commit creates it as a NULLable column,
while the install.xml for it creates it as a NOT NULL column.

So this results in some schema drift for sites that were created prior
to Mahara 1.4. There may also be a bug caused during 1.8.1 to 15.04.3
upgrades, due to this.

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

Title:
  view_access.ctime NULL/NOT-NULL is different on upgrade (from 1.3) or
  clean install

Status in Mahara:
  New

Bug description:
  As reported on the forums:
  https://mahara.org/interaction/forum/topic.php?id=7344

  The view_access.ctime column was added in this commit:
  
https://git.mahara.org/mahara/mahara/commit/843b8263a67022cf9765839f4e227c5026e17295

  The upgrade script for that commit creates it as a NULLable column,
  while the install.xml for it creates it as a NOT NULL column.

  So this results in some schema drift for sites that were created prior
  to Mahara 1.4. There may also be a bug caused during 1.8.1 to 15.04.3
  upgrades, due to this.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1494128/+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 1494133] Re: Fatal error upgrading 1.3->15.04 or 1.4->15.04

2015-09-09 Thread Aaron Wells
Also, apparently it is not sufficient to just test upgrades from a clean
1.1 install. It seems there are schema discrepancies unique to some of
the old major versions, so we need to clear those up and/or test from a
clean install from each of the old major versions we claim to support
upgrades from.

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

Title:
  Fatal error upgrading 1.3->15.04 or 1.4->15.04

Status in Mahara:
  New
Status in Mahara 15.04 series:
  In Progress
Status in Mahara 15.10 series:
  New

Bug description:
  To replicate:

  1. Clean install of Mahara 1.3 or 1.4
  2. Upgrade to Mahara 15.04 (via CLI; I haven't tested via the web upgraded)

  Expected result: Successful upgrade
  Actual result: Crashes with this fatal error:

  PHP Fatal error:  Uncaught exception 'SQLException' with message 'Failed to 
get a recordset: postgres8 error: [-18: ERROR:  relation "institution_config" 
does not exist
  LINE 1: SELECT field, value FROM "institution_config" WHERE "institu...
   ^] in EXECUTE("SELECT field, value FROM 
"institution_config" WHERE "institution" = ? ORDER BY field ")
  Command was: SELECT field, value FROM "institution_config" WHERE 
"institution" = ? ORDER BY field  and values was (mahara)' in 
mahara/htdocs/lib/dml.php:480
  Stack trace:
  #0 mahara/htdocs/lib/dml.php(429): get_recordset_sql('SELECT field, v...', 
Array)
  #1 mahara/htdocs/lib/dml.php(393): get_recordset_select('institution_con...', 
'"institution" =...', Array, 'field', 'field, value', '', '')
  #2 mahara/htdocs/lib/dml.php(719): get_recordset('institution_con...', 
'institution', 'mahara', 'field', 'field, value')
  #3 mahara/htdocs/lib/institution.php(277): get_records_menu('instit in 
/home/aaronw/www/mahara/htdocs/lib/dml.php on line 480

  Works fine when upgrading from 1.1, 1.2, or 1.5. So it's probably
  caused by some discrepancy between the 1.3 & 1.4 upgrade vs clean
  install.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1494133/+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 1494133] [NEW] Fatal error upgrading 1.3->15.04 or 1.4->15.04

2015-09-09 Thread Aaron Wells
Public bug reported:

To replicate:

1. Clean install of Mahara 1.3 or 1.4
2. Upgrade to Mahara 15.04 (via CLI; I haven't tested via the web upgraded)

Expected result: Successful upgrade
Actual result: Crashes with this fatal error:

PHP Fatal error:  Uncaught exception 'SQLException' with message 'Failed to get 
a recordset: postgres8 error: [-18: ERROR:  relation "institution_config" does 
not exist
LINE 1: SELECT field, value FROM "institution_config" WHERE "institu...
 ^] in EXECUTE("SELECT field, value FROM 
"institution_config" WHERE "institution" = ? ORDER BY field ")
Command was: SELECT field, value FROM "institution_config" WHERE "institution" 
= ? ORDER BY field  and values was (mahara)' in mahara/htdocs/lib/dml.php:480
Stack trace:
#0 mahara/htdocs/lib/dml.php(429): get_recordset_sql('SELECT field, v...', 
Array)
#1 mahara/htdocs/lib/dml.php(393): get_recordset_select('institution_con...', 
'"institution" =...', Array, 'field', 'field, value', '', '')
#2 mahara/htdocs/lib/dml.php(719): get_recordset('institution_con...', 
'institution', 'mahara', 'field', 'field, value')
#3 mahara/htdocs/lib/institution.php(277): get_records_menu('instit in 
/home/aaronw/www/mahara/htdocs/lib/dml.php on line 480

Works fine when upgrading from 1.1, 1.2, or 1.5. So it's probably caused
by some discrepancy between the 1.3 & 1.4 upgrade vs clean install.

** Affects: mahara
 Importance: High
 Status: New

** Affects: mahara/15.04
 Importance: High
 Assignee: Aaron Wells (u-aaronw)
 Status: In Progress

** Affects: mahara/15.10
 Importance: High
 Status: New

** Changed in: mahara
   Importance: Undecided => Medium

** Changed in: mahara
Milestone: None => 15.04.4

** Also affects: mahara/15.04
   Importance: Undecided
   Status: New

** Also affects: mahara/15.10
   Importance: Medium
   Status: New

** Changed in: mahara/15.04
Milestone: None => 15.10.0

** Changed in: mahara/15.04
   Importance: Undecided => High

** Changed in: mahara/15.10
   Importance: Medium => High

** Changed in: mahara/15.04
   Status: New => In Progress

** Changed in: mahara/15.04
 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/1494133

Title:
  Fatal error upgrading 1.3->15.04 or 1.4->15.04

Status in Mahara:
  New
Status in Mahara 15.04 series:
  In Progress
Status in Mahara 15.10 series:
  New

Bug description:
  To replicate:

  1. Clean install of Mahara 1.3 or 1.4
  2. Upgrade to Mahara 15.04 (via CLI; I haven't tested via the web upgraded)

  Expected result: Successful upgrade
  Actual result: Crashes with this fatal error:

  PHP Fatal error:  Uncaught exception 'SQLException' with message 'Failed to 
get a recordset: postgres8 error: [-18: ERROR:  relation "institution_config" 
does not exist
  LINE 1: SELECT field, value FROM "institution_config" WHERE "institu...
   ^] in EXECUTE("SELECT field, value FROM 
"institution_config" WHERE "institution" = ? ORDER BY field ")
  Command was: SELECT field, value FROM "institution_config" WHERE 
"institution" = ? ORDER BY field  and values was (mahara)' in 
mahara/htdocs/lib/dml.php:480
  Stack trace:
  #0 mahara/htdocs/lib/dml.php(429): get_recordset_sql('SELECT field, v...', 
Array)
  #1 mahara/htdocs/lib/dml.php(393): get_recordset_select('institution_con...', 
'"institution" =...', Array, 'field', 'field, value', '', '')
  #2 mahara/htdocs/lib/dml.php(719): get_recordset('institution_con...', 
'institution', 'mahara', 'field', 'field, value')
  #3 mahara/htdocs/lib/institution.php(277): get_records_menu('instit in 
/home/aaronw/www/mahara/htdocs/lib/dml.php on line 480

  Works fine when upgrading from 1.1, 1.2, or 1.5. So it's probably
  caused by some discrepancy between the 1.3 & 1.4 upgrade vs clean
  install.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1494133/+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 1494133] Re: Fatal error upgrading 1.3->15.04 or 1.4->15.04

2015-09-09 Thread Aaron Wells
Marked high priority because we claim to support upgrades from Mahara
1.1. So this is a fatal crash caused by supported behavior.

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

Title:
  Fatal error upgrading 1.3->15.04 or 1.4->15.04

Status in Mahara:
  New
Status in Mahara 15.04 series:
  In Progress
Status in Mahara 15.10 series:
  New

Bug description:
  To replicate:

  1. Clean install of Mahara 1.3 or 1.4
  2. Upgrade to Mahara 15.04 (via CLI; I haven't tested via the web upgraded)

  Expected result: Successful upgrade
  Actual result: Crashes with this fatal error:

  PHP Fatal error:  Uncaught exception 'SQLException' with message 'Failed to 
get a recordset: postgres8 error: [-18: ERROR:  relation "institution_config" 
does not exist
  LINE 1: SELECT field, value FROM "institution_config" WHERE "institu...
   ^] in EXECUTE("SELECT field, value FROM 
"institution_config" WHERE "institution" = ? ORDER BY field ")
  Command was: SELECT field, value FROM "institution_config" WHERE 
"institution" = ? ORDER BY field  and values was (mahara)' in 
mahara/htdocs/lib/dml.php:480
  Stack trace:
  #0 mahara/htdocs/lib/dml.php(429): get_recordset_sql('SELECT field, v...', 
Array)
  #1 mahara/htdocs/lib/dml.php(393): get_recordset_select('institution_con...', 
'"institution" =...', Array, 'field', 'field, value', '', '')
  #2 mahara/htdocs/lib/dml.php(719): get_recordset('institution_con...', 
'institution', 'mahara', 'field', 'field, value')
  #3 mahara/htdocs/lib/institution.php(277): get_records_menu('instit in 
/home/aaronw/www/mahara/htdocs/lib/dml.php on line 480

  Works fine when upgrading from 1.1, 1.2, or 1.5. So it's probably
  caused by some discrepancy between the 1.3 & 1.4 upgrade vs clean
  install.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1494133/+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 1384492] Re: update Pear to version 1.9.5

2015-09-09 Thread Son Nguyen
I don't know why we need to maintain PEAR and some pear packages in
mahara code. These can be easily installed and updated by system
administrator using 'pear install/upgrade' command.

By the way, I have updated these:

PEAR to 1.9.5
Archive_Tar to 1.4.0
Log to 1.12.9


** Changed in: mahara
 Assignee: (unassigned) => Son Nguyen (ngson2000)

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

Title:
  update Pear to version 1.9.5

Status in Mahara:
  In Progress

Bug description:
  currently 1.9.4

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

2015-09-09 Thread Mahara Bot
Patch for "master" branch: https://reviews.mahara.org/5245

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

Title:
  update Pear to version 1.9.5

Status in Mahara:
  In Progress

Bug description:
  currently 1.9.4

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

2015-09-09 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/5233
Committed: 
https://git.nzoss.org.nz/mahara/mahara/commit/27f1a5f2a77ff2492579a4468a855de535c89cc1
Submitter: Son Nguyen (son.ngu...@catalyst.net.nz)
Branch:master

commit 27f1a5f2a77ff2492579a4468a855de535c89cc1
Author: Son Nguyen 
Date:   Tue Sep 8 12:47:45 2015 +1200

Remove the top '/' when downloading the home folder. Bug 1437083

behatnotneeded

Change-Id: I12f3be46df1042a77f719be9ae8dcec535f3959a

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

Title:
  Download zip file of home folder, can't be extracted in Windows

Status in Mahara:
  In Progress
Status in Mahara 1.10 series:
  Confirmed
Status in Mahara 15.04 series:
  Confirmed
Status in Mahara 15.10 series:
  In Progress

Bug description:
  Version: 15.04rc1

  OS: Windows 7
  Browser: Firefox 36.0.4

  If download zip file of home (parent) folder, error message displayed
  when try to extract zipped folder. Try this with sub folders (child
  folders) seems to work fine.

  1. In Mahara, click Content > Files
  2. Click 'Download folder content as a zip file'
  3. On downloaded zipped folder right-click and select 'Extract All...' then 
click the 'Extract' button
  4. Error message displayed (attached)

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

2015-09-09 Thread Mahara Bot
Patch for "master" branch: https://reviews.mahara.org/5246

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

Title:
  Pdf block not loading pdf in 15.10

Status in Mahara:
  In Progress

Bug description:
  There is a syntax error displayed in console instead

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1494022/+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 1494022] [NEW] Pdf block not loading pdf in 15.10

2015-09-09 Thread Robert Lyon
Public bug reported:

There is a syntax error displayed in console instead

** Affects: mahara
 Importance: High
 Assignee: Robert Lyon (robertl-9)
 Status: 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/1494022

Title:
  Pdf block not loading pdf in 15.10

Status in Mahara:
  In Progress

Bug description:
  There is a syntax error displayed in console instead

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

2015-09-09 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/5034
Committed: 
https://git.nzoss.org.nz/mahara/mahara/commit/d86115cbc75c35c6fd926bcf0bcbde0234852f61
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:master

commit d86115cbc75c35c6fd926bcf0bcbde0234852f61
Author: Robert Lyon 
Date:   Mon Aug 3 13:46:52 2015 +1200

Bug 1423410: eliminate bulk permission syncing on view/access.php page

Also allow the default selected option (this view/collection) from
being removable in the select2 selector

Change-Id: Ide9f23c0ea9c53a0eab0cf0306dda45c29e43f9d
Signed-off-by: Robert Lyon 

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

Title:
  Eliminate automatic bulk permission syncing (i.e. ditch
  view.accessconf)

Status in Mahara:
  Fix Committed

Bug description:
  It's confusing that we make secret URLs and sharing into two separate
  screens. Many other web applications also offer the functionality to
  create a secret URL, and they group it under the other sharing
  permissions.

  I believe the reason we have to separate them is because of how we
  handle bulk permissions currently. That is, every page & collection in
  Mahara has a "accessconf" field in the database, which is a hash of
  all their permissions. When you go to the Sharing screen, we look or
  other pages & collections with an identical hash (which means they
  have identical permissions), and we pre-tick the checkboxes for those
  ones.

  In essence, this means that every visit to the "Sharing" screen is
  treated as a "bulk" visit. And since secret URLs apply to an
  individual Page/Collection and not in bulk, it forces us to make them
  separate.

  But this is not a great way to do this. It often "gotchas" our users.
  For instance, if you go to edit the permissions on a page you've made
  Public, you will automatically edit the permissions for all of your
  Public pages, and you probably won't realize that, especially if you
  have a LOT of pages & collections.

  So what we should do is to stop making this screen automatically in
  bulk:

  1. We retain the checkboxes (or a Select2, see Bug 1423406), to allow
  for bulk operations

  2. BUT we DO NOT tick any checkboxes in advance.

  3. AND we DO NOT make the "current" page one of the options. You
  cannot untick it, because you are editing ITS permissions

  4. So if you do use the bulk selector under this new paradigm, what
  you're saying is, "make these specific other pages have the same
  permissions as this current page"

  This will have the advantage of 1) no longer surprising users by
  automatically bulk-changing permissions, 2) individualize the sharing
  screen, so that we can put Secret URLs onto it.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1423410/+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 1423410] Re: Eliminate automatic bulk permission syncing (i.e. ditch view.accessconf)

2015-09-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 forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1423410

Title:
  Eliminate automatic bulk permission syncing (i.e. ditch
  view.accessconf)

Status in Mahara:
  Fix Committed

Bug description:
  It's confusing that we make secret URLs and sharing into two separate
  screens. Many other web applications also offer the functionality to
  create a secret URL, and they group it under the other sharing
  permissions.

  I believe the reason we have to separate them is because of how we
  handle bulk permissions currently. That is, every page & collection in
  Mahara has a "accessconf" field in the database, which is a hash of
  all their permissions. When you go to the Sharing screen, we look or
  other pages & collections with an identical hash (which means they
  have identical permissions), and we pre-tick the checkboxes for those
  ones.

  In essence, this means that every visit to the "Sharing" screen is
  treated as a "bulk" visit. And since secret URLs apply to an
  individual Page/Collection and not in bulk, it forces us to make them
  separate.

  But this is not a great way to do this. It often "gotchas" our users.
  For instance, if you go to edit the permissions on a page you've made
  Public, you will automatically edit the permissions for all of your
  Public pages, and you probably won't realize that, especially if you
  have a LOT of pages & collections.

  So what we should do is to stop making this screen automatically in
  bulk:

  1. We retain the checkboxes (or a Select2, see Bug 1423406), to allow
  for bulk operations

  2. BUT we DO NOT tick any checkboxes in advance.

  3. AND we DO NOT make the "current" page one of the options. You
  cannot untick it, because you are editing ITS permissions

  4. So if you do use the bulk selector under this new paradigm, what
  you're saying is, "make these specific other pages have the same
  permissions as this current page"

  This will have the advantage of 1) no longer surprising users by
  automatically bulk-changing permissions, 2) individualize the sharing
  screen, so that we can put Secret URLs onto it.

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

2015-09-09 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/5243
Committed: 
https://git.nzoss.org.nz/mahara/mahara/commit/fd6500019400c5d80a6be4260b1b3d584130a15d
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:master

commit fd6500019400c5d80a6be4260b1b3d584130a15d
Author: Liam Sharpe 
Date:   Wed Sep 2 16:20:17 2015 +1200

The titles of pages and collections are no longer truncated - Bug
#1465107

behatnotneeded

Change-Id: I778ce16fcac23fa8f28d3d85a42ca207c852361a

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

Title:
  Use the Bootstrap CSS framework

Status in Mahara:
  In Progress

Bug description:
  Mahara's CSS, and general front-end coding, is a bit chaotic. So for
  the past several months we've had a couple of front-end developers
  working on rewriting the entire Mahara front end to use the Bootstrap
  CSS framework. http://getbootstrap.com/css/

  This should make all of our front-end development work easier
  henceforth, as well as providing a nice set of standard widgets to
  make Mahara look better right away.

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