[Mahara-contributors] [Bug 1229563] Re: Blocks lost when importing a leap2a from mahara.org

2013-10-21 Thread Son Nguyen
https://reviews.mahara.org/2625

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

Title:
  Blocks lost when importing a leap2a from mahara.org

Status in Mahara ePortfolio:
  In Progress
Status in Mahara 1.7 series:
  Confirmed
Status in Mahara 1.8 series:
  In Progress

Bug description:
  When I export my account from mahara.org to a leap2a file, and then
  try to import it into a clean Mahara 1.7 installation, I find that it
  creates all the pages, but some of the Pages are missing their blocks,
  or their block content.

  The problem seems to be because it's processing the leap.xml file
  sequentially from top to bottom. The artefacts that cause problems are
  listed further down in the XML file than the View they are used in.
  When the View is processed, it can't find the artefacts, and so it
  drops their blocks.

  Leap2a import should be fully backwards-compatible, and it should
  definitely work with Leap2a files from mahara.org itself, given how
  prominent a site that is. The solution would seem to be to come up
  with some way to make it less dependent upon the order that the items
  are in the XML file. Perhaps more cacheing, so that it doesn't have to
  map in the leap2a-IDs to real ones until the very end? Or maybe just
  cache the ones that have an ID that it isn't able to resolve?

  I suspect this will not be a trivial issue to fix. The simplest thing
  we can do is to change our export format so that it puts artefacts
  first, but that won't solve for backwards compatibility. We should
  also take care that any solution is at least somewhat cross-platform
  compatible. So, for instance, parsing out all those that have a
  mahara:artefactplugin first, would probably be a bad idea because
  that's a Mahara extension to leap2a and won't solve this problem for
  leap2a's coming from other sources.

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

___
Mailing list: https://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 1242218] A change has been merged

2013-10-21 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/2624
Committed: 
http://gitorious.org/mahara/mahara/commit/59825885bdc8237c3800922628057ab41a3caa07
Submitter: Son Nguyen (son.ngu...@catalyst.net.nz)
Branch:master

commit 59825885bdc8237c3800922628057ab41a3caa07
Author: Robert Lyon robe...@catalyst.net.nz
Date:   Mon Oct 21 07:33:01 2013 +1300

Errors when importing leap2a blog (bug 1242218)

- error of undefinded variable $blogentryid
- error where the parent id given was leap2a id rather than db id

Change-Id: Ic00ac626e24fb158b1d4e9d074c114b47a4b8432
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/1242218

Title:
  Warnings when importing user

Status in Mahara ePortfolio:
  In Progress

Bug description:
  1.8.0RC3dev

  Importing a user's full Leap2A file as admin throws following warnings
  (file can be provided):

  [WAR] 81 (artefact/blog/import/leap/lib.php:570) Undefined variable: 
blogentryid
  Call stack (most recent first):

  log_message(Undefined variable: blogentryid, 8, true, true, 
/home/kristina/code/18stable/htdocs/artefact/blog/..., 570) at 
/home/kristina/code/18stable/htdocs/lib/errors.php:430
  error(8, Undefined variable: blogentryid, 
/home/kristina/code/18stable/htdocs/artefact/blog/..., 570, array(size 3)) at 
/home/kristina/code/18stable/htdocs/artefact/blog/import/leap/lib.php:570
  LeapImportBlog::create_blogpost(object(SimpleXMLElement), 
object(PluginImportLeap), portfolio:artefact178) at 
/home/kristina/code/18stable/htdocs/artefact/blog/import/leap/lib.php:214
  LeapImportBlog::import_using_strategy(object(SimpleXMLElement), 
object(PluginImportLeap), 1, array(size 1)) at Unknown:0
  call_user_func_array(array(size 2), array(size 4)) at 
/home/kristina/code/18stable/htdocs/lib/mahara.php:1449
  call_static_method(LeapImportBlog, import_using_strategy, 
object(SimpleXMLElement), object(PluginImportLeap), 1, array(size 1)) at 
/home/kristina/code/18stable/htdocs/import/leap/lib.php:631
  PluginImportLeap-import_from_load_mapping() at 
/home/kristina/code/18stable/htdocs/import/leap/lib.php:159
  PluginImportLeap-process() at 
/home/kristina/code/18stable/htdocs/admin/users/add.php:329
  adduser_submit(object(Pieform), array(size 26)) at Unknown:0
  call_user_func_array(adduser_submit, array(size 2)) at 
/home/kristina/code/18stable/htdocs/lib/pieforms/pieform.php:528
  Pieform-__construct(array(size 7)) at 
/home/kristina/code/18stable/htdocs/lib/pieforms/pieform.php:170
  Pieform::process(array(size 7)) at 
/home/kristina/code/18stable/htdocs/lib/pieforms/pieform.php:71
  pieform(array(size 7)) at 
/home/kristina/code/18stable/htdocs/admin/users/add.php:148

  [WAR] 81 (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/kristina/code/18stable/htdocs/lib/adodb/adod..., 43) at 
