[Mahara-contributors] [Bug 1558246] Re: Submitted collections in a group don't display for the admins

2016-03-22 Thread Robert Lyon
Hi Melvin,

When we first added the extra options to the group homepage's 'Group
pages' block there was a small issue with what is displayed. Normally
this can be fixed by editing the page, editing the block and re-saving
the block so the correct settings are set in the database.

Let me know if that works for you - or if the problem persists

Cheers

Robert

** Changed in: mahara
   Status: New => 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/1558246

Title:
  Submitted collections in a group don't display for the admins

Status in Mahara:
  Incomplete

Bug description:
  Hi guys!

  I don't know if this is a regression from 1.10, but we found a major
  bug in our 15.04.5 Mahara. In short, when members in a group submit
  their collections, the admins of that group cannot see them. I
  attached a screenshot for you to see. I also tested in a vanilla
  15.04.5 installation in order to be sure and I was still able to
  reproduce the bug.

  So, here are the steps to make it happen:

  *This test requires you to have an evaluation group with at least one
  member, at least 1 collection.

  1. Go into the group as admin
  2. Submit a collection
  3. Check if the collection appears under the "Collections shared with this 
group" title
  4. Now, with a member of that same group, follow the same steps.

  Result: The collections are never listed under the "Collections shared
  with this group".

  
  As always, thanks for your help!

  Melvin

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

2016-03-22 Thread Mahara Bot
Patch for "master" branch: https://reviews.mahara.org/6238

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

Title:
  Convert institution auth manager from pop-up window to modal

Status in Mahara:
  In Progress
Status in Mahara 16.04 series:
  In Progress

Bug description:
  On the institution config screen, one of the things you can do is
  manage the list of authentication methods configured for the
  institution. This is quite old code, and it uses a pop-up window. Now
  that we've got better control of modal windows (as on the block config
  screen) we should use a modal for this instead of a pop-up.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1560778/+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 1560780] [NEW] Allow 'button' tags to be valid in clean_html

2016-03-22 Thread Robert Lyon
Public bug reported:

If I want to add a string like:

Warning

To tinymce to display a bootstrap type button it doesn't display as the
clean_html() htmlpurifier strips it out

Can / should we allow  to be not  stripped out?

See forum question:
https://mahara.org/interaction/forum/topic.php?id=7550=0=10#post30356

Adding $def->addElement('button', 'Inline', 'Inline', 'Common'); to
clean_html() will allow button to show after saving.

** Affects: mahara
 Importance: Wishlist
 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/1560780

Title:
  Allow 'button' tags to be valid in clean_html

Status in Mahara:
  New

Bug description:
  If I want to add a string like:

  Warning

  To tinymce to display a bootstrap type button it doesn't display as
  the clean_html() htmlpurifier strips it out

  Can / should we allow  to be not  stripped out?

  See forum question:
  
https://mahara.org/interaction/forum/topic.php?id=7550=0=10#post30356

  Adding $def->addElement('button', 'Inline', 'Inline', 'Common'); to
  clean_html() will allow button to show after saving.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1560780/+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 1560778] [NEW] Convert institution auth manager from pop-up window to modal

2016-03-22 Thread Aaron Wells
Public bug reported:

On the institution config screen, one of the things you can do is manage
the list of authentication methods configured for the institution. This
is quite old code, and it uses a pop-up window. Now that we've got
better control of modal windows (as on the block config screen) we
should use a modal for this instead of a pop-up.

** Affects: mahara
 Importance: Wishlist
 Status: In Progress

** Affects: mahara/16.04
 Importance: Wishlist
 Status: In Progress

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

** Changed in: mahara/16.04
   Importance: Undecided => Wishlist

** Changed in: mahara/16.04
Milestone: None => 16.04.0

** Changed in: mahara/16.04
   Status: New => 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/1560778

Title:
  Convert institution auth manager from pop-up window to modal

Status in Mahara:
  In Progress
Status in Mahara 16.04 series:
  In Progress

Bug description:
  On the institution config screen, one of the things you can do is
  manage the list of authentication methods configured for the
  institution. This is quite old code, and it uses a pop-up window. Now
  that we've got better control of modal windows (as on the block config
  screen) we should use a modal for this instead of a pop-up.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1560778/+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 1560730] Re: Style the Find friends search box to be like the others

2016-03-22 Thread Robert Lyon
** 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/1560730

Title:
  Style the Find friends search box to be like the others

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

Bug description:
  The text field needs to overlap the select field like how it is done
  on find groups page

  This follow on from fix https://bugs.launchpad.net/mahara/+bug/1530494

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

2016-03-22 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/6237
Committed: 
https://git.mahara.org/mahara/mahara/commit/c85ac81b5386c7277d7604fe4ad9cacc7b752450
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:15.10_STABLE

commit c85ac81b5386c7277d7604fe4ad9cacc7b752450
Author: Aaron Wells 
Date:   Wed Mar 23 12:35:17 2016 +1300

Styling the "Find friends" search filter better

Bug 1560730: In 15.10, where there are combined text
field & filter-dropdown fields, we use Bootstrap
magic to combine them into one succinct little thing

Change-Id: I8c9756194a60d4505ebb2840718e6b114dd8aaa5
behatnotneeded: Covered by existing tests
(cherry picked from commit b6c6044bb2c6a223375e579981919f24cefc86b1)

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

Title:
  Style the Find friends search box to be like the others

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

Bug description:
  The text field needs to overlap the select field like how it is done
  on find groups page

  This follow on from fix https://bugs.launchpad.net/mahara/+bug/1530494

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1560730/+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 1560730] Re: Style the Find friends search box to be like the others

2016-03-22 Thread Robert Lyon
** Changed in: mahara
   Status: In Progress => Fix Committed

** Changed in: mahara/15.10
   Status: New => 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/1560730

Title:
  Style the Find friends search box to be like the others

Status in Mahara:
  Fix Committed
Status in Mahara 15.10 series:
  In Progress

Bug description:
  The text field needs to overlap the select field like how it is done
  on find groups page

  This follow on from fix https://bugs.launchpad.net/mahara/+bug/1530494

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

2016-03-22 Thread Mahara Bot
Patch for "15.10_STABLE" branch: https://reviews.mahara.org/6237

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

Title:
  Style the Find friends search box to be like the others

Status in Mahara:
  Fix Committed
Status in Mahara 15.10 series:
  In Progress

Bug description:
  The text field needs to overlap the select field like how it is done
  on find groups page

  This follow on from fix https://bugs.launchpad.net/mahara/+bug/1530494

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

2016-03-22 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/6235
Committed: 
https://git.mahara.org/mahara/mahara/commit/b6c6044bb2c6a223375e579981919f24cefc86b1
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:master

commit b6c6044bb2c6a223375e579981919f24cefc86b1
Author: Aaron Wells 
Date:   Wed Mar 23 12:35:17 2016 +1300

Styling the "Find friends" search filter better

Bug 1560730: In 15.10, where there are combined text
field & filter-dropdown fields, we use Bootstrap
magic to combine them into one succinct little thing

Change-Id: I8c9756194a60d4505ebb2840718e6b114dd8aaa5
behatnotneeded: Covered by existing tests

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

Title:
  Style the Find friends search box to be like the others

Status in Mahara:
  Fix Committed
Status in Mahara 15.10 series:
  In Progress

Bug description:
  The text field needs to overlap the select field like how it is done
  on find groups page

  This follow on from fix https://bugs.launchpad.net/mahara/+bug/1530494

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1560730/+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 1560739] Re: Can't build CSS if you have npm gulp-bless version 3.1.0

2016-03-22 Thread Aaron Wells
I'm leaving this bug report open until we can figure out a solution that
doesn't require us to pin the "gulp-bless" package to an older version.

It looks like this problem is ultimately due to an upstream bug in the
"bless" npm package, so probably we'll need to wait until that gets
fixed.

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

Title:
  Can't build CSS if you have npm gulp-bless version 3.1.0

Status in Mahara:
  In Progress
Status in Mahara 15.10 series:
  In Progress
Status in Mahara 16.04 series:
  In Progress

Bug description:
  If you have the npm package "gulp-bless" at version 3.1.0 (which
  requires the "bless" package at 4.0.0), then Mahara's SASS compilation
  (make css) will error out.

  To replicate:

  1. Clone a new Mahara repository, or in an existing Mahara repo rename your 
"node_modules" directory to "node_modules.bak"
  2. Run "npm install" in this repo
  3. Run "make css"

  
  Expected result:
  Successfully builds the CSS, with this output.

  (master)aaronw@vegas:~/www/mahara$ make css
  npm install
  npm WARN package.json mahara-themes@1.0.0 No repository field.
  npm WARN package.json gulp-minify-css@1.2.4 No repository field.
  Building CSS...
  [13:21:16] Using gulpfile ~/www/mahara/gulpfile.js
  [13:21:16] Starting 'css'...
  Compiling CSS for htdocs/theme/custom
  Compiling CSS for htdocs/theme/default
  Compiling CSS for htdocs/theme/modern
  Compiling CSS for htdocs/theme/ocean
  Compiling CSS for htdocs/theme/primaryschool
  Compiling CSS for htdocs/theme/raw
  Compiling CSS for htdocs/theme/subthemestarter
  [13:21:21] Finished 'css' after 5.72 s
  Done!

  
  Actual result:
  Errors out with this output.

  (master)aaronw@vegas:~/www/mahara-test$ make css
  npm install
  npm WARN package.json mahara-themes@1.0.0 No repository field.
  npm WARN package.json gulp-minify-css@1.2.4 No repository field.
  Building CSS...
  [13:22:42] Using gulpfile ~/www/mahara-test/gulpfile.js
  [13:22:42] Starting 'css'...
  Compiling CSS for htdocs/theme/custom
  Compiling CSS for htdocs/theme/default
  Compiling CSS for htdocs/theme/modern
  Compiling CSS for htdocs/theme/ocean
  Compiling CSS for htdocs/theme/primaryschool
  Compiling CSS for htdocs/theme/raw
  Compiling CSS for htdocs/theme/subthemestarter

  events.js:72
  throw er; // Unhandled 'error' event
^
  TypeError: Cannot call method 'reduce' of undefined
  at countRules 
(/home/aaronw/www/mahara-test/node_modules/gulp-bless/node_modules/bless/lib/count.js:26:18)
  at count 
(/home/aaronw/www/mahara-test/node_modules/gulp-bless/node_modules/bless/lib/count.js:44:14)
  at chunks$ 
(/home/aaronw/www/mahara-test/node_modules/gulp-bless/node_modules/bless/lib/chunk.js:52:46)
  at tryCatch 
(/home/aaronw/www/mahara-test/node_modules/gulp-bless/node_modules/bless/node_modules/babel-runtime/regenerator/runtime.js:72:40)
  at GeneratorFunctionPrototype.invoke [as _invoke] 
(/home/aaronw/www/mahara-test/node_modules/gulp-bless/node_modules/bless/node_modules/babel-runtime/regenerator/runtime.js:334:22)
  at GeneratorFunctionPrototype.prototype.(anonymous function) [as next] 
(/home/aaronw/www/mahara-test/node_modules/gulp-bless/node_modules/bless/node_modules/babel-runtime/regenerator/runtime.js:105:21)
  at chunk 
(/home/aaronw/www/mahara-test/node_modules/gulp-bless/node_modules/bless/lib/chunk.js:98:113)
  at Object.chunk 
(/home/aaronw/www/mahara-test/node_modules/gulp-bless/node_modules/bless/lib/index.js:34:33)
  at Transform._transform 
(/home/aaronw/www/mahara-test/node_modules/gulp-bless/index.js:33:36)
  at Transform._read 
(/home/aaronw/www/mahara-test/node_modules/gulp-bless/node_modules/through2/node_modules/readable-stream/lib/_stream_transform.js:184:10)
  npm WARN package.json mahara-themes@1.0.0 No repository field.
  npm WARN package.json gulp-minify-css@1.2.4 No repository field.
  [13:22:46] Using gulpfile ~/www/mahara-test/gulpfile.js
  [13:22:46] Starting 'css'...
  Compiling CSS for htdocs/theme/custom
  Compiling CSS for htdocs/theme/default
  Compiling CSS for htdocs/theme/modern
  Compiling CSS for htdocs/theme/ocean
  Compiling CSS for htdocs/theme/primaryschool
  Compiling CSS for htdocs/theme/raw
  Compiling CSS for htdocs/theme/subthemestarter

  events.js:72
  throw er; // Unhandled 'error' event
^
  TypeError: Cannot call method 'reduce' of undefined
  at countRules 
(/home/aaronw/www/mahara-test/node_modules/gulp-bless/node_modules/bless/lib/count.js:26:18)
  at count 
(/home/aaronw/www/mahara-test/node_modules/gulp-bless/node_modules/bless/lib/count.js:44:14)
  at chunks$ 

[Mahara-contributors] [Bug 1560739] Re: Can't build CSS if you have npm gulp-bless version 3.1.0

2016-03-22 Thread Aaron Wells
It looks like this issue has been logged with the npm "bless" project:
https://github.com/BlessCSS/bless/issues/93

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

Title:
  Can't build CSS if you have npm gulp-bless version 3.1.0

Status in Mahara:
  In Progress
Status in Mahara 15.10 series:
  In Progress
Status in Mahara 16.04 series:
  In Progress

Bug description:
  If you have the npm package "gulp-bless" at version 3.1.0 (which
  requires the "bless" package at 4.0.0), then Mahara's SASS compilation
  (make css) will error out.

  To replicate:

  1. Clone a new Mahara repository, or in an existing Mahara repo rename your 
"node_modules" directory to "node_modules.bak"
  2. Run "npm install" in this repo
  3. Run "make css"

  
  Expected result:
  Successfully builds the CSS, with this output.

  (master)aaronw@vegas:~/www/mahara$ make css
  npm install
  npm WARN package.json mahara-themes@1.0.0 No repository field.
  npm WARN package.json gulp-minify-css@1.2.4 No repository field.
  Building CSS...
  [13:21:16] Using gulpfile ~/www/mahara/gulpfile.js
  [13:21:16] Starting 'css'...
  Compiling CSS for htdocs/theme/custom
  Compiling CSS for htdocs/theme/default
  Compiling CSS for htdocs/theme/modern
  Compiling CSS for htdocs/theme/ocean
  Compiling CSS for htdocs/theme/primaryschool
  Compiling CSS for htdocs/theme/raw
  Compiling CSS for htdocs/theme/subthemestarter
  [13:21:21] Finished 'css' after 5.72 s
  Done!

  
  Actual result:
  Errors out with this output.

  (master)aaronw@vegas:~/www/mahara-test$ make css
  npm install
  npm WARN package.json mahara-themes@1.0.0 No repository field.
  npm WARN package.json gulp-minify-css@1.2.4 No repository field.
  Building CSS...
  [13:22:42] Using gulpfile ~/www/mahara-test/gulpfile.js
  [13:22:42] Starting 'css'...
  Compiling CSS for htdocs/theme/custom
  Compiling CSS for htdocs/theme/default
  Compiling CSS for htdocs/theme/modern
  Compiling CSS for htdocs/theme/ocean
  Compiling CSS for htdocs/theme/primaryschool
  Compiling CSS for htdocs/theme/raw
  Compiling CSS for htdocs/theme/subthemestarter

  events.js:72
  throw er; // Unhandled 'error' event
^
  TypeError: Cannot call method 'reduce' of undefined
  at countRules 
(/home/aaronw/www/mahara-test/node_modules/gulp-bless/node_modules/bless/lib/count.js:26:18)
  at count 
(/home/aaronw/www/mahara-test/node_modules/gulp-bless/node_modules/bless/lib/count.js:44:14)
  at chunks$ 
(/home/aaronw/www/mahara-test/node_modules/gulp-bless/node_modules/bless/lib/chunk.js:52:46)
  at tryCatch 
(/home/aaronw/www/mahara-test/node_modules/gulp-bless/node_modules/bless/node_modules/babel-runtime/regenerator/runtime.js:72:40)
  at GeneratorFunctionPrototype.invoke [as _invoke] 
(/home/aaronw/www/mahara-test/node_modules/gulp-bless/node_modules/bless/node_modules/babel-runtime/regenerator/runtime.js:334:22)
  at GeneratorFunctionPrototype.prototype.(anonymous function) [as next] 
(/home/aaronw/www/mahara-test/node_modules/gulp-bless/node_modules/bless/node_modules/babel-runtime/regenerator/runtime.js:105:21)
  at chunk 
(/home/aaronw/www/mahara-test/node_modules/gulp-bless/node_modules/bless/lib/chunk.js:98:113)
  at Object.chunk 
(/home/aaronw/www/mahara-test/node_modules/gulp-bless/node_modules/bless/lib/index.js:34:33)
  at Transform._transform 
(/home/aaronw/www/mahara-test/node_modules/gulp-bless/index.js:33:36)
  at Transform._read 
(/home/aaronw/www/mahara-test/node_modules/gulp-bless/node_modules/through2/node_modules/readable-stream/lib/_stream_transform.js:184:10)
  npm WARN package.json mahara-themes@1.0.0 No repository field.
  npm WARN package.json gulp-minify-css@1.2.4 No repository field.
  [13:22:46] Using gulpfile ~/www/mahara-test/gulpfile.js
  [13:22:46] Starting 'css'...
  Compiling CSS for htdocs/theme/custom
  Compiling CSS for htdocs/theme/default
  Compiling CSS for htdocs/theme/modern
  Compiling CSS for htdocs/theme/ocean
  Compiling CSS for htdocs/theme/primaryschool
  Compiling CSS for htdocs/theme/raw
  Compiling CSS for htdocs/theme/subthemestarter

  events.js:72
  throw er; // Unhandled 'error' event
^
  TypeError: Cannot call method 'reduce' of undefined
  at countRules 
(/home/aaronw/www/mahara-test/node_modules/gulp-bless/node_modules/bless/lib/count.js:26:18)
  at count 
(/home/aaronw/www/mahara-test/node_modules/gulp-bless/node_modules/bless/lib/count.js:44:14)
  at chunks$ 
(/home/aaronw/www/mahara-test/node_modules/gulp-bless/node_modules/bless/lib/chunk.js:52:46)
  at tryCatch 

[Mahara-contributors] [Bug 1560739] Re: Can't build CSS if you have npm gulp-bless version 3.1.0

