[Mahara-contributors] [Bug 1450334] Re: Prompt registered Mahara sites to re-register because we want to change the data registration policy

2015-08-16 Thread Son Nguyen
** 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/1450334

Title:
  Prompt registered Mahara sites to re-register because we want to
  change the data registration policy

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

Bug description:
  In Bug 1447865 and Bug 1396321, we're making changes to the
  registration data that Mahara sites can opt-in to sending back to
  mahara.org. Both of these bugs will require that we ask the admin to
  verify that they're okay with sending the new registration data, and
  the new privacy policy on it.

  So I've created this bug in order to ensure that we bundle both of
  these verifications into the same update.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1450334/+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 1484751] Re: Errors in sending a message after upgrading from 1.10 or 15.04 to master

2015-08-16 Thread Son Nguyen
** Changed in: mahara
   Status: In Progress = Fix Committed

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

Title:
  Errors in sending a message after upgrading from 1.10 or 15.04 to
  master

Status in Mahara:
  Fix Committed

Bug description:
  Version: master (15.10)
  Browser: any
  Platform: apache 2.x, php 5.x and PostgreSQL

  After upgrading the database from 1.10 or 15.04 to current master
  (including the patch which changes multirecipientnotification from
  artefact to module). I got the following errors when sending a message
  (htdocs/module/multirecipientnotification/sendmessage.php):

  [WAR] b5 (lib/errors.php:747) Failed to get a recordset: postgres8 error: 
[-18: ERROR:  relation module_multirecipient_notification_id_seq does not 
exist
  LINE 1: SELECT NEXTVAL('module_multirecipient_notification_id_seq')
    ^] in EXECUTE(SELECT 
NEXTVAL('module_multirecipient_notification_id_seq'))
  Command was: SELECT NEXTVAL('module_multirecipient_notification_id_seq')
  Call stack (most recent first):

  log_message(Failed to get a recordset: postgres8 error: [-18: ..., 8, 
true, true) at /var/www/mahara/master/htdocs/lib/errors.php:97
  log_warn(Failed to get a recordset: postgres8 error: [-18: ...) at 
/var/www/mahara/master/htdocs/lib/errors.php:747
  SQLException-__construct(Failed to get a recordset: postgres8 error: 
[-18: ...) at /var/www/mahara/master/htdocs/lib/dml.php:480
  get_recordset_sql(SELECT 
NEXTVAL('module_multirecipient_notification..., null) at 
/var/www/mahara/master/htdocs/lib/dml.php:791
  get_field_sql(SELECT NEXTVAL('module_multirecipient_notification...) at 
/var/www/mahara/master/htdocs/lib/dml.php:1011
  insert_record(module_multirecipient_notification, object(stdClass), 
id, true) at 
/var/www/mahara/master/htdocs/module/multirecipientnotification/notification/ActivityTypeMultirecipientmessage.php:56
  ActivityTypeMultirecipientmessage-notify_users(array(size 2)) at 
/var/www/mahara/master/htdocs/module/multirecipientnotification/lib/multirecipientnotification.php:120
  send_user_message_mr(array(size 1), Test, test, null) at 
/var/www/mahara/master/htdocs/module/multirecipientnotification/sendmessage.php:245
  sendmessage_submit(object(Pieform), array(size 6)) at Unknown:0
  call_user_func_array(sendmessage_submit, array(size 2)) at 
/var/www/mahara/master/htdocs/lib/pieforms/pieform.php:537
  Pieform-__construct(array(size 4)) at 
/var/www/mahara/master/htdocs/lib/pieforms/pieform.php:164
  Pieform::process(array(size 4)) at 
/var/www/mahara/master/htdocs/lib/pieforms/pieform.php:71
  pieform(array(size 4)) at 
/var/www/mahara/master/htdocs/module/multirecipientnotification/sendmessage.php:227

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1484751/+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 1464052] Re: Set a default record limit for the elasticsearch cron job

2015-08-16 Thread Robert Lyon
** Changed in: mahara/1.10
   Status: Confirmed = In Progress

** Changed in: mahara/1.9
   Status: Confirmed = In Progress

** Changed in: mahara/15.04
   Status: Confirmed = In Progress

** Changed in: mahara/1.10
Milestone: None = 1.10.6

** Changed in: mahara/1.9
Milestone: None = 1.9.8

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

Title:
  Set a default record limit for the elasticsearch cron job

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

Bug description:
  We added a setting to the elasticsearch cron job to limit how many
  records it will attempt to index on each cron run. But by default, we
  set this to unlimited.

  Every time I set up a new site, I have to manually remember to set it
  to a reasonable number (which is around 10,000). It would make my life
  easier if this were in there by default, and it would also be helpful
  to our users so that they don' have to figure out what's a reasonable
  number for this value.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1464052/+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 1363753] Re: extract file gives error if there is not enough space for extraction

2015-08-16 Thread Robert Lyon
** Changed in: mahara/15.10
   Status: Confirmed = In Progress

** Changed in: mahara/15.10
 Assignee: (unassigned) = Robert Lyon (robertl-9)

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

Title:
  extract file gives error if there is not enough space for extraction

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

Bug description:
  If I have a user that has 5MB quota and upload a zip file that is 3MB
  in size - it uploads fine

  But if I then click on the unzip icon for the file I get the useful
  message:

  'Your remaining file quota is too small to unzip this file.' - however
  this needs to be more obvious like in a error or warn message.

  But I also get:

  [WAR] c0 (artefact/file/extract.php:113) Undefined variable: form
  Call stack (most recent first):

  log_message(Undefined variable: form, 8, true, true, 
/home/robertl/htdocs/mahara-devel/mahara/htdocs/ar..., 113) at 
/home/robertl/htdocs/mahara-devel/mahara/htdocs/lib/errors.php:439
  error(8, Undefined variable: form, 
/home/robertl/htdocs/mahara-devel/mahara/htdocs/ar..., 113, array(size 69)) 
at /home/robertl/htdocs/mahara-devel/mahara/htdocs/artefact/file/extract.php:113

  I believe this is because the form isn't present when the extraction
  won't fit - but still something wants to interact with that form.

  So things to do:

  1) Make the 'Your remaining file quota is too small to unzip this
  file.' message more prominent - and also give some information on how
  to get more quota like 'contact your admin for more space and/or
  delete some files before proceeding' etc.

  2) Stop trying to access a form that is, rightly,  not there.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1363753/+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 1363753] Re: extract file gives error if there is not enough space for extraction

2015-08-16 Thread Robert Lyon
** Changed in: mahara/15.04
   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/1363753

Title:
  extract file gives error if there is not enough space for extraction

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

Bug description:
  If I have a user that has 5MB quota and upload a zip file that is 3MB
  in size - it uploads fine

  But if I then click on the unzip icon for the file I get the useful
  message:

  'Your remaining file quota is too small to unzip this file.' - however
  this needs to be more obvious like in a error or warn message.

  But I also get:

  [WAR] c0 (artefact/file/extract.php:113) Undefined variable: form
  Call stack (most recent first):

  log_message(Undefined variable: form, 8, true, true, 
/home/robertl/htdocs/mahara-devel/mahara/htdocs/ar..., 113) at 
/home/robertl/htdocs/mahara-devel/mahara/htdocs/lib/errors.php:439
  error(8, Undefined variable: form, 
/home/robertl/htdocs/mahara-devel/mahara/htdocs/ar..., 113, array(size 69)) 
at /home/robertl/htdocs/mahara-devel/mahara/htdocs/artefact/file/extract.php:113

  I believe this is because the form isn't present when the extraction
  won't fit - but still something wants to interact with that form.

  So things to do:

  1) Make the 'Your remaining file quota is too small to unzip this
  file.' message more prominent - and also give some information on how
  to get more quota like 'contact your admin for more space and/or
  delete some files before proceeding' etc.

  2) Stop trying to access a form that is, rightly,  not there.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1363753/+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 1363753] Re: extract file gives error if there is not enough space for extraction

2015-08-16 Thread Robert Lyon
** Changed in: mahara/15.04
 Assignee: (unassigned) = Robert Lyon (robertl-9)

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

Title:
  extract file gives error if there is not enough space for extraction

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

Bug description:
  If I have a user that has 5MB quota and upload a zip file that is 3MB
  in size - it uploads fine

  But if I then click on the unzip icon for the file I get the useful
  message:

  'Your remaining file quota is too small to unzip this file.' - however
  this needs to be more obvious like in a error or warn message.

  But I also get:

  [WAR] c0 (artefact/file/extract.php:113) Undefined variable: form
  Call stack (most recent first):

  log_message(Undefined variable: form, 8, true, true, 
/home/robertl/htdocs/mahara-devel/mahara/htdocs/ar..., 113) at 
/home/robertl/htdocs/mahara-devel/mahara/htdocs/lib/errors.php:439
  error(8, Undefined variable: form, 
/home/robertl/htdocs/mahara-devel/mahara/htdocs/ar..., 113, array(size 69)) 
at /home/robertl/htdocs/mahara-devel/mahara/htdocs/artefact/file/extract.php:113

  I believe this is because the form isn't present when the extraction
  won't fit - but still something wants to interact with that form.

  So things to do:

  1) Make the 'Your remaining file quota is too small to unzip this
  file.' message more prominent - and also give some information on how
  to get more quota like 'contact your admin for more space and/or
  delete some files before proceeding' etc.

  2) Stop trying to access a form that is, rightly,  not there.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1363753/+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 1443239] Re: Warning in Mahara logs when a MaharaDroid user has no tags in their Mahara account

2015-08-16 Thread Robert Lyon
** Changed in: mahara/15.04
Milestone: 15.04.3 = 15.04.4

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