/home/kristina/code/18stable/htdocs/lib/errors.php:430
  error(8, Array to string conversion, 
/home/kristina/code/18stable/htdocs/lib/adodb/adod..., 43, array(size 7)) at 
/home/kristina/code/18stable/htdocs/lib/adodb/adodb-exceptions.inc.php:43
  ADODB_Exception-__construct(postgres7, adodb_throw, -1, ERROR: 
invalid input syntax for integer: portfol..., INSERT INTO artefact (id, 
artefacttype, par..., array(size 11), object(ADODB_postgres7)) at 
/home/kristina/code/18stable/htdocs/lib/adodb/adodb-exceptions.inc.php:78
  adodb_throw(postgres7, adodb_throw, -1, ERROR: invalid input syntax 
for integer: portfol..., INSERT INTO artefact (id, artefacttype, 
par..., array(size 11), object(ADODB_postgres7)) at 
/home/kristina/code/18stable/htdocs/lib/adodb/adodb.inc.php:257
  ADODB_TransMonitor(postgres7, EXECUTE, -1, ERROR: invalid input 
syntax for integer: portfol..., INSERT INTO artefact (id, 
artefacttype, par..., array(size 11), object(ADODB_postgres7)) at 
/home/kristina/code/18stable/htdocs/lib/adodb/adodb.inc.php:1074
  ADOConnection-_Execute(INSERT INTO artefact (id, artefacttype, 
par..., array(size 11)) at 
/home/kristina/code/18stable/htdocs/lib/adodb/adodb.inc.php:1045
  ADOConnection-Execute(INSERT INTO artefact (id, artefacttype, 
par..., array(size 11)) at 
/home/kristina/code/18stable/htdocs/lib/dml.php:1050
  insert_record(artefact, object(stdClass), id, true) at 
/home/kristina/code/18stable/htdocs/artefact/lib.php:435
  ArtefactType-commit() at 
/home/kristina/code/18stable/htdocs/artefact/blog/lib.php:501
  ArtefactTypeBlogPost-commit() at 
/home/kristina/code/18stable/htdocs/artefact/blog/import/leap/lib.php:607
  LeapImportBlog::create_blogpost(object(SimpleXMLElement), 

[Mahara-contributors] [Bug 1242591] [NEW] The configurable theme options are displayed below drop-down navi and page skins

2013-10-21 Thread Kristina Hoeppner
Public bug reported:

1.8.0RC3dev

When you choose the configurable theme for an institution, the color
pickers are displayed below the drop-down menu and the page skins
options instead of directly below the theme option.

** Affects: mahara
 Importance: Undecided
 Status: New


** Tags: regression

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

Title:
  The configurable theme options are displayed below drop-down navi and
  page skins

Status in Mahara ePortfolio:
  New

Bug description:
  1.8.0RC3dev

  When you choose the configurable theme for an institution, the color
  pickers are displayed below the drop-down menu and the page skins
  options instead of directly below the theme option.

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

___
Mailing list: https://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 1240415] A change has been merged

2013-10-21 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/2618
Committed: 
http://gitorious.org/mahara/mahara/commit/6ab0c9f9ab4b03a0e769351d5ec2b815ad688648
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:master

commit 6ab0c9f9ab4b03a0e769351d5ec2b815ad688648
Author: Robert Lyon robe...@catalyst.net.nz
Date:   Thu Oct 17 11:37:56 2013 +1300

Allowing file browser to stay open when changing dirs (bug 1240415)

Problems here is there are 2 file pickers on the same form so we can't
use the normal js success callback to update form so we have to go the
non js way - but if we have browse=1 in the url the form won't save.

Patch looks to see if folder is set in url and if so then we
are in a browse mode.

Also adjusted the template to allow for the adding of the 'select
a file' button (in hidden state) to the page when entering the
subdirectories. this will mean the hidden button will be added to a few
places where it is not need (eg selecting an image gallery
blockinstance) but as it is hidden by default no one will see it.

A better fix would be to get multiple filechooser elements working in one form
but this isn't likely to happen at the moment.

Change-Id: Iddbd677a81d216f71cdeae86a02ed107261c04b5
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/1240415

Title:
  Selecting image file for skins is 'jumpy'

Status in Mahara ePortfolio:
  In Progress

Bug description:
  When adding a background image to a skin (testing on Mahara Dev), the file 
selection window closes each time you change location - to recreate this put a 
file inside a nested folder (rather than at root level) - eg 
root/images/skins/skin.jpg - you have to click several times to get to the 
image as each time you navigate to a new level the interface drops you back at 
'select a file' (but remembers the last place you reached and opens the correct 
folder).
  Adding an image to a page works as normal, so as far as I can tell this seems 
to be affecting just the fie picker for the skin images.
  Thanks, Gordon.

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

___
Mailing list: https://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 1242591] Re: The configurable theme options are displayed below drop-down navi and page skins

2013-10-21 Thread Kristina Hoeppner
** Changed in: mahara
   Status: New = Confirmed

** Changed in: mahara
   Importance: Undecided = Medium

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

Title:
  The configurable theme options are displayed below drop-down navi and
  page skins

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  1.8.0RC3dev

  When you choose the configurable theme for an institution, the color
  pickers are displayed below the drop-down menu and the page skins
  options instead of directly below the theme option.

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

___
Mailing list: https://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 1242840] [NEW] Error message when inviting user into institution

2013-10-21 Thread Kristina Hoeppner
Public bug reported:

1.8.0RC3dev, PHP 5.4; Ubuntu

At Admin - Institutions - Members - People who have not requested
membership

When you invite a user (not Add a user as site admin!) you get

[WAR] dc (lib/activity.php:375) Creating default object from empty value
Call stack (most recent first):

log_message(Creating default object from empty value, 8, true, true, 
/home/kristina/code/18stable/htdocs/lib/activity.p..., 375) at 
/home/kristina/code/18stable/htdocs/lib/errors.php:430
error(2, Creating default object from empty value, 
/home/kristina/code/18stable/htdocs/lib/activity.p..., 375, array(size 2)) at 
/home/kristina/code/18stable/htdocs/lib/activity.php:375
ActivityType-add_urltext(array(size 2)) at 
/home/kristina/code/18stable/htdocs/lib/activity.php:730
ActivityTypeInstitutionmessage-__construct(object(stdClass), false) at 
/home/kristina/code/18stable/htdocs/lib/activity.php:61
handle_activity(object(stdClass), object(stdClass)) at 
/home/kristina/code/18stable/htdocs/lib/activity.php:34
activity_occurred(institutionmessage, object(stdClass)) at 
/home/kristina/code/18stable/htdocs/lib/institution.php:353
Institution-inviteUser(7) at 
/home/kristina/code/18stable/htdocs/lib/institution.php:367
Institution-invite_users(array(size 1)) at 
/home/kristina/code/18stable/htdocs/admin/users/institutionusers.php:248
institutionusers_submit(object(Pieform), array(size 5)) at Unknown:0
call_user_func_array(institutionusers_submit, array(size 2)) at 
/home/kristina/code/18stable/htdocs/lib/pieforms/pieform.php:528
Pieform-__construct(array(size 3)) at 
/home/kristina/code/18stable/htdocs/lib/pieforms/pieform.php:170
Pieform::process(array(size 3)) at 
/home/kristina/code/18stable/htdocs/lib/pieforms/pieform.php:71
pieform(array(size 3)) at 
/home/kristina/code/18stable/htdocs/admin/users/institutionusers.php:178

** Affects: mahara
 Importance: High
 Assignee: Robert Lyon (robertl-9)
 Status: Confirmed

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

Title:
  Error message when inviting user into institution

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  1.8.0RC3dev, PHP 5.4; Ubuntu

  At Admin - Institutions - Members - People who have not requested
  membership

  When you invite a user (not Add a user as site admin!) you get

  [WAR] dc (lib/activity.php:375) Creating default object from empty value
  Call stack (most recent first):

  log_message(Creating default object from empty value, 8, true, true, 
/home/kristina/code/18stable/htdocs/lib/activity.p..., 375) at 
/home/kristina/code/18stable/htdocs/lib/errors.php:430
  error(2, Creating default object from empty value, 
/home/kristina/code/18stable/htdocs/lib/activity.p..., 375, array(size 2)) at 
/home/kristina/code/18stable/htdocs/lib/activity.php:375
  ActivityType-add_urltext(array(size 2)) at 
/home/kristina/code/18stable/htdocs/lib/activity.php:730
  ActivityTypeInstitutionmessage-__construct(object(stdClass), false) at 
/home/kristina/code/18stable/htdocs/lib/activity.php:61
  handle_activity(object(stdClass), object(stdClass)) at 
/home/kristina/code/18stable/htdocs/lib/activity.php:34
  activity_occurred(institutionmessage, object(stdClass)) at 
/home/kristina/code/18stable/htdocs/lib/institution.php:353
  Institution-inviteUser(7) at 
/home/kristina/code/18stable/htdocs/lib/institution.php:367
  Institution-invite_users(array(size 1)) at 
/home/kristina/code/18stable/htdocs/admin/users/institutionusers.php:248
  institutionusers_submit(object(Pieform), array(size 5)) at Unknown:0
  call_user_func_array(institutionusers_submit, array(size 2)) at 
/home/kristina/code/18stable/htdocs/lib/pieforms/pieform.php:528
  Pieform-__construct(array(size 3)) at 
/home/kristina/code/18stable/htdocs/lib/pieforms/pieform.php:170
  Pieform::process(array(size 3)) at 
/home/kristina/code/18stable/htdocs/lib/pieforms/pieform.php:71
  pieform(array(size 3)) at 
/home/kristina/code/18stable/htdocs/admin/users/institutionusers.php:178

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

___
Mailing list: https://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 1242440] Re: Missing lang string for Leap2A import

2013-10-21 Thread Robert Lyon
https://reviews.mahara.org/#/c/2626

Felt easiest fix was to add in new lang string

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

** Changed in: mahara
   Importance: Undecided = Medium

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

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

Title:
  Missing lang string for Leap2A import

Status in Mahara ePortfolio:
  In Progress

Bug description:
  1.8.0rc3dev

  The string [[positiondescription/artefact.resume]] is missing. You can
  see it when you have entered employment history data incl. a job
  description and do the interactive import.

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

___
Mailing list: https://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 1242591] Re: The configurable theme options are displayed below drop-down navi and page skins

2013-10-21 Thread Robert Lyon
https://reviews.mahara.org/#/c/2627/

have added a patch for this

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

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

Title:
  The configurable theme options are displayed below drop-down navi and
  page skins

Status in Mahara ePortfolio:
  In Progress

Bug description:
  1.8.0RC3dev

  When you choose the configurable theme for an institution, the color
  pickers are displayed below the drop-down menu and the page skins
  options instead of directly below the theme option.

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

___
Mailing list: https://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 1241217] Re: light box closing when moving through image folders

2013-10-21 Thread Robert Lyon
** Changed in: mahara
   Status: New = Fix Committed

** Changed in: mahara
   Importance: Undecided = Medium

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

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

Title:
  light box closing when moving through image folders

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  Mahara 1.8 testing - creating skin

  Environment = Linux / Chrome 
  URL = 
http://myportfolio-school2-mahara.testing.elearning.catalyst.net.nz/skin/design.php?id=0browse=0fs=skinbgfolder=2303802
  --
  Prerequisites - logged in as admin (spintester) 

  Selecting a Folder

  As a user I have many folders with images in sorted to my liking

  1. creating a skin - when I select a background image, the edit mode light 
box pops up (as expected) when I change image folders I am asked Stay on Page? 
Or leave page? did not expect this warning as I was just changing image 
folders not leaving page
  2. on subsequent attempts to select a background image - upon changing a 
folder, the edit mode light box closes

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

___
Mailing list: https://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 1242840] Re: Error message when inviting user into institution

2013-10-21 Thread Robert Lyon
*** This bug is a duplicate of bug 1240846 ***
https://bugs.launchpad.net/bugs/1240846

This problem is the same problem addressed by this fix:
https://reviews.mahara.org/#/c/2621

as it is the activity.php system causing the error

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

** This bug has been marked a duplicate of bug 1240846
   Warning when requesting institution membership

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

Title:
  Error message when inviting user into institution

Status in Mahara ePortfolio:
  In Progress

Bug description:
  1.8.0RC3dev, PHP 5.4; Ubuntu

  At Admin - Institutions - Members - People who have not requested
  membership

  When you invite a user (not Add a user as site admin!) you get

  [WAR] dc (lib/activity.php:375) Creating default object from empty value
  Call stack (most recent first):

  log_message(Creating default object from empty value, 8, true, true, 
/home/kristina/code/18stable/htdocs/lib/activity.p..., 375) at 
/home/kristina/code/18stable/htdocs/lib/errors.php:430
  error(2, Creating default object from empty value, 
/home/kristina/code/18stable/htdocs/lib/activity.p..., 375, array(size 2)) at 
/home/kristina/code/18stable/htdocs/lib/activity.php:375
  ActivityType-add_urltext(array(size 2)) at 
/home/kristina/code/18stable/htdocs/lib/activity.php:730
  ActivityTypeInstitutionmessage-__construct(object(stdClass), false) at 
/home/kristina/code/18stable/htdocs/lib/activity.php:61
  handle_activity(object(stdClass), object(stdClass)) at 
/home/kristina/code/18stable/htdocs/lib/activity.php:34
  activity_occurred(institutionmessage, object(stdClass)) at 
/home/kristina/code/18stable/htdocs/lib/institution.php:353
  Institution-inviteUser(7) at 
/home/kristina/code/18stable/htdocs/lib/institution.php:367
  Institution-invite_users(array(size 1)) at 
/home/kristina/code/18stable/htdocs/admin/users/institutionusers.php:248
  institutionusers_submit(object(Pieform), array(size 5)) at Unknown:0
  call_user_func_array(institutionusers_submit, array(size 2)) at 
/home/kristina/code/18stable/htdocs/lib/pieforms/pieform.php:528
  Pieform-__construct(array(size 3)) at 
/home/kristina/code/18stable/htdocs/lib/pieforms/pieform.php:170
  Pieform::process(array(size 3)) at 
/home/kristina/code/18stable/htdocs/lib/pieforms/pieform.php:71
  pieform(array(size 3)) at 
/home/kristina/code/18stable/htdocs/admin/users/institutionusers.php:178

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

___
Mailing list: https://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 1242440] A change has been merged

2013-10-21 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/2626
Committed: 
http://gitorious.org/mahara/mahara/commit/f787a649b866b1239aa3a157865cae8d875807fa
Submitter: Son Nguyen (son.ngu...@catalyst.net.nz)
Branch:master

commit f787a649b866b1239aa3a157865cae8d875807fa
Author: Robert Lyon robe...@catalyst.net.nz
Date:   Tue Oct 22 07:54:36 2013 +1300

Missing language string for interactive Leap2a import (bug 1242440)

- was easiest to adjust the lang string on resume - employment
page to use positiondescription rather than jobdescription

Change-Id: I41997f791eefd3e06560bf9f2e11725097d209ad
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/1242440

Title:
  Missing lang string for Leap2A import

Status in Mahara ePortfolio:
  In Progress

Bug description:
  1.8.0rc3dev

  The string [[positiondescription/artefact.resume]] is missing. You can
  see it when you have entered employment history data incl. a job
  description and do the interactive import.

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

___
Mailing list: https://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 1240307] A change has been merged

2013-10-21 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/2617
Committed: 
http://gitorious.org/mahara/mahara/commit/5665edfb23d829fb768b7f24d93d45502f65f8fd
Submitter: Son Nguyen (son.ngu...@catalyst.net.nz)
Branch:master

commit 5665edfb23d829fb768b7f24d93d45502f65f8fd
Author: Robert Lyon robe...@catalyst.net.nz
Date:   Thu Oct 17 09:44:09 2013 +1300

Overlay problems in block edit mode (bug 1240307)

In Chrome - when editing a block when there is a nearby embedded media video
block can cause the video part of the block to display over the config
form making it hard to do editing.

From what the interweb says this is a problem with wmode needing to be
set.

Change-Id: I8cd2a9c20ac2e14fe52274aeafeead96a7e94c17
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/1240307

Title:
  Styling error a portfolio page in edit mode

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  Environment = Linux / Chrome 
  URL = 
http://myportfolio-school2-mahara.testing.elearning.catalyst.net.nz/view/blocks.php?id=415490

  When editing a page element (Text Box) on Spinner's page 1 
  - the video player was showing on top of my configuration box and could not 
see some of the light box fields 
  - expected it to be under the configure light box 

  See attachment for more details

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

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


Re: [Mahara-contributors] [Bug 1240476] Re: When you click on Place feedback instead of displaying the text edit window, it kicks you back to the pages list.

2013-10-21 Thread Fiona
Hi Robert,

Thank you for troubleshooting this bug on our behalf. Sadly I cannot get
any screenshots for you as we encountered the issue on a staff machine
and I cannot gain access to it promptly. I did witness the issue in-
person and it really seemed like a javascript block in IE as generally
when you click on place feedback the text edit window opens below.
However in this version of IE every time you clicked on the place
feedback link it would redirect you to Portfolio tab  Pages.

If it can't be recreated, it could be a local peculiarity to that
machine. Thanks for your help, I got the staff person using Firefox
instead so the immediate issue is resolved on my end.

With gratitude,

Fiona

+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Fiona MacNeill
Learning Technologies Adviser
Falmer Library 217
Phone: 07540 668613
Twitter: @fmacneillhttps://twitter.com/fmacneill 
#wisfjmhttps://twitter.com/search?q=%23wisfjmsrc=hash
E-mail: F.Macneill(at)brighton.ac.ukmailto:f.macne...@brighton.ac.uk
http://about.me/fmacneill
https://studentfolio.brighton.ac.uk/elearning/


On 17/10/2013 01:23, Robert Lyon
robe...@catalyst.net.nzmailto:robe...@catalyst.net.nz wrote:

Hi Fiona,

Thank you for your bug report.

I am unable to replicate this issue. Are you able to give me some more
information or even screen shots of this behaviour?

Cheers

Robert

--
You received this bug notification because you are subscribed to the bug
report.
https://bugs.launchpad.net/bugs/1240476

Title:
  When you click on Place feedback instead of displaying the text edit
  window, it kicks you back to the pages list.

Status in Mahara ePortfolio:
  New

Bug description:
  Mahara version: 1.7.2
  Operating System: Windows 7

  Browser: Internet Explorer v. 9.0.8112.16421

  What were you doing: trying to leave feedback on a student journal entry.
  What happened: When you click on comments under the post it takes you to 
the specific journal entry where the Place feedback link is visible. When you 
click on Place feedback instead of displaying the feedback text edit window, 
it kicks you back to the pages list.

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

___
This email has been scanned by MessageLabs' Email Security
System on behalf of the University of Brighton.
For more information see http://www.brighton.ac.uk/is/spam/
___


___
This email has been scanned by MessageLabs' Email Security
System on behalf of the University of Brighton.
For more information see http://www.brighton.ac.uk/is/spam/
___

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

Title:
  When you click on Place feedback instead of displaying the text edit
  window, it kicks you back to the pages list.

Status in Mahara ePortfolio:
  Incomplete
Status in Mahara 1.7 series:
  Incomplete

Bug description:
  Mahara version: 1.7.2 
  Operating System: Windows 7

  Browser: Internet Explorer v. 9.0.8112.16421

  What were you doing: trying to leave feedback on a student journal entry.
  What happened: When you click on comments under the post it takes you to 
the specific journal entry where the Place feedback link is visible. When you 
click on Place feedback instead of displaying the feedback text edit window, 
it kicks you back to the pages list.

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

___
Mailing list: https://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 1240846] A change has been merged

2013-10-21 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/2621
Committed: 
http://gitorious.org/mahara/mahara/commit/9478929f874a08a4b9adba844757b89f1c9cf031
Submitter: Son Nguyen (son.ngu...@catalyst.net.nz)
Branch:master

commit 9478929f874a08a4b9adba844757b89f1c9cf031
Author: Robert Lyon robe...@catalyst.net.nz
Date:   Fri Oct 18 11:42:12 2013 +1300

Added check to see if object exists before assigning to it (bug 1240846)

Change-Id: Ic1a5175da263af5610df78491ba529a13c4d07d2
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/1240846

Title:
  Warning when requesting institution membership

Status in Mahara ePortfolio:
  In Progress

Bug description:
  1.8.0rc2

  When I request membership in an institution, I see the following
  warning right after having submitted my request as a regular user:

  [WAR] bf (lib/activity.php:375) Creating default object from empty value
  Call stack (most recent first):
  log_message(Creating default object from empty value, 8, true, true, 
/home/kristina/code/mahara/htdocs/lib/activity.php, 375) at 
/home/kristina/code/mahara/htdocs/lib/errors.php:430
  error(2, Creating default object from empty value, 
/home/kristina/code/mahara/htdocs/lib/activity.php, 375, array(size 2)) at 
/home/kristina/code/mahara/htdocs/lib/activity.php:375
  ActivityType-add_urltext(array(size 2)) at 
/home/kristina/code/mahara/htdocs/lib/activity.php:726
  ActivityTypeInstitutionmessage-__construct(object(stdClass), false) at 
/home/kristina/code/mahara/htdocs/lib/activity.php:61
  handle_activity(object(stdClass), object(stdClass)) at 
/home/kristina/code/mahara/htdocs/lib/activity.php:34
  activity_occurred(institutionmessage, object(stdClass)) at 
/home/kristina/code/mahara/htdocs/lib/institution.php:301
  Institution-addRequestFromUser(object(LiveUser), ) at 
/home/kristina/code/mahara/htdocs/auth/user.php:835
  User-add_institution_request(institutionc, ) at 
/home/kristina/code/mahara/htdocs/account/institutions.php:219
  requestmembership_submit(object(Pieform), array(size 4)) at Unknown:0
  call_user_func_array(requestmembership_submit, array(size 2)) at 
/home/kristina/code/mahara/htdocs/lib/pieforms/pieform.php:528
  Pieform-__construct(array(size 5)) at 
/home/kristina/code/mahara/htdocs/lib/pieforms/pieform.php:170
  Pieform::process(array(size 5)) at 
/home/kristina/code/mahara/htdocs/lib/pieforms/pieform.php:71
  pieform(array(size 5)) at 
/home/kristina/code/mahara/htdocs/account/institutions.php:210

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

___
Mailing list: https://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 799441] Re: Image gallery slideshow not allowing you to page through all images

2013-10-21 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/799441

Title:
  Image gallery slideshow not allowing you to page through all images

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  Mahara 1.4.0
  Ubuntu 10.10
  Chrome 13.0.782.24 beta
  Postgres

  Added the new Image Gallery block to a page in slideshow mode.  The
  next and previous arrows were not clickable.

  Tested in Firefox and this worked as expected.

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

___
Mailing list: https://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 799441] A change has been merged

2013-10-21 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/2619
Committed: 
http://gitorious.org/mahara/mahara/commit/df4447da73c2e4d42aedaeaa9d11e041ac3d9770
Submitter: Son Nguyen (son.ngu...@catalyst.net.nz)
Branch:master

commit df4447da73c2e4d42aedaeaa9d11e041ac3d9770
Author: Robert Lyon robe...@catalyst.net.nz
Date:   Fri Oct 18 07:19:25 2013 +1300

Max-width being too big for the column (bug 799441)

When you set the width of the slideshow in the config (which defaults
to 400) and try and place it in a thin column and the images in the
folder you select are quite large then they can end up hiding the
right arrow.

I've added asome js to allow for this. After page fully loads it adjusts
the max-width setting on the images to fit with the allowed space
of the column when the column width + slideshow arrows are less than the
specified max-with from the blockinstance's width setting

Change-Id: I111b1b51d2583a9c80368b7cbd39bc3c2f6c7df4
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/799441

Title:
  Image gallery slideshow not allowing you to page through all images

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  Mahara 1.4.0
  Ubuntu 10.10
  Chrome 13.0.782.24 beta
  Postgres

  Added the new Image Gallery block to a page in slideshow mode.  The
  next and previous arrows were not clickable.

  Tested in Firefox and this worked as expected.

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

___
Mailing list: https://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 1240415] Re: Selecting image file for skins is 'jumpy'

2013-10-21 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/1240415

Title:
  Selecting image file for skins is 'jumpy'

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  When adding a background image to a skin (testing on Mahara Dev), the file 
selection window closes each time you change location - to recreate this put a 
file inside a nested folder (rather than at root level) - eg 
root/images/skins/skin.jpg - you have to click several times to get to the 
image as each time you navigate to a new level the interface drops you back at 
'select a file' (but remembers the last place you reached and opens the correct 
folder).
  Adding an image to a page works as normal, so as far as I can tell this seems 
to be affecting just the fie picker for the skin images.
  Thanks, Gordon.

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

___
Mailing list: https://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 1240307] Re: Styling error a portfolio page in edit mode

2013-10-21 Thread Son Nguyen
** Changed in: mahara
   Status: Confirmed = Fix Committed

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

Title:
  Styling error a portfolio page in edit mode

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  Environment = Linux / Chrome 
  URL = 
http://myportfolio-school2-mahara.testing.elearning.catalyst.net.nz/view/blocks.php?id=415490

  When editing a page element (Text Box) on Spinner's page 1 
  - the video player was showing on top of my configuration box and could not 
see some of the light box fields 
  - expected it to be under the configure light box 

  See attachment for more details

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

___
Mailing list: https://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 1229563] A change has been merged

2013-10-21 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/2625
Committed: 
http://gitorious.org/mahara/mahara/commit/e67644c0f130ca4dc413bed8cf16c337be57caae
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:master

commit e67644c0f130ca4dc413bed8cf16c337be57caae
Author: Son Nguyen s...@catalyst.net.nz
Date:   Thu Oct 17 21:43:07 2013 +1300

Fix blocks lost when importing leap2a (Bug #1229563)

1. Fix Leap2a export audio and video file
2. Fix text box leap2a import

Change-Id: I6f9f6d082f3796cf74ff134bc632c47e3abf3a63
Signed-off-by: Son Nguyen s...@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/1229563

Title:
  Blocks lost when importing a leap2a from mahara.org

Status in Mahara ePortfolio:
  In Progress
Status in Mahara 1.7 series:
  Confirmed
Status in Mahara 1.8 series:
  In Progress

Bug description:
  When I export my account from mahara.org to a leap2a file, and then
  try to import it into a clean Mahara 1.7 installation, I find that it
  creates all the pages, but some of the Pages are missing their blocks,
  or their block content.

  The problem seems to be because it's processing the leap.xml file
  sequentially from top to bottom. The artefacts that cause problems are
  listed further down in the XML file than the View they are used in.
  When the View is processed, it can't find the artefacts, and so it
  drops their blocks.

  Leap2a import should be fully backwards-compatible, and it should
  definitely work with Leap2a files from mahara.org itself, given how
  prominent a site that is. The solution would seem to be to come up
  with some way to make it less dependent upon the order that the items
  are in the XML file. Perhaps more cacheing, so that it doesn't have to
  map in the leap2a-IDs to real ones until the very end? Or maybe just
  cache the ones that have an ID that it isn't able to resolve?

  I suspect this will not be a trivial issue to fix. The simplest thing
  we can do is to change our export format so that it puts artefacts
  first, but that won't solve for backwards compatibility. We should
  also take care that any solution is at least somewhat cross-platform
  compatible. So, for instance, parsing out all those that have a
  mahara:artefactplugin first, would probably be a bad idea because
  that's a Mahara extension to leap2a and won't solve this problem for
  leap2a's coming from other sources.

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

___
Mailing list: https://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 1242218] Re: Warnings when importing user

2013-10-21 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/1242218

Title:
  Warnings when importing user

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  1.8.0RC3dev

  Importing a user's full Leap2A file as admin throws following warnings
  (file can be provided):

  [WAR] 81 (artefact/blog/import/leap/lib.php:570) Undefined variable: 
blogentryid
  Call stack (most recent first):

  log_message(Undefined variable: blogentryid, 8, true, true, 
/home/kristina/code/18stable/htdocs/artefact/blog/..., 570) at 
/home/kristina/code/18stable/htdocs/lib/errors.php:430
  error(8, Undefined variable: blogentryid, 
/home/kristina/code/18stable/htdocs/artefact/blog/..., 570, array(size 3)) at 
/home/kristina/code/18stable/htdocs/artefact/blog/import/leap/lib.php:570
  LeapImportBlog::create_blogpost(object(SimpleXMLElement), 
object(PluginImportLeap), portfolio:artefact178) at 
/home/kristina/code/18stable/htdocs/artefact/blog/import/leap/lib.php:214
  LeapImportBlog::import_using_strategy(object(SimpleXMLElement), 
object(PluginImportLeap), 1, array(size 1)) at Unknown:0
  call_user_func_array(array(size 2), array(size 4)) at 
/home/kristina/code/18stable/htdocs/lib/mahara.php:1449
  call_static_method(LeapImportBlog, import_using_strategy, 
object(SimpleXMLElement), object(PluginImportLeap), 1, array(size 1)) at 
/home/kristina/code/18stable/htdocs/import/leap/lib.php:631
  PluginImportLeap-import_from_load_mapping() at 
/home/kristina/code/18stable/htdocs/import/leap/lib.php:159
  PluginImportLeap-process() at 
/home/kristina/code/18stable/htdocs/admin/users/add.php:329
  adduser_submit(object(Pieform), array(size 26)) at Unknown:0
  call_user_func_array(adduser_submit, array(size 2)) at 
/home/kristina/code/18stable/htdocs/lib/pieforms/pieform.php:528
  Pieform-__construct(array(size 7)) at 
/home/kristina/code/18stable/htdocs/lib/pieforms/pieform.php:170
  Pieform::process(array(size 7)) at 
/home/kristina/code/18stable/htdocs/lib/pieforms/pieform.php:71
  pieform(array(size 7)) at 
/home/kristina/code/18stable/htdocs/admin/users/add.php:148

  [WAR] 81 (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/kristina/code/18stable/htdocs/lib/adodb/adod..., 43) at 
/home/kristina/code/18stable/htdocs/lib/errors.php:430
  error(8, Array to string conversion, 
/home/kristina/code/18stable/htdocs/lib/adodb/adod..., 43, array(size 7)) at 
/home/kristina/code/18stable/htdocs/lib/adodb/adodb-exceptions.inc.php:43
  ADODB_Exception-__construct(postgres7, adodb_throw, -1, ERROR: 
invalid input syntax for integer: portfol..., INSERT INTO artefact (id, 
artefacttype, par..., array(size 11), object(ADODB_postgres7)) at 
/home/kristina/code/18stable/htdocs/lib/adodb/adodb-exceptions.inc.php:78
  adodb_throw(postgres7, adodb_throw, -1, ERROR: invalid input syntax 
for integer: portfol..., INSERT INTO artefact (id, artefacttype, 
par..., array(size 11), object(ADODB_postgres7)) at 
/home/kristina/code/18stable/htdocs/lib/adodb/adodb.inc.php:257
  ADODB_TransMonitor(postgres7, EXECUTE, -1, ERROR: invalid input 
syntax for integer: portfol..., INSERT INTO artefact (id, 
artefacttype, par..., array(size 11), object(ADODB_postgres7)) at 
/home/kristina/code/18stable/htdocs/lib/adodb/adodb.inc.php:1074
  ADOConnection-_Execute(INSERT INTO artefact (id, artefacttype, 
par..., array(size 11)) at 
/home/kristina/code/18stable/htdocs/lib/adodb/adodb.inc.php:1045
  ADOConnection-Execute(INSERT INTO artefact (id, artefacttype, 
par..., array(size 11)) at 
/home/kristina/code/18stable/htdocs/lib/dml.php:1050
  insert_record(artefact, object(stdClass), id, true) at 
/home/kristina/code/18stable/htdocs/artefact/lib.php:435
  ArtefactType-commit() at 
/home/kristina/code/18stable/htdocs/artefact/blog/lib.php:501
  ArtefactTypeBlogPost-commit() at 
/home/kristina/code/18stable/htdocs/artefact/blog/import/leap/lib.php:607
  LeapImportBlog::create_blogpost(object(SimpleXMLElement), 
object(PluginImportLeap), portfolio:artefact178) at 
/home/kristina/code/18stable/htdocs/artefact/blog/import/leap/lib.php:214
  LeapImportBlog::import_using_strategy(object(SimpleXMLElement), 
object(PluginImportLeap), 1, array(size 1)) at Unknown:0
  call_user_func_array(array(size 2), array(size 4)) at 
/home/kristina/code/18stable/htdocs/lib/mahara.php:1449
  call_static_method(LeapImportBlog, import_using_strategy, 
object(SimpleXMLElement), object(PluginImportLeap), 1, array(size 1)) at 

[Mahara-contributors] [Bug 1240846] Re: Warning when requesting institution membership

2013-10-21 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/1240846

Title:
  Warning when requesting institution membership

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  1.8.0rc2

  When I request membership in an institution, I see the following
  warning right after having submitted my request as a regular user:

  [WAR] bf (lib/activity.php:375) Creating default object from empty value
  Call stack (most recent first):
  log_message(Creating default object from empty value, 8, true, true, 
/home/kristina/code/mahara/htdocs/lib/activity.php, 375) at 
/home/kristina/code/mahara/htdocs/lib/errors.php:430
  error(2, Creating default object from empty value, 
/home/kristina/code/mahara/htdocs/lib/activity.php, 375, array(size 2)) at 
/home/kristina/code/mahara/htdocs/lib/activity.php:375
  ActivityType-add_urltext(array(size 2)) at 
/home/kristina/code/mahara/htdocs/lib/activity.php:726
  ActivityTypeInstitutionmessage-__construct(object(stdClass), false) at 
/home/kristina/code/mahara/htdocs/lib/activity.php:61
  handle_activity(object(stdClass), object(stdClass)) at 
/home/kristina/code/mahara/htdocs/lib/activity.php:34
  activity_occurred(institutionmessage, object(stdClass)) at 
/home/kristina/code/mahara/htdocs/lib/institution.php:301
  Institution-addRequestFromUser(object(LiveUser), ) at 
/home/kristina/code/mahara/htdocs/auth/user.php:835
  User-add_institution_request(institutionc, ) at 
/home/kristina/code/mahara/htdocs/account/institutions.php:219
  requestmembership_submit(object(Pieform), array(size 4)) at Unknown:0
  call_user_func_array(requestmembership_submit, array(size 2)) at 
/home/kristina/code/mahara/htdocs/lib/pieforms/pieform.php:528
  Pieform-__construct(array(size 5)) at 
/home/kristina/code/mahara/htdocs/lib/pieforms/pieform.php:170
  Pieform::process(array(size 5)) at 
/home/kristina/code/mahara/htdocs/lib/pieforms/pieform.php:71
  pieform(array(size 5)) at 
/home/kristina/code/mahara/htdocs/account/institutions.php:210

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

___
Mailing list: https://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 1242591] Re: The configurable theme options are displayed below drop-down navi and page skins

2013-10-21 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/1242591

Title:
  The configurable theme options are displayed below drop-down navi and
  page skins

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  1.8.0RC3dev

  When you choose the configurable theme for an institution, the color
  pickers are displayed below the drop-down menu and the page skins
  options instead of directly below the theme option.

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

___
Mailing list: https://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 1240776] A change has been merged

2013-10-21 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/2622
Committed: 
http://gitorious.org/mahara/mahara/commit/189269773d7cf1d300f8cd6d86ef93750efdf0e9
Submitter: Son Nguyen (son.ngu...@catalyst.net.nz)
Branch:master

commit 189269773d7cf1d300f8cd6d86ef93750efdf0e9
Author: Robert Lyon robe...@catalyst.net.nz
Date:   Fri Oct 18 12:54:47 2013 +1300

Getting the bottom of the pdf viewer to display (bug 1240776)

- change allows for a bit of the base of the display so it doesn't
look broken

Change-Id: Ib3a25bda17af1bb429e1230c60bac5df82c61889
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/1240776

Title:
  PDF media looks incomplete

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Mahara 1.8 Testing 
  -
  Environment = Linux / Chrome 
  URL = 
http://myportfolio-school2-mahara.testing.elearning.catalyst.net.nz/user/spintester/spinner-s-page-8
  

  The PDF block looks incomplete on a Profile page, it looks as though
  it needs a bottom.  The other problem is that the block only shows
  half of the first page.  I would have expected it to show the whole
  first page.

  See the attachment for more details

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

___
Mailing list: https://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 1240411] A change has been merged

2013-10-21 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/2615
Committed: 
http://gitorious.org/mahara/mahara/commit/f22dbff50e2f737df30fcb4bd4422566d092b971
Submitter: Son Nguyen (son.ngu...@catalyst.net.nz)
Branch:master

commit f22dbff50e2f737df30fcb4bd4422566d092b971
Author: Robert Lyon robe...@catalyst.net.nz
Date:   Thu Oct 17 08:10:08 2013 +1300

Artefact title been rewritten by blocktitle (Bug 1240411)

Turns out if one sets the $artefact-title to display the block title
it gets saved at some point :(
- also bad if there is no block title :( :(

So have altered the code to display $currenttitle as a separate
variable intependent from $artefact object

Change-Id: Ia859c5589764565f3aeb11a11c1c73a0ea154a7e
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/1240411

Title:
  Folder name disappears after clicking on it in a page

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  1.8.0rc2

  Folder names get lost when you click on them on a page to see them as
  artefact.

  For testing:

  Scenario 1:
  1. Create a folder in Content - Files.
  2. Add some files to the folder.
  3. Create a page.
  4. Add the block Folder to the page and select the folder. 
  5. Do not change the block title so that the default title is used.
  6. Display the page and click on the block heading.
  7. You will not see the folder title displayed. When you go back to the page, 
your heading is suddenly gone. And when you go back to the Files area, your 
folder doesn't have a title anymore.

  Scenario 2:
  1. Create a folder in Content - Files.
  2. Add some files to the folder.
  3. Create a page.
  4. Add the block Folder to the page and select the folder. 
  5. Change the block title to something else.
  6. Display the page and click on the block heading.
  7. The folder title is now the block heading and the folder itself changed 
its name to the block title. That should not happen. The block title is only a 
temporary renaming for the sake of the block, but should not change what you 
call the folder in your files area.

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

___
Mailing list: https://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 1240776] Re: PDF media looks incomplete

2013-10-21 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/1240776

Title:
  PDF media looks incomplete

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  Mahara 1.8 Testing 
  -
  Environment = Linux / Chrome 
  URL = 
http://myportfolio-school2-mahara.testing.elearning.catalyst.net.nz/user/spintester/spinner-s-page-8
  

  The PDF block looks incomplete on a Profile page, it looks as though
  it needs a bottom.  The other problem is that the block only shows
  half of the first page.  I would have expected it to show the whole
  first page.

  See the attachment for more details

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

___
Mailing list: https://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 1240411] Re: Folder name disappears after clicking on it in a page

2013-10-21 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/1240411

Title:
  Folder name disappears after clicking on it in a page

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  1.8.0rc2

  Folder names get lost when you click on them on a page to see them as
  artefact.

  For testing:

  Scenario 1:
  1. Create a folder in Content - Files.
  2. Add some files to the folder.
  3. Create a page.
  4. Add the block Folder to the page and select the folder. 
  5. Do not change the block title so that the default title is used.
  6. Display the page and click on the block heading.
  7. You will not see the folder title displayed. When you go back to the page, 
your heading is suddenly gone. And when you go back to the Files area, your 
folder doesn't have a title anymore.

  Scenario 2:
  1. Create a folder in Content - Files.
  2. Add some files to the folder.
  3. Create a page.
  4. Add the block Folder to the page and select the folder. 
  5. Change the block title to something else.
  6. Display the page and click on the block heading.
  7. The folder title is now the block heading and the folder itself changed 
its name to the block title. That should not happen. The block title is only a 
temporary renaming for the sake of the block, but should not change what you 
call the folder in your files area.

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

___
Mailing list: https://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 1242945] [NEW] Respect paragraphs on tag search

2013-10-21 Thread Kristina Hoeppner
Public bug reported:

All versions:

When you have a text box with text in paragraphs, the paragraphs aren't
respected when you view the results on My tags. This is a follow-on to
bug #1240746 because it's not just plans / activities, but text boxes
and potentially others (journals?) as well.

** Affects: mahara
 Importance: Medium
 Status: Confirmed

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

Title:
  Respect paragraphs on tag search

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  All versions:

  When you have a text box with text in paragraphs, the paragraphs
  aren't respected when you view the results on My tags. This is a
  follow-on to bug #1240746 because it's not just plans / activities,
  but text boxes and potentially others (journals?) as well.

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

___
Mailing list: https://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 1238424] Re: ADODB mysqli doesn't support tables with reserved-word names in MetaIndexes()

2013-10-21 Thread Aaron Wells
** 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/1238424

Title:
  ADODB mysqli doesn't support tables with reserved-word names in
  MetaIndexes()

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  We have a few tables and columns with reserved-word names. Perhaps the
  worst offender is group. Normally this doesn't cause a problem
  because our machine-generated SQL statements escape the table name in
  double quotes. But, in the ADODB mysqli driver's MetaIndexes()
  function, which is ultimately used in Mahara's ddl.php add_index(),
  drop_index(), find_index_name(), and index_exists() functions, they
  don't add any escape marks. The result: errors during upgrade.

  [WAR] 9a (lib/errors.php:464) An exception was thrown of class 
ADODB_Exception. 
  [WAR] 9a (lib/errors.php:464) THIS IS BAD and should be changed to something 
extending MaharaException,
  [WAR] 9a (lib/errors.php:464) unless the exception is from a third party 
library.
  [WAR] 9a (lib/errors.php:464) Original trace follows
  [WAR] 9a (lib/adodb/adodb-exceptions.inc.php:78) mysqli error: [1064: You 
have an error in your SQL syntax; check the manual that corresponds to your 
MySQL server version for the right syntax to use near 'group' at line 1] in 
adodb_throw(SHOW INDEXES FROM group, )
  [WAR] 9a (lib/adodb/adodb-exceptions.inc.php:78) 
  Call stack (most recent first):
* adodb_throw(mysqli, adodb_throw, 1064, You have an error in your SQL 
syntax; check the ma..., SHOW INDEXES FROM group, false, 
object(ADODB_mysqli)) at 
/home/aaronw/www/mahara/htdocs/lib/adodb/adodb.inc.php:257
* ADODB_TransMonitor(mysqli, EXECUTE, 1064, You have an error in your 
SQL syntax; check the ma..., SHOW INDEXES FROM group, false, 
object(ADODB_mysqli)) at 
/home/aaronw/www/mahara/htdocs/lib/adodb/adodb.inc.php:1074
* ADOConnection-_Execute(SHOW INDEXES FROM group, false) at 
/home/aaronw/www/mahara/htdocs/lib/adodb/adodb.inc.php:1049
* ADOConnection-Execute(SHOW INDEXES FROM group) at 
/home/aaronw/www/mahara/htdocs/lib/adodb/drivers/adodb-mysqli.inc.php:331
* ADODB_mysqli-MetaIndexes(group) at 
/home/aaronw/www/mahara/htdocs/lib/ddl.php:479
* find_index_name(object(XMLDBTable), object(XMLDBIndex)) at 
/home/aaronw/www/mahara/htdocs/lib/ddl.php:374
* index_exists(object(XMLDBTable), object(XMLDBIndex)) at 
/home/aaronw/www/mahara/htdocs/lib/xmldb/classes/generators/XMLDBGenerator.class.php:714
* XMLDBgenerator-getAddKeySQL(object(XMLDBTable), object(XMLDBKey)) at 
/home/aaronw/www/mahara/htdocs/lib/xmldb/classes/XMLDBTable.class.php:961
* XMLDBTable-getAddKeySQL(mysqli, , object(XMLDBKey), false) at 
/home/aaronw/www/mahara/htdocs/lib/ddl.php:1097
* add_key(object(XMLDBTable), object(XMLDBKey)) at 
/home/aaronw/www/mahara/htdocs/lib/db/upgrade.php:2385
* xmldb_core_upgrade(2011061015) at 
/home/aaronw/www/mahara/htdocs/lib/upgrade.php:311
* upgrade_core(object(stdClass)) at 
/home/aaronw/www/mahara/htdocs/lib/mahara.php:265
* upgrade_mahara(array(size 11)) at 
/home/aaronw/www/mahara/htdocs/admin/cli/upgrade.php:62

  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/1238424/+subscriptions

___
Mailing list: https://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 1237799] Re: Warnings about undefined $firstname, $lastname, and $preferredname while doing non-interactive leap2a import

2013-10-21 Thread Aaron Wells
** Changed in: mahara
   Status: In Progress = Confirmed

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

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

Title:
  Warnings about undefined $firstname, $lastname, and
  $preferredname while doing non-interactive leap2a import

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  To replicate:

  1. Go to Administration - Users - Add user
  2. Create a new user from a Leap2a file

  Expected result: It should create the user
  Actual result: It creates the user, but it also shows some warning messages 
about the $firstname, $lastname, and $preferredname variables being undefined.

  [WAR] 38 (artefact/internal/import/leap/lib.php:1049) Undefined variable: 
firstname
  Call stack (most recent first):

  log_message(Undefined variable: firstname, 8, true, true, 
/home/aaronw/www/mahara/htdocs/artefact/internal/i..., 1049) at 
/home/aaronw/www/mahara/htdocs/lib/errors.php:446
  error(8, Undefined variable: firstname, 
/home/aaronw/www/mahara/htdocs/artefact/internal/i..., 1049, array(size 3)) 
at /home/aaronw/www/mahara/htdocs/artefact/internal/import/leap/lib.php:1049
  LeapImportInternal::import_namedata(object(PluginImportLeap), array(size 
5)) at /home/aaronw/www/mahara/htdocs/artefact/internal/import/leap/lib.php:490
  LeapImportInternal::import_author_data(object(PluginImportLeap), 
portfolio:artefactinternal) at Unknown:0
  call_user_func_array(array(size 2), array(size 2)) at 
/home/aaronw/www/mahara/htdocs/lib/mahara.php:1465
  call_static_method(LeapImportInternal, import_author_data, 
object(PluginImportLeap), portfolio:artefactinternal) at 
/home/aaronw/www/mahara/htdocs/import/leap/lib.php:673
  PluginImportLeap-import_from_load_mapping() at 
/home/aaronw/www/mahara/htdocs/import/leap/lib.php:175
  PluginImportLeap-process() at 
/home/aaronw/www/mahara/htdocs/admin/users/add.php:345
  adduser_submit(object(Pieform), array(size 21)) at Unknown:0
  call_user_func_array(adduser_submit, array(size 2)) at 
/home/aaronw/www/mahara/htdocs/lib/pieforms/pieform.php:528
  Pieform-__construct(array(size 7)) at 
/home/aaronw/www/mahara/htdocs/lib/pieforms/pieform.php:170
  Pieform::process(array(size 7)) at 
/home/aaronw/www/mahara/htdocs/lib/pieforms/pieform.php:71
  pieform(array(size 7)) at 
/home/aaronw/www/mahara/htdocs/admin/users/add.php:164

  [WAR] 38 (artefact/internal/import/leap/lib.php:1050) Undefined variable: 
lastname
  Call stack (most recent first):

  log_message(Undefined variable: lastname, 8, true, true, 
/home/aaronw/www/mahara/htdocs/artefact/internal/i..., 1050) at 
/home/aaronw/www/mahara/htdocs/lib/errors.php:446
  error(8, Undefined variable: lastname, 
/home/aaronw/www/mahara/htdocs/artefact/internal/i..., 1050, array(size 3)) 
at /home/aaronw/www/mahara/htdocs/artefact/internal/import/leap/lib.php:1050
  LeapImportInternal::import_namedata(object(PluginImportLeap), array(size 
5)) at /home/aaronw/www/mahara/htdocs/artefact/internal/import/leap/lib.php:490
  LeapImportInternal::import_author_data(object(PluginImportLeap), 
portfolio:artefactinternal) at Unknown:0
  call_user_func_array(array(size 2), array(size 2)) at 
/home/aaronw/www/mahara/htdocs/lib/mahara.php:1465
  call_static_method(LeapImportInternal, import_author_data, 
object(PluginImportLeap), portfolio:artefactinternal) at 
/home/aaronw/www/mahara/htdocs/import/leap/lib.php:673
  PluginImportLeap-import_from_load_mapping() at 
/home/aaronw/www/mahara/htdocs/import/leap/lib.php:175
  PluginImportLeap-process() at 
/home/aaronw/www/mahara/htdocs/admin/users/add.php:345
  adduser_submit(object(Pieform), array(size 21)) at Unknown:0
  call_user_func_array(adduser_submit, array(size 2)) at 
/home/aaronw/www/mahara/htdocs/lib/pieforms/pieform.php:528
  Pieform-__construct(array(size 7)) at 
/home/aaronw/www/mahara/htdocs/lib/pieforms/pieform.php:170
  Pieform::process(array(size 7)) at 
/home/aaronw/www/mahara/htdocs/lib/pieforms/pieform.php:71
  pieform(array(size 7)) at 
/home/aaronw/www/mahara/htdocs/admin/users/add.php:164

  [WAR] 38 (artefact/internal/import/leap/lib.php:1051) Undefined variable: 
preferredname
  Call stack (most recent first):

  log_message(Undefined variable: preferredname, 8, true, true, 
/home/aaronw/www/mahara/htdocs/artefact/internal/i..., 1051) at 
/home/aaronw/www/mahara/htdocs/lib/errors.php:446
  error(8, Undefined variable: preferredname, 
/home/aaronw/www/mahara/htdocs/artefact/internal/i..., 1051, array(size 3)) 
at /home/aaronw/www/mahara/htdocs/artefact/internal/import/leap/lib.php:1051
  

[Mahara-contributors] [Bug 1211621] Re: Correct license info in file headers

2013-10-21 Thread Aaron Wells
https://reviews.mahara.org/#/c/2538/ -- updating the license  copyright
info in existing files with copyright info

and

https://reviews.mahara.org/#/c/2542/ -- adding license  copyright info
to help HTML files

and

We also tried adding license info to the template files, but this caused
problems so it wasn't merged. https://reviews.mahara.org/#/c/2541/

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

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

Title:
  Correct license info in file headers

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  The license info currently reads:

  
  * This program is free software: you can redistribute it and/or modify
   * it under the terms of the GNU General Public License as published by
   * the Free Software Foundation, either version 3 of the License, or
   * (at your option) any later version.
  

  To avoid any confusion, it should be corrected to read

  
  * This program is free software: you can redistribute it and/or modify
   * it under the terms of the GNU General Public License as published by
   * the Free Software Foundation, either version 3 or later of the License.
  -

  The text appears as comment in probably pretty much every file in
  Mahara but also on the installation screen.

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

___
Mailing list: https://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 1237791] Re: Leap2a interactive import creating duplicate composite resume artefacts

2013-10-21 Thread Aaron Wells
** 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/1237791

Title:
  Leap2a interactive import creating duplicate composite resume
  artefacts

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  The resume artefact type includes the idea of composite artefacts,
  which are a little strange. Basically, it's one artefact (such as
  education history), which can contain multiple lines. So you wind up
  with one entry in the artefact table, and multiple lines in the
  artefact_resume_educationhistory table.

  The interactive import code was not built with this in mind. Instead,
  it just changed the is_singular() method for
  ArtefactTypeResumeComposite from true to false and inserted
  multiple records into the artefact table for each composite artefact
  line. This breaks some existing code, causing for instance Bug
  1237117.

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

___
Mailing list: https://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 1242958] [NEW] Leap2A self import doesn't import tasks

2013-10-21 Thread Kristina Hoeppner
Public bug reported:

1.8.0RC3dev

When you try to import a portfolio that includes a plan and several
tasks, the plan is imported, but the tasks aren't.

The tasks are definitely exported because I can import them just fine
through the admin interface when creating a new user. It's just the
interactive import that doesn't work.

** Affects: mahara
 Importance: High
 Status: Confirmed


** Tags: import

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

Title:
  Leap2A self import doesn't import tasks

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  1.8.0RC3dev

  When you try to import a portfolio that includes a plan and several
  tasks, the plan is imported, but the tasks aren't.

  The tasks are definitely exported because I can import them just fine
  through the admin interface when creating a new user. It's just the
  interactive import that doesn't work.

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

___
Mailing list: https://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 1240746] A change has been merged

2013-10-21 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/2620
Committed: 
http://gitorious.org/mahara/mahara/commit/015ed10d594841e85079b8a40f25f35c4aff2e0e
Submitter: Son Nguyen (son.ngu...@catalyst.net.nz)
Branch:master

commit 015ed10d594841e85079b8a40f25f35c4aff2e0e
Author: Robert Lyon robe...@catalyst.net.nz
Date:   Fri Oct 18 09:37:13 2013 +1300

Getting plan/task text to display with paragraphs (bug 1240746)

In the edit form the text shows as paragraphed but when the text
displays to the screen.

Added a preg_replace to turn \n\n into paragraphs.

Change-Id: I0705b698730fcb4071ad07fcd99f90e361875983
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/1240746

Title:
  Plans page displaying 1 block of text when I used 3 paragraphs

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  The Content  - Plans page is displaying one solid block of text - I
  used 3 paragraphs when I created the page and I expected to see 3
  paragraphs when viewing the page

  See Attachment for more details

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

___
Mailing list: https://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 1242958] Re: Leap2A self import doesn't import tasks

2013-10-21 Thread Robert Lyon
I exported a user with 1 plan containing 4 tasks.

I imported it into another user and on the interactive import page it
had my plan and '4 tasks' link under it.

The plan and tasks imported file.

I was importing the full leap2a in my test

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

Title:
  Leap2A self import doesn't import tasks

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  1.8.0RC3dev

  When you try to import a portfolio that includes a plan and several
  tasks, the plan is imported, but the tasks aren't.

  The tasks are definitely exported because I can import them just fine
  through the admin interface when creating a new user. It's just the
  interactive import that doesn't work.

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

___
Mailing list: https://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 1240746] Re: Plans page displaying 1 block of text when I used 3 paragraphs

2013-10-21 Thread Son Nguyen
** Changed in: mahara
   Status: Triaged = 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/1240746

Title:
  Plans page displaying 1 block of text when I used 3 paragraphs

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  The Content  - Plans page is displaying one solid block of text - I
  used 3 paragraphs when I created the page and I expected to see 3
  paragraphs when viewing the page

  See Attachment for more details

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

___
Mailing list: https://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 1236767] Re: Custom layouts aren't displayed properly and can't be created with more than 4 rows

2013-10-21 Thread Aaron Wells
Hi Angela,

Hm, your config.php file looks perfectly average, no unusual settings in
place.

It has occurred to me, rather than using Wireshark, it'd be a lot easier
to just use the Chrome Developer Tools, since you're using Chrome
anyway. Here is how to activate them: https://developers.google.com
/chrome-developer-tools/

Once the Chrome Dev Tools are on, go to the Dev Tools Network tab to
see the individual HTTP requests and responses. Then replicate the
layout error in your web browser. Towards the bottom of the request list
you should then see a request for blocks.json.php followed by
thumb.php?type= Click on the blocks.json.php request, and then
click the Response subtab, and you should see the raw response
returned by Mahara. On success, it'll be a string of json like this:

{error:false,message:{message:,data:{data:http:\/\/vegas.wgtn
.cat-it.co.nz\/mahara-
clients\/htdocs\/thumb.php?type=customviewlayoutcvl=vl-33-33-33_33-33-33_33-33-33,alttext:33-33-33
\/ 33-33-33 \/ 33-33-33,newimage:1}},returnCode:0}

Yours, since it's not working, will hopefully give an informative error
message instead.

Cheers,
Aaron

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

Title:
  Custom layouts aren't displayed properly and can't be created with
  more than 4 rows

Status in Mahara ePortfolio:
  In Progress

Bug description:
  I just tested the Mahara 1.8rc1, on a linux server with a MySQL DB. To
  view the site I am using a Mac OS Laptop with Chrome Version
  30.0.1599.69.

  When using the create custom layout feature I have multiple
  problems:

  - The preview only is displayed correctly for 1 - 3 rows, after adding the 
fourth row the preview doesn't update anymore
  - When adding a custom layout with up to 3 rows, the layout gets added to the 
other layout options. Adding a 4 row layout does work, but there is just a 
default thumb, not a picture of the layout.
  - Even though I can add up to 6 rows the adding of custom layouts with 5 or 6 
rows doesn't work at all.

  I attached a screenshot of the problems.

  Regards,
  Angela

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

___
Mailing list: https://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 1237117] Re: resume options are creating new artefact on editing

2013-10-21 Thread Aaron Wells
*** This bug is a duplicate of bug 1237791 ***
https://bugs.launchpad.net/bugs/1237791

** This bug has been marked a duplicate of bug 1237791
   Leap2a interactive import creating duplicate composite resume artefacts

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

Title:
  resume options are creating new artefact on editing

Status in Mahara ePortfolio:
  In Progress

Bug description:
  When editing a resume option, lets say an education history line, on
  saving of the edit form it creates a new line in the artefact table
  rather than editing the existing line.

  This can cause problems with attachments.

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

___
Mailing list: https://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 1238363] Re: Can't upgrade to 1.8rc1 because block_instance has an index instead of a key

2013-10-21 Thread Aaron Wells
** Changed in: mahara
   Status: Confirmed = Fix Committed

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

Title:
  Can't upgrade to 1.8rc1 because block_instance has an index instead of
  a key

Status in Mahara ePortfolio:
  Fix Committed

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

  At least three sites have had fatal errors while attempting to upgrade
  to 1.8rc1, because their block_instance table does not have a key
  called blockinst_viecolord_uk. Instead, the table has a unique index
  called blockinst_viecolord_uix

  This particular key/index is a uniqueness key on the block_instance
  table, across the (view, column, order) columns. In the code, it's
  referred to as viewcolumnorderuk. As part of the flexible layouts
  update, we replace it with a key on (view, row, column, order). To do
  that, we call drop_key() on the original. Unfortunately, the
  drop_key() method throws a fatal error if the key is not present.

  At least two of the three reporting sites have been around since
  before Mahara version 1.0. However, it's to be expected that many of
  the biggest and highest-profile Mahara sites will have been around for
  a long time, so we should provide them with a clean upgrade path where
  possible.

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

___
Mailing list: https://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 1237730] Re: colour picker not allowing to pick nothing (transparent)

2013-10-21 Thread Aaron Wells
** 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/1237730

Title:
  colour picker not allowing to pick nothing (transparent)

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  The colour picker in skins editor will not allow for picking of no
  colour (ie allow for option to be transparent)

  Need to get the js part to allow for empty field

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

___
Mailing list: https://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 1239423] Re: Can't choose an image as skin / page background when image is in subdir

2013-10-21 Thread Aaron Wells
** Changed in: mahara
Milestone: 1.8.0 = 1.9.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/1239423

Title:
  Can't choose an image as skin / page background when image is in
  subdir

Status in Mahara ePortfolio:
  New

Bug description:
  1.8.0 RC1

  When an image sits in a sub directory, you cannot choose it as skin or
  page background image in skins.

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

___
Mailing list: https://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 1238392] Re: leap2a import gives blank page

2013-10-21 Thread Aaron Wells
** 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/1238392

Title:
  leap2a import gives blank page

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  To test:

  1) create new user
  2) add one page and one textbox to the page
  3) export the user as leap2a
  4) try to import user - get white screen of death

  In error logs it says:
  PHP Fatal error:  Call to undefined function string() in 
/home/robertl/htdocs/mahara-testing/mahara/htdocs/artefact/internal/import/leap/lib.php
 on line 341, referer: https://mahara-testing/import/index.php

  On fixing up that line I get this error on importation:

  
  [WAR] 36 (lib/mahara.php:1465) call_user_func_array() expects parameter 1 to 
be a valid callback, class 'ArtefactTypeNote' not found
  Call stack (most recent first):

  log_message(call_user_func_array() expects parameter 1 to be a..., 8, 
true, true, /home/robertl/htdocs/mahara-testing/mahara/htdocs/..., 1465) at 
/home/robertl/htdocs/mahara-testing/mahara/htdocs/lib/errors.php:446
  error(2, call_user_func_array() expects parameter 1 to be a..., 
/home/robertl/htdocs/mahara-testing/mahara/htdocs/..., 1465, array(size 3)) 
at Unknown:0
  call_user_func_array(array(size 2), array(size 1)) at 
/home/robertl/htdocs/mahara-testing/mahara/htdocs/lib/mahara.php:1465
  call_static_method(ArtefactTypeNote, get_duplicated_artefacts, 
array(size 3)) at 
/home/robertl/htdocs/mahara-testing/mahara/htdocs/import/lib.php:264
  PluginImport::add_import_entry_request(test08-1381463533, 
portfolio:artefact96, 1, internal, array(size 3)) at 
/home/robertl/htdocs/mahara-testing/mahara/htdocs/artefact/internal/import/leap/lib.php:386
  
LeapImportInternal::add_import_entry_request_using_strategy(object(SimpleXMLElement),
 object(PluginImportLeap), 1, array(size 0)) at Unknown:0
  call_user_func_array(array(size 2), array(size 4)) at 
/home/robertl/htdocs/mahara-testing/mahara/htdocs/lib/mahara.php:1465
  call_static_method(LeapImportInternal, 
add_import_entry_request_using_strategy, object(SimpleXMLElement), 
object(PluginImportLeap), 1, array(size 0)) at 
/home/robertl/htdocs/mahara-testing/mahara/htdocs/import/leap/lib.php:216
  PluginImportLeap-build_import_entry_requests() at 
/home/robertl/htdocs/mahara-testing/mahara/htdocs/import/leap/lib.php:181
  PluginImportLeap-process(1) at 
/home/robertl/htdocs/mahara-testing/mahara/htdocs/import/index.php:180
  import_submit(object(Pieform), array(size 3)) at Unknown:0
  call_user_func_array(import_submit, array(size 2)) at 
/home/robertl/htdocs/mahara-testing/mahara/htdocs/lib/pieforms/pieform.php:528
  Pieform-__construct(array(size 5)) at 
/home/robertl/htdocs/mahara-testing/mahara/htdocs/lib/pieforms/pieform.php:170
  Pieform::process(array(size 5)) at 
/home/robertl/htdocs/mahara-testing/mahara/htdocs/lib/pieforms/pieform.php:71
  pieform(array(size 5)) at 
/home/robertl/htdocs/mahara-testing/mahara/htdocs/import/index.php:105
  print_upload_form() at 
/home/robertl/htdocs/mahara-testing/mahara/htdocs/import/index.php:66

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

___
Mailing list: https://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 1238239] Re: edit layout option doesn't work

2013-10-21 Thread Aaron Wells
** Changed in: mahara
   Status: Confirmed = Incomplete

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

Title:
  edit layout option doesn't work

Status in Mahara ePortfolio:
  Incomplete

Bug description:
  Every time I try editing the layout to add columns or rows, I get an
  error message pops up saying Mahara: Site Unavailable

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

___
Mailing list: https://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 1239881] Re: view/block.php message is misleading

2013-10-21 Thread Aaron Wells
** 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/1239881

Title:
  view/block.php message is misleading

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  When you go to edit a page you see the message:

  Select a block and choose where to add it to your page. You can
  position a block using the arrow buttons in its titlebar.

  This occurs if you have the 'Show controls to add and remove columns
  when editing a page' on or off but there are no arrow buttons in the
  block's title bar.

  Only add/remove column buttons if 'Show controls to add and remove
  columns when editing a page' is set

  I see in the blocktype/lib.php file under render_editing() there is 
  if ($this-get('canmoveleft')) {
  $movecontrols[] = array()
  etc

  So it looks like it is not working for some reason

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

___
Mailing list: https://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 1240660] Re: Show only images when selecting a file as background for a skin

2013-10-21 Thread Aaron Wells
** 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/1240660

Title:
  Show only images when selecting a file as background for a skin

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  1.8.0RC2

  Currently, all files that are in your system are shown when you want
  to select a file for a skin or page background in skins. This does not
  follow our rule of only showing the files that you can actually use
  (see Images and Embedded media blocks).

  It would be good to only display image files.

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

___
Mailing list: https://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 1229563] Re: Blocks lost when importing a leap2a from mahara.org

2013-10-21 Thread Aaron Wells
** Changed in: mahara/1.8
   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/1229563

Title:
  Blocks lost when importing a leap2a from mahara.org

Status in Mahara ePortfolio:
  Fix Committed
Status in Mahara 1.7 series:
  Confirmed
Status in Mahara 1.8 series:
  Fix Committed

Bug description:
  When I export my account from mahara.org to a leap2a file, and then
  try to import it into a clean Mahara 1.7 installation, I find that it
  creates all the pages, but some of the Pages are missing their blocks,
  or their block content.

  The problem seems to be because it's processing the leap.xml file
  sequentially from top to bottom. The artefacts that cause problems are
  listed further down in the XML file than the View they are used in.
  When the View is processed, it can't find the artefacts, and so it
  drops their blocks.

  Leap2a import should be fully backwards-compatible, and it should
  definitely work with Leap2a files from mahara.org itself, given how
  prominent a site that is. The solution would seem to be to come up
  with some way to make it less dependent upon the order that the items
  are in the XML file. Perhaps more cacheing, so that it doesn't have to
  map in the leap2a-IDs to real ones until the very end? Or maybe just
  cache the ones that have an ID that it isn't able to resolve?

  I suspect this will not be a trivial issue to fix. The simplest thing
  we can do is to change our export format so that it puts artefacts
  first, but that won't solve for backwards compatibility. We should
  also take care that any solution is at least somewhat cross-platform
  compatible. So, for instance, parsing out all those that have a
  mahara:artefactplugin first, would probably be a bad idea because
  that's a Mahara extension to leap2a and won't solve this problem for
  leap2a's coming from other sources.

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

___
Mailing list: https://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 1233424] Re: mahara logo choice in skins not working for normal headers

2013-10-21 Thread Aaron Wells
Actually fixed in this patch: https://reviews.mahara.org/#/c/2549/

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

Title:
  mahara logo choice in skins not working for normal headers

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  I found a bug in skins: theres an option to choose to display a normal
  or white mahara logo in the page header, but it only works if you have
  small headers turned on, in a normal header the logo doesn't change.

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

___
Mailing list: https://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 1233424] Re: mahara logo choice in skins not working for normal headers

2013-10-21 Thread Robert Lyon
This patch ended up solving the problem mentioned in this bug

https://reviews.mahara.org/#/c/2549

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

Title:
  mahara logo choice in skins not working for normal headers

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  I found a bug in skins: theres an option to choose to display a normal
  or white mahara logo in the page header, but it only works if you have
  small headers turned on, in a normal header the logo doesn't change.

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

___
Mailing list: https://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 1239286] Re: Change wording for in skins

2013-10-21 Thread Aaron Wells
** 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/1239286

Title:
  Change wording for in skins

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  1.8.0 RC1

  We try to avoid using Mahara on the front end because people may
  have named their site differently. For the skins logo, this cannot be
  avoided entirely because two options are for the Mahara logo. However,
  since institutions / sites may be using their own logo, the word
  Mahara should not be used to denote the logo.

  I propose to change the following strings:

  Mahara logo image - Logo
  White logo and text - White Mahara logo and text
  Dark logo and text - Dark Mahara logo and text

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

___
Mailing list: https://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 1239420] Re: DB table usr_custom_layout only has 2 columns when upgrading but 3 when new install

2013-10-21 Thread Aaron Wells
** 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/1239420

Title:
  DB table usr_custom_layout only has 2 columns when upgrading but 3
  when new install

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  1.8.0 RC1

  checked on my user manual Mahara install;

  Bob found that my upgraded Mahara only gets 2 columns in
  usr_custom_layout instead of the 3 that a new install gets. He checked
  the code of lib/db/upgrade.php on review 2495.

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

___
Mailing list: https://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 1239423] Re: Can't choose an image as skin / page background when image is in subdir

2013-10-21 Thread Robert Lyon
which has been merged by the way

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

Title:
  Can't choose an image as skin / page background when image is in
  subdir

Status in Mahara ePortfolio:
  New

Bug description:
  1.8.0 RC1

  When an image sits in a sub directory, you cannot choose it as skin or
  page background image in skins.

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

___
Mailing list: https://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 1242958] Re: Leap2A self import doesn't import tasks

2013-10-21 Thread Aaron Wells
Hi Kristina,

Can you please attach to this bug, the leap2a file that you had problems
importing?

Cheers,
Aaron

** Changed in: mahara
   Status: Confirmed = Incomplete

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

Title:
  Leap2A self import doesn't import tasks

Status in Mahara ePortfolio:
  Incomplete

Bug description:
  1.8.0RC3dev

  When you try to import a portfolio that includes a plan and several
  tasks, the plan is imported, but the tasks aren't.

  The tasks are definitely exported because I can import them just fine
  through the admin interface when creating a new user. It's just the
  interactive import that doesn't work.

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

___
Mailing list: https://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 1053308] Re: plural strings in export

2013-10-21 Thread Aaron Wells
** Changed in: mahara
Milestone: 1.8.0 = 1.9.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/1053308

Title:
  plural strings in export

Status in Mahara ePortfolio:
  Triaged

Bug description:
  Plural strings in the export/ area need to be amended to use the new
  format of plural string translation

  See: https://bugs.launchpad.net/mahara/+bug/901051

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

___
Mailing list: https://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 1053708] Re: A full list of Pages don't show up

2013-10-21 Thread Aaron Wells
** Changed in: mahara
Milestone: 1.8.0 = 1.8.1

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

Title:
  A full list of Pages don't show up

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  Version: master
  Platform: all
  Browser: all

  Assumption: You have 11 pages (views) and the number of items per page
  is 10.

  When you jumped to the second page, you could see the 11th page. Now
  you changed the number of items per page to 20, you only see the 11th
  view. You should see all 11 views.

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

___
Mailing list: https://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 1051500] Re: Warning message before deleting journal

2013-10-21 Thread Aaron Wells
** Changed in: mahara
Milestone: 1.8.0 = 1.9.0

** Tags added: snack-sized

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

Title:
  Warning message before deleting journal

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  There should be a warning message when you attempt to delete one of
  your journals when it contains journal entries. Otherwise, accidental
  deletion will happen quickly.

  Similarly to the deletion of folders / files, the pop-up window should
  say something along the lines of You are attempting to delete a
  journal. This journal contains entries that are used in ... pages.
  There should also be a warning message that you delete a journal with
  entries even if the entries are not used in portfolio pages.

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

___
Mailing list: https://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 1051844] Re: when editing a file download artefact and the licence acceptance is on, the entire screen is used

2013-10-21 Thread Aaron Wells
** Changed in: mahara
Milestone: 1.8.0 = 1.8.1

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

Title:
  when editing a file download artefact and the licence acceptance is
  on, the entire screen is used

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  using chrome  21.0.1180.89 Debian wheezy/sid (154005)

  It uses the entire screen, whereas I would think it should use a text
  wrap and use the normal size (without the agreement).

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

___
Mailing list: https://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 972111] Re: Images in users file area remain linked to original after page copy if wrapped in a link

2013-10-21 Thread Aaron Wells
** Changed in: mahara
Milestone: 1.8.0 = 1.8.1

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

Title:
  Images in users file area remain linked to original after page copy if
  wrapped in a link

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  When users add a picture to a textbox on a page, and wrap the picture
  in a link (say, to show a full sized version), upon the page being
  copied by other users, the link and image urls remain un-converted to
  the copying user's copy of the file.

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

___
Mailing list: https://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

2013-10-21 Thread Aaron Wells
** Changed in: mahara
Milestone: 1.8.0 = 1.9.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/785472

Title:
  Eliminate all raise_memory_limit() calls

Status in Mahara ePortfolio:
  Triaged

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 1238239] Re: edit layout option doesn't work

2013-10-21 Thread Aaron Wells
** Changed in: mahara
Milestone: 1.8.0 = 1.8.1

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

Title:
  edit layout option doesn't work

Status in Mahara ePortfolio:
  Incomplete

Bug description:
  Every time I try editing the layout to add columns or rows, I get an
  error message pops up saying Mahara: Site Unavailable

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

___
Mailing list: https://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 1052428] Re: Javascript issue on /artefact/file/profileicons.php

2013-10-21 Thread Aaron Wells
** Changed in: mahara
Milestone: 1.8.0 = None

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

Title:
  Javascript issue on /artefact/file/profileicons.php

Status in Mahara ePortfolio:
  In Progress

Bug description:
  /artefact/file/profileicons.php
  reported for 1.5dev

  When clicking the Upload button, it redirects to a new page with body
  onLoad=sendResult();/body

  The sendResult method is as follows:

  function sendResult() {
  parent.pieformHandlers[upload]({message:Your profile picture has
  been uploaded to your 'images'
  folder.,returnCode:0,replaceHTML:form class=\pieform\
  name=\upload\ method=\post\ action=\\ id=\upload\
  enctype=\multipart\/form-data\\ntable
  cellspacing=\0\tbody\n\ttr id=\upload_file_container\
  class=\required file\\n\t\tthlabel for=\upload_file\Profile
  Picture\/label span
  class=\requiredmarker\*\/span\/th\n\t\ttdinput
  type=\hidden\ name=\MAX_FILE_SIZE\ value=\209715200\\/input
  type=\file\ class=\required file autofocus\ id=\upload_file\
  name=\file\ tabindex=\2\\/td\n\t\/tr\n\ttr
  id=\upload_title_container\ class=\text\\n\t\tthlabel
  for=\upload_title\Image Title\/label\/th\n\t\ttdinput
  type=\text\ class=\text\ id=\upload_title\ name=\title\
  tabindex=\2\ value=\fdh\\/td\n\t\/tr\n\ttr
  id=\upload_submit_container\
  class=\submit\\n\t\tth\/th\n\t\ttdinput type=\submit\
  class=\submit\ id=\upload_submit\ name=\submit\ tabindex=\2\
  value=\Upload\\/td\n\t\/tr\n\/tbody\/table\ninput
  type=\hidden\ class=\hidden\ id=\upload_sesskey\
  name=\sesskey\ value=\ogvAwW0IXKU62L13\\ninput type=\hidden\
  name=\pieform_upload\ value=\\\n\/form\n}); }

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

___
Mailing list: https://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 1055868] Re: When editing a block using IOS devices, a warning is shown

2013-10-21 Thread Aaron Wells
Give how much the editing screens have changed in the past year, I'm
going to mark this one as Incomplete unless someone wants to verify
that it's still taking place.

** Changed in: mahara
   Status: Triaged = Incomplete

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

Title:
  When editing a block using IOS devices, a warning is shown

Status in Mahara ePortfolio:
  Incomplete

Bug description:
  [WAR] 72 (lib/pieforms/pieform.php:1408) Pieform element instconf_artefactids 
wants to add headdata to the page, but it's too late. Build your form before 
generating the page.
  Call stack (most recent first):
  log_message(Pieform element instconf_artefactids wants to add ..., 8, true, 
true) at /var/www/mahara-dev/htdocs/lib/errors.php:109
  log_warn(Pieform element instconf_artefactids wants to add ...) at 
/var/www/mahara-dev/htdocs/lib/pieforms/pieform.php:1408
  Pieform-build_element_html(array(size 17)) at 
/var/www/mahara-dev/htdocs/lib/pieforms/pieform.php:659
  Pieform-build() at /var/www/mahara-dev/htdocs/blocktype/lib.php:879
  BlockInstance-build_configure_form(false) at 
/var/www/mahara-dev/htdocs/blocktype/lib.php:628
  BlockInstance-render_editing(true) at 
/var/www/mahara-dev/htdocs/view/blocks.php:240

  This is because there is a function pieform_get_headdata in
  lib/pieform/pieform.php, which is called by lib/web.php and defines
  PIEFORM_GOT_HEADDATA

  I am not sure about problems with it, just reporting it.

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

___
Mailing list: https://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 1063455] Re: Calendar icon won't work after click save on view/urls.php

2013-10-21 Thread Aaron Wells
** Changed in: mahara
Milestone: 1.8.0 = 1.8.1

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

Title:
  Calendar icon won't work after click save on view/urls.php

Status in Mahara ePortfolio:
  Triaged

Bug description:
  Version: master
  Platform: all
  Browser: all

  After click 'Save' button, the calendar icon won't work.

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

___
Mailing list: https://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 891383] Re: Login form requires Javascript

2013-10-21 Thread Aaron Wells
** Changed in: mahara
Milestone: 1.8.0 = None

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/891383

Title:
  Login form requires Javascript

Status in Mahara ePortfolio:
  In Progress

Bug description:
  The login form requires javascript to be enabled, yet this should be
  the case. With some small code hacking to remove the js form and
  disable js I can still login fine.

  The js wrapper to the login form is meant to check whether cookies are
  enabled, but it seems that it doesn't do that...

  Message displayed to the user if js is disabled is
   'Your browser does not have javascript enabled for this site. Mahara 
requires javascript to be enabled before you can log in'

  I would recommend removing the dependency on javascript for login,
  make the assumtion that cookies are enabled (if they aren't the user
  will quickly find out! as they will have to relogin after every page).

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

___
Mailing list: https://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 1052431] Re: Javascript issue for help icons

2013-10-21 Thread Aaron Wells
** Changed in: mahara
Milestone: 1.8.0 = None

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

Title:
  Javascript issue for help icons

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Help icons don't work with Javascript off
  Mahara 1.5dev

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

___
Mailing list: https://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 1236767] Re: Custom layouts aren't displayed properly and can't be created with more than 4 rows

2013-10-21 Thread Aaron Wells
** Changed in: mahara
Milestone: 1.8.0 = 1.8.1

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

Title:
  Custom layouts aren't displayed properly and can't be created with
  more than 4 rows

Status in Mahara ePortfolio:
  In Progress

Bug description:
  I just tested the Mahara 1.8rc1, on a linux server with a MySQL DB. To
  view the site I am using a Mac OS Laptop with Chrome Version
  30.0.1599.69.

  When using the create custom layout feature I have multiple
  problems:

  - The preview only is displayed correctly for 1 - 3 rows, after adding the 
fourth row the preview doesn't update anymore
  - When adding a custom layout with up to 3 rows, the layout gets added to the 
other layout options. Adding a 4 row layout does work, but there is just a 
default thumb, not a picture of the layout.
  - Even though I can add up to 6 rows the adding of custom layouts with 5 or 6 
rows doesn't work at all.

  I attached a screenshot of the problems.

  Regards,
  Angela

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

___
Mailing list: https://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 984575] Re: Leap2A importer: improve robustness of content importing

2013-10-21 Thread Aaron Wells
** Changed in: mahara
Milestone: 1.8.0 = 1.8.1

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

Title:
  Leap2A importer: improve robustness of content importing

Status in Mahara ePortfolio:
  In Progress

Bug description:
  In import/leap/lib.php, function fix_artefact_reference.

  If a content tag in a Leap2A import has more than one child node,
  the importer gets confused and only imports one of them (either the
  first or the last, not sure which).

  E.g.:

  content type=htmllt;pgt;amp;nbsp;lt;/pgt; lt;pgt;a
  paragraphlt;/pgt; lt;pgt;amp;nbsp;lt;/pgt/content

  This is:

  content
p
p
p

  Which isn't handled properly. I think the leap2A spec mentions that
  content like this is not a good idea, but the fix seems pretty easy.
  Patch attached.

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

___
Mailing list: https://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 1052430] Re: Javascript issue on /artefact/blog/view/

2013-10-21 Thread Aaron Wells
** Changed in: mahara
Milestone: 1.8.0 = None

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

Title:
  Javascript issue on /artefact/blog/view/

Status in Mahara ePortfolio:
  In Progress

Bug description:
  /artefact/blog/view/
  reported for 1.5dev

  only one journal set

  When adding a new entry (/artefact/blog/post.php?blog=4), you can't
  add new files.

  When editing an existing post, when you click add file, a new page is
  drawn but it doesn't show the part of the page where you can select
  files (ie there shoudl be an html anchor or soemthing)

  When editing an existing post, when you click add file, then click
  select on a file, it is automatically added to the post before you
  click save.

  When editing an existing post, and you add a file, you can't click
  save to get out of that page. instead it tags an extra browse=1 to
  the url (/artefact/blog/post.php?id=42browse=1browse=1). Clicking
  cancel works, but all non-file changes are lost

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

___
Mailing list: https://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 1220638] Re: flv files are not exported in Leap2A

2013-10-21 Thread Aaron Wells
** Changed in: mahara
Milestone: 1.8.0 = 1.8.1

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

Title:
  flv files are not exported in Leap2A

Status in Mahara ePortfolio:
  Incomplete
Status in Mahara 1.5 series:
  New
Status in Mahara 1.6 series:
  New
Status in Mahara 1.7 series:
  New

Bug description:
  reported at https://mahara.org/interaction/forum/topic.php?id=5665

  Flash or flv files are not included in the Leap2A export in Mahara
  1.5, 1.6 and 1.8dev, but work in 1.4. I tested 1.7 and flv file is
  exported on the demo site alright.

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

___
Mailing list: https://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 1046114] Re: Errors when adding new institution members

2013-10-21 Thread Aaron Wells
** Changed in: mahara
Milestone: 1.8.0 = 1.8.1

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

Title:
  Errors when adding new institution members

Status in Mahara ePortfolio:
  In Progress
Status in Mahara 1.6 series:
  New
Status in Mahara 1.7 series:
  New

Bug description:
  Versions: all
  Platforms: all
  Browsers: all

  Assumptions
   - User 'u01' is the admin of institution 'A' with the option 'Confirm 
registration' is on
   - The logged in user 'u02' is not the member of institution 'A'.

  Actions
   1. The logged in User 'u02' sent a requested membership of institution 'A'.
   2. User 'u01' added user 'u02' as a new member of institution 'A'.
   3. User 'u02' without re-login access to the 'Institution membership' page 
and send a request AGAIN.
   4. User 'u01' AGAIN added user 'u02' to institution 'A'.

  Expected results
   - The system should refuse user 'u01' to add user u02 AGAIN, then display a 
message about the reason.

  Actual results
   - Errors raised
  (see the attached image)

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

___
Mailing list: https://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 1055877] Re: Javascript issue on /view/sharedviews.php

2013-10-21 Thread Aaron Wells
** Changed in: mahara
Milestone: 1.8.0 = None

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

Title:
  Javascript issue on /view/sharedviews.php

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Version: all
  Platform: all
  Browser: non-javascript

  Clicking fieldset 'Advanced options' does not work

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

___
Mailing list: https://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 1064780] Re: Default journal of a Persona auth account doesn't have user's name

2013-10-21 Thread Aaron Wells
** Changed in: mahara
Milestone: 1.8.0 = 1.8.1

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

Title:
  Default journal of a Persona auth account doesn't have user's name

Status in Mahara ePortfolio:
  Triaged

Bug description:
  When a user creates an account with Persona by registering (and auto-
  creation of accounts is turned on for Persona), the user's default
  journal will not have their name, but only 's Journal.

  During auto-creation of the account, the user must supply a first and
  last name, but that might already be too late if the journal is
  actually created before then. Thus, the mandatory fields should be
  filled in first before anything else is created.

  The default journal setting should not be changed to always be updated
  to the user's current first and last name as users could have renamed
  it to something else.

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

___
Mailing list: https://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 1052433] Re: Javascript issue in resume

2013-10-21 Thread Aaron Wells
** Changed in: mahara
Milestone: 1.8.0 = None

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

Title:
  Javascript issue in resume

Status in Mahara ePortfolio:
  In Progress

Bug description:
  /artefact/resume/employment.php
  /artefact/resume/achievements.php

  Buttons don't work when Javascript is off

  Mahara 1.5dev

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

___
Mailing list: https://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 1239423] Re: Can't choose an image as skin / page background when image is in subdir

2013-10-21 Thread Kristina Hoeppner
Fixed for me. I can choose a background image from a subdirectory now.

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

Title:
  Can't choose an image as skin / page background when image is in
  subdir

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  1.8.0 RC1

  When an image sits in a sub directory, you cannot choose it as skin or
  page background image in skins.

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

___
Mailing list: https://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 1073604] Re: The 'blocktype' parameter is not alphabetical only

2013-10-21 Thread Aaron Wells
Does this still happen in Mahara 1.6, 1.7, and the new 1.8?

** Changed in: mahara
Milestone: 1.8.0 = 1.8.1

** Changed in: mahara
Milestone: 1.8.1 = 1.7.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/1073604

Title:
  The 'blocktype' parameter is not alphabetical only

Status in Mahara ePortfolio:
  Triaged

Bug description:
  When using IE 9 and Mahara 1.5.6 when editing a page and dragging in
  item from the Files, image sand video tab the following error is
  displayed:

  The 'blocktype' parameter is not alphabetical only

  
  changing to a different tab and dragging in an item fixes this issue. As does 
opening up the developer tools with F12 and setting the page document mode to 
IE8 standards

  this issue dosen't occur in Firefox or Chrome

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

___
Mailing list: https://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 1242958] Re: Leap2A self import doesn't import tasks

2013-10-21 Thread Robert Lyon
I can also import the leap2a file that kristina sent me fine as well

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

Title:
  Leap2A self import doesn't import tasks

Status in Mahara ePortfolio:
  Incomplete

Bug description:
  1.8.0RC3dev

  When you try to import a portfolio that includes a plan and several
  tasks, the plan is imported, but the tasks aren't.

  The tasks are definitely exported because I can import them just fine
  through the admin interface when creating a new user. It's just the
  interactive import that doesn't work.

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

___
Mailing list: https://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 1239539] Re: Registration: Force Terms and Conditions - error text

2013-10-21 Thread Robert Lyon
** Changed in: mahara
   Status: In Progress = Fix Committed

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

Title:
  Registration: Force Terms and Conditions - error text

Status in Mahara ePortfolio:
  Fix Committed
Status in Mahara 1.6 series:
  In Progress
Status in Mahara 1.7 series:
  In Progress

Bug description:
  This is quite minor but I wanted to make a note of it somewhere.

  When the user registers and are forced to accept the terms and
  conditions, the required error message that appears when they submit
  the form (without accepting the terms) comes up with:

  You may not register unless you agree to abide by the a
  href=terms.phpTerms and Conditions/a.

  with the raw html code for the link to the terms.php.  It doesn't
  actually render the link.

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

___
Mailing list: https://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 1084291] Re: broken remote profile images causes jump failure with XMLRPC

2013-10-21 Thread Aaron Wells
** Changed in: mahara
Milestone: 1.8.0 = 1.8.1

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

Title:
  broken remote profile images causes jump failure with XMLRPC

Status in Mahara ePortfolio:
  Triaged

Bug description:
  [WAR] c8 (api/xmlrpc/client.php:173) Unknown error occured: 0: Can not read 
file, either file does not exist or there are permission problems
  Nov 28 14:00:49 server sitename: [Wed Nov 28 14:00:49 2012] [error] [client 
xx.xx.xx.xx] Call stack (most recent first):
  Nov 28 14:00:49 server sitename: [Wed Nov 28 14:00:49 2012] [error] [client 
xx.xx.xx.xx]   * Client-send(http://moodle.example.com;) at 
/path/to/htdocs/auth/xmlrpc/lib.php:277
  Nov 28 14:00:49 server sitename: [Wed Nov 28 14:00:49 2012] [error] [client 
xx.xx.xx.xx]   * 
AuthXmlrpc-request_user_authorise(8551c42b6002aeb680d7aa56480011d317b377ad, 
http://moodle.example.com;) at
  /path/to/htdocs/auth/xmlrpc/land.php:94
  Nov 28 14:00:49 server sitename: [Wed Nov 28 14:00:49 2012] [error] [client 
xx.xx.xx.xx]

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

___
Mailing list: https://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 1239423] Re: Can't choose an image as skin / page background when image is in subdir

2013-10-21 Thread Robert Lyon
** Changed in: mahara
Milestone: 1.9.0 = 1.8.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/1239423

Title:
  Can't choose an image as skin / page background when image is in
  subdir

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  1.8.0 RC1

  When an image sits in a sub directory, you cannot choose it as skin or
  page background image in skins.

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

___
Mailing list: https://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 1080518] Re: ID numbers are not aligned with their institution in /admin/users/suspended.php

2013-10-21 Thread Aaron Wells
** Changed in: mahara
Milestone: 1.8.0 = 1.8.1

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

Title:
  ID numbers are not aligned with their institution in
  /admin/users/suspended.php

Status in Mahara ePortfolio:
  Triaged

Bug description:
  Version: master
  Platform: all
  Browser: all

  In the page /admin/users/suspended.php, if an user belongs to several
  institutions and one of his student ids is empty, his ID numbers may
  not be matched to his institutions.

  For example, user Paula is in the institution School B with the empty
  ID number. She also in the institution School C with the ID=C01. In
  the page /admin/users/suspended.php, it seems that the ID 'C01' is
  with School B (see the attached image).

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

___
Mailing list: https://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 1081947] Re: Adding Journal or Text box to a page takes approx 2 minutes to load

2013-10-21 Thread Aaron Wells
** Changed in: mahara
Milestone: 1.8.0 = 1.8.1

** Summary changed:

- Adding Journal or Text box to a page takes approx 2 minutes to load
+ Use of CAST() causes extreme slowdown in large MySQL sites

** Tags added: mysql optimization

** Changed in: mahara
   Importance: Medium = High

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

Title:
  Use of CAST() causes extreme slowdown in large MySQL sites

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  Mahara version  1.5.2
  Linux CentOS release 5.8
  PHP Version 5.3.15
  MySQL 5.0.77 

  When editing a page and trying to add a normal text box by dragging it
  into the page, this loads for approx 2 minutes or more and then
  eventually appears.

  It happens with a journal too but all others are fine and are instant
  as they should be.

  I'm not getting any apache log errors for this nor general server
  errors. The only thing I am able to see is the query that it hangs on
  for this length of time it is the below...

  I hope someone can help as obviously this is causing quite a lot of
  issues for the users!! Anyone able to diagnose what is the issue here?

  The thing is, there is another exact version of the Mahara site
  alongside this one but just a blank version which runs perfectly fine
  so this must be an issue within the database somewhere or the
  maharadata.

  Query below: this hangs for about 1 minute 45..

  SELECT a.*, CAST(a.owner IS NOT NULL AND a.owner = '1739' AS UNSIGNED) AS 
editable FROM artefact a
  LEFT OUTER JOIN artefact_parent_cache apc ON (a.id = 
apc.artefact AND a.institution = 'mahara' AND apc.parent = 371) WHERE (
  a.owner = '1739'
  OR a.id IN (
  SELECT aar.artefact
  FROM group_member m
  JOIN artefact aa ON m.group = aa.group
  JOIN artefact_access_role aar ON aar.role = m.role 
AND aar.artefact = aa.id
  WHERE m.member = '1739' AND aar.can_republish = 1
  )
  OR a.id IN (SELECT artefact FROM artefact_access_usr WHERE 
usr = '1739' AND can_republish = 1)
  OR a.institution IN ('test','mahara')
  ) AND artefacttype IN('blog')ORDER BY title ASC LIMIT 10 |

  Then this one for the rest of the time until eventually the text box
  or journal appears on the page:

  SELECT COUNT(*)  FROM artefact a
  LEFT OUTER JOIN artefact_parent_cache apc ON (a.id = 
apc.artefact AND a.institution = 'mahara' AND apc.parent = 371) WHERE (
  a.owner = '1739'
  OR a.id IN (
  SELECT aar.artefact
  FROM group_member m
  JOIN artefact aa ON m.group = aa.group
  JOIN artefact_access_role aar ON aar.role = m.role 
AND aar.artefact = aa.id
  WHERE m.member = '1739' AND aar.can_republish = 1
  )
  OR a.id IN (SELECT artefact FROM artefact_access_usr WHERE 
usr = '1739' AND can_republish = 1)
  OR a.institution IN ('test','mahara')
  ) AND artefacttype IN('blogpost') |

  Thank you for your help

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

___
Mailing list: https://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 1242958] Re: Leap2A self import doesn't import tasks

2013-10-21 Thread Kristina Hoeppner
I still have the same problem on the latest code from master
(1.8.0RC3dev) and a fresh DB on Ubuntu 12.04 and PHP 5.4

1. Created a user.
2. Created a plan with a couple of tasks.
3. Put the plan in a page.
4. Exported Leap2A full and that page only.
5. Imported the Leap2A file each and clicked Add new for the plan.
6. Checked the plan under Content - Plans: No tasks are included.

** Attachment added: Leap2A export with the page that contains the plan
   
https://bugs.launchpad.net/mahara/+bug/1242958/+attachment/3886810/+files/mahara-export-leap-user1-planonly.zip

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

Title:
  Leap2A self import doesn't import tasks

Status in Mahara ePortfolio:
  Incomplete

Bug description:
  1.8.0RC3dev

  When you try to import a portfolio that includes a plan and several
  tasks, the plan is imported, but the tasks aren't.

  The tasks are definitely exported because I can import them just fine
  through the admin interface when creating a new user. It's just the
  interactive import that doesn't work.

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

___
Mailing list: https://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 1239539] Re: Registration: Force Terms and Conditions - error text

2013-10-21 Thread Robert Lyon
for the 1.7 branch
https://reviews.mahara.org/#/c/2631/
for the 1.6 branch
https://reviews.mahara.org/#/c/2632/

** Changed in: mahara/1.6
   Status: New = In Progress

** Changed in: mahara/1.7
   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/1239539

Title:
  Registration: Force Terms and Conditions - error text

Status in Mahara ePortfolio:
  Fix Committed
Status in Mahara 1.6 series:
  In Progress
Status in Mahara 1.7 series:
  In Progress

Bug description:
  This is quite minor but I wanted to make a note of it somewhere.

  When the user registers and are forced to accept the terms and
  conditions, the required error message that appears when they submit
  the form (without accepting the terms) comes up with:

  You may not register unless you agree to abide by the a
  href=terms.phpTerms and Conditions/a.

  with the raw html code for the link to the terms.php.  It doesn't
  actually render the link.

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

___
Mailing list: https://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 1085744] Re: Could not remove tags with special characters

2013-10-21 Thread Aaron Wells
Couldn't replicate in 1.8

** Tags removed: javasrcipt
** Tags added: javascript

** Changed in: mahara
   Status: Confirmed = Incomplete

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

Title:
  Could not remove tags with special characters

Status in Mahara ePortfolio:
  Incomplete

Bug description:
  Version: all
  Platform: all
  Browsers: FF, Chromium with javascript enabled

  After clicking the link 'Show my tags' in the page /artefact/file/ or 
/artefact/blog/post.php, we got the list of current tags. Clicking these tags 
will update the list of tags in the below text box. 
  If a tag consists of special characters such as $, ^ we can not remove these 
tags from the list.

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

___
Mailing list: https://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 1242440] Re: Missing lang string for Leap2A import

2013-10-21 Thread Robert Lyon
** Changed in: mahara
   Status: In Progress = Fix Committed

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

Title:
  Missing lang string for Leap2A import

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  1.8.0rc3dev

  The string [[positiondescription/artefact.resume]] is missing. You can
  see it when you have entered employment history data incl. a job
  description and do the interactive import.

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

___
Mailing list: https://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 1086569] Re: Lang string misleading when inst. staff doesn't have stats access

2013-10-21 Thread Aaron Wells
** Changed in: mahara
Milestone: 1.8.0 = 1.8.1

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

Title:
  Lang string misleading when inst. staff doesn't have stats access

Status in Mahara ePortfolio:
  In Progress

Bug description:
  When logged in as staff on the demo.mahara.org and choosing this
  option under

  Institution information  Institution statistics the message
  Institution statistics are not available because there are no institutions 
available to your user.

  This person is a member of the institution Mahara School

  This works for site admin and also site staff - this doesn't work on
  myportfolio either

  It looks like the user needs to have access to all institutions for
  this report to work.

  Craig

  When the staff statistics access option is off, the message is misleading, 
and should be something like:
  This should be changed to something like to Staff statistics needs to be
  turned on for the site to allow staff to view these.
  -- Hugh (from comment 3)

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

___
Mailing list: https://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 1103652] Re: Migrate to flowplayer's html5 version

2013-10-21 Thread Aaron Wells
** Changed in: mahara
Milestone: 1.8.0 = 1.9.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/1103652

Title:
  Migrate to flowplayer's html5 version

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  Version: master
  Platform: all
  Browser: all

  Upgrade and configure Flowplayer version 3.2.15

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

___
Mailing list: https://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 1145156] Re: Improve resume usability

2013-10-21 Thread Aaron Wells
** Changed in: mahara
Milestone: 1.8.0 = 1.9.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/1145156

Title:
  Improve resume usability

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  From Evonne:  the resume when education history has some description,
  the link to reveal it inserts a new row that doesn't look like it's
  related, I would prefer if it expanded within the table cell.

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

___
Mailing list: https://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 1224427] Re: Institution membership request throws errors

2013-10-21 Thread Aaron Wells
** Changed in: mahara
Milestone: 1.8.0 = 1.8.1

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

Title:
  Institution membership request throws errors

Status in Mahara ePortfolio:
  Triaged

Bug description:
  Mahara 1.8.0dev latest master

  To reproduce:

  1. Set up an institution that allows registration (I have rego allowed and 
confirm rego ticked).
  2. Add users to your Mahara instance, but not to the institution.
  3. Log in as one of the new users and request institution membership.
  4. When you click the  submit button, you get the following warning. The 
request goes through, but the warning is irritating.

  [WAR] ca (lib/activity.php:391) Creating default object from empty value
  Call stack (most recent first):

  log_message(Creating default object from empty value, 8, true, true, 
/home/kristina/code/mahara/htdocs/lib/activity.php, 391) at 
/home/kristina/code/mahara/htdocs/lib/errors.php:446
  error(2, Creating default object from empty value, 
/home/kristina/code/mahara/htdocs/lib/activity.php, 391, array(size 2)) at 
/home/kristina/code/mahara/htdocs/lib/activity.php:391
  ActivityType-add_urltext(array(size 2)) at 
/home/kristina/code/mahara/htdocs/lib/activity.php:742
  ActivityTypeInstitutionmessage-__construct(object(stdClass), false) at 
/home/kristina/code/mahara/htdocs/lib/activity.php:77
  handle_activity(object(stdClass), object(stdClass)) at 
/home/kristina/code/mahara/htdocs/lib/activity.php:50
  activity_occurred(institutionmessage, object(stdClass)) at 
/home/kristina/code/mahara/htdocs/lib/institution.php:306
  Institution-addRequestFromUser(object(LiveUser), ) at 
/home/kristina/code/mahara/htdocs/auth/user.php:851
  User-add_institution_request(institutionc, ) at 
/home/kristina/code/mahara/htdocs/account/institutions.php:235
  requestmembership_submit(object(Pieform), array(size 4)) at Unknown:0
  call_user_func_array(requestmembership_submit, array(size 2)) at 
/home/kristina/code/mahara/htdocs/lib/pieforms/pieform.php:528
  Pieform-__construct(array(size 5)) at 
/home/kristina/code/mahara/htdocs/lib/pieforms/pieform.php:170
  Pieform::process(array(size 5)) at 
/home/kristina/code/mahara/htdocs/lib/pieforms/pieform.php:71
  pieform(array(size 5)) at 
/home/kristina/code/mahara/htdocs/account/institutions.php:226

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

___
Mailing list: https://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 1203965] Re: Increase number of characters in collection tabs

2013-10-21 Thread Aaron Wells
** 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/1203965

Title:
  Increase number of characters in collection tabs

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  The length of characters displayed in a collection's navigation tabs
  presently cuts of at 20 characters. This is often not sufficient to
  display longer, more discriptive titles of pages.

  Master, Ubuntu, Postgres, FF

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

___
Mailing list: https://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 1187212] Re: Handle timezone mismatch between webserver and DB (MySQL) server

2013-10-21 Thread Aaron Wells
** Changed in: mahara
Milestone: 1.8.0 = 1.9.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/1187212

Title:
  Handle timezone mismatch between webserver and DB (MySQL) server

Status in Mahara ePortfolio:
  In Progress

Bug description:
  If the timezone of the MySQL DB server doesn't match the timezone of
  the webserver (e.g. you're in AWS, where the DB server is always
  unchangeably UTC, and you want the webserver to be in a reasonable
  timezone for your users), then you get odd offset issues in, for
  example, the timestamps on forum posts.

  The webserver takes now in it's local timezone, formatted as a
  date/time (text), and puts it into the INSERT statement.  The DB sees
  that, interprets it as the formatted date/time, but in it's time zone
  (UTC), which is some number of hours offset from the actual time.  It
  stores that as a unix epoch time (seconds from 00:00:00 1-1-1970).
  When this is sent back to the client, the epoch time is converted back
  to the local timezone, and it displays as some number of hours offset.

  The simplest solution is to set the timezone on the MySQL connection, forcing 
the text date/time values to be interpreted as being in that timezone; they are 
stored correctly in epoch format, which will then display properly on viewing.  
It's a simple patch:
  --- lib/dml.php.orig  2013-05-22 22:33:27.229452915 -0400
  +++ lib/dml.php   2013-05-22 22:35:44.403280333 -0400
  @@ -1474,6 +1474,9 @@
   
   if (is_mysql()) {
   $db-Execute(SET SQL_MODE='POSTGRESQL');
  +if(!empty($CFG-dbtimezone)) {
  +   $db-Execute(SET time_zone='$CFG-dbtimezone');
  +}
   }

  It requires you to set dbtimezone in config.php, to the timezone of
  the server (so maybe it's a poorly named option; I'm open to
  alternative suggsions).

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

___
Mailing list: https://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 1237120] Re: field info text missing

2013-10-21 Thread Aaron Wells
** Changed in: mahara
Milestone: 1.8.0 = 1.8.1

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

Title:
  field info text missing

Status in Mahara ePortfolio:
  Triaged

Bug description:
  Mahara 1.8 Testing 
  
  Environment = cross browser
  URL = 
http://myportfolio-school2-mahara.testing.elearning.catalyst.net.nz/artefact/resume/editcomposite.php?id=248artefact=2304011

  logged in as admin
  ---
  Content  Resume  Achievements  editing Books and publications  blue info 
icon next to the URL field:
  Help is missing

  see screen shot attachment for more details

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

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


[Mahara-contributors] [Bug 1234582] Re: Can't display images in RSS feeds with protocol-relative URLs

2013-10-21 Thread Aaron Wells
** Changed in: mahara
Milestone: 1.8.0 = 1.8.1

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

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

** Changed in: mahara/1.6
Milestone: None = 1.7.4

** Changed in: mahara/1.7
Milestone: None = 1.6.8

** Changed in: mahara/1.6
Milestone: 1.7.4 = 1.6.8

** Changed in: mahara/1.7
Milestone: 1.6.8 = 1.7.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/1234582

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

Status in Mahara ePortfolio:
  Triaged
Status in Mahara 1.6 series:
  New
Status in Mahara 1.7 series:
  New

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

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

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

  There are image links in the feed like:

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

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

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

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

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

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

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


[Mahara-contributors] [Bug 1152403] Re: proxy exceptions feature is missing

2013-10-21 Thread Aaron Wells
** Changed in: mahara
Milestone: 1.8.0 = 1.9.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/1152403

Title:
  proxy exceptions feature is missing

Status in Mahara ePortfolio:
  In Progress

Bug description:
  The Proxy settings on Mahara are lacking the ability to set proxy
  exceptions for bypassing required hosts (we are on 1.5.x). I have seen
  that usually proxy exceptions are the part of proxy settings.

  We come across this issue while implementing SSO between our internal
  servers (not exposed to the world) where proxy settings are used to
  connect with outside world.

  To solve this we have implemented this feature, by copying Moodle 2.X
  code. This was the easiest way to achieve without wasting a time for
  writing this from scratch. It works and it has been tested with all
  scenarios.

  We are submitting the SVN patch with this as couldn't figure out how
  to commit these changes via Gerrit/Mahara GIT - at this stage it seems
  complicated to me. I tried this and failed at the step scp -p -P
  29418 usern...@reviews.mahara.org:hooks/commit-msg .git/hooks/.

  I wonder whether the defined practice at
  https://wiki.mahara.org/index.php/Developer_Area/Pushing_Git_Commits
  is still valid or not.

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

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


[Mahara-contributors] [Bug 1229660] Re: tag lastinstitution:... shows up for admin under my tags

2013-10-21 Thread Aaron Wells
** Changed in: mahara
Milestone: 1.8.0 = 1.8.1

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

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

Status in Mahara ePortfolio:
  Confirmed

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

  These are for the functionality
  http://manual.mahara.org/en/1.7/administration/institutions.html
  #people-who-have-left-a-given-institution

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

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

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


[Mahara-contributors] [Bug 1238356] Re: Leap2a interactive import with an External Feed block throws a warning

2013-10-21 Thread Aaron Wells
** Changed in: mahara
Milestone: 1.8.0 = 1.8.1

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

Title:
  Leap2a interactive import with an External Feed block throws a warning

Status in Mahara ePortfolio:
  In Progress

Bug description:
  To replicate:

  1. Import a Leap2a file that includes at least one Page with at least
  one External Feed block

  Actual Result: It's imported successfully, but you see this warning
  message, twice for each External Feed block:

  [WAR] 30 (blocktype/externalfeed/lib.php:268) Uninitialized string
  offset: 0 Call stack (most recent first):

  log_message(Uninitialized string offset: 0, 8, true, true, 
/home/robertl/htdocs/mahara-testing/mahara/htdocs/..., 268) at 
/home/robertl/htdocs/mahara-testing/mahara/htdocs/lib/errors.php:446
  error(8, Uninitialized string offset: 0, 
/home/robertl/htdocs/mahara-testing/mahara/htdocs/..., 268, array(size 1)) at 
/home/robertl/htdocs/mahara-testing/mahara/htdocs/blocktype/externalfeed/lib.php:268
  PluginBlocktypeExternalfeed::instance_config_save(array(size 4)) at 
/home/robertl/htdocs/mahara-testing/mahara/htdocs/blocktype/externalfeed/lib.php:574
  PluginBlocktypeExternalfeed::import_create_blockinstance(array(size 3), 
array(size 9)) at Unknown:0
  call_user_func_array(array(size 2), array(size 2)) at 
/home/robertl/htdocs/mahara-testing/mahara/htdocs/lib/mahara.php:1465
  call_static_method(PluginBlocktypeExternalfeed, 
import_create_blockinstance, array(size 3), array(size 9)) at 
/home/robertl/htdocs/mahara-testing/mahara/htdocs/lib/view.php:2836
  View::import_from_config(array(size 9), 18, leap) at 
/home/robertl/htdocs/mahara-testing/mahara/htdocs/import/leap/lib.php:1398
  PluginImportLeap-import_entry_as_mahara_view(object(SimpleXMLElement)) at 
/home/robertl/htdocs/mahara-testing/mahara/htdocs/import/leap/lib.php:1037
  PluginImportLeap-import_using_strategy(object(SimpleXMLElement), 1, 
array(size 0)) at 
/home/robertl/htdocs/mahara-testing/mahara/htdocs/import/leap/lib.php:716
  PluginImportLeap-import_from_load_mapping() at 
/home/robertl/htdocs/mahara-testing/mahara/htdocs/import/leap/lib.php:175
  PluginImportLeap-process() at 
/home/robertl/htdocs/mahara-testing/mahara/htdocs/admin/users/add.php:345
  adduser_submit(object(Pieform), array(size 21)) at Unknown:0
  call_user_func_array(adduser_submit, array(size 2)) at 
/home/robertl/htdocs/mahara-testing/mahara/htdocs/lib/pieforms/pieform.php:528
  Pieform-__construct(array(size 7)) at 
/home/robertl/htdocs/mahara-testing/mahara/htdocs/lib/pieforms/pieform.php:170
  Pieform::process(array(size 7)) at 
/home/robertl/htdocs/mahara-testing/mahara/htdocs/lib/pieforms/pieform.php:71
  pieform(array(size 7)) at 
/home/robertl/htdocs/mahara-testing/mahara/htdocs/admin/users/add.php:164

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

___
Mailing list: https://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 1237137] Re: adding multiple PDF's at a time doesn't work

2013-10-21 Thread Aaron Wells
** Changed in: mahara
Milestone: 1.8.0 = 1.8.1

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

Title:
  adding multiple PDF's at a time doesn't work

Status in Mahara ePortfolio:
  Incomplete

Bug description:
  Mahara 1.8 Testing 
  --
  Environment = linux / Firefox 
  URL = 
http://myportfolio-school2-mahara.testing.elearning.catalyst.net.nz/view/blocks.php?id=415490

  Logged in as authenticated user 
  --
  1. adding PDF files to a portfolio page - adding multiple files in the edit 
mode seems to work but there is only one file displayed on the page 
  2. the PDF display box also contains 2 horizontal scroll bars 
  3. refreshing the page = only one horizontal scroll bar expected PDF to fit 
Display box 

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

___
Mailing list: https://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 1240747] Re: embed media content not displaying

2013-10-21 Thread Aaron Wells
** Changed in: mahara
Milestone: 1.8.0 = 1.8.1

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

Title:
  embed media content not displaying

Status in Mahara ePortfolio:
  Triaged

Bug description:
  URL = 
http://myportfolio-school2-mahara.testing.elearning.catalyst.net.nz/view/blocks.php?id=415533
  --
  Environment = Linux / Chrome 

  - the following players are not displaying .avi  .mov - players display by 
the video does not work 
  - the avi player also shows through the light box when editing the page - 
happens for this player only 
  -
  Environemnt = Linux / Firefox - 

  - .avi - displays player with an image but does not play 
  - .mov displays player  black screen and does not play video

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

___
Mailing list: https://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 1242263] Re: Switch suspension reason and Suspend button around

2013-10-21 Thread Aaron Wells
I'm removing the 1.6  1.7 milestones for this bug, because it's a
change to the UI, and we should avoid changing the UI in minor releases.

** Changed in: mahara
   Status: In Progress = Fix Committed

** No longer affects: mahara/1.6

** No longer affects: mahara/1.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/1242263

Title:
  Switch suspension reason and Suspend button around

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  All versions

  On the user bulk actions page /admin/bulk.php, the reason for the
  suspension comes after the Suspend button, which is not logical
  because you should first enter a reason before clicking the Suspend
  button.

  These two should be switched around which will also necessitate a lang
  string change.

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

___
Mailing list: https://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 794364] Re: Non unique titles for moodle forum exports

2013-10-21 Thread Aaron Wells
** Changed in: mahara
   Importance: Low = Wishlist

** Changed in: mahara
Milestone: 1.8.0 = 1.9.0

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

** Summary changed:

- Non unique titles for moodle forum exports
+ Moodle Portfolio plugin for Mahara creates a bunch of identically-named 
journals in the Mahara side

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

Title:
  Moodle Portfolio plugin for Mahara creates a bunch of identically-
  named journals in the Mahara side

Status in Mahara ePortfolio:
  Triaged

Bug description:
  The titles of journals that were exported from moodle are the same for all. 
They read 'data Imported from Leap2A export from Moodle for Admin User.' 
  It would be great if the original tile for the moodle post would come across. 
Sceen shot is attached. 

  Moodle 2.o
  Mahara 1.4RV2

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

___
Mailing list: https://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 794364] Re: Moodle Portfolio plugin for Mahara creates a bunch of identically-named journals in the Mahara side

2013-10-21 Thread Aaron Wells
I've noticed this as well. There is a Moodle portfolio plugin that
allows data from Moodle to be exported to Mahara. Each time you do this,
it creates a new Journal in Mahara with the name data Imported from
Leap2A export from Moodle for {firstname lastname}.

It would be non-trivial to fix this, so it's not on our roadmap at the
moment unless we get some funding or there is a community contribution
for it.

I recently looked into fixing this for a client (who unfortunately
declined to fund its fixing). It turns out to be quite tricky. The way
the portfolio plugin works, is that it just generates a leap2a file with
the Moodle content, and then Mahara imports that fragmentary leap2a
file. Mahara's failsafe mode for importing a leap2a, when it's not able
to figure out any other content type to map it to, is to import it as a
new journal following that naming title.

There are a few possible fixes. Maybe the easiest would be to structure
the leap2a in a way that allows Mahara to process it into a Page or
something, or a journal with a better title.

Another way to go, according to my notes, there's a steal_control()
method one could use during the Moodle-Mahara export process which
would allow Mahara to drive the process a bit. Using this Mahara, could
present the user with a list of journals, and let the user pick which
one the content should wind up in. Then you'd need to add some metadata
to the leap2a file to indicate this, and then alter the Mahara leap2a
import process to pick up on that metadata and use it.

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

Title:
  Moodle Portfolio plugin for Mahara creates a bunch of identically-
  named journals in the Mahara side

Status in Mahara ePortfolio:
  Triaged

Bug description:
  The titles of journals that were exported from moodle are the same for all. 
They read 'data Imported from Leap2A export from Moodle for Admin User.' 
  It would be great if the original tile for the moodle post would come across. 
Sceen shot is attached. 

  Moodle 2.o
  Mahara 1.4RV2

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

___
Mailing list: https://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 974855] Re: Generate sitemap option has empty help file

2013-10-21 Thread Aaron Wells
Verified the help file is still missing in 1.8

** Changed in: mahara
Milestone: 1.8.0 = 1.8.1

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

Title:
  Generate sitemap option has empty help file

Status in Mahara ePortfolio:
  Triaged

Bug description:
  Mahara 1.5

  The Generate sitemap option under General settings on
  /admin/site/options.php has a help button but no content.

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

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


  1   2   >