2016-03-22 Thread Robert Lyon
** Changed in: mahara/15.10
Milestone: 15.10.2 => 15.10.3

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

Title:
  Can't build CSS if you have npm gulp-bless version 3.1.0

Status in Mahara:
  In Progress
Status in Mahara 15.10 series:
  In Progress
Status in Mahara 16.04 series:
  In Progress

Bug description:
  If you have the npm package "gulp-bless" at version 3.1.0 (which
  requires the "bless" package at 4.0.0), then Mahara's SASS compilation
  (make css) will error out.

  To replicate:

  1. Clone a new Mahara repository, or in an existing Mahara repo rename your 
"node_modules" directory to "node_modules.bak"
  2. Run "npm install" in this repo
  3. Run "make css"

  
  Expected result:
  Successfully builds the CSS, with this output.

  (master)aaronw@vegas:~/www/mahara$ make css
  npm install
  npm WARN package.json mahara-themes@1.0.0 No repository field.
  npm WARN package.json gulp-minify-css@1.2.4 No repository field.
  Building CSS...
  [13:21:16] Using gulpfile ~/www/mahara/gulpfile.js
  [13:21:16] Starting 'css'...
  Compiling CSS for htdocs/theme/custom
  Compiling CSS for htdocs/theme/default
  Compiling CSS for htdocs/theme/modern
  Compiling CSS for htdocs/theme/ocean
  Compiling CSS for htdocs/theme/primaryschool
  Compiling CSS for htdocs/theme/raw
  Compiling CSS for htdocs/theme/subthemestarter
  [13:21:21] Finished 'css' after 5.72 s
  Done!

  
  Actual result:
  Errors out with this output.

  (master)aaronw@vegas:~/www/mahara-test$ make css
  npm install
  npm WARN package.json mahara-themes@1.0.0 No repository field.
  npm WARN package.json gulp-minify-css@1.2.4 No repository field.
  Building CSS...
  [13:22:42] Using gulpfile ~/www/mahara-test/gulpfile.js
  [13:22:42] Starting 'css'...
  Compiling CSS for htdocs/theme/custom
  Compiling CSS for htdocs/theme/default
  Compiling CSS for htdocs/theme/modern
  Compiling CSS for htdocs/theme/ocean
  Compiling CSS for htdocs/theme/primaryschool
  Compiling CSS for htdocs/theme/raw
  Compiling CSS for htdocs/theme/subthemestarter

  events.js:72
  throw er; // Unhandled 'error' event
^
  TypeError: Cannot call method 'reduce' of undefined
  at countRules 
(/home/aaronw/www/mahara-test/node_modules/gulp-bless/node_modules/bless/lib/count.js:26:18)
  at count 
(/home/aaronw/www/mahara-test/node_modules/gulp-bless/node_modules/bless/lib/count.js:44:14)
  at chunks$ 
(/home/aaronw/www/mahara-test/node_modules/gulp-bless/node_modules/bless/lib/chunk.js:52:46)
  at tryCatch 
(/home/aaronw/www/mahara-test/node_modules/gulp-bless/node_modules/bless/node_modules/babel-runtime/regenerator/runtime.js:72:40)
  at GeneratorFunctionPrototype.invoke [as _invoke] 
(/home/aaronw/www/mahara-test/node_modules/gulp-bless/node_modules/bless/node_modules/babel-runtime/regenerator/runtime.js:334:22)
  at GeneratorFunctionPrototype.prototype.(anonymous function) [as next] 
(/home/aaronw/www/mahara-test/node_modules/gulp-bless/node_modules/bless/node_modules/babel-runtime/regenerator/runtime.js:105:21)
  at chunk 
(/home/aaronw/www/mahara-test/node_modules/gulp-bless/node_modules/bless/lib/chunk.js:98:113)
  at Object.chunk 
(/home/aaronw/www/mahara-test/node_modules/gulp-bless/node_modules/bless/lib/index.js:34:33)
  at Transform._transform 
(/home/aaronw/www/mahara-test/node_modules/gulp-bless/index.js:33:36)
  at Transform._read 
(/home/aaronw/www/mahara-test/node_modules/gulp-bless/node_modules/through2/node_modules/readable-stream/lib/_stream_transform.js:184:10)
  npm WARN package.json mahara-themes@1.0.0 No repository field.
  npm WARN package.json gulp-minify-css@1.2.4 No repository field.
  [13:22:46] Using gulpfile ~/www/mahara-test/gulpfile.js
  [13:22:46] Starting 'css'...
  Compiling CSS for htdocs/theme/custom
  Compiling CSS for htdocs/theme/default
  Compiling CSS for htdocs/theme/modern
  Compiling CSS for htdocs/theme/ocean
  Compiling CSS for htdocs/theme/primaryschool
  Compiling CSS for htdocs/theme/raw
  Compiling CSS for htdocs/theme/subthemestarter

  events.js:72
  throw er; // Unhandled 'error' event
^
  TypeError: Cannot call method 'reduce' of undefined
  at countRules 
(/home/aaronw/www/mahara-test/node_modules/gulp-bless/node_modules/bless/lib/count.js:26:18)
  at count 
(/home/aaronw/www/mahara-test/node_modules/gulp-bless/node_modules/bless/lib/count.js:44:14)
  at chunks$ 
(/home/aaronw/www/mahara-test/node_modules/gulp-bless/node_modules/bless/lib/chunk.js:52:46)
  at tryCatch 
(/home/aaronw/www/mahara-test/node_modules/gulp-bless/node_modules/bless/node_modules/babel-runtime/regenerator/runtime.js:72:40)
  at GeneratorFunctionPrototype.invoke [as 

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

2016-03-22 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/6233
Committed: 
https://git.mahara.org/mahara/mahara/commit/fc66cc7ae3ca789d5c9cece91f41bf19ce953295
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:15.10_STABLE

commit fc66cc7ae3ca789d5c9cece91f41bf19ce953295
Author: Liam Sharpe 
Date:   Mon Jan 11 15:04:28 2016 +1300

Fixed icon for Moodle instance reference - Bug #1532646

Comprises two fixes:
1. Icon in profile sidebar next to the Moodle instance's
name
2. Mentioning of the Moodle instance in the "Online users"
sidebar

behatnotneeded

Change-Id: I3c1c09df9156834dc79313b8c30e5264dda2e6ad

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

Title:
  MNet links back to Moodle need styling

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

Bug description:
  Mahara 15.10+

  When logged in as a user from Moodle, there is a link back to Moodle
  in your profile sidebar and also a mention of the Moodle instance in
  the "Online users" block. These aren't styled properly yet. The link
  in the profile sidebar needs to be an external link one from
  FrontAwesome. And the text in the Online users block would need to be
  put behind the user's display name.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1532646/+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 1560739] Re: Can't build CSS if you have npm gulp-bless version 3.1.0

2016-03-22 Thread Aaron Wells
As a temporary measure to get the build working again, I've pinned gulp-
bless to 3.0.1 in our node "package.json" file. Commit
805fc0c4ca84366f910c9e955e072fade8cda45d

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

Title:
  Can't build CSS if you have npm gulp-bless version 3.1.0

Status in Mahara:
  In Progress
Status in Mahara 15.10 series:
  In Progress
Status in Mahara 16.04 series:
  In Progress

Bug description:
  If you have the npm package "gulp-bless" at version 3.1.0 (which
  requires the "bless" package at 4.0.0), then Mahara's SASS compilation
  (make css) will error out.

  To replicate:

  1. Clone a new Mahara repository, or in an existing Mahara repo rename your 
"node_modules" directory to "node_modules.bak"
  2. Run "npm install" in this repo
  3. Run "make css"

  
  Expected result:
  Successfully builds the CSS, with this output.

  (master)aaronw@vegas:~/www/mahara$ make css
  npm install
  npm WARN package.json mahara-themes@1.0.0 No repository field.
  npm WARN package.json gulp-minify-css@1.2.4 No repository field.
  Building CSS...
  [13:21:16] Using gulpfile ~/www/mahara/gulpfile.js
  [13:21:16] Starting 'css'...
  Compiling CSS for htdocs/theme/custom
  Compiling CSS for htdocs/theme/default
  Compiling CSS for htdocs/theme/modern
  Compiling CSS for htdocs/theme/ocean
  Compiling CSS for htdocs/theme/primaryschool
  Compiling CSS for htdocs/theme/raw
  Compiling CSS for htdocs/theme/subthemestarter
  [13:21:21] Finished 'css' after 5.72 s
  Done!

  
  Actual result:
  Errors out with this output.

  (master)aaronw@vegas:~/www/mahara-test$ make css
  npm install
  npm WARN package.json mahara-themes@1.0.0 No repository field.
  npm WARN package.json gulp-minify-css@1.2.4 No repository field.
  Building CSS...
  [13:22:42] Using gulpfile ~/www/mahara-test/gulpfile.js
  [13:22:42] Starting 'css'...
  Compiling CSS for htdocs/theme/custom
  Compiling CSS for htdocs/theme/default
  Compiling CSS for htdocs/theme/modern
  Compiling CSS for htdocs/theme/ocean
  Compiling CSS for htdocs/theme/primaryschool
  Compiling CSS for htdocs/theme/raw
  Compiling CSS for htdocs/theme/subthemestarter

  events.js:72
  throw er; // Unhandled 'error' event
^
  TypeError: Cannot call method 'reduce' of undefined
  at countRules 
(/home/aaronw/www/mahara-test/node_modules/gulp-bless/node_modules/bless/lib/count.js:26:18)
  at count 
(/home/aaronw/www/mahara-test/node_modules/gulp-bless/node_modules/bless/lib/count.js:44:14)
  at chunks$ 
(/home/aaronw/www/mahara-test/node_modules/gulp-bless/node_modules/bless/lib/chunk.js:52:46)
  at tryCatch 
(/home/aaronw/www/mahara-test/node_modules/gulp-bless/node_modules/bless/node_modules/babel-runtime/regenerator/runtime.js:72:40)
  at GeneratorFunctionPrototype.invoke [as _invoke] 
(/home/aaronw/www/mahara-test/node_modules/gulp-bless/node_modules/bless/node_modules/babel-runtime/regenerator/runtime.js:334:22)
  at GeneratorFunctionPrototype.prototype.(anonymous function) [as next] 
(/home/aaronw/www/mahara-test/node_modules/gulp-bless/node_modules/bless/node_modules/babel-runtime/regenerator/runtime.js:105:21)
  at chunk 
(/home/aaronw/www/mahara-test/node_modules/gulp-bless/node_modules/bless/lib/chunk.js:98:113)
  at Object.chunk 
(/home/aaronw/www/mahara-test/node_modules/gulp-bless/node_modules/bless/lib/index.js:34:33)
  at Transform._transform 
(/home/aaronw/www/mahara-test/node_modules/gulp-bless/index.js:33:36)
  at Transform._read 
(/home/aaronw/www/mahara-test/node_modules/gulp-bless/node_modules/through2/node_modules/readable-stream/lib/_stream_transform.js:184:10)
  npm WARN package.json mahara-themes@1.0.0 No repository field.
  npm WARN package.json gulp-minify-css@1.2.4 No repository field.
  [13:22:46] Using gulpfile ~/www/mahara-test/gulpfile.js
  [13:22:46] Starting 'css'...
  Compiling CSS for htdocs/theme/custom
  Compiling CSS for htdocs/theme/default
  Compiling CSS for htdocs/theme/modern
  Compiling CSS for htdocs/theme/ocean
  Compiling CSS for htdocs/theme/primaryschool
  Compiling CSS for htdocs/theme/raw
  Compiling CSS for htdocs/theme/subthemestarter

  events.js:72
  throw er; // Unhandled 'error' event
^
  TypeError: Cannot call method 'reduce' of undefined
  at countRules 
(/home/aaronw/www/mahara-test/node_modules/gulp-bless/node_modules/bless/lib/count.js:26:18)
  at count 
(/home/aaronw/www/mahara-test/node_modules/gulp-bless/node_modules/bless/lib/count.js:44:14)
  at chunks$ 
(/home/aaronw/www/mahara-test/node_modules/gulp-bless/node_modules/bless/lib/chunk.js:52:46)
  at tryCatch 

[Mahara-contributors] [Bug 1532646] Re: MNet links back to Moodle need styling

2016-03-22 Thread Robert Lyon
** 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/1532646

Title:
  MNet links back to Moodle need styling

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

Bug description:
  Mahara 15.10+

  When logged in as a user from Moodle, there is a link back to Moodle
  in your profile sidebar and also a mention of the Moodle instance in
  the "Online users" block. These aren't styled properly yet. The link
  in the profile sidebar needs to be an external link one from
  FrontAwesome. And the text in the Online users block would need to be
  put behind the user's display name.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1532646/+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 1560739] [NEW] Can't build CSS if you have npm gulp-bless version 3.1.0

2016-03-22 Thread Aaron Wells
Public bug reported:

If you have the npm package "gulp-bless" at version 3.1.0 (which
requires the "bless" package at 4.0.0), then Mahara's SASS compilation
(make css) will error out.

To replicate:

1. Clone a new Mahara repository, or in an existing Mahara repo rename your 
"node_modules" directory to "node_modules.bak"
2. Run "npm install" in this repo
3. Run "make css"


Expected result:
Successfully builds the CSS, with this output.

(master)aaronw@vegas:~/www/mahara$ make css
npm install
npm WARN package.json mahara-themes@1.0.0 No repository field.
npm WARN package.json gulp-minify-css@1.2.4 No repository field.
Building CSS...
[13:21:16] Using gulpfile ~/www/mahara/gulpfile.js
[13:21:16] Starting 'css'...
Compiling CSS for htdocs/theme/custom
Compiling CSS for htdocs/theme/default
Compiling CSS for htdocs/theme/modern
Compiling CSS for htdocs/theme/ocean
Compiling CSS for htdocs/theme/primaryschool
Compiling CSS for htdocs/theme/raw
Compiling CSS for htdocs/theme/subthemestarter
[13:21:21] Finished 'css' after 5.72 s
Done!


Actual result:
Errors out with this output.

(master)aaronw@vegas:~/www/mahara-test$ make css
npm install
npm WARN package.json mahara-themes@1.0.0 No repository field.
npm WARN package.json gulp-minify-css@1.2.4 No repository field.
Building CSS...
[13:22:42] Using gulpfile ~/www/mahara-test/gulpfile.js
[13:22:42] Starting 'css'...
Compiling CSS for htdocs/theme/custom
Compiling CSS for htdocs/theme/default
Compiling CSS for htdocs/theme/modern
Compiling CSS for htdocs/theme/ocean
Compiling CSS for htdocs/theme/primaryschool
Compiling CSS for htdocs/theme/raw
Compiling CSS for htdocs/theme/subthemestarter

events.js:72
throw er; // Unhandled 'error' event
  ^
TypeError: Cannot call method 'reduce' of undefined
at countRules 
(/home/aaronw/www/mahara-test/node_modules/gulp-bless/node_modules/bless/lib/count.js:26:18)
at count 
(/home/aaronw/www/mahara-test/node_modules/gulp-bless/node_modules/bless/lib/count.js:44:14)
at chunks$ 
(/home/aaronw/www/mahara-test/node_modules/gulp-bless/node_modules/bless/lib/chunk.js:52:46)
at tryCatch 
(/home/aaronw/www/mahara-test/node_modules/gulp-bless/node_modules/bless/node_modules/babel-runtime/regenerator/runtime.js:72:40)
at GeneratorFunctionPrototype.invoke [as _invoke] 
(/home/aaronw/www/mahara-test/node_modules/gulp-bless/node_modules/bless/node_modules/babel-runtime/regenerator/runtime.js:334:22)
at GeneratorFunctionPrototype.prototype.(anonymous function) [as next] 
(/home/aaronw/www/mahara-test/node_modules/gulp-bless/node_modules/bless/node_modules/babel-runtime/regenerator/runtime.js:105:21)
at chunk 
(/home/aaronw/www/mahara-test/node_modules/gulp-bless/node_modules/bless/lib/chunk.js:98:113)
at Object.chunk 
(/home/aaronw/www/mahara-test/node_modules/gulp-bless/node_modules/bless/lib/index.js:34:33)
at Transform._transform 
(/home/aaronw/www/mahara-test/node_modules/gulp-bless/index.js:33:36)
at Transform._read 
(/home/aaronw/www/mahara-test/node_modules/gulp-bless/node_modules/through2/node_modules/readable-stream/lib/_stream_transform.js:184:10)
npm WARN package.json mahara-themes@1.0.0 No repository field.
npm WARN package.json gulp-minify-css@1.2.4 No repository field.
[13:22:46] Using gulpfile ~/www/mahara-test/gulpfile.js
[13:22:46] Starting 'css'...
Compiling CSS for htdocs/theme/custom
Compiling CSS for htdocs/theme/default
Compiling CSS for htdocs/theme/modern
Compiling CSS for htdocs/theme/ocean
Compiling CSS for htdocs/theme/primaryschool
Compiling CSS for htdocs/theme/raw
Compiling CSS for htdocs/theme/subthemestarter

events.js:72
throw er; // Unhandled 'error' event
  ^
TypeError: Cannot call method 'reduce' of undefined
at countRules 
(/home/aaronw/www/mahara-test/node_modules/gulp-bless/node_modules/bless/lib/count.js:26:18)
at count 
(/home/aaronw/www/mahara-test/node_modules/gulp-bless/node_modules/bless/lib/count.js:44:14)
at chunks$ 
(/home/aaronw/www/mahara-test/node_modules/gulp-bless/node_modules/bless/lib/chunk.js:52:46)
at tryCatch 
(/home/aaronw/www/mahara-test/node_modules/gulp-bless/node_modules/bless/node_modules/babel-runtime/regenerator/runtime.js:72:40)
at GeneratorFunctionPrototype.invoke [as _invoke] 
(/home/aaronw/www/mahara-test/node_modules/gulp-bless/node_modules/bless/node_modules/babel-runtime/regenerator/runtime.js:334:22)
at GeneratorFunctionPrototype.prototype.(anonymous function) [as next] 
(/home/aaronw/www/mahara-test/node_modules/gulp-bless/node_modules/bless/node_modules/babel-runtime/regenerator/runtime.js:105:21)
at chunk 
(/home/aaronw/www/mahara-test/node_modules/gulp-bless/node_modules/bless/lib/chunk.js:98:113)
at Object.chunk 
(/home/aaronw/www/mahara-test/node_modules/gulp-bless/node_modules/bless/lib/index.js:34:33)
at Transform._transform 
(/home/aaronw/www/mahara-test/node_modules/gulp-bless/index.js:33:36)
at Transform._read 

[Mahara-contributors] [Bug 1560738] Re: SASS compilation error in cookieconsent 2.0.9

2016-03-22 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/1560738

Title:
  SASS compilation error in cookieconsent 2.0.9

Status in Mahara:
  Fix Committed

Bug description:
  If you have the npm package gulp-sass at version 2.2.0 or later,
  compiling the latest master will cause an error to be displayed:

  Building CSS...
  [13:05:09] Using gulpfile ~/www/mahara-test/gulpfile.js
  [13:05:09] Starting 'css'...
  Compiling CSS for htdocs/theme/custom
  Compiling CSS for htdocs/theme/default
  Compiling CSS for htdocs/theme/modern
  Compiling CSS for htdocs/theme/ocean
  Compiling CSS for htdocs/theme/primaryschool
  Compiling CSS for htdocs/theme/raw
  Compiling CSS for htdocs/theme/subthemestarter
  Error in plugin 'sass'
  Message:
  htdocs/theme/raw/sass/cookieconsent.scss
  Error: Invalid CSS after "...n-name:slideUp}": expected ")", was ""
  on line 2 of stdin
  >> 
er;background-image:url(//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/1.0.10
 --^

  [13:05:14] Finished 'css' after 4.72 s

  This is due to a change in the cookieconsent SCSS file during the
  upgrade to CookieConsent 2.0.9 (Bug 1535519)

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

2016-03-22 Thread Mahara Bot
Patch for "master" branch: https://reviews.mahara.org/6236

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

Title:
  SASS compilation error in cookieconsent 2.0.9

Status in Mahara:
  Fix Committed

Bug description:
  If you have the npm package gulp-sass at version 2.2.0 or later,
  compiling the latest master will cause an error to be displayed:

  Building CSS...
  [13:05:09] Using gulpfile ~/www/mahara-test/gulpfile.js
  [13:05:09] Starting 'css'...
  Compiling CSS for htdocs/theme/custom
  Compiling CSS for htdocs/theme/default
  Compiling CSS for htdocs/theme/modern
  Compiling CSS for htdocs/theme/ocean
  Compiling CSS for htdocs/theme/primaryschool
  Compiling CSS for htdocs/theme/raw
  Compiling CSS for htdocs/theme/subthemestarter
  Error in plugin 'sass'
  Message:
  htdocs/theme/raw/sass/cookieconsent.scss
  Error: Invalid CSS after "...n-name:slideUp}": expected ")", was ""
  on line 2 of stdin
  >> 
er;background-image:url(//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/1.0.10
 --^

  [13:05:14] Finished 'css' after 4.72 s

  This is due to a change in the cookieconsent SCSS file during the
  upgrade to CookieConsent 2.0.9 (Bug 1535519)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1560738/+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 1560738] [NEW] SASS compilation error in cookieconsent 2.0.9

2016-03-22 Thread Aaron Wells
Public bug reported:

If you have the npm package gulp-sass at version 2.2.0 or later,
compiling the latest master will cause an error to be displayed:

Building CSS...
[13:05:09] Using gulpfile ~/www/mahara-test/gulpfile.js
[13:05:09] Starting 'css'...
Compiling CSS for htdocs/theme/custom
Compiling CSS for htdocs/theme/default
Compiling CSS for htdocs/theme/modern
Compiling CSS for htdocs/theme/ocean
Compiling CSS for htdocs/theme/primaryschool
Compiling CSS for htdocs/theme/raw
Compiling CSS for htdocs/theme/subthemestarter
Error in plugin 'sass'
Message:
htdocs/theme/raw/sass/cookieconsent.scss
Error: Invalid CSS after "...n-name:slideUp}": expected ")", was ""
on line 2 of stdin
>> er;background-image:url(//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/1.0.10
   --^

[13:05:14] Finished 'css' after 4.72 s

This is due to a change in the cookieconsent SCSS file during the
upgrade to CookieConsent 2.0.9 (Bug 1535519)

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

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

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

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

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

Title:
  SASS compilation error in cookieconsent 2.0.9

Status in Mahara:
  In Progress

Bug description:
  If you have the npm package gulp-sass at version 2.2.0 or later,
  compiling the latest master will cause an error to be displayed:

  Building CSS...
  [13:05:09] Using gulpfile ~/www/mahara-test/gulpfile.js
  [13:05:09] Starting 'css'...
  Compiling CSS for htdocs/theme/custom
  Compiling CSS for htdocs/theme/default
  Compiling CSS for htdocs/theme/modern
  Compiling CSS for htdocs/theme/ocean
  Compiling CSS for htdocs/theme/primaryschool
  Compiling CSS for htdocs/theme/raw
  Compiling CSS for htdocs/theme/subthemestarter
  Error in plugin 'sass'
  Message:
  htdocs/theme/raw/sass/cookieconsent.scss
  Error: Invalid CSS after "...n-name:slideUp}": expected ")", was ""
  on line 2 of stdin
  >> 
er;background-image:url(//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/1.0.10
 --^

  [13:05:14] Finished 'css' after 4.72 s

  This is due to a change in the cookieconsent SCSS file during the
  upgrade to CookieConsent 2.0.9 (Bug 1535519)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1560738/+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 1560738] Re: SASS compilation error in cookieconsent 2.0.9

2016-03-22 Thread Aaron Wells
High priority, because it completely blocks the compilation of CSS.

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

Title:
  SASS compilation error in cookieconsent 2.0.9

Status in Mahara:
  In Progress

Bug description:
  If you have the npm package gulp-sass at version 2.2.0 or later,
  compiling the latest master will cause an error to be displayed:

  Building CSS...
  [13:05:09] Using gulpfile ~/www/mahara-test/gulpfile.js
  [13:05:09] Starting 'css'...
  Compiling CSS for htdocs/theme/custom
  Compiling CSS for htdocs/theme/default
  Compiling CSS for htdocs/theme/modern
  Compiling CSS for htdocs/theme/ocean
  Compiling CSS for htdocs/theme/primaryschool
  Compiling CSS for htdocs/theme/raw
  Compiling CSS for htdocs/theme/subthemestarter
  Error in plugin 'sass'
  Message:
  htdocs/theme/raw/sass/cookieconsent.scss
  Error: Invalid CSS after "...n-name:slideUp}": expected ")", was ""
  on line 2 of stdin
  >> 
er;background-image:url(//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/1.0.10
 --^

  [13:05:14] Finished 'css' after 4.72 s

  This is due to a change in the cookieconsent SCSS file during the
  upgrade to CookieConsent 2.0.9 (Bug 1535519)

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

2016-03-22 Thread Mahara Bot
Patch for "master" branch: https://reviews.mahara.org/6235

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

Title:
  Style the Find friends search box to be like the others

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

Bug description:
  The text field needs to overlap the select field like how it is done
  on find groups page

  This follow on from fix https://bugs.launchpad.net/mahara/+bug/1530494

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1560730/+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 1530494] Re: Can't find users from other institutions in search

2016-03-22 Thread Robert Lyon
** 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/1530494

Title:
  Can't find users from other institutions in search

Status in Mahara:
  Fix Committed
Status in Mahara 15.10 series:
  Fix Committed
Status in Mahara 16.04 series:
  Fix Committed

Bug description:
  Mahara 15.10+

  When Mahara has internal search (not Elasticsearch), I can't filter
  for friends or people just from my institution. The default setting
  for any user who is in an institution is to only search within that
  user group first. Only upon changing the context to "everyone" would
  they be able to search for everyone. Only site admins can search for
  everyone instantly.

  See http://manual.mahara.org/en/15.04/groups/find_friends.html#find-
  friends for how it worked in Mahara 15.04

  Currently, the 15.10 search box does not have the option to filter for
  the context and only displays users from my own institution. There is
  no way of finding others.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1530494/+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 1560730] [NEW] Style the Find friends search box to be like the others

2016-03-22 Thread Robert Lyon
Public bug reported:

The text field needs to overlap the select field like how it is done on
find groups page

This follow on from fix https://bugs.launchpad.net/mahara/+bug/1530494

** Affects: mahara
 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
   Importance: Medium => High

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

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

** Changed in: mahara/15.10
Milestone: None => 15.10.2

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

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

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

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1560730

Title:
  Style the Find friends search box to be like the others

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

Bug description:
  The text field needs to overlap the select field like how it is done
  on find groups page

  This follow on from fix https://bugs.launchpad.net/mahara/+bug/1530494

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

2016-03-22 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/6227
Committed: 
https://git.mahara.org/mahara/mahara/commit/7910444b215fb1609c7a2b9a07c5d31cd2845532
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:15.10_STABLE

commit 7910444b215fb1609c7a2b9a07c5d31cd2845532
Author: Aaron Wells 
Date:   Tue Mar 15 15:17:49 2016 +1300

Bug 1530494: Restoring institution filter to "find friends" page

Change-Id: I71c3afc2b3a4e07f4bbba1bb356d86911ab4b332

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

Title:
  Can't find users from other institutions in search

Status in Mahara:
  Fix Committed
Status in Mahara 15.10 series:
  Fix Committed
Status in Mahara 16.04 series:
  Fix Committed

Bug description:
  Mahara 15.10+

  When Mahara has internal search (not Elasticsearch), I can't filter
  for friends or people just from my institution. The default setting
  for any user who is in an institution is to only search within that
  user group first. Only upon changing the context to "everyone" would
  they be able to search for everyone. Only site admins can search for
  everyone instantly.

  See http://manual.mahara.org/en/15.04/groups/find_friends.html#find-
  friends for how it worked in Mahara 15.04

  Currently, the 15.10 search box does not have the option to filter for
  the context and only displays users from my own institution. There is
  no way of finding others.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1530494/+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 1560329] Re: The block config's "cancel" button breaks after a Pieform validation failure

2016-03-22 Thread Robert Lyon
** Changed in: mahara/15.10
Milestone: 15.10.2 => 15.10.3

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

Title:
  The block config's "cancel" button breaks after a Pieform validation
  failure

Status in Mahara:
  In Progress
Status in Mahara 15.10 series:
  In Progress
Status in Mahara 16.04 series:
  In Progress

Bug description:
  To replicate:

  1. Drag a new "external media" block into your page.
  2. In the block config modal that opens up, hit "submit" without filling in 
the required "URL or embed code" field
  3. Press "Submit"
  4. Wait for the form to reload and display the warning message telling you 
about the required field
  5. Once that loads up, press the "Cancel" or "Remove" button/link next to the 
"Submit" button.

  Expected result: The block config modal window closes, and the new
  external media block is no longer on your page

  Actual result: The screen reloads, and you now have an empty "external
  media" block on your page

  The reason this is happening, is because the Pieforms "cancel" button
  by default just reloads the form's action URL, or the cancel button's
  "goto" URL. When we load up the block config modal, we use Javascript
  code to rewire the cancel button so that it instead closes the modal
  and, if the block is new, deletes the block.

  However, when Pieforms fails validation, Pieforms actually removes the
  current form displayed on the page, and replaces it with a new form
  that contains the validation errors. Because this is a completely
  different form object, the "rewiring" that we did when we opened the
  modal no longer applies.

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

2016-03-22 Thread Mahara Bot
Patch for "master" branch: https://reviews.mahara.org/6234

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

Title:
  Make Open Badge Displayer core plugin

Status in Mahara:
  In Progress

Bug description:
  Discendum's Open Badge Displayer plugin now supports the Open Badge
  Passport. It's time to make it a core plugin to allow any Mahara user
  to display their badges in Mahara.

  The code is at https://github.com/discendum/mahara-openbadgedisplayer

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1536393/+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 1415247] Re: Behat uploading a file step is currently broken