Title:
  Warning in Mahara logs when a MaharaDroid user has no tags in their
  Mahara account

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:
  Confirmed
Status in Mahara 15.04 series:
  Confirmed
Status in Mahara 15.10 series:
  Confirmed

Bug description:
  This is a bug in the Mahara PHP code which interfaces with the
  MaharaDroid android app. See
  https://github.com/MaharaProject/maharadroid/issues/6 for the
  MaharaDroid side of this bug.

  To replicate:

  1. Create a new Mahara account
  2. Connect it to MaharaDroid
  3. Try to upload a file via MaharaDroid

  Result: You see this warning in the Apache logs:

  
   [Tue Jan 14 11:07:18 2014] [error] [client 10.22.33.88] [WAR] 88 
(api/mobile/sync.php:77) Invalid argument supplied for foreach()
   [Tue Jan 14 11:07:18 2014] [error] [client 10.22.33.88] Call stack (most 
recent first):
   [Tue Jan 14 11:07:18 2014] [error] [client 10.22.33.88] * 
log_message(Invalid argument supplied for foreach(), 8, true, true, 
/home/demo/code/mahara/htdocs/api/mobile/sync.php, 77) at 
/home/demo/code/mahara/htdocs/lib/errors.php:430
   [Tue Jan 14 11:07:18 2014] [error] [client 10.22.33.88] * error(2, Invalid 
argument supplied for foreach(), 
/home/demo/code/mahara/htdocs/api/mobile/sync.php, 77, array(size 59)) at 
/home/demo/code/mahara/htdocs/api/mobile/sync.php:77
   [Tue Jan 14 11:07:18 2014] [error] [client 10.22.33.88]

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

2015-08-16 Thread Robert Lyon
** Changed in: mahara/15.04
Milestone: 15.04.3 = 15.04.4

-- 
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 1393552] Re: Simple text box doesn't show cursor in Chromium and Chrome

2015-08-16 Thread Robert Lyon
** Changed in: mahara/15.04
Milestone: 15.04.3 = 15.04.4

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

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 1474143] A patch has been submitted for review

2015-08-16 Thread Mahara Bot
Patch for 15.04_STABLE branch: https://reviews.mahara.org/5118

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

Title:
  Multiple journal error with image in description field

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

Bug description:
  There seems to be a problem with adding a new journal to a user on
  master:

  To test:

  1) Go to user's settings and allow multiple journals
  2) Go to Content - Journals and add new journal
  3) Give it a title and in the description field add some text and embedded 
image
  4) Click 'Create journal'

  You will get the following error:

  [WAR] 90 (lib/adodb/adodb-exceptions.inc.php:43) Array to string conversion
  Call stack (most recent first):

  log_message(Array to string conversion, 8, true, true, 
/home/robertl/htdocs/mahara-devel/mahara/htdocs/li..., 43) at 
/home/robertl/htdocs/mahara-devel/mahara/htdocs/lib/errors.php:441
  error(8, Array to string conversion, 
/home/robertl/htdocs/mahara-devel/mahara/htdocs/li..., 43, array(size 7)) at 
/home/robertl/htdocs/mahara-devel/mahara/htdocs/lib/adodb/adodb-exceptions.inc.php:43
  ADODB_Exception-__construct(postgres8, adodb_throw, -1, ERROR: null 
value in column locked violates not..., UPDATE artefact SET 
artefacttype = ? , contai..., array(size 22), object(ADODB_postgres8)) at 
/home/robertl/htdocs/mahara-devel/mahara/htdocs/lib/adodb/adodb-exceptions.inc.php:78
  adodb_throw(postgres8, adodb_throw, -1, ERROR: null value in column 
locked violates not..., UPDATE artefact SET artefacttype = ? , 
contai..., array(size 22), object(ADODB_postgres8)) at 
/home/robertl/htdocs/mahara-devel/mahara/htdocs/lib/adodb/adodb.inc.php:259
  ADODB_TransMonitor(postgres8, EXECUTE, -1, ERROR: null value in 
column locked violates not..., UPDATE artefact SET artefacttype = ? , 
contai..., array(size 22), object(ADODB_postgres8)) at 
/home/robertl/htdocs/mahara-devel/mahara/htdocs/lib/adodb/adodb.inc.php:1071
  ADOConnection-_Execute(UPDATE artefact SET artefacttype = ? , 
contai..., array(size 22)) at 
/home/robertl/htdocs/mahara-devel/mahara/htdocs/lib/adodb/adodb.inc.php:1042
  ADOConnection-Execute(UPDATE artefact SET artefacttype = ? , 
contai..., array(size 22)) at 
/home/robertl/htdocs/mahara-devel/mahara/htdocs/lib/dml.php:1264
  update_record(artefact, object(stdClass), id) at 
/home/robertl/htdocs/mahara-devel/mahara/htdocs/artefact/lib.php:626
  ArtefactType-commit() at 
/home/robertl/htdocs/mahara-devel/mahara/htdocs/artefact/blog/lib.php:159
  ArtefactTypeBlog-commit() at 
/home/robertl/htdocs/mahara-devel/mahara/htdocs/artefact/lib.php:579
  ArtefactType-__destruct() at 
/home/robertl/htdocs/mahara-devel/mahara/htdocs/artefact/blog/new/index.php:83
  ArtefactTypeBlog::new_blog(object(LiveUser), array(size 5)) at 
/home/robertl/htdocs/mahara-devel/mahara/htdocs/artefact/blog/new/index.php:83
  newblog_submit(object(Pieform), array(size 5)) at Unknown:0
  call_user_func_array(newblog_submit, array(size 2)) at 
/home/robertl/htdocs/mahara-devel/mahara/htdocs/lib/pieforms/pieform.php:537
  Pieform-__construct(array(size 6)) at 
/home/robertl/htdocs/mahara-devel/mahara/htdocs/lib/pieforms/pieform.php:164
  Pieform::process(array(size 6)) at 
/home/robertl/htdocs/mahara-devel/mahara/htdocs/lib/pieforms/pieform.php:71
  pieform(array(size 6)) at 
/home/robertl/htdocs/mahara-devel/mahara/htdocs/artefact/blog/new/index.php:67

  [WAR] 90 (lib/errors.php:747) Failed to get a recordset: postgres8 error: 
[-1: ERROR:  null value in column locked violates not-null constraint] in 
adodb_throw(UPDATE artefact SET artefacttype = ? , container = ? , 
parent = ? , owner = ? , institution = ? , group = ? , ctime = ? , 
mtime = ? , atime = ? , locked = ? , title = ? , description = ? , 
note = ? , author = ? , authorname = ? , allowcomments = ? , 
approvecomments = ? , license = ? , licensor = ? , licensorurl = ? , 
path = ?  WHERE id = ? , Array)
  Command was: UPDATE artefact SET artefacttype = ? , container = ? , 
parent = ? , owner = ? , institution = ? , group = ? , ctime = ? , 
mtime = ? , atime = ? , locked = ? , title = ? , description = ? , 
note = ? , author = ? , authorname = ? , allowcomments = ? , 
approvecomments = ? , license = ? , licensor = ? , licensorurl = ? , 
path = ?  WHERE id = ?  and values was (blog,1,,1,,,2015-07-14 
09:44:20,2015-07-14 09:44:20,2015-07-14 09:44:20,,Dogs,pwoof woof img 
width=368 height=100 style= 
src=http://mahara-devel/artefact/file/download.php?file=24031embedded=1blog=24032;/p
  ,,1,,,/24032,24032)
  Call stack (most recent first):

  log_message(Failed to get a recordset: postgres8 error: [-1: E..., 8, 
true, true) 

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

2015-08-16 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/5091
Committed: 
https://git.nzoss.org.nz/mahara/mahara/commit/612595cf812309d6cdeb8d33d54fb0b88eecca12
Submitter: Son Nguyen (son.ngu...@catalyst.net.nz)
Branch:master

commit 612595cf812309d6cdeb8d33d54fb0b88eecca12
Author: Robert Lyon robe...@catalyst.net.nz
Date:   Thu Aug 13 15:25:40 2015 +1200

Bug 1483963 - Adding help file

Explaining how the default time period works and how you can override it

behatnotneeded

Change-Id: I0f94225f6b7869865545f019a616818b9c6a4b0f
Signed-off-by: Robert Lyon robe...@catalyst.net.nz

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

Title:
  Statistics for active users by institution

Status in Mahara:
  In Progress

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

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

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

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

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


[Mahara-contributors] [Bug 1394082] Re: Can create a URL that takes you to a different page depending on whether you're logged in to MNet or not.

2015-08-16 Thread Robert Lyon
** Changed in: mahara/15.04
Milestone: 15.04.3 = 15.04.4

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

Title:
  Can create a URL that takes you to a different page depending on
  whether you're logged in to MNet or not.

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:
  Confirmed
Status in Mahara 15.04 series:
  Confirmed
Status in Mahara 15.10 series:
  Confirmed

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

  To replicate:

  1. Set up a Moodle instance with the Mahara assignment submission
  plugin and connect it up to your Mahara instance.

  2. Create a view with ID 1000.

  3. Create another view with ID 1001.

  4. Make both these pages accessible to the public.

  5. Set up an Mahara assignment in Moodle.

  6. Submit the view with ID 1000 to Moodle as an assignment submission.

  7. Note the access URL that gets generated, which will contain an MNet
  access token, i.e. /view/view.php?mt=abcd1234

  8. Add the ID of page 1001 to this URL:
  /view/view.php?id=1001mt=abcd1234

  Expected Result: This URL should either display page 1000 every time,
  or an access denied message

  Actual Result: If you're logged in to Mahara via MNet, you see page
  1000. If you're not, you see page 1001.

  
  The cause of this problem, is that /view/view.php completely ignores the 
mt= tag if you're not logged in via MNet. In which case, if an ID is also 
supplied, it falls back to that.

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

2015-08-16 Thread Robert Lyon
** Changed in: mahara/15.04
Milestone: 15.04.3 = 15.04.4

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

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 1363754] Re: extract file's progress bar has wonky progression