2016-03-22 Thread Robert Lyon
** Changed in: mahara/15.04
Milestone: 15.04.6 => 15.04.7

** Changed in: mahara/15.10
Milestone: 15.10.2 => 15.10.3

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

Title:
  Behat uploading a file step is currently broken

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

Bug description:
  Hi Sonn,

  There is an issue with the "Attaching a file" step.

  Currently it passes and says it's a success but they file doesn't
  actually attach.

  I have attached a test script below for you to test with.

  Thanks,
  Jinelle

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

2016-03-22 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/6225
Committed: 
https://git.mahara.org/mahara/mahara/commit/98bf9cf5d56737be840a34b332e7b46b03cb57e1
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:master

commit 98bf9cf5d56737be840a34b332e7b46b03cb57e1
Author: Son Nguyen 
Date:   Tue Mar 22 17:21:31 2016 +1300

Bug 1560317. Add urlsecret into the installation form.

behatnotneeded

Change-Id: I9c0c82dd9c788bcab1ec1efb6cd1a2cba688e887

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

Title:
  You do not have access to this functionality. Please provide the value
  for "urlsecret" from your config.php file as part of the URL.

Status in Mahara:
  Fix Committed

Bug description:
  Version: master (16.04)

  I got this message when install a fresh mahara via web browser.

  This is caused by the patch https://reviews.mahara.org/#/c/4742/

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1560317/+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 1560317] Re: You do not have access to this functionality. Please provide the value for "urlsecret" from your config.php file as part of the URL.

2016-03-22 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/1560317

Title:
  You do not have access to this functionality. Please provide the value
  for "urlsecret" from your config.php file as part of the URL.

Status in Mahara:
  Fix Committed

Bug description:
  Version: master (16.04)

  I got this message when install a fresh mahara via web browser.

  This is caused by the patch https://reviews.mahara.org/#/c/4742/

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1560317/+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 1518842] Re: No Readme.Mahara file for Fontawesome

2016-03-22 Thread Robert Lyon
** Changed in: mahara/15.10
Milestone: 15.10.2 => 15.10.3

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

Title:
  No Readme.Mahara file for Fontawesome

Status in Mahara:
  In Progress
Status in Mahara 15.10 series:
  In Progress
Status in Mahara 16.04 series:
  In Progress

Bug description:
  While working on Bug 1510421 I realized there's no README.Mahara file
  for Fontawesome, to indicate what version it is, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1518842/+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 1560633] Re: Increase column event_log.data to "longtext"

2016-03-22 Thread Kristina Hoeppner
** Changed in: mahara/15.10
   Status: New => Confirmed

** Changed in: mahara/15.04
   Status: New => Confirmed

** Changed in: mahara/1.10
   Status: New => Confirmed

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

Title:
  Increase column event_log.data to "longtext"

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:
  Confirmed

Bug description:
  We have found some truncated data in column data from table event_log (MySQL).
  As for bug 1514273, we need to expand its size to "longtext".

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1560633/+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 1560317] Re: You do not have access to this functionality. Please provide the value for "urlsecret" from your config.php file as part of the URL.

2016-03-22 Thread Kristina Hoeppner
** Changed in: mahara
   Status: New => 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/1560317

Title:
  You do not have access to this functionality. Please provide the value
  for "urlsecret" from your config.php file as part of the URL.

Status in Mahara:
  In Progress

Bug description:
  Version: master (16.04)

  I got this message when install a fresh mahara via web browser.

  This is caused by the patch https://reviews.mahara.org/#/c/4742/

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1560317/+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 1482470] Re: Position and configure block dialogs no longer have focus management

2016-03-22 Thread Robert Lyon
** Changed in: mahara/15.10
Milestone: 15.10.2 => 15.10.3

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

Title:
  Position and configure block dialogs no longer have focus management

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

Bug description:
  With the new Bootstrap theme, it is still possible to add blocks using
  the keyboard (by pressing Enter when focused on a block type in the
  accordion) but the dialogs that appear no longer have focus
  management, making it appear to screen reader users as if nothing has
  happened. The old behaviour (focusing the dialog close button when it
  opens) needs to be reimplemented or fixed.

  Affects latest master

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1482470/+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 1471103] Re: Make the password reset CLI script log out the user

2016-03-22 Thread Robert Lyon
** Changed in: mahara/15.10
Milestone: 15.10.2 => 15.10.3

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

Title:
  Make the password reset CLI script log out the user

Status in Mahara:
  In Progress
Status in Mahara 15.10 series:
  In Progress
Status in Mahara 16.04 series:
  In Progress

Bug description:
  In Bug 1396564 we added a command-line script for resetting Mahara
  passwords.

  Robert pointed out that this script should end any current sessions
  for the user. The idea is that, if their password needs to be reset
  because their account has been hacked, then we should kick out any
  remaining sessions that are logged-in, because the attacker could use
  those to re-reset their password.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1471103/+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 1467252] Re: Display problem with Switchbox when label strings aren't the same length as "On" & "Off"

2016-03-22 Thread Robert Lyon
** Changed in: mahara/15.10
Milestone: 15.10.2 => 15.10.3

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

Title:
  Display problem with Switchbox when label strings aren't the same
  length as "On" & "Off"

Status in Mahara:
  In Progress
Status in Mahara 15.10 series:
  In Progress
Status in Mahara 16.04 series:
  In Progress

Bug description:
  It was ok in 15.04 but the the new interface of 15.10dev, the
  translated text for the "switch" options are not displayed correctly.

  1/ When "On", the translated text for "on" is displayed, with the text for 
"off" partially 
  2/ When "Off", the translated text for "off" is displayed centered below the 
the red bullet

  (see inclosed picture)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1467252/+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 1517478] Re: No button for choose a folder

2016-03-22 Thread Robert Lyon
** Changed in: mahara/15.10
Milestone: 15.10.2 => 15.10.3

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

Title:
  No button for choose a folder

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

Bug description:
  Add a folder to a page. You will get the Edit popup on the right side.
  There you have to open the section "Folders" and choose a folder. Here
  is missing a selection button. You have to click on a white place. A
  click on the folder name to open a new folder, but does not select
  him.

  Version: 15.10.0
  Postgres Version 9.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1517478/+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 1481450] Re: Should copied page names start at "v.2" or "v.1" (or something else)?

2016-03-22 Thread Robert Lyon
** Changed in: mahara/15.10
Milestone: 15.10.2 => 15.10.3

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

Title:
  Should copied page names start at "v.2" or "v.1" (or something else)?

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