2015-08-16 Thread Robert Lyon
** Changed in: mahara/15.04
Milestone: 15.04.3 = 15.04.4

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

Title:
  extract file's progress bar has wonky progression

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

Bug description:
  The extraction progression is stilted and for a the first bit doesn't
  even indicate that it is working.

  See attached video of what is happening

  We know from the check screen before how many files there are to
  extract so we could use that info straight off to display initial
  progress.

  And we need to get it so the progress bar doesn't blink on/off all the
  time.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1363754/+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 1407855] Re: Implement a feature for Behat to hold Firefox open after a failed step

2015-08-16 Thread Robert Lyon
** Changed in: mahara/15.04
Milestone: 15.04.3 = 15.04.4

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

Title:
  Implement a feature for Behat to hold Firefox open after a failed step

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

Bug description:
  Hi AaronB,

  When a step fails in Behat it keeps running though till the end. A
  good idea would be for Behat to hold the Firefox window open at the
  failed step. There is notes about this in a Behat.org meeting notes I
  think you already have the code for this.

  Thanks,
  Jinelle

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1407855/+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 1262892] Re: Make responsive design work better for smaller devices

2015-08-16 Thread Robert Lyon
re-targeted this to 15.10 - as the bootstrap changes should take care of
this

** No longer affects: mahara/15.04

** Also affects: mahara/15.10
   Importance: Low
 Assignee: Robert Lyon (robertl-9)
   Status: Confirmed

** Changed in: mahara/15.10
Milestone: None = 15.10.0

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

Title:
  Make responsive design work better for smaller devices

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

Bug description:
  Currently  Android Tablet - does not switch to responsive design for small 
devices (change menu bar) in both landscape  portrait orientation
  Also iPad Tablet - menu is present as drop down menu but stays open - menu 
displays in Portrait orientation only - regular menu in landscape

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1262892/+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 1383543] Re: The js script 'artefact/multirecipientnotification/js/sendmessage.js' is not neccessary

2015-08-16 Thread Robert Lyon
** Changed in: mahara/15.04
   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/1383543

Title:
  The js script 'artefact/multirecipientnotification/js/sendmessage.js'
  is not neccessary

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

Bug description:
  Version: master, 1.10

  It looks like the js script 
'artefact/multirecipientnotification/js/sendmessage.js' is redundant.
  When I remove it from the code, the feature still works

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

2015-08-16 Thread Mahara Bot
Patch for 15.04_STABLE branch: https://reviews.mahara.org/5117

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

Title:
  The js script 'artefact/multirecipientnotification/js/sendmessage.js'
  is not neccessary

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

Bug description:
  Version: master, 1.10

  It looks like the js script 
'artefact/multirecipientnotification/js/sendmessage.js' is redundant.
  When I remove it from the code, the feature still works

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1383543/+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 1201174] Re: allow and moderate comments not saving correctly for groups

2015-08-16 Thread Robert Lyon
** Changed in: mahara/15.04
Milestone: 15.04.3 = 15.04.4

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

Title:
  allow and moderate comments not saving correctly for groups

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

Bug description:
  When you do not allow commenting for all access groups, but only for a
  specific one and click Save, the commenting permissions are not
  written to the DB. You have to go back in to the Edit access screen
  and tick the checkboxes for Allow comments and Moderate for that
  particular access group again and click Save. Only then are the
  permissions saved.

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

2015-08-16 Thread Robert Lyon
** Changed in: mahara/15.04
Milestone: 15.04.3 = 15.04.4

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

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 1389446] Re: Elasticsearch: Searching for a particular term breaks when logged in to mahara.org

2015-08-16 Thread Robert Lyon
** Changed in: mahara/15.04
Milestone: 15.04.3 = 15.04.4

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

Title:
  Elasticsearch: Searching for a particular term breaks when logged in
  to mahara.org

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

Bug description:
  This happens while using the search box in the upper right hand corner
  of the page on http://mahara.org

  I can consistently get the search to throw an error when searching for
  Jaybee while logged in. This does not occur while logged out, or the
  other user I tested.

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

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

2015-08-16 Thread Robert Lyon
** Changed in: mahara/15.04
Milestone: 15.04.3 = 15.04.4

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

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 1411234] Re: large image display problem in blog view

2015-08-16 Thread Robert Lyon
** Changed in: mahara/15.04
Milestone: 15.04.3 = 15.04.4

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

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 1388664] A patch has been submitted for review

2015-08-16 Thread Mahara Bot
Patch for master branch: https://reviews.mahara.org/5119

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

Title:
  Add focus for social media profile creation

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

Bug description:
  When you create a new social media account on
  /artefact/internal/socialprofile.php, the focus is missing whereas it
  should be on the drop-down menu where you select which account you
  want to use.

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

2015-08-16 Thread Mahara Bot
Patch for 15.04_STABLE branch: https://reviews.mahara.org/5123

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

Title:
  Links for method names don't work in web services

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

Bug description:
  Mahara 15.04 and master:

  When you are in the web services configuration and clicked the edit
  button through to a service group, i.e.
  /webservice/admin/serviceconfig.php?service=6 for example, the links
  for the method names do not work. The link works if you open it in a
  new tab, but not when you simply click on it.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1471357/+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 1476059] Re: Full copy of blog block embedded image problem

2015-08-16 Thread Robert Lyon
** Changed in: mahara/15.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/1476059

Title:
  Full copy of blog block embedded image problem

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

Bug description:
  When a user adds a blog block to a page where the blog block setting
  is to full copy any embedded images are not copied.

  To test:

  1) User A edits their blog description and embeds an image in the
  description field.

  2) User A then adds a blog block to a page (Page A) and picks the blog
  from step 1 and sets Block copy permission to 'Other will get their
  own copy ...'

  3) User A shares Page A with registered users and in advanced options
  ticks Allows copying

  4) Log in with User B and go to Portfolio and copy Page A

  The page is copied and you can see the image in the blog block but in
  Content - Files you do not have a copy of the image.

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

2015-08-16 Thread Mahara Bot
Patch for 15.04_STABLE branch: https://reviews.mahara.org/5128

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

Title:
  Full copy of blog block embedded image problem

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

Bug description:
  When a user adds a blog block to a page where the blog block setting
  is to full copy any embedded images are not copied.

  To test:

  1) User A edits their blog description and embeds an image in the
  description field.

  2) User A then adds a blog block to a page (Page A) and picks the blog
  from step 1 and sets Block copy permission to 'Other will get their
  own copy ...'

  3) User A shares Page A with registered users and in advanced options
  ticks Allows copying

  4) Log in with User B and go to Portfolio and copy Page A

  The page is copied and you can see the image in the blog block but in
  Content - Files you do not have a copy of the image.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1476059/+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 1447865] Re: Include PHP version in mahara.org stats

2015-08-16 Thread Robert Lyon
Will need derivatives of patch https://reviews.mahara.org/#/c/5111/1 for
the other branches

** Changed in: mahara/15.04
   Status: Incomplete = In Progress

** Changed in: mahara/1.9
   Status: Incomplete = In Progress

** Changed in: mahara/1.10
   Status: Incomplete = 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/1447865

Title:
  Include PHP version in mahara.org stats

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

Bug description:
  We were discussing at the last developer meeting, the possibility of
  raising our supported PHP version to 5.4. But, we don't really have
  any idea how many sites out there are currently on PHP 5.3.

  So we decided that we should add the PHP version to the usage data
  people voluntarily send back to mahara.org through the
  cron_send_registration_data() method.

  In order to make this decision in a timely manner to inform 15.10,
  we'll need to include this change in the next minor version update.

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

2015-08-16 Thread Mahara Bot
Patch for 1.10_STABLE branch: https://reviews.mahara.org/5126

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

Title:
  Include PHP version in mahara.org stats

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

Bug description:
  We were discussing at the last developer meeting, the possibility of
  raising our supported PHP version to 5.4. But, we don't really have
  any idea how many sites out there are currently on PHP 5.3.

  So we decided that we should add the PHP version to the usage data
  people voluntarily send back to mahara.org through the
  cron_send_registration_data() method.

  In order to make this decision in a timely manner to inform 15.10,
  we'll need to include this change in the next minor version update.

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

2015-08-16 Thread Robert Lyon
** Changed in: mahara/15.04
Milestone: 15.04.3 = 15.04.4

-- 
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:
  In Progress
Status in Mahara 1.10 series:
  Confirmed
Status in Mahara 1.9 series:
  Confirmed
Status in Mahara 15.04 series:
  Confirmed
Status in Mahara 15.10 series:
  In Progress

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 1432823] Re: Mobile - Inconsistency in not being able to exporting pages

2015-08-16 Thread Robert Lyon
** Changed in: mahara/15.04
Milestone: 15.04.3 = 15.04.4

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

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 1425392] Re: Behat bug: Behat gets confused by the 2 different Groups in navigation

2015-08-16 Thread Robert Lyon
** Changed in: mahara/15.04
Milestone: 15.04.3 = 15.04.4

-- 
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:
  In Progress
Status in Mahara 15.04 series:
  Confirmed
Status in Mahara 15.10 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 1421030] Re: Behat broken fixture: And the following pages exist

2015-08-16 Thread Robert Lyon
** Changed in: mahara/15.04
   Status: Confirmed = Fix Committed