Bug description:
  In Mahara master (15.10dev), the page version numbers were changed and
  a "v." added. However, now the page version numbers start at 2 instead
  of 1. In a sense that is correct because the original page would be
  version 1, but without actually seeing that version number, it is
  confusing why there would be version 2 when no version 1 can be seen.

  Do others feel the same or am I overthinking things?

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1481450/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 1528991] Re: Indent second line of notification in Inbox

2016-03-22 Thread Robert Lyon
** Changed in: mahara/15.10
Milestone: 15.10.2 => 15.10.3

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1528991

Title:
  Indent second line of notification in Inbox

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

Bug description:
  Mahara 15.10+

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1528991/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 1510278] Re: Behat test "group_view_block.feature" fails in MySQL

2016-03-22 Thread Robert Lyon
** Changed in: mahara/15.10
Milestone: 15.10.2 => 15.10.3

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

Title:
  Behat test "group_view_block.feature" fails in MySQL

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

Bug description:
  Hi all,

  I ran the Behat suite when we did the release. 15.10. One scenario
  failed.

  Feature:
   `Show the block "Group pages" in the group homepage'.

  Step that failed:
   Form field with id|name|label|value "group_view_submission_form_2_options" 
not found.
  In step `And I select "Page userA_01" from 
"group_view_submission_form_2_options"'. 

  This test is testing  (Bug 1457246). If you'd rather grep search the
  tests using this :)

  This is one of the steps that failed but a few more steps in this
  scenario didn't run because they were dependent on this step.

  Cheers.
  Jinellle

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1510278/+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 1514641] Re: Blocktype rendering error when artefact is not found

2016-03-22 Thread Robert Lyon
** Changed in: mahara/15.10
Milestone: 15.10.2 => 15.10.3

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

Title:
  Blocktype rendering error when artefact is not found

Status in Mahara:
  In Progress
Status in Mahara 15.10 series:
  Triaged
Status in Mahara 16.04 series:
  In Progress

Bug description:
  Mahara 15.10:

  version = 2015092910 
  release = 15.10.0

  
  If an artefact is not found while rending a block instance, the try/catch 
catches the error - which is good.

  But, further down the page when it sets pieformcss => $css (on line
  916):

  return array('html' =>
  $smarty->fetch('view/blocktypecontainerediting.tpl'), 'javascript' =>
  $js, 'pieformcss' => $css);

  the variable $css has not been declared - giving this error:

  [Tue Nov 10 11:47:20 2015] [error] [client 192.168.124.138] [WAR] 63 
(blocktype/lib.php:913) Undefined variable: css, referer: 
http://d.acttqi.mahara/view/blocks.php?id=2149;
  [Tue Nov 10 11:47:20 2015] [error] [client 192.168.124.138] Call stack (most 
recent first):, referer: http://d.acttqi.mahara/view/blocks.php?id=2149;
  [Tue Nov 10 11:47:20 2015] [error] [client 192.168.124.138]   * 
log_message("Undefined variable: css", 8, true, true, 
"/var/www/acttqi/mahara/htdocs/blocktype/lib.php", 913) at 
/var/www/acttqi/mahara/htdocs/lib/errors.php:441, referer: 
http://d.acttqi.mahara/view/blocks.php?id=2149;
  [Tue Nov 10 11:47:20 2015] [error] [client 192.168.124.138]   * error(8, 
"Undefined variable: css", "/var/www/acttqi/mahara/htdocs/blocktype/lib.php", 
913, array(size 14)) at /var/www/acttqi/mahara/htdocs/blocktype/lib.php:913, 
referer: http://d.acttqi.mahara/view/blocks.php?id=2149;
  [Tue Nov 10 11:47:20 2015] [error] [client 192.168.124.138]   * 
BlockInstance->render_editing() at 
/var/www/acttqi/mahara/htdocs/lib/view.php:2082, referer: 
http://d.acttqi.mahara/view/blocks.php?id=2149;
  [Tue Nov 10 11:47:20 2015] [error] [client 192.168.124.138]   * 
View->build_column(1, 3, true, false) at 
/var/www/acttqi/mahara/htdocs/lib/view.php:2043, referer: 
http://d.acttqi.mahara/view/blocks.php?id=2149;
  [Tue Nov 10 11:47:20 2015] [error] [client 192.168.124.138]   * 
View->build_columns(1, true, false) at 
/var/www/acttqi/mahara/htdocs/lib/view.php:2028, referer: 
http://d.acttqi.mahara/view/blocks.php?id=2149;
  [Tue Nov 10 11:47:20 2015] [error] [client 192.168.124.138]   * 
View->build_rows(true) at /var/www/acttqi/mahara/htdocs/view/blocks.php:191, 
referer: http://d.acttqi.mahara/view/blocks.php?id=2149;
  [Tue Nov 10 11:47:20 2015] [error] [client 192.168.124.138] , referer: 
http://d.acttqi.mahara/view/blocks.php?id=2149;

  
  So, before calling the static methods (on lines 822+), we should instantiate 
the $css variable first.

  So when it does fail, $css has already been defined.

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

2016-03-22 Thread Mahara Bot
Patch for "15.10_STABLE" branch: https://reviews.mahara.org/6233

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

Title:
  MNet links back to Moodle need styling

Status in Mahara:
  Fix Committed
Status in Mahara 15.10 series:
  In Progress

Bug description:
  Mahara 15.10+

  When logged in as a user from Moodle, there is a link back to Moodle
  in your profile sidebar and also a mention of the Moodle instance in
  the "Online users" block. These aren't styled properly yet. The link
  in the profile sidebar needs to be an external link one from
  FrontAwesome. And the text in the Online users block would need to be
  put behind the user's display name.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1532646/+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 1517729] Re: Better documentation of the compatible Elasticsearch version

2016-03-22 Thread Robert Lyon
** Changed in: mahara/15.10
Milestone: 15.10.2 => 15.10.3

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

Title:
  Better documentation of the compatible Elasticsearch version

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

Bug description:
  See the discussion at the bottom of Bug 1389446.

  Currently, Mahara is using Elastica version 2.0 for our Elasticsearch
  PHP library. The Elastica project uncoupled their version numbers from
  Elasticsearch's version numbers with the 2.0 release, so Elastica 2.0
  was written to support Elasticsearch 1.5.

  However, there doesn't seem to be anywhere in the Mahara documentation
  that specifies *which* version of Elasticsearch we support. Even the
  README.Mahara file in htdocs/lib/elastica doesn't say it! So, we
  should really document that somewhere. Possibly in Mahara's main
  README, and/or the Elastica README, maybe even on the elasticsearch
  plugin's config page.

  In fact... maybe it would be a good idea if the elasticsearch plugin
  was able to sniff the elasticsearch version and tell you that it's not
  a compatible version? Of course, that does rely on the version
  detection system of Elasticsearch being backwards compatible.

  On a related note, we should also upgrade our Elastica version.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1517729/+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 1554247] Re: comments with attachments - attachment titles and links display on main portfolio page

2016-03-22 Thread Robert Lyon
** Changed in: mahara/15.10
Milestone: 15.10.2 => 15.10.3

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

Title:
  comments with attachments - attachment titles and links display on
  main portfolio page

Status in Mahara:
  Triaged
Status in Mahara 15.10 series:
  Triaged

Bug description:
  I'm running 15.10.1 and have the following problem:

  We use the portfolios for a standard process that requires people to
  attach letters to note blocks on the page. When they do add the
  attachments, sometimes the attachment filenames (actually, links to
  the attachments) are visible on the main portfolio page, sometimes in
  a list and sometimes on top of one another. They "float" above the
  page, meaning that if I scroll the page up and down, the attachment
  filenames/links do not move up and down with the page.  This display
  bug is reproducible on multiple browsers (Safari, Chrome).

  I'd hoped that the 15.10.1 patch would resolve this issue, but it did
  not.

  thanks,
  Fran

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1554247/+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 1543403] Re: TinyMCE full screen not working in IE10 for 15.10.1

2016-03-22 Thread Robert Lyon
** Changed in: mahara/15.10
Milestone: 15.10.2 => 15.10.3

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

Title:
  TinyMCE full screen not working in IE10 for 15.10.1

Status in Mahara:
  Triaged
Status in Mahara 15.10 series:
  Triaged
Status in Mahara 16.04 series:
  Triaged

Bug description:
  In IE10 (win7), tinyMCE is not going full screen when clicking the expand 
button from the menu. 
  This problem occurs when editing a text box in the Portfolio - Pages. Assume 
this happens on all instances of TinyMCE and using the RAW theme (core issue 
with all themes that inherit RAW).

  Problem was found by a client using the Primary School theme.

  TinyMCE works correctly in IE11.

  
  May the force be with you for this one.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1543403/+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 1487299] Re: All edit and delete buttons should contain the name of what they manage

2016-03-22 Thread Robert Lyon
** Changed in: mahara/15.10
Milestone: 15.10.2 => 15.10.3

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

Title:
  All edit and delete buttons should contain the name of what they
  manage

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

Bug description:
  Reopening Bug #1276397 - in the new Bootstrap theme, all edit and
  delete buttons seem to have descriptive text attached to them ("Edit"
  and "Delete"), but it is sometimes ambiguous for screen reader users
  which list item they refer to. In particular:

  - On the My groups page, Settings and Delete buttons should contain the name 
of the group (see Bug #1482482)
  - In the Resume (Education and employment, Achievements) edit and delete 
buttons should contain some information about the row they are on
  - Under Journals, all Edit and Delete buttons should include the name of the 
journal (or entry) they control
  - Same for files in the file browser (eg. Content -> Files)

  For an example of how to include this text, see the edit and delete
  buttons in the list on Portfolio -> Pages.

  There are probably other examples - they should be added here and then
  could be spun off into separate bug reports for fixing.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1487299/+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 1532646] Re: MNet links back to Moodle need styling

2016-03-22 Thread Robert Lyon
** Changed in: mahara/15.10
   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/1532646

Title:
  MNet links back to Moodle need styling

Status in Mahara:
  Fix Committed
Status in Mahara 15.10 series:
  In Progress

Bug description:
  Mahara 15.10+

  When logged in as a user from Moodle, there is a link back to Moodle
  in your profile sidebar and also a mention of the Moodle instance in
  the "Online users" block. These aren't styled properly yet. The link
  in the profile sidebar needs to be an external link one from
  FrontAwesome. And the text in the Online users block would need to be
  put behind the user's display name.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1532646/+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 1443284] Re: "Unsubscribe" link for feedback notifications due to watchlist

2016-03-22 Thread Robert Lyon
** Changed in: mahara/15.10
Milestone: 15.10.2 => 15.10.3

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

Title:
  "Unsubscribe" link for feedback notifications due to watchlist

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

Bug description:
  As described on Bug 1374674:
  https://bugs.launchpad.net/mahara/+bug/1374674/comments/9

  Users receive notifications when there are comments on pages that are
  on their watchlist. If they receive this notification by email, we
  should add a link to the bottom of the email explaining that they
  received the email because the page is on their watchlist, and telling
  them to unwatch the page if they want to unsubscribe.

  For that matter, it would also be good if the inbox notification for
  feedback on watched pages could also indicate this in some way. But
  with the current inbox design, it would not be easy to add that.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1443284/+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 1422264] Re: IPv6 Compliance

2016-03-22 Thread Robert Lyon
** Changed in: mahara/15.10
Milestone: 15.10.2 => 15.10.3

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

Title:
  IPv6 Compliance

Status in Mahara:
  Confirmed
Status in Mahara 15.04 series:
  Won't Fix
Status in Mahara 15.10 series:
  Confirmed
Status in Mahara 16.04 series:
  Confirmed

Bug description:
  Mahara: 15.04
  DB: any
  Browser: any
  OS: any

  Currently, Mahara is not compliant with the IPv6 protocol.

  Some places that need to change (where IP addresses are
  validated/checked):

   - SAML auth - validate URL Syntax (preg_match for IPv6 also).

   - DB: table - host.ipaddress needs to cater for 128 bit address.

   - Peer bootstrap: 
   1) preg-match should also include IPv6 format;
   2) use of PHP function gethostbyname().

   - Zend third part library - current version only supports IPv4. We
  currently use version 1.10.6.

   MNET heavily relise on Zend.
   The latest Zend is on version 3. But there is a release for 1.12.11 - which 
still doesn't support IPv6 (as far as I can tell).

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1422264/+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 1537908] Re: Warnings when LDAP server is not available

2016-03-22 Thread Robert Lyon
** Changed in: mahara/15.10
Milestone: 15.10.2 => 15.10.3

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

Title:
  Warnings when LDAP server is not available

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

Bug description:
  Version: master (16.04), 15.10
  Platform: any
  Browser: any

  When logging in using LDAP authentication, I get the following error message 
if the LDAP server is not available.
  and the password for the ldap special user does appear.
  (I changed it to 'visiblepassword')

  [Mon Jan 25 21:00:44.324225 2016] [:error] [pid 11] [client 172.17.0.1:37746] 
[WAR] a2 (auth/ldap/lib.php:271) ldap_bind(): Unable to bind to server: Can't 
contact LDAP server, referer: http://localhost/mahara-clients/docroot/htdocs/
  [Mon Jan 25 21:00:44.324262 2016] [:error] [pid 11] [client 172.17.0.1:37746] 
Call stack (most recent first):, referer: 
http://localhost/mahara-clients/docroot/htdocs/
  [Mon Jan 25 21:00:44.324272 2016] [:error] [pid 11] [client 172.17.0.1:37746] 
  * log_message("ldap_bind(): Unable to bind to server: Can't conta...", 8, 
true, true, "/var/www/html/mahara-clients/docroot/htdocs/auth/l...", 271) at 
/var/www/html/mahara-clients/docroot/htdocs/lib/errors.php:441, referer: 
http://localhost/mahara-clients/docroot/htdocs/
  [Mon Jan 25 21:00:44.324281 2016] [:error] [pid 11] [client 172.17.0.1:37746] 
  * error(2, "ldap_bind(): Unable to bind to server: Can't conta...", 
"/var/www/html/mahara-clients/docroot/htdocs/auth/l...", 271, array(size 5)) at 
Unknown:0, referer: http://localhost/mahara-clients/docroot/htdocs/
  [Mon Jan 25 21:00:44.324288 2016] [:error] [pid 11] [client 172.17.0.1:37746] 
  * ldap_bind(resource(#106), "cn=ldap proxy,ou=special 
users,ou=school,DC=eggs,D...", "visiblepassword") at 
/var/www/html/mahara-clients/docroot/htdocs/auth/ldap/lib.php:271, referer: 
http://localhost/mahara-clients/docroot/htdocs/
  [Mon Jan 25 21:00:44.324296 2016] [:error] [pid 11] [client 172.17.0.1:37746] 
  * AuthLdap->ldap_connect() at 
/var/www/html/mahara-clients/docroot/htdocs/auth/ldap/lib.php:139, referer: 
http://localhost/mahara-clients/docroot/htdocs/
  [Mon Jan 25 21:00:44.324303 2016] [:error] [pid 11] [client 172.17.0.1:37746] 
  * AuthLdap->authenticate_user_account(object(LiveUser), "") at 
/var/www/html/mahara-clients/docroot/htdocs/auth/lib.php:1500, referer: 
http://localhost/mahara-clients/docroot/htdocs/
  [Mon Jan 25 21:00:44.324310 2016] [:error] [pid 11] [client 172.17.0.1:37746] 
  * login_submit(object(Pieform), array(size 6)) at Unknown:0, referer: 
http://localhost/mahara-clients/docroot/htdocs/
  [Mon Jan 25 21:00:44.324316 2016] [:error] [pid 11] [client 172.17.0.1:37746] 
  * call_user_func_array("login_submit", array(size 2)) at 
/var/www/html/mahara-clients/docroot/htdocs/lib/pieforms/pieform.php:537, 
referer: http://localhost/mahara-clients/docroot/htdocs/
  [Mon Jan 25 21:00:44.324323 2016] [:error] [pid 11] [client 172.17.0.1:37746] 
  * Pieform->__construct(array(size 9)) at 
/var/www/html/mahara-clients/docroot/htdocs/auth/lib.php:505, referer: 
http://localhost/mahara-clients/docroot/htdocs/
  [Mon Jan 25 21:00:44.324331 2016] [:error] [pid 11] [client 172.17.0.1:37746] 
  * auth_setup() at /var/www/html/mahara-clients/docroot/htdocs/init.php:408, 
referer: http://localhost/mahara-clients/docroot/htdocs/
  [Mon Jan 25 21:00:44.324338 2016] [:error] [pid 11] [client 172.17.0.1:37746] 
  * require("/var/www/html/mahara-clients/docroot/htdocs/init.p...") at 
/var/www/html/mahara-clients/docroot/htdocs/index.php:16, referer: 
http://localhost/mahara-clients/docroot/htdocs/
  [Mon Jan 25 21:00:44.324345 2016] [:error] [pid 11] [client 172.17.0.1:37746] 
, referer: http://localhost/mahara-clients/docroot/htdocs/
  [Mon Jan 25 21:00:44.326490 2016] [:error] [pid 11] [client 172.17.0.1:37746] 
[WAR] a2 (auth/ldap/lib.php:200) LDAP connection failed: 
ldaps://rodc1.eggs.school.nz/ou=school,DC=eggs,DC=school,DC=nz, referer: 
http://localhost/mahara-clients/docroot/htdocs/
  [Mon Jan 25 21:00:44.326518 2016] [:error] [pid 11] [client 172.17.0.1:37746] 
Call stack (most recent first):, referer: 
http://localhost/mahara-clients/docroot/htdocs/
  [Mon Jan 25 21:00:44.326544 2016] [:error] [pid 11] [client 172.17.0.1:37746] 
  * log_message("LDAP connection failed: ldaps://rodc1.eggs.school", 8, 
true, true) at /var/www/html/mahara-clients/docroot/htdocs/lib/errors.php:97, 
referer: http://localhost/mahara-clients/docroot/htdocs/
  [Mon Jan 25 21:00:44.326553 2016] [:error] [pid 11] [client 172.17.0.1:37746] 
  * log_warn("LDAP connection failed: ldaps://rodc1.eggs.school") at 
/var/www/html/mahara-clients/docroot/htdocs/auth/ldap/lib.php:200, 

[Mahara-contributors] [Bug 1431660] Re: Feedback count for annotations doesn't update until you refresh the page

2016-03-22 Thread Robert Lyon
** Changed in: mahara/15.10
Milestone: 15.10.2 => 15.10.3

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

Title:
  Feedback count for annotations doesn't update until you refresh the
  page

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

Bug description:
  As reported on https://reviews.mahara.org/#/c/4123/:

  "When adding feedback, the feedback count is not increased until you
  refresh the page. We don't have that problem with the comments
  functionality as comments are left on the artefact details page and
  not on the portfolio page. This is a minor thing and we could leave it
  for last to change."

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1431660/+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 1530611] Re: "Recent journal entries" displays group journal in private portfolio area

2016-03-22 Thread Robert Lyon
** Changed in: mahara/15.10
Milestone: 15.10.2 => 15.10.3

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

Title:
  "Recent journal entries" displays group journal in private portfolio
  area

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

Bug description:
  Mahara 15.10+

  When you have a journal entry in a group forum and you select the
  "Recent journal entries" block on a personal portfolio page (not a
  group portfolio page), you see the group journal listed.

  This is not the case for the blocks "Journal" and "Journal entry". Th
  group journal should only be visible for a group page.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1530611/+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 1548522] Re: Avatars overlap in friends block