** Changed in: mahara/15.04
   Status: Fix Committed = Fix Released

** Changed in: mahara/15.10
   Status: Confirmed = Fix Committed

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

Title:
  Behat broken fixture: And the following pages exist

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

Bug description:
  Hi Sonn,

  I am having issues running this test. It doesn't seem to be letting
  the And the following pages exist fixture pass.

  I think there may be a bug in the step.

  I have attached a test case for you to test with.

  
  The error output I get when I run it is:
  F--

  (::) failed steps (::)

  01. pages requires the field title to be specified

  
  Thanks,
  Jinelle

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

2015-08-16 Thread Robert Lyon
** Changed in: mahara/15.04
Milestone: 15.04.3 = 15.04.4

-- 
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 1.10 series:
  Won't Fix
Status in Mahara 15.04 series:
  Confirmed
Status in Mahara 15.10 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 1407848] Re: Behat cant click links when the duplicate ones are hidden.

2015-08-16 Thread Robert Lyon
This has been fixed with: And I choose Pages in Configure site

** Changed in: mahara/15.10
   Status: Confirmed = Fix Committed

** Changed in: mahara/15.04
   Status: Confirmed = Fix Committed

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

Title:
  Behat cant click links when the duplicate ones are hidden.

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

Bug description:
  Hi Sonn,

  When you log in as an Admin follow Administration and on the Admin
  home/Overview page all the green links under the blue headings cannot
  be clicked. There are hidden duplicate links stopping Behat from being
  able to click these.

  I have attached a part of a test that you can use to test if your code
  has worked or not. The part it is failing on is Site options.

  Thanks
  Jinelle

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1407848/+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 1407847] Re: The text boxes aren't being cleared before Behat puts the new text in.

2015-08-16 Thread Robert Lyon
** Changed in: mahara/15.04
Milestone: 15.04.3 = 15.04.4

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

Title:
  The text boxes aren't being cleared before Behat puts the new text in.

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

Bug description:
  Hi Sonn,

  When you run a Behat test, some fields have default text in them and
  it's not being cleared so Behat can write the new text entry into that
  field.

  For example when you add a text block the default text in the Block title is 
Text. If the Behat test says
  And I fill in Block title with Jabber  it will fill in the block with 
TextJabber. 

  Therefore any steps after that are looking for the block title will
  fail, because it says TextJabber not Jabber.

  I have attached the first part of a test below that you can run. In
  this instance specifically, it is saving the first name as test first
  namedmin instead of test first name.

  Thanks,
  Jinelle

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

2015-08-16 Thread Robert Lyon
** Changed in: mahara/15.04
Milestone: 15.04.3 = 15.04.4

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

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 1444905] Re: Elasticsearch doesn't search achievements

2015-08-16 Thread Robert Lyon
** Changed in: mahara/15.10
   Status: Triaged = In Progress

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

Title:
  Elasticsearch doesn't search achievements

Status in Mahara:
  In Progress
Status in Mahara 1.10 series:
  Triaged
Status in Mahara 1.9 series:
  Triaged
Status in Mahara 15.04 series:
  Triaged
Status in Mahara 15.10 series:
  In Progress

Bug description:
  We are testing Elasticsearch and we can see that it doesn't search for
  any field in achievements (certification, book, membership). I can see
  it's indexed in Elasticsearch but it doesn't give any records in
  Mahara.

  We are using:
  Mahara 1.10.2
  Postgres 9.1
  Debian
  Elasticsearch 1.5.0

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

2015-08-16 Thread Mahara Bot
Patch for 15.04_STABLE branch: https://reviews.mahara.org/5120

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

Title:
  Add focus for social media profile creation

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

Bug description:
  When you create a new social media account on
  /artefact/internal/socialprofile.php, the focus is missing whereas it
  should be on the drop-down menu where you select which account you
  want to use.

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

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


[Mahara-contributors] [Bug 1437083] Re: Download zip file of home folder, can't be extracted in Windows

2015-08-16 Thread Robert Lyon
** Changed in: mahara/15.04
Milestone: 15.04.3 = 15.04.4

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

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

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

Bug description:
  Version: 15.04rc1

  OS: Windows 7
  Browser: Firefox 36.0.4

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

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

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

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


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

2015-08-16 Thread Mahara Bot
Patch for 1.10_STABLE branch: https://reviews.mahara.org/5121

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

Title:
  Add focus for social media profile creation

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

Bug description:
  When you create a new social media account on
  /artefact/internal/socialprofile.php, the focus is missing whereas it
  should be on the drop-down menu where you select which account you
  want to use.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1388664/+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 1388664] Re: Add focus for social media profile creation

2015-08-16 Thread Robert Lyon
** Changed in: mahara/1.10
   Status: Confirmed = In Progress

** Changed in: mahara/15.04
   Status: Confirmed = In Progress

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

Title:
  Add focus for social media profile creation

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

Bug description:
  When you create a new social media account on
  /artefact/internal/socialprofile.php, the focus is missing whereas it
  should be on the drop-down menu where you select which account you
  want to use.

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

2015-08-16 Thread Robert Lyon
** Changed in: mahara/15.04
Milestone: 15.04.3 = 15.04.4

-- 
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:
  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 1484739] Re: The site wrongly checks if javascript is enabled during fresh installation

2015-08-16 Thread Robert Lyon
Is this still the case?

** Changed in: mahara
Milestone: 15.04.3 = 15.04.4

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

Title:
  The site wrongly checks if javascript is enabled during fresh
  installation

Status in Mahara:
  Confirmed
Status in Mahara 1.10 series:
  Confirmed

Bug description:
  Version: 15.04
  Browser: Chrome 44.0.2403.130 (64-bit)
  Platform: apache 2.4, php 5.5, postgresql 9.3

  When I installed the mahare 15.04_STABLE. I got the message
  'You must enable JavaScript to perform an install or upgrade.'
  even I have enabled javascript in my browser.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1484739/+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 1477809] Re: Modals in 15.04 when in edit mode of a page don't fully display

2015-08-16 Thread Robert Lyon
This sounds to be similar to the Safari problem:  Bug 1483094

I wonder if the fix for that sorted out this problem?

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

Title:
  Modals in 15.04 when in edit mode of a page don't fully display

Status in Mahara:
  Confirmed

Bug description:
  Reported at https://mahara.org/interaction/forum/topic.php?id=7311 and
  confirmed on an Android tablet 7.

  When you put a block onto a page and the modal opens, it sits in the
  bottom right corner and is often not fully visible.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1477809/+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 1340151] Re: Consider a different approach to libxml_disable_entity_loader(true) in init.php

2015-08-16 Thread Robert Lyon
** Changed in: mahara/15.04
Milestone: 15.04.3 = 15.04.4

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

Title:
  Consider a different approach to libxml_disable_entity_loader(true) in
  init.php

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:
  Confirmed
Status in Mahara 15.04 series:
  Confirmed
Status in Mahara 15.10 series:
  Confirmed

Bug description:
  Unfortunately it seems like using libxml_disable_entity_loader(true)
  in init.php is unkind to other applications living on the same system.

  PHP Bug https://bugs.php.net/bug.php?id=64938 is the heart of the
  problem  - the use of this setting leaks between different threads and
  by setting it for the duration of every single Mahara request this bug
  comes into play much more easily.

  The other problem is https://bugs.php.net/bug.php?id=62577 which means
  that  simplexml_load_file() will not even load *local* files off disk.
  For example, this would break in Mahara even though no entities come
  into play:

  $xml = simplexml_load_file(get_config('libroot').'/db/install.xml');

  In Moodle we've been warned on one of our issues that users have seen
  this problem in the wild with Mahara, I didn't find an issue reported
  to you about it, so i'll copy and paste the report from our tracker
  here:

  We had experience with this problem on an upgrade to Mahara 1.7, when
  https://bugs.launchpad.net/mahara/+bug/1047111 was fixed. The approach
  was the same as is suggested in this ticket. This caused seemingly
  random failures in Moodle (which is run on the same webserver)
  whenever there was usage of Mahara. The root cause was not obvious,
  nor well advertised with the Mahara fix, so it took awhile to finally
  implement a fix. In the meantime, significant functionality is broken.
  Unfortunately, there's really no way around this unless you switch
  from using mod_php.

  Yesterday whilst debugging some code with Yuliya we realised she also
  was encountering this horrible combination of bugs affecting her
  Moodle install so it seems this is not a theoretical problem.

  In Moodle we have decided to use the same approach of many other projects and 
enable/disable the loader around vulnerable code to reduce the chance of this 
combination of bugs affecting other applications or uses of the the 
simplexml_load_file:
  http://cgit.drupalcode.org/drupal/commit/?id=b912710
  
https://github.com/symfony/symfony/blob/8ef8a1d289a6ce454b7c79baeddbfb45e4af6191/src/Symfony/Component/Config/Util/XmlUtils.php#L41
  http://www.mediawiki.org/wiki/XML_External_Entity_Processing

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

2015-08-16 Thread Robert Lyon
** Changed in: mahara/15.04
Milestone: 15.04.3 = 15.04.4

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

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 1468137] Re: Change default dummy Behat PW

2015-08-16 Thread Robert Lyon
** Changed in: mahara/15.04
Milestone: 15.04.3 = 15.04.4

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

Title:
  Change default dummy Behat PW

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

Bug description:
  Hi all,

  The dummy Behat PW needs to be changed from Password1 to something that's not 
on the list of PW's Mahara shouldn't accept
  To know what Mahara shouldn't accept please refer to the Sucky passwords list.

  When we come up with a solution please update the wiki page before
  closing this bug report off.
  https://wiki.mahara.org/wiki/Testing/Behat_Testing/Steps

  Thanks,
  Jinelle

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