2016-03-22 Thread Robert Lyon
** Changed in: mahara/15.10
Milestone: 15.10.2 => 15.10.3

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

Title:
  Avatars overlap in friends block

Status in Mahara:
  Incomplete
Status in Mahara 15.10 series:
  Incomplete
Status in Mahara 16.04 series:
  Incomplete

Bug description:
  Reported by Patric Lougheed on the forum:
  
https://mahara.org/interaction/forum/topic.php?id=7524=0=10#post30271

  In 15.10.1 all avatars that are portrait shaped are overlapping with
  the names of the avatar above and below them. I checked in all the
  themes and this occurs. This does not happen when you are in edit mode
  though.

  It would be great to have the option that the avatar is forced to be
  square like in Moodle.

  Cheers,

  Patric

  UPDATE: It seems each div goes from "position: absolute" in edit mode
  to "position: relative" in view mode. This problem is also happening
  in the image gallery block. All the thumbnails are overlapping on each
  other.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1548522/+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 1386000] Re: Don't display submitted pages in "Pages / collections shared with this group"

2016-03-22 Thread Robert Lyon
** Changed in: mahara/15.10
Milestone: 15.10.2 => 15.10.3

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

Title:
  Don't display submitted pages in "Pages / collections shared with this
  group"

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

Bug description:
  When a user submits a page / collection to a group, the group admin
  sees it both under "Pages / collections shared with this group" and
  "Submitted pages / collections". This is confusing as the pages /
  collections show up twice and it's not easy to see that they have
  actually been submitted only. I think it would be best to show
  submitted pages that have not been shared with the rest of the group
  only in "Submitted pages / collections".

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1386000/+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 1530606] Re: Internal image slideshow doesn't have "First" and "Last" buttons anymore

2016-03-22 Thread Robert Lyon
** Changed in: mahara/15.10
Milestone: 15.10.2 => 15.10.3

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

Title:
  Internal image slideshow doesn't have "First" and "Last" buttons
  anymore

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

Bug description:
  Mahara 15.10+

  In Mahara 1.9 we introduced the possibility to jump to the first and
  last image within an image gallery. See
  http://manual.mahara.org/en/1.9/blocks/files.html#index-7

  This is currently not possible anymore in 15.10+.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1530606/+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 1528986] Re: Ojectionable content modal's text box doesn't resize properly

2016-03-22 Thread Robert Lyon
** Changed in: mahara/15.10
Milestone: 15.10.2 => 15.10.3

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

Title:
  Ojectionable content modal's text box doesn't resize properly

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

Bug description:
  Mahara 15.10+

  When you are beyond a certain responsive breakpoint, the modal for
  objectionable content doesn't resize the text box properly anymore.

  1. Go to a page.
  2. Click the "..." button.
  3. Click "Report objectionable material".
  4. The modal comes up.
  5. Resize your viewport to a size less than 742px.

  Expected behavior: The text box shrinks.
  Actual behavior: The text box goes beyond the border and stays the same width.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1528986/+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 1229660] Re: tag "lastinstitution:..." shows up for admin under "my tags"

2016-03-22 Thread Robert Lyon
** Changed in: mahara/15.04
Milestone: 15.04.6 => 15.04.7

** Changed in: mahara/15.10
Milestone: 15.10.2 => 15.10.3

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

Title:
  tag "lastinstitution:..." shows up for admin under "my tags"

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

Bug description:
  When you are an admin on a multitenannted Mahara site, you see tags of
  "lastinstitution:..." in your list of tags when users have left an
  institution.

  These are for the functionality of allowing the admin to see "People
  who have left a given institution" on the "Administration ->
  Institutions -> Members" screen.

  This tag should not show up in an admin's list of tags though as they
  are not that admin's tags and he shouldn't really hand those tags out.

  To replicate:

  1. Clean Mahara install. Log in as admin.
  2. Create Institution A
  3. Create User 1
  4. Go to User 1's account settings page, go down to the "Institution 
Settings" section at the bottom, and add them to Institution A.
  5. Return to User 1's account settings page, and remove them from Institution 
A.
  6. Go to admin's Portfolio section and create a page.
  7. On the "Edit title and description" screen, at the "Tags" field, click the 
"Show my tags" link.

  Result: "lastinstitution:institutiona" shows up as one of the tags.
  Expected result: "lastinstitution:institutiona" should not be listed as one 
of the tags.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1229660/+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 1269170] Re: GD Image not being created during cron run

2016-03-22 Thread Robert Lyon
** Changed in: mahara/15.04
Milestone: 15.04.6 => 15.04.7

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1269170

Title:
  GD Image not being created during cron run

Status in Mahara:
  Invalid
Status in Mahara 15.04 series:
  Confirmed
Status in Mahara 15.10 series:
  Invalid

Bug description:
  I get the following warnings when cron job 'cron_site_data_daily' runs
  - I'm not sure if it's specific to my data / machine / php version
  (which is 5.4) but I thought I'd mention them here in case others were
  having the same problems.

  The failure means that the statistic graphics are not generated.

  [WAR] 48 (lib/pear/Image/Canvas/GD/PNG.php:125) imagepng(): gd-png:  fatal 
libpng error: Wrote palette index exceeding num_palette
   Call stack (most recent first):
 * log_message("imagepng(): gd-png:  fatal libpng error: Wrote pal...", 8, 
true, true, "/mnt/data/s16/lib/pear/Image/Canvas/GD/PNG.php", 125) at 
/mnt/data/s16/lib/errors.php:430
 * error(2, "imagepng(): gd-png:  fatal libpng error: Wrote pal...", 
"/mnt/data/s16/lib/pear/Image/Canvas/GD/PNG.php", 125, array(size 1)) at 
Unknown:0
 * imagepng(resource(#8087), "/mnt/data/uploaddir/images/grouptypes.png") 
at /mnt/data/s16/lib/pear/Image/Canvas/GD/PNG.php:125
 * Image_Canvas_GD_PNG->save(array(size 1)) at 
/mnt/data/s16/lib/pear/Image/Graph.php:865
 * Image_Graph->_done(array(size 1)) at 
/mnt/data/s16/lib/pear/Image/Graph.php:787
 * Image_Graph->done(array(size 1)) at 
/mnt/data/s16/lib/registration.php:1164
 * group_type_graph() at /mnt/data/s16/lib/registration.php:2163
 * graph_site_data_daily() at /mnt/data/s16/lib/mahara.php:3009
 * cron_site_data_daily() at /mnt/data/s16/lib/cron.php:142
   
  [WAR] 48 (lib/pear/Image/Canvas/GD/PNG.php:125) imagepng(): gd-png error: 
setjmp returns error condition
   Call stack (most recent first):
 * log_message("imagepng(): gd-png error: setjmp returns error con...", 8, 
true, true, "/mnt/data/s16/lib/pear/Image/Canvas/GD/PNG.php", 125) at 
/mnt/data/s16/lib/errors.php:430
 * error(2, "imagepng(): gd-png error: setjmp returns error con...", 
"/mnt/data/s16/lib/pear/Image/Canvas/GD/PNG.php", 125, array(size 1)) at 
Unknown:0
 * imagepng(resource(#8087), "/mnt/data/uploaddir/images/grouptypes.png") 
at /mnt/data/s16/lib/pear/Image/Canvas/GD/PNG.php:125
 * Image_Canvas_GD_PNG->save(array(size 1)) at 
/mnt/data/s16/lib/pear/Image/Graph.php:865
 * Image_Graph->_done(array(size 1)) at 
/mnt/data/s16/lib/pear/Image/Graph.php:787
 * Image_Graph->done(array(size 1)) at 
/mnt/data/s16/lib/registration.php:1164
 * group_type_graph() at /mnt/data/s16/lib/registration.php:2163
 * graph_site_data_daily() at /mnt/data/s16/lib/mahara.php:3009
 * cron_site_data_daily() at /mnt/data/s16/lib/cron.php:142

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1269170/+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 1393620] Re: webservices: get_groups_by_id requires institution

2016-03-22 Thread Robert Lyon
** Changed in: mahara/15.04
Milestone: 15.04.6 => 15.04.7

** Changed in: mahara/15.10
Milestone: 15.10.2 => 15.10.3

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

Title:
  webservices: get_groups_by_id requires institution

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

Bug description:
  Currently the webservices method to fetch group information by id
  requires the group to have institution set.

  Will need to be adjusted to allow for groups not attached to an
  institution.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1393620/+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 1415258] Re: Behat is having issues unzipping a file

2016-03-22 Thread Robert Lyon
** Changed in: mahara/15.10
Milestone: 15.10.2 => 15.10.3

** Changed in: mahara/15.04
Milestone: 15.04.6 => 15.04.7

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1415258

Title:
  Behat is having issues unzipping a file

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

Bug description:
  Hi Sonn,

  Behat is having some issues decompressing a file. It relates to this
  bug #1386970.

  The tags were added and it was merged, maybe the wrong step definition
  is being used here. This test was written for 1.10 there's a
  possibility the wording has changed since then also.

  This is also dependent on the file attachment step.

  I have attached a test below to test with.

  Cheers,
  Jinelle

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1415258/+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 1234582] Re: Can't display images in RSS feeds with protocol-relative URLs

2016-03-22 Thread Robert Lyon
** Changed in: mahara/15.04
Milestone: 15.04.6 => 15.04.7

** Changed in: mahara/15.10
Milestone: 15.10.2 => 15.10.3

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

Title:
  Can't display images in RSS feeds with protocol-relative URLs

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

Bug description:
  As described by Robert while investigating another bug report:
  https://bugs.launchpad.net/mahara/+bug/1219499/comments/5

  The problem where some images are not showing up is because they tend
  to be protocol relative urls to the images and the Mahara system tries
  to append a url to them but this makes the path incorrect.

  eg for slideshare (http://www.slideshare.net/rss/latest)

  There are image links in the feed like:

  
//cdn.slidesharecdn.com/ss_thumbnails/lptrnhc2008cbnnhtnghththutit360-130902225125-phpapp02-thumbnail-2.jpg

  and mahara sees this as a relative url and appends
  http://www.slideshare.net/ to the front if it which then makes

  
http://www.slideshare.net//cdn.slidesharecdn.com/ss_thumbnails/lptrnhc2008cbnnhtnghththutit360-130902225125-phpapp02-thumbnail-2.jpg

  which is an incorrect url and the image will not be found there

  Need to alter the code in htdocs/blocktype/externalfeed/lib.php from
  /src="(\/[^"]+)"/ to something that doesn't try and update protocol
  relative urls

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1234582/+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 1411234] Re: large image display problem in blog view

2016-03-22 Thread Robert Lyon
** Changed in: mahara/15.04
Milestone: 15.04.6 => 15.04.7

** Changed in: mahara/15.10
Milestone: 15.10.2 => 15.10.3

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

Title:
  large image display problem in blog view

Status in Mahara:
  Confirmed
Status in Mahara 1.10 series:
  Won't Fix
Status in Mahara 15.04 series:
  Confirmed
Status in Mahara 15.10 series:
  Confirmed
Status in Mahara 16.04 series:
  Confirmed

Bug description:
  Reported by a user. Placing a very large image in a blog entry causes
  a display problem in the blog view.

  Let's say a 1200 pixels wide image is placed in a entry. The blog
  entry is put in a page. View.css has a max-width:100% for each
  blockinstance-content, so the blog entry fits into the allocated width
  (which is partly good because the image is distorded i.e. proportions
  are not kept).

  But when we look at the blog entry in the blog view, the wide image
  overlap navigation elements on the right - which is not good. There
  should be a CSS max-width also in the blog entry so there is no
  overlap.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1411234/+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 1317354] Re: Flowplayer audio starts muted if there's also a Flowplayer video on the page

2016-03-22 Thread Robert Lyon
** Changed in: mahara/15.04
Milestone: 15.04.6 => 15.04.7

** Changed in: mahara/15.10
Milestone: 15.10.2 => 15.10.3

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

Title:
  Flowplayer audio starts muted if there's also a Flowplayer video on
  the page

Status in Mahara:
  Confirmed
Status in Mahara 1.10 series:
  Won't Fix
Status in Mahara 15.04 series:
  Confirmed
Status in Mahara 15.10 series:
  Confirmed

Bug description:
  To replicate:

  1. Create a page
  2. Put an embedded media block on the page with an audio file selected
  3. Put an embedded media block on the page with a video file selected (with a 
type of video that's played by flowplayer)
  4. View the page in display mode

  Result: The audio player's volume is set to muted

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1317354/+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 1499287] Re: Safari text box editing

2016-03-22 Thread Robert Lyon
** Changed in: mahara
Milestone: 15.04.6 => 15.04.7

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1499287

Title:
  Safari text box editing

Status in Mahara:
  Triaged

Bug description:
  Hello,

  I've had several students with Macbooks and iPads raise an issue with
  being unable to save textboxes when editing pages using Safari. I
  don't think it's just a recent version issue (we're on Mahara
  15.04.2testing) but it came to my attention because I've had so many
  people ask about editing problems in the past couple of days - guess
  our newest student cohort are Mac fans!

  The pages they are specifically having trouble with are templates that they 
copy from a central location. The pages have multiple blocks of information on 
them, including several textboxes containing questions the students are asked 
to edit to provide answers for. Depending on the range of information the page 
layout can be complex but is usually two rows of 3-4 blocks of media & text.
  When they try to edit the textboxes at the bottom of the page, the editing 
box pops up at the bottom of the screen so that the 'Save' button is below the 
visible interface, and they don't seem to be able to move it to make the button 
visible on screen. They can scroll within the text editor a limited amount, but 
the save button is always below the screen.

  I've attached a screenshot example that a student sent me.
  Another student posted a workaround into our help forum - using the arrow 
keys to zoom the browser window to make contents smaller allowed the entire 
editor box to appear on screen - but I don't have a Mac device to verify that 
this works.

  Regards, Gordon.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1499287/+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 1425392] Re: Behat bug: Behat gets confused by the 2 different Groups in navigation

2016-03-22 Thread Robert Lyon
** Changed in: mahara/15.04
Milestone: 15.04.6 => 15.04.7

** Changed in: mahara/15.10
Milestone: 15.10.2 => 15.10.3

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

Title:
  Behat bug: Behat gets confused by the 2 different Groups in navigation

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

Bug description:
  Hi,

  I have a attached a broken Behat test. When it clicks on the first "Groups" 
heading in the navigation it works fine.
  eg "Find friends" in "Groups"

  Then it fails when it tries selecting "Archived submissions" in
  "Groups" .

  It doesn’t like the fact that there are 2 of them.  What way do we
  have to work around this?

  Thanks,
  Jinelle

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1425392/+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 1470064] Re: webservices complain about no HTTPS even for simple user authentication

2016-03-22 Thread Robert Lyon
** Changed in: mahara/15.10
Milestone: 15.10.2 => 15.10.3

** Changed in: mahara/15.04
Milestone: 15.04.6 => 15.04.7

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1470064

Title:
  webservices complain about no HTTPS even for simple user
  authentication

Status in Mahara:
  Triaged
Status in Mahara 15.04 series:
  Triaged
Status in Mahara 15.10 series:
  Triaged
Status in Mahara 16.04 series:
  Triaged

Bug description:
  Mahara 15.04

  To reproduce...

  - use a site with HTTP (not HTTPS)
  - Create a web service user 
  - configure the user through 'Manage service users' to access any suitable 
method (e.g. get institution users)
  - use the web services test client with any protocol you like and execute the 
selected method
  - An error is thrown...

  "exception: Forbidden - HTTPS must be used"

  The documentation (such as it is) indicates that HTTPS is only
  required for token based authentication, not simple username/password

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1470064/+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 1489274] Re: Full copy of blog block with embedded images still causing problems

2016-03-22 Thread Robert Lyon
** Changed in: mahara/15.10
Milestone: 15.10.2 => 15.10.3

** Changed in: mahara/15.04
Milestone: 15.04.6 => 15.04.7

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1489274

Title:
  Full copy of blog block with embedded images still causing problems

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

Bug description:
  Bug 1476059 fixed some problems with copies of blogs that have
  embedded images. But, it didn't do a database update, so blog entries
  created before that bug fix will still cause problems.

  Here's how to replicate:

  1. Install Mahara 15.04.2
  2. Create a blog entry.
  3. Use the TinyMCE "image" button to embed an image in the blog entry
  4. Create a page
  5. Put a blog entry block on the page.
  6. Select the blog entry you created
  7. Set the block's copy permission to "Others will get their own copy of your 
journal"
  8. Share the page with registered users
  9. Set the page to allow copying
  10. Upgrade site to Mahara 15.04.3
  11. Log in as a second user
  12. Copy the page

  Expected result: You should see the image from the blog entry, on your copy 
of the page
  Actual result: The blog entry shows "undefined" where the image should be

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1489274/+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 1471227] Re: Unable to delete an institution

2016-03-22 Thread Robert Lyon
** Changed in: mahara/15.04
Milestone: 15.04.6 => 15.04.7

** Changed in: mahara/15.10
Milestone: 15.10.2 => 15.10.3

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

Title:
  Unable to delete an institution