2015-08-16 Thread Robert Lyon
** Changed in: mahara/15.04
Milestone: 15.04.3 = 15.04.4

-- 
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 1.8 series:
  Won't Fix
Status in Mahara 1.9 series:
  Confirmed
Status in Mahara 15.04 series:
  Confirmed
Status in Mahara 15.10 series:
  In Progress

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 1415252] Re: New Behat step: We need a step for dialogue boxes

2015-08-16 Thread Robert Lyon
** Changed in: mahara/15.04
Milestone: 15.04.3 = 15.04.4

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

Title:
  New Behat step: We need a step for dialogue boxes

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

Bug description:
  Hi,

  We need to implement a step that can click on the dialogue boxes when
  they pop up.

  I have attached a part of a test below, this should allow for a
  dialogue box to pop up so you can see it. I cant run it on my machine
  at the mo, but these are the steps that made the confirmation box to
  appear in 1.10.

  Thanks,
  Jinelle

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

2015-08-16 Thread Robert Lyon
** Changed in: mahara/15.04
Milestone: 15.04.3 = 15.04.4

-- 
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:
  Confirmed
Status in Mahara 15.10 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 1262040] Re: Problems with group artefact permissions due to misuse of $USER-can_view_artefact and $USER-can_edit_artefact

2015-08-16 Thread Robert Lyon
** Changed in: mahara/15.04
Milestone: 15.04.3 = 15.04.4

-- 
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:
  Confirmed
Status in Mahara 1.10 series:
  Confirmed
Status in Mahara 1.8 series:
  Won't Fix
Status in Mahara 1.9 series:
  Confirmed
Status in Mahara 15.04 series:
  Confirmed
Status in Mahara 15.10 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 1471357] Re: Links for method names don't work in web services

2015-08-16 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/1471357

Title:
  Links for method names don't work in web services

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

Bug description:
  Mahara 15.04 and master:

  When you are in the web services configuration and clicked the edit
  button through to a service group, i.e.
  /webservice/admin/serviceconfig.php?service=6 for example, the links
  for the method names do not work. The link works if you open it in a
  new tab, but not when you simply click on it.

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

2015-08-16 Thread Mahara Bot
Patch for master branch: https://reviews.mahara.org/5124

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

Title:
  Links for method names don't work in web services

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

Bug description:
  Mahara 15.04 and master:

  When you are in the web services configuration and clicked the edit
  button through to a service group, i.e.
  /webservice/admin/serviceconfig.php?service=6 for example, the links
  for the method names do not work. The link works if you open it in a
  new tab, but not when you simply click on it.

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

2015-08-16 Thread Mahara Bot
Patch for 15.04_STABLE branch: https://reviews.mahara.org/5125

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

Title:
  Include PHP version in mahara.org stats

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

Bug description:
  We were discussing at the last developer meeting, the possibility of
  raising our supported PHP version to 5.4. But, we don't really have
  any idea how many sites out there are currently on PHP 5.3.

  So we decided that we should add the PHP version to the usage data
  people voluntarily send back to mahara.org through the
  cron_send_registration_data() method.

  In order to make this decision in a timely manner to inform 15.10,
  we'll need to include this change in the next minor version update.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1447865/+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 1449334] Re: Behat: And I fill in the following step throwing error when I use it for drop down boxes

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

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

Title:
  Behat: And I fill in the following step throwing error when I use it
  for drop down boxes

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

Bug description:
  Hi,

  While writing a Behat test for a bug I used the step  And I set the following 
fields to these values:
  for selecting the different types of Social media under Content.

  The firefox window stayed open and the console gave me this output and
  stopped the test from running any further.  I have attached a segment
  of the test to test with.

  The Behat test environment has been already installed and enabled

  Acceptance tests environment enabled on http://localhost:8000, to run the 
tests use:
   /vendor/bin/behat --config /var/www/maharagerritdata/behat/behat/behat.yml

  Start Selenium...
  Selenium started
  Start PHP server
  Run Behat...
  Only run tests with the tag: @jinelle

  ==

  Mahara , postgres
  Server OS Linux, Browser: firefox
  Started at 28-04-2015, 14:00
  ..PHP Fatal error:  Class 'behat_base' not found in 
/var/www/html/maharagerrit/htdocs/testing/frameworks/behat/classes/FormFields/BehatFormSelect.php
 on line 92
  PHP Stack trace:
  PHP   1. {main}() 
/var/www/html/maharagerrit/external/vendor/behat/behat/bin/behat:0
  PHP   2. Symfony\Component\Console\Application-run() 
/var/www/html/maharagerrit/external/vendor/behat/behat/bin/behat:32
  PHP   3. Behat\Behat\Console\BehatApplication-doRun() 
/var/www/html/maharagerrit/external/vendor/symfony/console/Symfony/Component/Console/Application.php:126
  PHP   4. Symfony\Component\Console\Application-doRun() 
/var/www/html/maharagerrit/external/vendor/behat/behat/src/Behat/Behat/Console/BehatApplication.php:68
  PHP   5. Symfony\Component\Console\Application-doRunCommand() 
/var/www/html/maharagerrit/external/vendor/symfony/console/Symfony/Component/Console/Application.php:195
  PHP   6. Symfony\Component\Console\Command\Command-run() 
/var/www/html/maharagerrit/external/vendor/symfony/console/Symfony/Component/Console/Application.php:874
  PHP   7. Behat\Behat\Console\Command\BehatCommand-execute() 
/var/www/html/maharagerrit/external/vendor/symfony/console/Symfony/Component/Console/Command/Command.php:257
  PHP   8. Behat\Behat\Console\Command\BehatCommand-runFeatures() 
/var/www/html/maharagerrit/external/vendor/behat/behat/src/Behat/Behat/Console/Command/BehatCommand.php:128
  PHP   9. Behat\Gherkin\Node\AbstractNode-accept() 
/var/www/html/maharagerrit/external/vendor/behat/behat/src/Behat/Behat/Console/Command/BehatCommand.php:150
  PHP  10. Behat\Behat\Tester\FeatureTester-visit() 
/var/www/html/maharagerrit/external/vendor/behat/gherkin/src/Behat/Gherkin/Node/AbstractNode.php:42
  PHP  11. Behat\Gherkin\Node\AbstractNode-accept() 
/var/www/html/maharagerrit/external/vendor/behat/behat/src/Behat/Behat/Tester/FeatureTester.php:88
  PHP  12. Behat\Behat\Tester\ScenarioTester-visit() 
/var/www/html/maharagerrit/external/vendor/behat/gherkin/src/Behat/Gherkin/Node/AbstractNode.php:42
  PHP  13. Behat\Behat\Tester\ScenarioTester-visitStep() 
/var/www/html/maharagerrit/external/vendor/behat/behat/src/Behat/Behat/Tester/ScenarioTester.php:87
  PHP  14. Behat\Gherkin\Node\AbstractNode-accept() 
/var/www/html/maharagerrit/external/vendor/behat/behat/src/Behat/Behat/Tester/ScenarioTester.php:148
  PHP  15. Behat\Behat\Tester\StepTester-visit() 
/var/www/html/maharagerrit/external/vendor/behat/gherkin/src/Behat/Gherkin/Node/AbstractNode.php:42
  PHP  16. Behat\Behat\Tester\StepTester-executeStep() 
/var/www/html/maharagerrit/external/vendor/behat/behat/src/Behat/Behat/Tester/StepTester.php:95
  PHP  17. Behat\Behat\Tester\StepTester-executeStepDefinition() 
/var/www/html/maharagerrit/external/vendor/behat/behat/src/Behat/Behat/Tester/StepTester.php:126
  PHP  18. Behat\Behat\Definition\Annotation\Definition-run() 
/var/www/html/maharagerrit/external/vendor/behat/behat/src/Behat/Behat/Tester/StepTester.php:157
  PHP  19. call_user_func_array() 
/var/www/html/maharagerrit/external/vendor/behat/behat/src/Behat/Behat/Definition/Annotation/Definition.php:155
  PHP  20. BehatForms-i_set_the_following_fields_to_these_values() 
/var/www/html/maharagerrit/external/vendor/behat/behat/src/Behat/Behat/Definition/Annotation/Definition.php:155
  PHP  21. BehatForms-set_field_value() 
/var/www/html/maharagerrit/htdocs/testing/frameworks/behat/classes/BehatForms.php:45
  PHP  22. BehatFormSelect-set_value() 

[Mahara-contributors] [Bug 1264098] Re: Whitelist more CSS3 options in skins

2015-08-16 Thread Robert Lyon
** Changed in: mahara/1.10
Milestone: 1.10.6 = 1.10.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/1264098

Title:
  Whitelist more CSS3 options in skins

Status in Mahara:
  In Progress
Status in Mahara 1.10 series:
  In Progress
Status in Mahara 15.04 series:
  In Progress
Status in Mahara 15.10 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 1408577] Re: Elasticsearch not working properly with Chinese characters

2015-08-16 Thread Robert Lyon
** Changed in: mahara/15.04
Milestone: 15.04.3 = 15.04.4

** Changed in: mahara/1.10
Milestone: 1.10.6 = 1.10.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/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

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 1477809] Re: Modals in 15.04 when in edit mode of a page don't fully display

2015-08-16 Thread Robert Lyon
** Changed in: mahara
Milestone: 15.04.3 = 15.04.4

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

Title:
  Modals in 15.04 when in edit mode of a page don't fully display

Status in Mahara:
  Confirmed

Bug description:
  Reported at https://mahara.org/interaction/forum/topic.php?id=7311 and
  confirmed on an Android tablet 7.

  When you put a block onto a page and the modal opens, it sits in the
  bottom right corner and is often not fully visible.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1477809/+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 1455137] Re: Edit access screen has trouble with jscalendar dates if you change calendar_dateFormat and/or strtimedatetimeshort

2015-08-16 Thread Robert Lyon
** Changed in: mahara/15.04
Milestone: 15.04.3 = 15.04.4

** Changed in: mahara/1.10
Milestone: 1.10.6 = 1.10.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/1455137

Title:
  Edit access screen has trouble with jscalendar dates if you change
  calendar_dateFormat and/or strtimedatetimeshort

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

Bug description:
  This is a follow up on Bug #1376997 Date picker not working for certain 
languages
  The date picker works with the dd.mm.yy format when editing access (shared 
by me page).

  However if you are to change in langconfig.php the parameters to a french 
format:
  $string['calendar_dateFormat']= 'dd/mm/yy';
  $string['strftimedatetimeshort'] = '%%d/%%m/%%Y %%H:%%M';

  You can use the date picker and define a new access. However, you
  cannot edit a preexisting access besause it doesnt show up when you go
  to edit it. You are forced to redefine all your access if you want to
  modify anything.

  Theres also a problem when you try to define Access start date/time
  and Access end date/time in the Advanced option. It will take the
  dd/mm/yy format of the datepicker. However, you cannot choose a day
  higher then 12. You can on the other hand enter a mm/dd/yy format into
  the textbox manually to define the access.

  If the code itself is too complicated to fix, there should at least be
  a converter to show the chosen date format to the users.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1455137/+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 1444905] Re: Elasticsearch doesn't search achievements

2015-08-16 Thread Robert Lyon
** Changed in: mahara/15.04
Milestone: 15.04.3 = 15.04.4

** Changed in: mahara/1.10
Milestone: 1.10.6 = 1.10.7

** Changed in: mahara/1.9
Milestone: 1.9.8 = 1.9.9

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

Title:
  Elasticsearch doesn't search achievements

Status in Mahara:
  In Progress
Status in Mahara 1.10 series:
  Triaged
Status in Mahara 1.9 series:
  Triaged
Status in Mahara 15.04 series:
  Triaged
Status in Mahara 15.10 series:
  In Progress

Bug description:
  We are testing Elasticsearch and we can see that it doesn't search for
  any field in achievements (certification, book, membership). I can see
  it's indexed in Elasticsearch but it doesn't give any records in
  Mahara.

  We are using:
  Mahara 1.10.2
  Postgres 9.1
  Debian
  Elasticsearch 1.5.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1444905/+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 1360977] Re: Error when import a blog via self-Leap2A import

2015-08-16 Thread Robert Lyon
** Changed in: mahara/15.04
Milestone: 15.04.3 = 15.04.4

** Changed in: mahara/1.10
Milestone: 1.10.6 = 1.10.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/1360977

Title:
  Error when import a blog via self-Leap2A import

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

Bug description:
  Version: master(1.10)

  When importing a single leap2a file using Portfolio/Import
  I got the following error

  [WAR] 70 (lib/adodb/adodb-exceptions.inc.php:43) Array to string conversion
  Call stack (most recent first):
  log_message(Array to string conversion, 8, true, true, 
/home/sonn/code/mahara/master/htdocs/lib/adodb/ado..., 43) at 
/home/sonn/code/mahara/master/htdocs/lib/errors.php:439
  error(8, Array to string conversion, 
/home/sonn/code/mahara/master/htdocs/lib/adodb/ado..., 43, array(size 7)) at 
/home/sonn/code/mahara/master/htdocs/lib/adodb/adodb-exceptions.inc.php:43
  ADODB_Exception-__construct(postgres7, adodb_throw, -1, ERROR: invalid 
input syntax for type timestamp: ..., INSERT INTO mh11_artefact (id, 
artefacttype,..., array(size 10), object(ADODB_postgres7)) at 
/home/sonn/code/mahara/master/htdocs/lib/adodb/adodb-exceptions.inc.php:78
  adodb_throw(postgres7, adodb_throw, -1, ERROR: invalid input syntax for 
type timestamp: ..., INSERT INTO mh11_artefact (id, artefacttype,..., 
array(size 10), object(ADODB_postgres7)) at 
/home/sonn/code/mahara/master/htdocs/lib/adodb/adodb.inc.php:257
  ADODB_TransMonitor(postgres7, EXECUTE, -1, ERROR: invalid input syntax 
for type timestamp: ..., INSERT INTO mh11_artefact (id, 
artefacttype,..., array(size 10), object(ADODB_postgres7)) at 
/home/sonn/code/mahara/master/htdocs/lib/adodb/adodb.inc.php:1074
  ADOConnection-_Execute(INSERT INTO mh11_artefact (id, 
artefacttype,..., array(size 10)) at 
/home/sonn/code/mahara/master/htdocs/lib/adodb/adodb.inc.php:1045
  ADOConnection-Execute(INSERT INTO mh11_artefact (id, 
artefacttype,..., array(size 10)) at 
/home/sonn/code/mahara/master/htdocs/lib/dml.php:1043
  insert_record(artefact, object(stdClass), id, true) at 
/home/sonn/code/mahara/master/htdocs/artefact/lib.php:548
  ArtefactType-commit() at 
/home/sonn/code/mahara/master/htdocs/artefact/blog/lib.php:154
  ArtefactTypeBlog-commit() at 
/home/sonn/code/mahara/master/htdocs/import/leap/lib.php:2207
  
LeapImportArtefactPlugin::create_artefact_from_request(object(PluginImportLeap),
 object(stdClass)) at 
/home/sonn/code/mahara/master/htdocs/artefact/blog/import/leap/lib.php:175
  LeapImportBlog::import_from_requests(object(PluginImportLeap)) at Unknown:0
  call_user_func_array(array(size 2), array(size 1)) at 
/home/sonn/code/mahara/master/htdocs/lib/mahara.php:1577
  call_static_method(LeapImportBlog, import_from_requests, 
object(PluginImportLeap)) at 
/home/sonn/code/mahara/master/htdocs/import/leap/lib.php:293
  PluginImportLeap-call_import_method_plugins(import_from_requests) at 
/home/sonn/code/mahara/master/htdocs/import/leap/lib.php:308
  PluginImportLeap-do_import_from_requests() at 
/home/sonn/code/mahara/master/htdocs/import/index.php:312
  do_import() at /home/sonn/code/mahara/master/htdocs/import/index.php:75

  The leap2a file is provided in the bug
  https://bugs.launchpad.net/mahara/+bug/1358934

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1360977/+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 1483084] Re: Problem with upgrading to 15.04 - postgres and upgrade/limit

2015-08-16 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/1483084

Title:
  Problem with upgrading to 15.04 - postgres and upgrade/limit

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

Bug description:
  Postgres can only do an upgrade / limit via subquery and Mysql can
  only do it without subquery

  so we need to have seperate sql commands for both

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1483084/+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 1484739] Re: The site wrongly checks if javascript is enabled during fresh installation

2015-08-16 Thread Robert Lyon
** Changed in: mahara/1.10
Milestone: 1.10.6 = 1.10.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/1484739

Title:
  The site wrongly checks if javascript is enabled during fresh
  installation

Status in Mahara:
  Confirmed
Status in Mahara 1.10 series:
  Confirmed

Bug description:
  Version: 15.04
  Browser: Chrome 44.0.2403.130 (64-bit)
  Platform: apache 2.4, php 5.5, postgresql 9.3

  When I installed the mahare 15.04_STABLE. I got the message
  'You must enable JavaScript to perform an install or upgrade.'
  even I have enabled javascript in my browser.

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

2015-08-16 Thread Robert Lyon
** Changed in: mahara/1.10
Milestone: 1.10.6 = 1.10.7

** Changed in: mahara/1.9
Milestone: 1.9.8 = 1.9.9

-- 
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 1.8 series:
  Won't Fix
Status in Mahara 1.9 series:
  Confirmed
Status in Mahara 15.04 series:
  Confirmed
Status in Mahara 15.10 series:
  In Progress

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 1356638] Re: Can not see the image in the static page Home for logged-in users

2015-08-16 Thread Robert Lyon
** Changed in: mahara/1.10
Milestone: 1.10.6 = 1.10.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/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:
  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 1340151] Re: Consider a different approach to libxml_disable_entity_loader(true) in init.php

2015-08-16 Thread Robert Lyon
** Changed in: mahara/1.9
Milestone: 1.9.8 = 1.9.9

** Changed in: mahara/1.10
Milestone: 1.10.6 = 1.10.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/1340151

Title:
  Consider a different approach to libxml_disable_entity_loader(true) in
  init.php

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:
  Confirmed
Status in Mahara 15.04 series:
  Confirmed
Status in Mahara 15.10 series:
  Confirmed

Bug description:
  Unfortunately it seems like using libxml_disable_entity_loader(true)
  in init.php is unkind to other applications living on the same system.

  PHP Bug https://bugs.php.net/bug.php?id=64938 is the heart of the
  problem  - the use of this setting leaks between different threads and
  by setting it for the duration of every single Mahara request this bug
  comes into play much more easily.

  The other problem is https://bugs.php.net/bug.php?id=62577 which means
  that  simplexml_load_file() will not even load *local* files off disk.
  For example, this would break in Mahara even though no entities come
  into play:

  $xml = simplexml_load_file(get_config('libroot').'/db/install.xml');

  In Moodle we've been warned on one of our issues that users have seen
  this problem in the wild with Mahara, I didn't find an issue reported
  to you about it, so i'll copy and paste the report from our tracker
  here:

  We had experience with this problem on an upgrade to Mahara 1.7, when
  https://bugs.launchpad.net/mahara/+bug/1047111 was fixed. The approach
  was the same as is suggested in this ticket. This caused seemingly
  random failures in Moodle (which is run on the same webserver)
  whenever there was usage of Mahara. The root cause was not obvious,
  nor well advertised with the Mahara fix, so it took awhile to finally
  implement a fix. In the meantime, significant functionality is broken.
  Unfortunately, there's really no way around this unless you switch
  from using mod_php.

  Yesterday whilst debugging some code with Yuliya we realised she also
  was encountering this horrible combination of bugs affecting her
  Moodle install so it seems this is not a theoretical problem.

  In Moodle we have decided to use the same approach of many other projects and 
enable/disable the loader around vulnerable code to reduce the chance of this 
combination of bugs affecting other applications or uses of the the 
simplexml_load_file:
  http://cgit.drupalcode.org/drupal/commit/?id=b912710
  
https://github.com/symfony/symfony/blob/8ef8a1d289a6ce454b7c79baeddbfb45e4af6191/src/Symfony/Component/Config/Util/XmlUtils.php#L41
  http://www.mediawiki.org/wiki/XML_External_Entity_Processing

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

2015-08-16 Thread Robert Lyon
** Changed in: mahara/1.10
Milestone: 1.10.6 = 1.10.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/1445653

Title:
  Internet Explorer and video files

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

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 1354222] Re: Files within a group aren't deleted after deleting the group