Status in Mahara:
  Triaged
Status in Mahara 15.04 series:
  Triaged
Status in Mahara 15.10 series:
  Triaged
Status in Mahara 16.04 series:
  Triaged

Bug description:
  Mahara 15.04. MySQL database

  Removed all users from an Institution and attempted to delete it. On
  confirmation am SQL error was generated:

  [WAR] f4 (lib/errors.php:747) Failed to get a recordset: mysqli error: [1451: 
Cannot delete or update a parent row: a foreign key constraint fails 
  ("mahara15"."auth_remote_user", CONSTRAINT "authremouser_aut_fk" FOREIGN KEY 
("authinstance") REFERENCES "auth_instance" ("id"))] in adodb_throw(DELETE FROM 
"auth_instance"  WHERE "institution" = 'education' , )
  Command was: DELETE FROM "auth_instance"  WHERE "institution" = ?  and values 
was (education)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1471227/+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 1500285] Re: Add path and update records slowness

2016-03-22 Thread Robert Lyon
** Changed in: mahara/15.04
Milestone: 15.04.6 => 15.04.7

** Changed in: mahara/15.10
Milestone: 15.10.2 => 15.10.3

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

Title:
  Add path and update records slowness

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

Bug description:
  Upgrade Issue 1 - Add path and update records :

  This adds a field 'path' to artefact table and thereafter runs a
  update query to add data. We have around 500K rows and this takes
  around 94 minutes to upgrade! This can be done in one go without the
  limit of 200 and it works very well taking around 2-3 minutes!

  Few times the upgrade failed due to "mysqli error: [1205: Lock wait
  timeout exceeded; try restarting transaction]".

  This is spun off from Bug #1499568

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

2016-03-22 Thread Robert Lyon
** Changed in: mahara/15.04
Milestone: 15.04.6 => 15.04.7

** Changed in: mahara/15.10
Milestone: 15.10.2 => 15.10.3

-- 
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:
  In Progress
Status in Mahara 15.04 series:
  In Progress
Status in Mahara 15.10 series:
  In Progress
Status in Mahara 16.04 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 1533456] Re: (Non-flowplayer) embedded media overlaps over block config in Mahara 15.04

2016-03-22 Thread Robert Lyon
** Changed in: mahara
Milestone: 15.04.6 => 15.04.7

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1533456

Title:
  (Non-flowplayer) embedded media overlaps over block config in Mahara
  15.04

Status in Mahara:
  In Progress

Bug description:
  This bug occurs only in Mahara 15.04. Not 1.10, not 15.10. I noticed
  it in Firefox. I haven't tried it in other browsers.

  The problem is that if you place a video file onto a page, and then
  you go to edit another block on the page, the video is displayed over
  the block config popup. This appears only to happen with the file
  types that are *not* handled by Flowplayer (.swf, .mpg, .avi)

  To replicate:

  1. Clean install of Mahara
  2. Go to 
/admin/extensions/pluginconfig.php?plugintype=blocktype=file/internalmedia
 and activate all the media types
  3. Create a page
  4. On the page, place an "Embedded media" block, with an mpg file in it.
  5. Above the embedded media block, place a Text block

  Expected result: The block config for the Text block comes up and you can see 
it
  Actual result: The mpg file from the embedded media block, displays on top of 
the block config

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1533456/+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 1554862] Re: Move testing infrastructure into a separate git submodule

2016-03-22 Thread Robert Lyon
** Changed in: mahara/15.04
Milestone: 15.04.6 => 15.04.7

** Changed in: mahara/15.10
Milestone: 15.10.2 => 15.10.3

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

Title:
  Move testing infrastructure into a separate git submodule

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

Bug description:
  Currently we include all the Mahara testing code in the main Mahara
  branch. This would work fine, except that rapid changes in Firefox
  mean that we need to make rapid changes in our Selenium interface, and
  all of these need to be backported into the testing code for all
  branches that are still supported.

  Effectively, this means that *all* testing-related code needs to be
  synchronized across all supported branches.

  The easiest way to ensure that is to move the testing code out of the
  main Mahara branch. For the time being, a git submodule is probably
  the best approach.

  Because some of the Behat steps need to be different between the
  different Mahara versions (for instance, navigation steps need to take
  into account changes in the menu structure's HTML), the Behat
  subproject may need to have code that sniffs the Mahara version it's
  running against and makes changes accordingly.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1554862/+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 1537861] Re: View layout becomes corrupted when changed

2016-03-22 Thread Robert Lyon
** Changed in: mahara/15.04
Milestone: 15.04.6 => 15.04.7

** Changed in: mahara/15.10
Milestone: 15.10.2 => 15.10.3

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

Title:
  View layout becomes corrupted when changed

Status in Mahara:
  Confirmed
Status in Mahara 15.04 series:
  Triaged
Status in Mahara 15.10 series:
  Triaged

Bug description:
  Version: Mahara 15.04.5 (only encountered on this version, after
  upgrading from 15.04.4)

  We have had 2 users (out of over a thousand) have this problem so far,
  and I've been unable reproduce it or trace a specific cause but we do
  know the order of events and the outcome:

  They copy a page from another user
  Change content or add some new content
  Attempt to change the layout (say from 3 columns to 2 columns)

  Something goes wrong while the layout is being changed and the data in
  the table view_rows_columns no longer matches what's in the view
  table, and the page won't load anymore.

  As more users encounter this problem (and I'm assuming they will) I
  will update this report.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1537861/+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 1431659] Re: Problems importing Annotations via Leap2a

2016-03-22 Thread Robert Lyon
** Changed in: mahara/15.04
Milestone: 15.04.6 => 15.04.7

** Changed in: mahara/15.10
Milestone: 15.10.2 => 15.10.3

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

Title:
  Problems importing Annotations via Leap2a

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

Bug description:
  As reported on https://reviews.mahara.org/#/c/4123/:

  "When I import a Leap2A (a collection with two pages; one with a text
  and 2 annotation blocks and the other with an image block and an
  annotation block), I get "[INF] 83 (import/index.php:301) Leap2A
  import failed: Cannot find reflection entry for annotation." The text
  block does not have an embedded image. Just plain text."

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1431659/+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 1503103] Re: When new accounts are created, default storage quota is not applied

2016-03-22 Thread Robert Lyon
** Changed in: mahara/1.10
Milestone: 1.10.9 => 1.10.10

** Changed in: mahara/15.04
Milestone: 15.04.6 => 15.04.7

** Changed in: mahara/15.10
Milestone: 15.10.2 => 15.10.3

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

Title:
  When new accounts are created, default storage quota is not applied

Status in Mahara:
  In Progress
Status in Mahara 1.10 series:
  In Progress
Status in Mahara 1.9 series:
  Won't Fix
Status in Mahara 15.04 series:
  In Progress
Status in Mahara 15.10 series:
  In Progress
Status in Mahara 16.04 series:
  In Progress

Bug description:
  When new accounts are created, default storage quota is not applied.
  Our Default quota is 500MB. When new users log in, they get only 200MB. Their 
accounts immediately get created when they log in with their student/staff 
credentials.
  I can remedy this by going Administration > Institutions > Our Institution > 
Update user quotas > Submit.
  This then updates all users to the correct storage quota.

  Mahara 1.9.8 (upgrading to 15.04.0 very soon)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1503103/+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 1408577] Re: Elasticsearch not working properly with Chinese characters

2016-03-22 Thread Robert Lyon
** Changed in: mahara/1.10
Milestone: 1.10.9 => 1.10.10

** Changed in: mahara/15.04
Milestone: 15.04.6 => 15.04.7

** Changed in: mahara/15.10
Milestone: 15.10.2 => 15.10.3

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

Title:
  Elasticsearch not working properly with Chinese characters

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

Bug description:
  1. Search box in the top-right corner (the search box below the Settings) 
return no result.
  2. Search box in the Pages can only locate the name of the pages (not 
searching content of the page).

  Detail Information of server:
  ===
  Elasticsearch server is running:
  {
"cluster_name" : "elasticsearch",
"status" : "green",
"timed_out" : false,
"number_of_nodes" : 1,
"number_of_data_nodes" : 1,
"active_primary_shards" : 1,
"active_shards" : 1,
"relocating_shards" : 0,
"initializing_shards" : 0,
"unassigned_shards" : 0
  }

  The Elasticsearch plugin is currently active. 
  Host: 127.0.0.1
  Elasticsearch port: 9200
  Auth username: (not set)
  Auth password: (not set)
  Index name: mahara
  Bypass index: (not set)
  Elasticsearch analyzer: mahara_analyze
  lasticsearch types: 
usr,interaction_instance,interaction_forum_post,group,view,artefact
  Cron record limit: 0
  Artefact types: Select all

  Number of records of each type currently in the queue:
  usr   (1)
  interaction_instance  (0)
  interaction_forum_post(0)
  group (0)
  view  (0)
  artefact  (0)



  
  - Mahara 1.10.1
  - Ubuntu Linux 14.04.1
  - Postgres database (version 9.3.5)
  - Chrome Version 39.0.2171.95 m, Firefox 33.0.2, I.E. 11

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1408577/+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 1422837] Re: XML RPC simpleXML limits payload size

2016-03-22 Thread Robert Lyon
** Changed in: mahara/1.10
Milestone: 1.10.9 => 1.10.10

** Changed in: mahara/15.04
Milestone: 15.04.6 => 15.04.7

** Changed in: mahara/15.10
Milestone: 15.10.2 => 15.10.3

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

Title:
  XML RPC simpleXML limits payload size

Status in Mahara:
  Confirmed
Status in Mahara 1.10 series:
  Confirmed
Status in Mahara 1.9 series:
  Won't Fix
Status in Mahara 15.04 series:
  Confirmed
Status in Mahara 15.10 series:
  Confirmed
Status in Mahara 16.04 series:
  Confirmed

Bug description:
  Operating System: Ubuntu 14.04.1 LTS

  Mahara version: 1.9.3

  Database: mysql

  Browser: chrome 40.0.2214.111

  --

  Steps to reproduce - you need a system capable of XMLRPC communication
  with Mahara (e.g. Moodle)

  1) With Moodle - set up mahara networking / portfolios.
  2) Open a course with a forum
  3) Add 2 entries. One with an attachment under 5 MB. One with an attachment 