2015-08-16 Thread Robert Lyon
** Changed in: mahara/1.10
Milestone: 1.10.6 = 1.10.7

** Changed in: mahara/1.9
Milestone: 1.9.8 = 1.9.9

-- 
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:
  In Progress
Status in Mahara 1.10 series:
  Confirmed
Status in Mahara 1.9 series:
  Confirmed
Status in Mahara 15.04 series:
  Confirmed
Status in Mahara 15.10 series:
  In Progress

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 1417828] Re: Malformed lang string in email digest notification emails

2015-08-16 Thread Robert Lyon
** Changed in: mahara/1.10
Milestone: 1.10.6 = 1.10.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/1417828

Title:
  Malformed lang string in email digest notification emails

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

Bug description:
  I noticed that when I get an email about a Contact Us via the email
  digest notification, It includes a missing lang string [[type/]].

  Because the email digest notification is a little unwieldy to test I
  haven't pinned down the exact replication steps yet, but I have been
  able to replicate the problem locally.

  The email generated looks like this:

  This is an auto-generated notification from Mahara. Following is the daily
  digest of all your notifications
  --
  Activity type: [[type/]] at 12 February 2015,  2:39 AM
  New contact us from sup aar...@catalyst.net.nz: su
  sup
  To update your notification preferences, visit
  
http://vegas.wgtn.cat-it.co.nz/mahara/htdocs/account/activity/preferences/index.php
  Please do not reply to this message.

  There is also a warning stack in the email digest cron task:

  [INF] 15 (lib/cron.php:75) Running PluginNotificationEmaildigest::send_digest
  [WAR] 15 (notification/emaildigest/lib.php:83) Undefined offset: 5
  Call stack (most recent first):
* log_message(Undefined offset: 5, 8, true, true, 
/home/aaronw/www/mahara/htdocs/notification/emaild..., 83) at 
/home/aaronw/www/mahara/htdocs/lib/errors.php:439
* error(8, Undefined offset: 5, 
/home/aaronw/www/mahara/htdocs/notification/emaild..., 83, array(size 7)) at 
/home/aaronw/www/mahara/htdocs/notification/emaildigest/lib.php:83
* PluginNotificationEmaildigest::send_digest() at Unknown:0
* call_user_func_array(array(size 2), array(size 0)) at 
/home/aaronw/www/mahara/htdocs/lib/mahara.php:1579
* call_static_method(PluginNotificationEmaildigest, send_digest) at 
/home/aaronw/www/mahara/htdocs/lib/cron.php:80

  I haven't tested to see whether this problem is present in 1.9  1.8.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1417828/+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 1443239] Re: Warning in Mahara logs when a MaharaDroid user has no tags in their Mahara account

2015-08-16 Thread Robert Lyon
** Changed in: mahara/1.10
Milestone: 1.10.6 = 1.10.7

** Changed in: mahara/1.9
Milestone: 1.9.8 = 1.9.9

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

Title:
  Warning in Mahara logs when a MaharaDroid user has no tags in their
  Mahara account

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:
  Confirmed
Status in Mahara 15.04 series:
  Confirmed
Status in Mahara 15.10 series:
  Confirmed

Bug description:
  This is a bug in the Mahara PHP code which interfaces with the
  MaharaDroid android app. See
  https://github.com/MaharaProject/maharadroid/issues/6 for the
  MaharaDroid side of this bug.

  To replicate:

  1. Create a new Mahara account
  2. Connect it to MaharaDroid
  3. Try to upload a file via MaharaDroid

  Result: You see this warning in the Apache logs:

  
   [Tue Jan 14 11:07:18 2014] [error] [client 10.22.33.88] [WAR] 88 
(api/mobile/sync.php:77) Invalid argument supplied for foreach()
   [Tue Jan 14 11:07:18 2014] [error] [client 10.22.33.88] Call stack (most 
recent first):
   [Tue Jan 14 11:07:18 2014] [error] [client 10.22.33.88] * 
log_message(Invalid argument supplied for foreach(), 8, true, true, 
/home/demo/code/mahara/htdocs/api/mobile/sync.php, 77) at 
/home/demo/code/mahara/htdocs/lib/errors.php:430
   [Tue Jan 14 11:07:18 2014] [error] [client 10.22.33.88] * error(2, Invalid 
argument supplied for foreach(), 
/home/demo/code/mahara/htdocs/api/mobile/sync.php, 77, array(size 59)) at 
/home/demo/code/mahara/htdocs/api/mobile/sync.php:77
   [Tue Jan 14 11:07:18 2014] [error] [client 10.22.33.88]

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

2015-08-16 Thread Robert Lyon
** Changed in: mahara/1.10
Milestone: 1.10.6 = 1.10.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/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

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 1437083] Re: Download zip file of home folder, can't be extracted in Windows

2015-08-16 Thread Robert Lyon
** Changed in: mahara/1.10
Milestone: 1.10.6 = 1.10.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/1437083

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

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

Bug description:
  Version: 15.04rc1

  OS: Windows 7
  Browser: Firefox 36.0.4

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

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

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

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


[Mahara-contributors] [Bug 1394082] Re: Can create a URL that takes you to a different page depending on whether you're logged in to MNet or not.

2015-08-16 Thread Robert Lyon
** Changed in: mahara/1.9
Milestone: 1.9.8 = 1.9.9

** Changed in: mahara/1.10
Milestone: 1.10.6 = 1.10.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/1394082

Title:
  Can create a URL that takes you to a different page depending on
  whether you're logged in to MNet or not.

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:
  Confirmed
Status in Mahara 15.04 series:
  Confirmed
Status in Mahara 15.10 series:
  Confirmed

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

  To replicate:

  1. Set up a Moodle instance with the Mahara assignment submission
  plugin and connect it up to your Mahara instance.

  2. Create a view with ID 1000.

  3. Create another view with ID 1001.

  4. Make both these pages accessible to the public.

  5. Set up an Mahara assignment in Moodle.

  6. Submit the view with ID 1000 to Moodle as an assignment submission.

  7. Note the access URL that gets generated, which will contain an MNet
  access token, i.e. /view/view.php?mt=abcd1234

  8. Add the ID of page 1001 to this URL:
  /view/view.php?id=1001mt=abcd1234

  Expected Result: This URL should either display page 1000 every time,
  or an access denied message

  Actual Result: If you're logged in to Mahara via MNet, you see page
  1000. If you're not, you see page 1001.

  
  The cause of this problem, is that /view/view.php completely ignores the 
mt= tag if you're not logged in via MNet. In which case, if an ID is also 
supplied, it falls back to that.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1394082/+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 1201174] Re: allow and moderate comments not saving correctly for groups

2015-08-16 Thread Robert Lyon
** Changed in: mahara/1.10
Milestone: 1.10.6 = 1.10.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/1201174

Title:
  allow and moderate comments not saving correctly for groups

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

Bug description:
  When you do not allow commenting for all access groups, but only for a
  specific one and click Save, the commenting permissions are not
  written to the DB. You have to go back in to the Edit access screen
  and tick the checkboxes for Allow comments and Moderate for that
  particular access group again and click Save. Only then are the
  permissions saved.

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

2015-08-16 Thread Robert Lyon
** Changed in: mahara/1.9
Milestone: 1.9.8 = 1.9.9

** Changed in: mahara/1.10
Milestone: 1.10.6 = 1.10.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/1422837

Title:
  XML RPC simpleXML limits payload size

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:
  Confirmed
Status in Mahara 15.04 series:
  Confirmed
Status in Mahara 15.10 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 1383543] Re: The js script 'artefact/multirecipientnotification/js/sendmessage.js' is not neccessary

2015-08-16 Thread Robert Lyon
** Changed in: mahara/1.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/1383543

Title:
  The js script 'artefact/multirecipientnotification/js/sendmessage.js'
  is not neccessary

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

Bug description:
  Version: master, 1.10

  It looks like the js script 
'artefact/multirecipientnotification/js/sendmessage.js' is redundant.
  When I remove it from the code, the feature still works

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

2015-08-16 Thread Robert Lyon
** Changed in: mahara/1.9
Milestone: 1.9.8 = 1.9.9

** Changed in: mahara/1.10
Milestone: 1.10.6 = 1.10.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/1262040

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

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:
  Confirmed
Status in Mahara 15.04 series:
  Confirmed