over 5 MB. On Each click "Export to portfolio" in the bottom. 4) Go through the 
screens to start export - ask it to do it now (i.e. not wait for cron).
  5) Check the Mahara site to see what made it through successfully.

  --

  
  simpleXML may not be the best parser for XMLRPC payloads

  in api/xmlrpc/lib.php

  function parse_payload($payload) {
  try {
  $xml = new SimpleXMLElement($payload);
  return $xml;
  } catch (Exception $e) {
  throw new MaharaException('Encrypted payload is not a valid XML 
document', 6002);
  }
  }

  This means if you send a large file (in our tests greater than approx 7mb) 
base 64 encoded over XMLRPC it will fail to parse.
  It didn't seem to make any difference if we increased the memory limit to 
800M in php.ini or even by setting the php memory limit to 800M via PHP ini_set 
in function parse_payload - this suggests that there is a limit to what 
SimpleXML can handle regardless of the PHP memory limit.

  Note - 932 in my source code is the 'throw new exception' following
  $xml = new SimpleXMLElement($payload);

  called at [/vagrant/www/maharadev/mahara/lib/errors.php:465] #1 
exception(MaharaException Object ([] => 1,[] => Encrypted payload is not a 
valid XML document,[] => ,[] => 6002,[] => 
/vagrant/www/maharadev/mahara/api/xmlrpc/lib.php,[] => 932,[] => Array ([0] => 
Array ([file] => /vagrant/www/maharadev/mahara/api/xmlrpc/lib.php,[line] => 
921,[function] => parse_payload,[args] => Array ([0] =>ERROR 4:
  4: remote server error: code: , message: A nonrecoverable error occurred. 
This probably means you have encountered a bug in the system #0 
MaharaException->handle_exception() called at 
[/vagrant/www/maharadev/mahara/lib/errors.php:465] #1 exception(MaharaException 
Object ([] => 1,[] => Encrypted payload is not a valid XML document,[] => ,[] 
=> 6002,[] => /vagrant/www/maharadev/mahara/api/xmlrpc/lib.php,[] => 932,[] => 
Array ([0] => Array ([file] => 
/vagrant/www/maharadev/mahara/api/xmlrpc/lib.php,[line] => 921,[function] => 
parse_payload,[args] => Array ([0] =>

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1422837/+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 1432823] Re: Mobile - Inconsistency in not being able to exporting pages

2016-03-22 Thread Robert Lyon
** Changed in: mahara/1.10
Milestone: 1.10.9 => 1.10.10

** Changed in: mahara/15.04
Milestone: 15.04.6 => 15.04.7

** Changed in: mahara/15.10
Milestone: 15.10.2 => 15.10.3

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

Title:
  Mobile - Inconsistency in not being able to exporting pages

Status in Mahara:
  Confirmed
Status in Mahara 1.10 series:
  Confirmed
Status in Mahara 1.9 series:
  Won't Fix
Status in Mahara 15.04 series:
  Confirmed
Status in Mahara 15.10 series:
  Confirmed
Status in Mahara 16.04 series:
  Confirmed

Bug description:
  From what I understood, exporting pages is disabled when using Mahara
  on an Android or iOS device.

  However, it is possible to access the export interface when deleting a
  page. To reproduce, you have to click on the delete page icon. There
  is a notification that recommends exporting the page before deleting
  (check screenshots). The link "Exporting" sends the user to the export
  interface.

  This notification should be modified when accessing Mahara on a mobile
  device. The "Exporting" link should be removed. Unless the community
  has plans to include an export function on mobiles.

  This has been reproduce on Mahara 10.0.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1432823/+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 1445653] Re: Internet Explorer and video files

2016-03-22 Thread Robert Lyon
** Changed in: mahara/1.10
Milestone: 1.10.9 => 1.10.10

** Changed in: mahara/15.04
Milestone: 15.04.6 => 15.04.7

** Changed in: mahara/15.10
Milestone: 15.10.2 => 15.10.3

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

Title:
  Internet Explorer and video files

Status in Mahara:
  Expired
Status in Mahara 1.10 series:
  Incomplete
Status in Mahara 15.04 series:
  Incomplete
Status in Mahara 15.10 series:
  Incomplete

Bug description:
  In "Content > Files", if I upload a video file (mp4), the file will
  upload correctly.  But the link to view the video won't work in IE.
  In every other browser, the video plays in the browser but IE trie to
  open Windows Media Player which gives the error :

  Windows Media Player cannot play the file.  The Player might not
  support the file type or might not support the codec that was used to
  compress the file.

  If I save the file to my desktop and play it from there, it works
  fine.

  Mahara version 1.10.3testing (2014092315)
  Operating system Linux
  Database MariaDB
  Browser IE11

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1445653/+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 1393552] Re: Simple text box doesn't show cursor in Chromium and Chrome

2016-03-22 Thread Robert Lyon
** Changed in: mahara/1.10
Milestone: 1.10.9 => 1.10.10

** Changed in: mahara/15.04
Milestone: 15.04.6 => 15.04.7

** Changed in: mahara/15.10
Milestone: 15.10.2 => 15.10.3

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

Title:
  Simple text box doesn't show cursor in Chromium and Chrome

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

Bug description:
  When having a simple text box, e.g. collection description, anonymous
  feedback, the cursor is not shown in Chrome and Chromium. I have it
  without problems in Firefox. You can still type in Chrome and
  Chromium, but just don't see the cursor.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1393552/+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 1487274] Re: Elasticsearch choking on non-ASCII characters

2016-03-22 Thread Robert Lyon
** Changed in: mahara/1.10
Milestone: 1.10.9 => 1.10.10

** Changed in: mahara/15.04
Milestone: 15.04.6 => 15.04.7

** Changed in: mahara/15.10
Milestone: 15.10.2 => 15.10.3

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

Title:
  Elasticsearch choking on non-ASCII characters

Status in Mahara:
  Confirmed
Status in Mahara 1.10 series:
  Confirmed
Status in Mahara 1.9 series:
  Won't Fix
Status in Mahara 15.04 series:
  Confirmed
Status in Mahara 15.10 series:
  Confirmed
Status in Mahara 16.04 series:
  Confirmed

Bug description:
  In 15.10 I've added code to "quarantine" records that Elasticsearch
  won't index. That is, if Elasticsearch errors out while processing a
  batch of records, then I re-try each record individually. And if it
  errors out while processing one of those individual records, I mark
  the record as quarantined, and keep it in the
  search_elasticsearch_queue table.

  I've backported that to one of our large 15.04 sites, and since then
  I've taken a look at the data in the records that have caused
  Elasticsearch to choke. They all contain non-ASCII characters, i.e.
  Unicode characters. These can be as simple as "e with an accent over
  it", all the way up to exotic ones like emoji and the Unicode snowman.

  I was not able to replicate this when testing on my local machine, but
  it is certainly in place on our production servers, and bugs such as
  Bug 1408577 make me think it's probably also present on some other
  servers as well.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1487274/+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 1356638] Re: Can not see the image in the static page "Home" for logged-in users

2016-03-22 Thread Robert Lyon
** Changed in: mahara/1.10
Milestone: 1.10.9 => 1.10.10

** Changed in: mahara/15.04
Milestone: 15.04.6 => 15.04.7

** Changed in: mahara/15.10
Milestone: 15.10.2 => 15.10.3

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

Title:
  Can not see the image in the static page "Home" for logged-in users

Status in Mahara:
  Confirmed
Status in Mahara 1.10 series:
  Confirmed
Status in Mahara 1.8 series:
  Won't Fix
Status in Mahara 1.9 series:
  Won't Fix
Status in Mahara 15.04 series:
  Confirmed
Status in Mahara 15.10 series:
  Confirmed
Status in Mahara 16.04 series:
  In Progress

Bug description:
  Version: master(1.10), 1.9, 1.8
  Platform: any
  Browser: any

  Steps to reproduce the issue

  1. Login as a site admin, add a site image file out of the 'public' folder
  2. Add the image into the static page Home (Dashboard)
  3. Logout and login as a normal user

  Expected result: the image should display in my dashboard
  Actual result: the image is not accessible

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1356638/+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 1262040] Re: Problems with group artefact permissions due to misuse of $USER->can_view_artefact and $USER->can_edit_artefact

2016-03-22 Thread Robert Lyon
** Changed in: mahara/1.10
Milestone: 1.10.9 => 1.10.10

** Changed in: mahara/15.04
Milestone: 15.04.6 => 15.04.7

** Changed in: mahara/15.10
Milestone: 15.10.2 => 15.10.3

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

Title:
  Problems with group artefact permissions due to misuse of
  $USER->can_view_artefact and $USER->can_edit_artefact

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:
  Confirmed
Status in Mahara 16.04 series:
  In Progress

Bug description:
  While discussing the export to ZIP bug ( Bug 1013022 ) I realized that
  $USER->can_view_artefact() does not do what I thought it did. I
  thought that it was like can_view_view(), i.e. it was an easy way to
  tell whether a particular user is allowed to see the contents of a
  particular artefact.

  But it does not mean that, as evidenced by the fact that it's not
  accessed at all on the artefact detail page, view/artefact.php.
  Instead, this function refers to whether or not the user should be
  able to see the artefact in their own or a group's Content area.

  The reason it exists and has this name, is because of the group files
  permissions system (see
  http://manual.mahara.org/en/1.8/groups/inside_group.html#index-16 ).
  This defines three permission levels for a file: "View" lets you see
  the page in Contents and use it in Group pages, "Edit" lets you change
  the file's metadata, and "Publish" lets you use the file in your own
  Portfolio pages.

  Anyway, I misunderstood it as doing the same thing as can_view_view(),
  which checks whether a particular user can see a particular Page in
  display-mode. The similar functionality for artefacts, as seen on
  view/artefact.php, is to provide an artefact ID & a page ID, and to
  check whether the artefact is in the page and the user can view the
  page.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1262040/+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 1354222] Re: Files within a group aren't deleted after deleting the group

2016-03-22 Thread Robert Lyon
** Changed in: mahara/1.10
Milestone: 1.10.9 => 1.10.10

** Changed in: mahara/15.04
Milestone: 15.04.6 => 15.04.7

** Changed in: mahara/15.10
Milestone: 15.10.2 => 15.10.3

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

Title:
  Files within a group aren't deleted after deleting the group

Status in Mahara:
  Confirmed
Status in Mahara 1.10 series:
  Confirmed
Status in Mahara 1.9 series:
  Won't Fix
Status in Mahara 15.04 series:
  Confirmed
Status in Mahara 15.10 series:
  Confirmed
Status in Mahara 16.04 series:
  Confirmed

Bug description:
  If you create a group that contains any files (e.g. image, file) and
  then delete that group you should see a warning message. In addition,
  the files are not deleted although the group is (or marked as deleted)

  To reproduce (Mahara master):

  1.- Click on the 'Group' tab and create a group
  2.- Click on the 'Files' tab and add a file or image
  3.- Delete the group and you should see the warning. To check that the added 
files/images weren't deleted you can check out the 'artefact_file_files' table.

  Is this a bug or is it an intended behaviour? If it is a bug I could
  provide a patch for review.

  
  Cheers,
  Moises

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1354222/+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 1397736] Re: Use SafeCURL in external RSS block

2016-03-22 Thread Robert Lyon
** Changed in: mahara/1.10
Milestone: 1.10.9 => 1.10.10

** Changed in: mahara/15.04
Milestone: 15.04.6 => 15.04.7

** Changed in: mahara/15.10
Milestone: 15.10.2 => 15.10.3

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

Title:
  Use SafeCURL in external RSS block

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

Bug description:
  For better security in the external RSS feed block, we should be using
  a library like SafeCURL to help guard against attacks.:
  https://github.com/fin1te/safecurl

  See also bug 1394820

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1397736/+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 1560633] Re: Increase column event_log.data to "longtext"

2016-03-22 Thread Robert Lyon
** Changed in: mahara/1.10
Milestone: 1.10.9 => 1.10.10

** Changed in: mahara/15.04
Milestone: 15.04.6 => 15.04.7

** Changed in: mahara/15.10
Milestone: 15.10.2 => 15.10.3

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

Title:
  Increase column event_log.data to "longtext"

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

Bug description:
  We have found some truncated data in column data from table event_log (MySQL).
  As for bug 1514273, we need to expand its size to "longtext".

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1560633/+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 1560633] Re: Increase column event_log.data to "longtext"

2016-03-22 Thread Robert Lyon
** Also affects: mahara/15.04
   Importance: Undecided
   Status: New

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

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

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

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

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

** Changed in: mahara/1.10
Milestone: None => 15.04.6

** Changed in: mahara/1.10
Milestone: 15.04.6 => 15.10.2

** Changed in: mahara/1.10
Milestone: 15.10.2 => 1.10.9

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

** Changed in: mahara/15.10
Milestone: None => 15.10.2

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

Title:
  Increase column event_log.data to "longtext"

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

Bug description:
  We have found some truncated data in column data from table event_log (MySQL).
  As for bug 1514273, we need to expand its size to "longtext".

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1560633/+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 1560633] Re: Increase column event_log.data to "longtext"

2016-03-22 Thread Kristina Hoeppner
** Changed in: mahara
   Status: New => In Progress

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

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

Title:
  Increase column event_log.data to "longtext"

Status in Mahara:
  In Progress

Bug description:
  We have found some truncated data in column data from table event_log (MySQL).
  As for bug 1514273, we need to expand its size to "longtext".

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

2016-03-22 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/6220
Committed: 
https://git.mahara.org/mahara/mahara/commit/541ad1e329886127cf661a74e19057d661a5906e
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:15.04_STABLE

commit 541ad1e329886127cf661a74e19057d661a5906e
Author: Gary Leydon 
Date:   Wed Sep 30 07:57:56 2015 +1300

Bug 1499572: Avoid array to string conversion in ADODB errors

behatnotneeded: error appears in error log

Change-Id: Ic816248ee56bcae7daa1f13c768afdab92c95b23
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/1499572

Title:
  array to string conversion on SQLExceptions/ADODB_Exceptions

Status in Mahara:
  Fix Committed
Status in Mahara 1.10 series:
  Fix Committed
Status in Mahara 15.04 series:
  Fix Committed
Status in Mahara 15.10 series:
  Fix Committed
Status in Mahara 16.04 series:
  Fix Committed

Bug description:
  This bug has been reported from other code (#1486766) but I think the
  issue is perhaps better addressed in the code for class
  ADODB_Exception constructor.

  I got the Array to string conversion warning in my logs when catching
  a Postgres 9.4 SQLException for trying to add a record that would
  break a unique key constraint. The problem was argument $p2 in
  ADODB_Exception constructor was an array and when the string was
  created on line 43: it generated the warning in my logs: Array to
  string conversion error

  43: $s = "$dbms error: [$errno: $errmsg] in $fn($p1,$p2)\n";

  
  a fix I put into my local development copy was as follows and may not be 
appropriate, but this worked for me

  line 30 before switch statement

  if is_array($p1){
  $p1 = implode(":",$p1);
  }

  if is_array($p2){
  $p2 = implode(":",$p2);
  }

  it could be that the p1 check is never needed. If $p2 is a monsterous
  array this might be problematic as well, but this array guard means
  that you don't have to hunt down every ADODB_Exception in the code to
  be filtered to make sure $p2 is never an array.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1499572/+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 1499572] Re: array to string conversion on SQLExceptions/ADODB_Exceptions

2016-03-22 Thread Robert Lyon
** Changed in: mahara/1.10
   Status: In Progress => Fix Committed

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

Title:
  array to string conversion on SQLExceptions/ADODB_Exceptions

Status in Mahara:
  Fix Committed
Status in Mahara 1.10 series:
  Fix Committed
Status in Mahara 15.04 series:
  Fix Committed
Status in Mahara 15.10 series:
  Fix Committed
Status in Mahara 16.04 series:
  Fix Committed

Bug description:
  This bug has been reported from other code (#1486766) but I think the
  issue is perhaps better addressed in the code for class
  ADODB_Exception constructor.

  I got the Array to string conversion warning in my logs when catching
  a Postgres 9.4 SQLException for trying to add a record that would
  break a unique key constraint. The problem was argument $p2 in
  ADODB_Exception constructor was an array and when the string was
  created on line 43: it generated the warning in my logs: Array to
  string conversion error

  43: $s = "$dbms error: [$errno: $errmsg] in $fn($p1,$p2)\n";

  
  a fix I put into my local development copy was as follows and may not be 
appropriate, but this worked for me

  line 30 before switch statement

  if is_array($p1){
  $p1 = implode(":",$p1);
  }

  if is_array($p2){
  $p2 = implode(":",$p2);
  }

  it could be that the p1 check is never needed. If $p2 is a monsterous
  array this might be problematic as well, but this array guard means
  that you don't have to hunt down every ADODB_Exception in the code to
  be filtered to make sure $p2 is never an array.

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

2016-03-22 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/6221
Committed: 
https://git.mahara.org/mahara/mahara/commit/3798c1053225dfd7991fd9452c78d5e5e66d3ffb
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:1.10_STABLE

commit 3798c1053225dfd7991fd9452c78d5e5e66d3ffb
Author: Gary Leydon 
Date:   Wed Sep 30 07:57:56 2015 +1300

Bug 1499572: Avoid array to string conversion in ADODB errors

behatnotneeded: error appears in error log

Change-Id: Ic816248ee56bcae7daa1f13c768afdab92c95b23
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/1499572

Title:
  array to string conversion on SQLExceptions/ADODB_Exceptions

Status in Mahara:
  Fix Committed
Status in Mahara 1.10 series:
  Fix Committed
Status in Mahara 15.04 series:
  Fix Committed
Status in Mahara 15.10 series:
  Fix Committed
Status in Mahara 16.04 series:
  Fix Committed

Bug description:
  This bug has been reported from other code (#1486766) but I think the
  issue is perhaps better addressed in the code for class
  ADODB_Exception constructor.

  I got the Array to string conversion warning in my logs when catching
  a Postgres 9.4 SQLException for trying to add a record that would
  break a unique key constraint. The problem was argument $p2 in
  ADODB_Exception constructor was an array and when the string was
  created on line 43: it generated the warning in my logs: Array to
  string conversion error

  43: $s = "$dbms error: [$errno: $errmsg] in $fn($p1,$p2)\n";

  
  a fix I put into my local development copy was as follows and may not be 
appropriate, but this worked for me

  line 30 before switch statement

  if is_array($p1){
  $p1 = implode(":",$p1);
  }

  if is_array($p2){
  $p2 = implode(":",$p2);
  }

  it could be that the p1 check is never needed. If $p2 is a monsterous
  array this might be problematic as well, but this array guard means
  that you don't have to hunt down every ADODB_Exception in the code to
  be filtered to make sure $p2 is never an array.

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

2016-03-22 Thread Mahara Bot
Patch for "master" branch: https://reviews.mahara.org/6232

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

Title:
  Increase column event_log.data to "longtext"

Status in Mahara:
  New

Bug description:
  We have found some truncated data in column data from table event_log (MySQL).
  As for bug 1514273, we need to expand its size to "longtext".

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1560633/+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 1560633] [NEW] Increase column event_log.data to "longtext"

2016-03-22 Thread David Ligne
Public bug reported:

We have found some truncated data in column data from table event_log (MySQL).
As for bug 1514273, we need to expand its size to "longtext".

** Affects: mahara
 Importance: Undecided
 Status: New


** Tags: mysql

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

Title:
  Increase column event_log.data to "longtext"

Status in Mahara:
  New

Bug description:
  We have found some truncated data in column data from table event_log (MySQL).
  As for bug 1514273, we need to expand its size to "longtext".

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1560633/+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 1499572] Re: array to string conversion on SQLExceptions/ADODB_Exceptions

2016-03-22 Thread Robert Lyon
** 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/1499572

Title:
  array to string conversion on SQLExceptions/ADODB_Exceptions

Status in Mahara:
  Fix Committed
Status in Mahara 1.10 series:
  In Progress
Status in Mahara 15.04 series:
  In Progress
Status in Mahara 15.10 series:
  Fix Committed
Status in Mahara 16.04 series:
  Fix Committed

Bug description:
  This bug has been reported from other code (#1486766) but I think the
  issue is perhaps better addressed in the code for class
  ADODB_Exception constructor.

  I got the Array to string conversion warning in my logs when catching
  a Postgres 9.4 SQLException for trying to add a record that would
  break a unique key constraint. The problem was argument $p2 in
  ADODB_Exception constructor was an array and when the string was
  created on line 43: it generated the warning in my logs: Array to
  string conversion error

  43: $s = "$dbms error: [$errno: $errmsg] in $fn($p1,$p2)\n";

  
  a fix I put into my local development copy was as follows and may not be 
appropriate, but this worked for me

  line 30 before switch statement

  if is_array($p1){
  $p1 = implode(":",$p1);
  }

  if is_array($p2){
  $p2 = implode(":",$p2);
  }

  it could be that the p1 check is never needed. If $p2 is a monsterous
  array this might be problematic as well, but this array guard means
  that you don't have to hunt down every ADODB_Exception in the code to
  be filtered to make sure $p2 is never an array.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1499572/+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 1535519] Re: Upgrade cookieconsent to 2.0.9

2016-03-22 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/1535519

Title:
  Upgrade cookieconsent to 2.0.9

Status in Mahara:
  Fix Committed

Bug description:
  Need to take into account the info here https://silktide.com/really-
  important-update-to-users-of-cookie-consent-2/ when doing the upgrade

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

2016-03-22 Thread Mahara Bot
Patch for "15.10_STABLE" branch: https://reviews.mahara.org/6228

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

Title:
  15.04 Unit tests fail using MySql

Status in Mahara:
  Fix Committed
Status in Mahara 15.04 series:
  In Progress
Status in Mahara 15.10 series:
  In Progress
Status in Mahara 16.04 series:
  Fix Committed

Bug description:
  To replicate:

  1. Install Mahara on MySQL
  2. In the terminal, cd to your docroot (e.g. /var/www/mahara)
  3. run "make phpunit"

  Expected outcome: Something like "SSS Time: 9.42 seconds, Memory: 
29.75Mb"
  Actual outcome: Big ugly error stack, and "EEE"

  
  Mahara:
  $config->version = 2015030419;
  $config->series = '15.04';
  $config->release = '15.04.4';

  DB: mysql 5.5
  (mysql  Ver 14.14 Distrib 5.5.46, for debian-linux-gnu (x86_64) using 
readline 6.3)

  When running unit tests on a vanilla Mahara 15.04.4 with a mysql
  database, 3 tests fail:

  Configuration read from /var/www/palnet/mahara/phpunit.xml

  EEE

  Time: 39.5 seconds, Memory: 36.00Mb

  There were 3 errors:

  1) WebServiceGroupTest::testRun
  SQLException: Failed to get a recordset: mysqli error: [1064: You have an 
error in your SQL syntax; check the manual that corresponds to your MySQL 
server version for the right syntax to use near '"tst_config"  WHERE "field" = 
'webservice_enabled'  LIMIT 2' at line 1] in EXECUTE("SELECT * FROM 
"tst_config"  WHERE "field" = 'webservice_enabled'  LIMIT 2")
  Command was: SELECT * FROM "tst_config"  WHERE "field" = ?  and values was 
(webservice_enabled)

  /var/www/palnet/mahara/htdocs/lib/dml.php:480
  /var/www/palnet/mahara/htdocs/lib/dml.php:314
  /var/www/palnet/mahara/htdocs/lib/dml.php:291
  /var/www/palnet/mahara/htdocs/lib/mahara.php:885
  
/var/www/palnet/mahara/htdocs/webservice/tests/phpunit/WebServiceTestBase.class.php:85
  
/var/www/palnet/mahara/htdocs/webservice/tests/phpunit/WebServiceGroupTest.php:28

  2) WebServiceInstitutionTest::testRun
  SQLException: Failed to get a recordset: mysqli error: [1064: You have an 
error in your SQL syntax; check the manual that corresponds to your MySQL 
server version for the right syntax to use near '"tst_config"  WHERE "field" = 
'webservice_enabled'  LIMIT 2' at line 1] in EXECUTE("SELECT * FROM 
"tst_config"  WHERE "field" = 'webservice_enabled'  LIMIT 2")
  Command was: SELECT * FROM "tst_config"  WHERE "field" = ?  and values was 
(webservice_enabled)

  /var/www/palnet/mahara/htdocs/lib/dml.php:480
  /var/www/palnet/mahara/htdocs/lib/dml.php:314
  /var/www/palnet/mahara/htdocs/lib/dml.php:291
  /var/www/palnet/mahara/htdocs/lib/mahara.php:885
  
/var/www/palnet/mahara/htdocs/webservice/tests/phpunit/WebServiceTestBase.class.php:85
  
/var/www/palnet/mahara/htdocs/webservice/tests/phpunit/WebServiceInstitutionTest.php:28

  3) WebServiceUserTest::testRun
  SQLException: Failed to get a recordset: mysqli error: [1064: You have an 
error in your SQL syntax; check the manual that corresponds to your MySQL 
server version for the right syntax to use near '"tst_config"  WHERE "field" = 
'webservice_enabled'  LIMIT 2' at line 1] in EXECUTE("SELECT * FROM 
"tst_config"  WHERE "field" = 'webservice_enabled'  LIMIT 2")
  Command was: SELECT * FROM "tst_config"  WHERE "field" = ?  and values was 
(webservice_enabled)

  /var/www/palnet/mahara/htdocs/lib/dml.php:480
  /var/www/palnet/mahara/htdocs/lib/dml.php:314
  /var/www/palnet/mahara/htdocs/lib/dml.php:291
  /var/www/palnet/mahara/htdocs/lib/mahara.php:885
  
/var/www/palnet/mahara/htdocs/webservice/tests/phpunit/WebServiceTestBase.class.php:85
  
/var/www/palnet/mahara/htdocs/webservice/tests/phpunit/WebServiceUserTest.php:28

  FAILURES!
  Tests: 11, Assertions: 21, Errors: 3.
  make: *** [phpunit] Error 2

  
---
  On the same vanilla Mahara 15.04.4, the unit tests pass using postgres:

  PHPUnit 4.3.4 by Sebastian Bergmann.

  Configuration read from /var/www/palnet/mahara/phpunit.xml

  SSS

  Time: 38.13 seconds, Memory: 35.25Mb

  OK, but incomplete, skipped, or risky tests!
  Tests: 11, Assertions: 21, Skipped: 3.

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

2016-03-22 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/6219
Committed: 
https://git.mahara.org/mahara/mahara/commit/d4029997c8c4d0d741af6bd4cffadc264937808c
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:15.10_STABLE

commit d4029997c8c4d0d741af6bd4cffadc264937808c
Author: Gary Leydon 
Date:   Wed Sep 30 07:57:56 2015 +1300

Bug 1499572: Avoid array to string conversion in ADODB errors

behatnotneeded: error appears in error log

Change-Id: Ic816248ee56bcae7daa1f13c768afdab92c95b23
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/1499572

Title:
  array to string conversion on SQLExceptions/ADODB_Exceptions

Status in Mahara:
  Fix Committed
Status in Mahara 1.10 series:
  In Progress
Status in Mahara 15.04 series:
  In Progress
Status in Mahara 15.10 series:
  Fix Committed
Status in Mahara 16.04 series:
  Fix Committed

Bug description:
  This bug has been reported from other code (#1486766) but I think the
  issue is perhaps better addressed in the code for class
  ADODB_Exception constructor.

  I got the Array to string conversion warning in my logs when catching
  a Postgres 9.4 SQLException for trying to add a record that would
  break a unique key constraint. The problem was argument $p2 in
  ADODB_Exception constructor was an array and when the string was
  created on line 43: it generated the warning in my logs: Array to
  string conversion error

  43: $s = "$dbms error: [$errno: $errmsg] in $fn($p1,$p2)\n";

  
  a fix I put into my local development copy was as follows and may not be 
appropriate, but this worked for me

  line 30 before switch statement

  if is_array($p1){
  $p1 = implode(":",$p1);
  }

  if is_array($p2){
  $p2 = implode(":",$p2);
  }

  it could be that the p1 check is never needed. If $p2 is a monsterous
  array this might be problematic as well, but this array guard means
  that you don't have to hunt down every ADODB_Exception in the code to
  be filtered to make sure $p2 is never an array.

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

2016-03-22 Thread Mahara Bot
Patch for "15.04_STABLE" branch: https://reviews.mahara.org/6231

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

Title:
  15.04 Unit tests fail using MySql

Status in Mahara:
  Fix Committed
Status in Mahara 15.04 series:
  In Progress
Status in Mahara 15.10 series:
  In Progress
Status in Mahara 16.04 series:
  Fix Committed

Bug description:
  To replicate:

  1. Install Mahara on MySQL
  2. In the terminal, cd to your docroot (e.g. /var/www/mahara)
  3. run "make phpunit"

  Expected outcome: Something like "SSS Time: 9.42 seconds, Memory: 
29.75Mb"
  Actual outcome: Big ugly error stack, and "EEE"

  
  Mahara:
  $config->version = 2015030419;
  $config->series = '15.04';
  $config->release = '15.04.4';

  DB: mysql 5.5
  (mysql  Ver 14.14 Distrib 5.5.46, for debian-linux-gnu (x86_64) using 
readline 6.3)

  When running unit tests on a vanilla Mahara 15.04.4 with a mysql
  database, 3 tests fail:

  Configuration read from /var/www/palnet/mahara/phpunit.xml

  EEE

  Time: 39.5 seconds, Memory: 36.00Mb

  There were 3 errors:

  1) WebServiceGroupTest::testRun
  SQLException: Failed to get a recordset: mysqli error: [1064: You have an 
error in your SQL syntax; check the manual that corresponds to your MySQL 
server version for the right syntax to use near '"tst_config"  WHERE "field" = 
'webservice_enabled'  LIMIT 2' at line 1] in EXECUTE("SELECT * FROM 
"tst_config"  WHERE "field" = 'webservice_enabled'  LIMIT 2")
  Command was: SELECT * FROM "tst_config"  WHERE "field" = ?  and values was 
(webservice_enabled)

  /var/www/palnet/mahara/htdocs/lib/dml.php:480
  /var/www/palnet/mahara/htdocs/lib/dml.php:314
  /var/www/palnet/mahara/htdocs/lib/dml.php:291
  /var/www/palnet/mahara/htdocs/lib/mahara.php:885
  
/var/www/palnet/mahara/htdocs/webservice/tests/phpunit/WebServiceTestBase.class.php:85
  
/var/www/palnet/mahara/htdocs/webservice/tests/phpunit/WebServiceGroupTest.php:28

  2) WebServiceInstitutionTest::testRun
  SQLException: Failed to get a recordset: mysqli error: [1064: You have an 
error in your SQL syntax; check the manual that corresponds to your MySQL 
server version for the right syntax to use near '"tst_config"  WHERE "field" = 
'webservice_enabled'  LIMIT 2' at line 1] in EXECUTE("SELECT * FROM 
"tst_config"  WHERE "field" = 'webservice_enabled'  LIMIT 2")
  Command was: SELECT * FROM "tst_config"  WHERE "field" = ?  and values was 
(webservice_enabled)

  /var/www/palnet/mahara/htdocs/lib/dml.php:480
  /var/www/palnet/mahara/htdocs/lib/dml.php:314
  /var/www/palnet/mahara/htdocs/lib/dml.php:291
  /var/www/palnet/mahara/htdocs/lib/mahara.php:885
  
/var/www/palnet/mahara/htdocs/webservice/tests/phpunit/WebServiceTestBase.class.php:85
  
/var/www/palnet/mahara/htdocs/webservice/tests/phpunit/WebServiceInstitutionTest.php:28

  3) WebServiceUserTest::testRun
  SQLException: Failed to get a recordset: mysqli error: [1064: You have an 
error in your SQL syntax; check the manual that corresponds to your MySQL 
server version for the right syntax to use near '"tst_config"  WHERE "field" = 
'webservice_enabled'  LIMIT 2' at line 1] in EXECUTE("SELECT * FROM 
"tst_config"  WHERE "field" = 'webservice_enabled'  LIMIT 2")
  Command was: SELECT * FROM "tst_config"  WHERE "field" = ?  and values was 
(webservice_enabled)

  /var/www/palnet/mahara/htdocs/lib/dml.php:480
  /var/www/palnet/mahara/htdocs/lib/dml.php:314
  /var/www/palnet/mahara/htdocs/lib/dml.php:291
  /var/www/palnet/mahara/htdocs/lib/mahara.php:885
  
/var/www/palnet/mahara/htdocs/webservice/tests/phpunit/WebServiceTestBase.class.php:85
  
/var/www/palnet/mahara/htdocs/webservice/tests/phpunit/WebServiceUserTest.php:28

  FAILURES!
  Tests: 11, Assertions: 21, Errors: 3.
  make: *** [phpunit] Error 2

  
---
  On the same vanilla Mahara 15.04.4, the unit tests pass using postgres:

  PHPUnit 4.3.4 by Sebastian Bergmann.

  Configuration read from /var/www/palnet/mahara/phpunit.xml

  SSS

  Time: 38.13 seconds, Memory: 35.25Mb

  OK, but incomplete, skipped, or risky tests!
  Tests: 11, Assertions: 21, Skipped: 3.

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

2016-03-22 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/5708
Committed: 
https://git.mahara.org/mahara/mahara/commit/2f0b7d113ae5806ebe2de0943469d5265b9d9b46
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:master

commit 2f0b7d113ae5806ebe2de0943469d5265b9d9b46
Author: Aaron Wells 
Date:   Fri Nov 13 12:23:58 2015 +1300

Move WebService "markTestSkipped" to setup (Bug 1515473)

... so that we don't bother doing setup just to get
to testRun() and realize we're skipping this test

behatnotneeded: phpunit, not behat

Change-Id: I0c96e364129435f9eca3f0cb3bb44beaf9db4701

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

Title:
  15.04 Unit tests fail using MySql

Status in Mahara:
  Fix Committed
Status in Mahara 15.04 series:
  In Progress
Status in Mahara 15.10 series:
  In Progress
Status in Mahara 16.04 series:
  Fix Committed

Bug description:
  To replicate:

  1. Install Mahara on MySQL
  2. In the terminal, cd to your docroot (e.g. /var/www/mahara)
  3. run "make phpunit"

  Expected outcome: Something like "SSS Time: 9.42 seconds, Memory: 
29.75Mb"
  Actual outcome: Big ugly error stack, and "EEE"

  
  Mahara:
  $config->version = 2015030419;
  $config->series = '15.04';
  $config->release = '15.04.4';

  DB: mysql 5.5
  (mysql  Ver 14.14 Distrib 5.5.46, for debian-linux-gnu (x86_64) using 
readline 6.3)

  When running unit tests on a vanilla Mahara 15.04.4 with a mysql
  database, 3 tests fail:

  Configuration read from /var/www/palnet/mahara/phpunit.xml

  EEE

  Time: 39.5 seconds, Memory: 36.00Mb

  There were 3 errors:

  1) WebServiceGroupTest::testRun
  SQLException: Failed to get a recordset: mysqli error: [1064: You have an 
error in your SQL syntax; check the manual that corresponds to your MySQL 
server version for the right syntax to use near '"tst_config"  WHERE "field" = 
'webservice_enabled'  LIMIT 2' at line 1] in EXECUTE("SELECT * FROM 
"tst_config"  WHERE "field" = 'webservice_enabled'  LIMIT 2")
  Command was: SELECT * FROM "tst_config"  WHERE "field" = ?  and values was 
(webservice_enabled)

  /var/www/palnet/mahara/htdocs/lib/dml.php:480
  /var/www/palnet/mahara/htdocs/lib/dml.php:314
  /var/www/palnet/mahara/htdocs/lib/dml.php:291
  /var/www/palnet/mahara/htdocs/lib/mahara.php:885
  
/var/www/palnet/mahara/htdocs/webservice/tests/phpunit/WebServiceTestBase.class.php:85
  
/var/www/palnet/mahara/htdocs/webservice/tests/phpunit/WebServiceGroupTest.php:28

  2) WebServiceInstitutionTest::testRun
  SQLException: Failed to get a recordset: mysqli error: [1064: You have an 
error in your SQL syntax; check the manual that corresponds to your MySQL 
server version for the right syntax to use near '"tst_config"  WHERE "field" = 
'webservice_enabled'  LIMIT 2' at line 1] in EXECUTE("SELECT * FROM 
"tst_config"  WHERE "field" = 'webservice_enabled'  LIMIT 2")
  Command was: SELECT * FROM "tst_config"  WHERE "field" = ?  and values was 
(webservice_enabled)

  /var/www/palnet/mahara/htdocs/lib/dml.php:480
  /var/www/palnet/mahara/htdocs/lib/dml.php:314
  /var/www/palnet/mahara/htdocs/lib/dml.php:291
  /var/www/palnet/mahara/htdocs/lib/mahara.php:885
  
/var/www/palnet/mahara/htdocs/webservice/tests/phpunit/WebServiceTestBase.class.php:85
  
/var/www/palnet/mahara/htdocs/webservice/tests/phpunit/WebServiceInstitutionTest.php:28

  3) WebServiceUserTest::testRun
  SQLException: Failed to get a recordset: mysqli error: [1064: You have an 
error in your SQL syntax; check the manual that corresponds to your MySQL 
server version for the right syntax to use near '"tst_config"  WHERE "field" = 
'webservice_enabled'  LIMIT 2' at line 1] in EXECUTE("SELECT * FROM 
"tst_config"  WHERE "field" = 'webservice_enabled'  LIMIT 2")
  Command was: SELECT * FROM "tst_config"  WHERE "field" = ?  and values was 
(webservice_enabled)

  /var/www/palnet/mahara/htdocs/lib/dml.php:480
  /var/www/palnet/mahara/htdocs/lib/dml.php:314
  /var/www/palnet/mahara/htdocs/lib/dml.php:291
  /var/www/palnet/mahara/htdocs/lib/mahara.php:885
  
/var/www/palnet/mahara/htdocs/webservice/tests/phpunit/WebServiceTestBase.class.php:85
  
/var/www/palnet/mahara/htdocs/webservice/tests/phpunit/WebServiceUserTest.php:28

  FAILURES!
  Tests: 11, Assertions: 21, Errors: 3.
  make: *** [phpunit] Error 2

  
---
  On the same vanilla Mahara 15.04.4, the unit tests pass using postgres:

  PHPUnit 4.3.4 by Sebastian Bergmann.

  Configuration read from /var/www/palnet/mahara/phpunit.xml

  SSS

  Time: 38.13 seconds, Memory: 35.25Mb

  OK, but incomplete, skipped, or risky tests!
  Tests: 11, Assertions: 21, Skipped: 3.

To manage 

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

2016-03-22 Thread Mahara Bot
Patch for "15.10_STABLE" branch: https://reviews.mahara.org/6229

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

Title:
  15.04 Unit tests fail using MySql

Status in Mahara:
  Fix Committed
Status in Mahara 15.04 series:
  In Progress
Status in Mahara 15.10 series:
  In Progress
Status in Mahara 16.04 series:
  Fix Committed

Bug description:
  To replicate:

  1. Install Mahara on MySQL
  2. In the terminal, cd to your docroot (e.g. /var/www/mahara)
  3. run "make phpunit"

  Expected outcome: Something like "SSS Time: 9.42 seconds, Memory: 
29.75Mb"
  Actual outcome: Big ugly error stack, and "EEE"

  
  Mahara:
  $config->version = 2015030419;
  $config->series = '15.04';
  $config->release = '15.04.4';

  DB: mysql 5.5
  (mysql  Ver 14.14 Distrib 5.5.46, for debian-linux-gnu (x86_64) using 
readline 6.3)

  When running unit tests on a vanilla Mahara 15.04.4 with a mysql
  database, 3 tests fail:

  Configuration read from /var/www/palnet/mahara/phpunit.xml

  EEE

  Time: 39.5 seconds, Memory: 36.00Mb

  There were 3 errors:

  1) WebServiceGroupTest::testRun
  SQLException: Failed to get a recordset: mysqli error: [1064: You have an 
error in your SQL syntax; check the manual that corresponds to your MySQL 
server version for the right syntax to use near '"tst_config"  WHERE "field" = 
'webservice_enabled'  LIMIT 2' at line 1] in EXECUTE("SELECT * FROM 
"tst_config"  WHERE "field" = 'webservice_enabled'  LIMIT 2")
  Command was: SELECT * FROM "tst_config"  WHERE "field" = ?  and values was 
(webservice_enabled)

  /var/www/palnet/mahara/htdocs/lib/dml.php:480
  /var/www/palnet/mahara/htdocs/lib/dml.php:314
  /var/www/palnet/mahara/htdocs/lib/dml.php:291
  /var/www/palnet/mahara/htdocs/lib/mahara.php:885
  
/var/www/palnet/mahara/htdocs/webservice/tests/phpunit/WebServiceTestBase.class.php:85
  
/var/www/palnet/mahara/htdocs/webservice/tests/phpunit/WebServiceGroupTest.php:28

  2) WebServiceInstitutionTest::testRun
  SQLException: Failed to get a recordset: mysqli error: [1064: You have an 
error in your SQL syntax; check the manual that corresponds to your MySQL 
server version for the right syntax to use near '"tst_config"  WHERE "field" = 
'webservice_enabled'  LIMIT 2' at line 1] in EXECUTE("SELECT * FROM 
"tst_config"  WHERE "field" = 'webservice_enabled'  LIMIT 2")
  Command was: SELECT * FROM "tst_config"  WHERE "field" = ?  and values was 
(webservice_enabled)

  /var/www/palnet/mahara/htdocs/lib/dml.php:480
  /var/www/palnet/mahara/htdocs/lib/dml.php:314
  /var/www/palnet/mahara/htdocs/lib/dml.php:291
  /var/www/palnet/mahara/htdocs/lib/mahara.php:885
  
/var/www/palnet/mahara/htdocs/webservice/tests/phpunit/WebServiceTestBase.class.php:85
  
/var/www/palnet/mahara/htdocs/webservice/tests/phpunit/WebServiceInstitutionTest.php:28

  3) WebServiceUserTest::testRun
  SQLException: Failed to get a recordset: mysqli error: [1064: You have an 
error in your SQL syntax; check the manual that corresponds to your MySQL 
server version for the right syntax to use near '"tst_config"  WHERE "field" = 
'webservice_enabled'  LIMIT 2' at line 1] in EXECUTE("SELECT * FROM 
"tst_config"  WHERE "field" = 'webservice_enabled'  LIMIT 2")
  Command was: SELECT * FROM "tst_config"  WHERE "field" = ?  and values was 
(webservice_enabled)

  /var/www/palnet/mahara/htdocs/lib/dml.php:480
  /var/www/palnet/mahara/htdocs/lib/dml.php:314
  /var/www/palnet/mahara/htdocs/lib/dml.php:291
  /var/www/palnet/mahara/htdocs/lib/mahara.php:885
  
/var/www/palnet/mahara/htdocs/webservice/tests/phpunit/WebServiceTestBase.class.php:85
  
/var/www/palnet/mahara/htdocs/webservice/tests/phpunit/WebServiceUserTest.php:28

  FAILURES!
  Tests: 11, Assertions: 21, Errors: 3.
  make: *** [phpunit] Error 2

  
---
  On the same vanilla Mahara 15.04.4, the unit tests pass using postgres:

  PHPUnit 4.3.4 by Sebastian Bergmann.

  Configuration read from /var/www/palnet/mahara/phpunit.xml

  SSS

  Time: 38.13 seconds, Memory: 35.25Mb

  OK, but incomplete, skipped, or risky tests!
  Tests: 11, Assertions: 21, Skipped: 3.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1515473/+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 1543358] Re: Layout thumbnail not clickable

2016-03-22 Thread Robert Lyon
** 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/1543358

Title:
  Layout thumbnail not clickable

Status in Mahara:
  Fix Committed
Status in Mahara 15.10 series:
  Fix Committed
Status in Mahara 16.04 series:
  Fix Committed

Bug description:
  When you're picking the layout for your page, we show a series of
  thumbnails of the layouts, each with a radio button next to it. In
  addition to being able to click on the radio button, the thumbnails
  themselves are clickable. (As of Mahara 15.04 and earlier, anyway.)

  However, I've just noticed that in 16.04dev and 15.10, the thumbnails
  are no longer clickable. This is probably a regression from the
  bootstrapping.

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


  1   2   >