Status in Mahara 15.10 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 1389446] Re: Elasticsearch: Searching for a particular term breaks when logged in to mahara.org

2015-08-16 Thread Robert Lyon
** Changed in: mahara/1.10
Milestone: 1.10.6 = 1.10.7

** Changed in: mahara/1.9
Milestone: 1.9.8 = 1.9.9

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

Title:
  Elasticsearch: Searching for a particular term breaks when logged in
  to mahara.org

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

Bug description:
  This happens while using the search box in the upper right hand corner
  of the page on http://mahara.org

  I can consistently get the search to throw an error when searching for
  Jaybee while logged in. This does not occur while logged out, or the
  other user I tested.

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

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

2015-08-16 Thread Robert Lyon
** Changed in: mahara/1.10
Milestone: 1.10.6 = 1.10.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/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

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 1383543] A patch has been submitted for review

2015-08-16 Thread Mahara Bot
Patch for 1.10_STABLE branch: https://reviews.mahara.org/5129

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

Title:
  The js script 'artefact/multirecipientnotification/js/sendmessage.js'
  is not neccessary

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

Bug description:
  Version: master, 1.10

  It looks like the js script 
'artefact/multirecipientnotification/js/sendmessage.js' is redundant.
  When I remove it from the code, the feature still works

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

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


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

2015-08-16 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/5105
Committed: 
https://git.nzoss.org.nz/mahara/mahara/commit/8bc66a69abb3a1e6864791feaaef16e399dd3dce
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:master

commit 8bc66a69abb3a1e6864791feaaef16e399dd3dce
Author: Jen Zajac jen.za...@catalyst.net.nz
Date:   Fri Aug 14 17:56:09 2015 +1200

Remove ptl class from some containers (Bug 1465107)

behatnotneeded

Change-Id: Ic2a12ee6ffd10c688755ed0d4f47cac2552f49a6

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

Title:
  Use the Bootstrap CSS framework

Status in Mahara:
  In Progress

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

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

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

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


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

2015-08-16 Thread Mahara Bot
Patch for master branch: https://reviews.mahara.org/5111

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

Title:
  Prompt registered Mahara sites to re-register because we want to
  change the data registration policy

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

Bug description:
  In Bug 1447865 and Bug 1396321, we're making changes to the
  registration data that Mahara sites can opt-in to sending back to
  mahara.org. Both of these bugs will require that we ask the admin to
  verify that they're okay with sending the new registration data, and
  the new privacy policy on it.

  So I've created this bug in order to ensure that we bundle both of
  these verifications into the same update.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1450334/+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 1428364] Re: Broken Behat test: Needs content-files ID's and labels tidied up

2015-08-16 Thread Robert Lyon
** Changed in: mahara/15.04
   Status: Confirmed = Fix Committed

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

Title:
  Broken Behat test: Needs  content-files  ID's and labels tidied up

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

Bug description:
  Hi Rob,

  When I log in as an admin and navigate to Content - Files and I try
  get Behat to click around there are a few ID's and text box titles and
  labels and thiggs that need tidying up a bit so Behat can click on
  them.

  Behat cant:

  And I fill in Folder name with folder1 no title of the text box next to it
  And I Press Create folder works when I enter the ID though
  I manually press the button here... the next thing it cant do is identify the 
edit button (which is an img)
  And I press  Edit (or ID of edit button because there might be multiple)

  I have attached a Behat test with these errors to give you more
  context. The parts that are currently broken have ** next to them with
  the way they should probably be written.

  Thanks heaps,
  Jinelle

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

2015-08-16 Thread Mahara Bot
Patch for 15.04_STABLE branch: https://reviews.mahara.org/5122

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

Title:
  Eliminate all raise_memory_limit() calls

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

Bug description:
  There are very few places in Mahara were we raise PHP's memory limit,
  but it is bad practice since that memory may not be reclaimed by
  Apache until that child process is terminated.

  Unless we are confident that a particular operation is impossible to
  do without raising the memory limit, we should rewrite code which
  fails to work within 32 MB of memory.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/785472/+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 785472] Re: Eliminate all raise_memory_limit() calls

2015-08-16 Thread Robert Lyon
** Changed in: mahara/15.04
Milestone: 15.10.0 = 15.04.3

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

Title:
  Eliminate all raise_memory_limit() calls

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

Bug description:
  There are very few places in Mahara were we raise PHP's memory limit,
  but it is bad practice since that memory may not be reclaimed by
  Apache until that child process is terminated.

  Unless we are confident that a particular operation is impossible to
  do without raising the memory limit, we should rewrite code which
  fails to work within 32 MB of memory.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/785472/+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 1417828] Re: Malformed lang string in email digest notification emails

2015-08-16 Thread Robert Lyon
** Changed in: mahara/15.04
Milestone: 15.04.3 = 15.04.4

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

Title:
  Malformed lang string in email digest notification emails

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

Bug description:
  I noticed that when I get an email about a Contact Us via the email
  digest notification, It includes a missing lang string [[type/]].

  Because the email digest notification is a little unwieldy to test I
  haven't pinned down the exact replication steps yet, but I have been
  able to replicate the problem locally.

  The email generated looks like this:

  This is an auto-generated notification from Mahara. Following is the daily
  digest of all your notifications
  --
  Activity type: [[type/]] at 12 February 2015,  2:39 AM
  New contact us from sup aar...@catalyst.net.nz: su
  sup
  To update your notification preferences, visit
  
http://vegas.wgtn.cat-it.co.nz/mahara/htdocs/account/activity/preferences/index.php
  Please do not reply to this message.

  There is also a warning stack in the email digest cron task:

  [INF] 15 (lib/cron.php:75) Running PluginNotificationEmaildigest::send_digest
  [WAR] 15 (notification/emaildigest/lib.php:83) Undefined offset: 5
  Call stack (most recent first):
* log_message(Undefined offset: 5, 8, true, true, 
/home/aaronw/www/mahara/htdocs/notification/emaild..., 83) at 
/home/aaronw/www/mahara/htdocs/lib/errors.php:439
* error(8, Undefined offset: 5, 
/home/aaronw/www/mahara/htdocs/notification/emaild..., 83, array(size 7)) at 
/home/aaronw/www/mahara/htdocs/notification/emaildigest/lib.php:83
* PluginNotificationEmaildigest::send_digest() at Unknown:0
* call_user_func_array(array(size 2), array(size 0)) at 
/home/aaronw/www/mahara/htdocs/lib/mahara.php:1579
* call_static_method(PluginNotificationEmaildigest, send_digest) at 
/home/aaronw/www/mahara/htdocs/lib/cron.php:80

  I haven't tested to see whether this problem is present in 1.9  1.8.

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

2015-08-16 Thread Robert Lyon
** Changed in: mahara/15.04
Milestone: 15.04.3 = 15.04.4

-- 
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.8 series:
  Won't Fix
Status in Mahara 1.9 series:
  Confirmed
Status in Mahara 15.04 series:
  Confirmed
Status in Mahara 15.10 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 1469586] Re: Can't edit a block in Safara, with 15.04.1

2015-08-16 Thread Robert Lyon
*** This bug is a duplicate of bug 1483094 ***
https://bugs.launchpad.net/bugs/1483094

There is a fix for this in Bug 1483094

** This bug has been marked a duplicate of bug 1483094
   Block config popup offset in safari is wrong

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

Title:
  Can't edit a block in Safara, with 15.04.1

Status in Mahara:
  Triaged

Bug description:
  Reported on the forum:
  https://mahara.org/interaction/forum/topic.php?id=7282

  Dear Sir,

  I upgraded Mahara from 1.9.1 to latest 15.04.1 in development server.

  From IE, Google Chrome or Firefox browser

  After I create new page and drag image or Text block , The editing
  block is shown at the centre of window and I can edit and save it.

  However, When user Mac Safari browser,

  The editing block is shown at the bottom left-hand corner of window .

   I try to move the editing block back to normal but failure.

  Therefore, I cannot edit and save the content..

  because user may use Mac desktop for mahara page editing.

  Does anyone know how to solve it?

     William

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

2015-08-16 Thread Robert Lyon
** Changed in: mahara/15.04
Milestone: 15.04.3 = 15.04.4

-- 
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:
  Triaged
Status in Mahara 1.10 series:
  Triaged
Status in Mahara 15.04 series:
  Triaged
Status in Mahara 15.10 series:
  Triaged

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 1465055] Re: Block buttons unreachable in Safari

2015-08-16 Thread Robert Lyon
*** This bug is a duplicate of bug 1483094 ***
https://bugs.launchpad.net/bugs/1483094

** This bug is no longer a duplicate of bug 1469586
   Can't edit a block in Safara, with 15.04.1
** This bug has been marked a duplicate of bug 1483094
   Block config popup offset in safari is wrong

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

Title:
  Block buttons unreachable in Safari

Status in Mahara:
  New

Bug description:
  When adding a block that has a large amount of configuration the save
  and remove buttons are not visible or clickable on Safari. It works
  okay on Chrome on the same setup. Screenshots in attached zip.

  Mahara version: 15.04.0
  MacOS 10.10.3
  Safari Version 8.0.6 (10600.6.3)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1465055/+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 1471357] Re: Links for method names don't work in web services

2015-08-16 Thread Robert Lyon
** Changed in: mahara/15.04
   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/1471357

Title:
  Links for method names don't work in web services

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

Bug description:
  Mahara 15.04 and master:

  When you are in the web services configuration and clicked the edit
  button through to a service group, i.e.
  /webservice/admin/serviceconfig.php?service=6 for example, the links
  for the method names do not work. The link works if you open it in a
  new tab, but not when you simply click on it.

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