[Mahara-contributors] [Bug 776955] Re: /admin shows cronjob not running altho it is ok

2011-05-04 Thread Hugh Davenport
The cause for this was because one of the cronjobs was checking in the import 
directory of the maharadata directory.
If this didn't exist, it complained with ugly error.

The patch at https://reviews.mahara.org/112 fixes this by adding a check
for the import directory.

Another solution is that the import dir is made at install time.

Heinz, you can fix this for you by either waiting till it appears
upstream, or do the following.

make a directory maharadata/import, where maharadata is the directory specified 
in config.php
this directory must be owned by the user that runs the webserver (ie www-data, 
or apache)
Then you have to wait for 24 hours since this cronjob was started, then it will 
try again.
You can keep the entry in your crontab, but just check after 24 hours.

Cheers,

Hugh

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

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

Title:
  /admin shows cronjob not running altho it is ok

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Hi,

  I installed mahara 1.4 (Mahara version 1.4.0alpha2dev (2011042000) 
  the cronjob is running, but the site shows:
  Cron: Cron is not running.
  See the installation guide for instructions on how to set it up.

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


[Mahara-contributors] [Bug 776955] Re: /admin shows cronjob not running altho it is ok

2011-05-04 Thread Hugh Davenport
** Changed in: mahara
 Assignee: (unassigned) => Hugh Davenport (hugh-catalyst)

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

Title:
  /admin shows cronjob not running altho it is ok

Status in Mahara ePortfolio:
  Triaged

Bug description:
  Hi,

  I installed mahara 1.4 (Mahara version 1.4.0alpha2dev (2011042000) 
  the cronjob is running, but the site shows:
  Cron: Cron is not running.
  See the installation guide for instructions on how to set it up.

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


[Mahara-contributors] [Bug 649626] Re: Group members list is not displayed correctly when multiple columns are used

2011-05-04 Thread Hugh Davenport
I have submitted a patch
https://reviews.mahara.org/111

This patch changes the way the members are displayed by doing
the following:
- Replace row and column options to be the number of members
to show
- Work out how many rows and columns to display based on how
many columns in the view and how many members are being shown.

The number of rows and columns are as follows:
- 1 column layout -> 7 members per row
- 2 column layout -> 5 members per row
- 3 column layout -> 3 members per row
- 4 or 5 column layout -> 2 members per row
- new column layout options default to 1 member per row

Cheers,

Hugh

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

Title:
  Group members list is not displayed correctly when multiple columns
  are used

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Users block does not scale to the column size.

  This is on master, FF 3.6

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


[Mahara-contributors] [Bug 771042] Re: missing end div in viewmicroheader.tpl

2011-05-04 Thread François Marier
** Changed in: mahara
Milestone: 1.4.0 => None

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

Title:
  missing end div in viewmicroheader.tpl

Status in Mahara ePortfolio:
  Invalid

Bug description:
  1.3.3 (2010083110)
  Windows
  MySql

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


[Mahara-contributors] [Bug 626480] Re: text overlaps

2011-05-04 Thread Hugh Davenport
I can't see how to reproduce this apart from entering in the HTML
directly.

If some HTML is copied, any div attributes get wiped and are just left
with the simple div tag

I've tried different buttons in the editor but none seem to encounter
the problem.

Will leave this as incomplete unless original reporter gives more
details on how to reproduce.

Cheers,

Hugh

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

Title:
  text overlaps

Status in Mahara ePortfolio:
  Incomplete

Bug description:
  Text inputted in the text editor overlaps, appears like smudged ink.
  See attached photo.

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


[Mahara-contributors] [Bug 626480] Re: text overlaps

2011-05-04 Thread Hugh Davenport
The original reporter has a deativated account also.

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

Title:
  text overlaps

Status in Mahara ePortfolio:
  Incomplete

Bug description:
  Text inputted in the text editor overlaps, appears like smudged ink.
  See attached photo.

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


[Mahara-contributors] [Bug 649626] Re: Group members list is not displayed correctly when multiple columns are used

2011-05-04 Thread Hugh Davenport
** 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.
https://bugs.launchpad.net/bugs/649626

Title:
  Group members list is not displayed correctly when multiple columns
  are used

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Users block does not scale to the column size.

  This is on master, FF 3.6

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


[Mahara-contributors] [Bug 749863] Re: Export hangs when files are missing on disk

2011-05-04 Thread Darryl Hamilton
Is this during the export or import process? Or both?

** Changed in: mahara
 Assignee: (unassigned) => Darryl Hamilton (lordp)

** 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.
https://bugs.launchpad.net/bugs/749863

Title:
  Export hangs when files are missing on disk

Status in Mahara ePortfolio:
  In Progress

Bug description:
  When an export contains missing or deleted files, it hangs.  It should
  present the user with an error message.  See bug #725325.

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


[Mahara-contributors] [Bug 746079] Re: leap2a import fails on PHP 5.3.2

2011-05-04 Thread Darryl Hamilton
** Changed in: mahara
   Status: Incomplete => In Progress

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

Title:
  leap2a import fails on PHP 5.3.2

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Reported for Mahara 1.3.5 on PHP 5.3.2 environment

  When attempting to import a LEAP2A file, the following errors are
  reported.  This error is consistent with exports from the same system
  and exports from a separate Mahara 1.2.6 system, also on PHP 5.3.2.
  Export file is attached.

  Error reported in browser:

  Sorry - Importing the LEAP2A file failed.

  This could be because you did not select a valid LEAP2A file to
  upload. Alternatively, there may be a bug in Mahara causing your file
  to fail, even though it is valid.

  Please go back and try again, and if the problem persists, you may
  want to post to the Mahara Forums to ask for help. Be prepared to be
  asked for a copy of your file!

  Error captured in error_log

  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152] [WAR] 55 
(import/leap/lib.php:122) simplexml_load_file(): 
/var/lib/mahara1/elab.athabascau.ca.mahara/temp/import/darrentest3-1301522601/extract/mahara-export-leap-user3-1301520892.zip:1:
 parser error : Start tag expected, ', referer: 
http://portfolio-dev.elab.athabascau.ca/admin/users/add.php
  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152] Call stack (most 
recent first):, referer: 
http://portfolio-dev.elab.athabascau.ca/admin/users/add.php
  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152]   * 
log_message("simplexml_load_file(): /var/lib/mahara1/elab.athab...", 8, true, 
true, "/usr/share/mahara1/htdocs/import/leap/lib.php", 122) at 
/usr/share/mahara1/htdocs/lib/errors.php:444, referer: 
http://portfolio-dev.elab.athabascau.ca/admin/users/add.php
  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152]   * error(2, 
"simplexml_load_file(): /var/lib/mahara1/elab.athab...", 
"/usr/share/mahara1/htdocs/import/leap/lib.php", 122, array(size 2)) at 
Unknown:0, referer: http://portfolio-dev.elab.athabascau.ca/admin/users/add.php
  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152]   * 
simplexml_load_file("/var/lib/mahara1/elab.athabascau.ca.mahara/temp/im...", 
"SimpleXMLElement", 67584) at 
/usr/share/mahara1/htdocs/import/leap/lib.php:122, referer: 
http://portfolio-dev.elab.athabascau.ca/admin/users/add.php
  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152]   * 
PluginImportLeap->process() at 
/usr/share/mahara1/htdocs/admin/users/add.php:300, referer: 
http://portfolio-dev.elab.athabascau.ca/admin/users/add.php
  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152]   * 
adduser_submit(object(Pieform), array(size 13)) at Unknown:0, referer: 
http://portfolio-dev.elab.athabascau.ca/admin/users/add.php
  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152]   * 
call_user_func_array("adduser_submit", array(size 2)) at 
/usr/share/mahara1/htdocs/lib/pieforms/pieform.php:512, referer: 
http://portfolio-dev.elab.athabascau.ca/admin/users/add.php
  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152]   * 
Pieform->__construct(array(size 7)) at 
/usr/share/mahara1/htdocs/lib/pieforms/pieform.php:161, referer: 
http://portfolio-dev.elab.athabascau.ca/admin/users/add.php
  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152]   * 
Pieform::process(array(size 7)) at 
/usr/share/mahara1/htdocs/lib/pieforms/pieform.php:71, referer: 
http://portfolio-dev.elab.athabascau.ca/admin/users/add.php
  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152]   * 
pieform(array(size 7)) at /usr/share/mahara1/htdocs/admin/users/add.php:145, 
referer: http://portfolio-dev.elab.athabascau.ca/admin/users/add.php
  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152] , referer: 
http://portfolio-dev.elab.athabascau.ca/admin/users/add.php
  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152] [WAR] 55 
(import/leap/lib.php:122) simplexml_load_file(): PK\x03\x04\x14, referer: 
http://portfolio-dev.elab.athabascau.ca/admin/users/add.php
  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152] Call stack (most 
recent first):, referer: 
http://portfolio-dev.elab.athabascau.ca/admin/users/add.php
  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152]   * 
log_message("simplexml_load_file(): PK\x03\x04\x14", 8, true, true, 
"/usr/share/mahara1/htdocs/import/leap/lib.php", 122) at 
/usr/share/mahara1/htdocs/lib/errors.php:444, referer: 
http://portfolio-dev.elab.athabascau.ca/admin/users/add.php
  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152]   * error(2, 
"simplexml_load_file(): PK\x03\x04\x14", 
"/usr/share/mahara1/htdocs/import/leap/lib.php", 122, array(size 2)) at 
Unknown:0, referer: http://portfolio-dev.elab.athabascau.ca/admin/users/add.php
  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152]   * 
simplexml_load_file("/v

[Mahara-contributors] [Bug 746079] Re: leap2a import fails on PHP 5.3.2

2011-05-04 Thread Darryl Hamilton
The ImporterTransport class has an extract_file() method, I think
that'll be the best place. I'll submit a patch soon.

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

Title:
  leap2a import fails on PHP 5.3.2

Status in Mahara ePortfolio:
  Incomplete

Bug description:
  Reported for Mahara 1.3.5 on PHP 5.3.2 environment

  When attempting to import a LEAP2A file, the following errors are
  reported.  This error is consistent with exports from the same system
  and exports from a separate Mahara 1.2.6 system, also on PHP 5.3.2.
  Export file is attached.

  Error reported in browser:

  Sorry - Importing the LEAP2A file failed.

  This could be because you did not select a valid LEAP2A file to
  upload. Alternatively, there may be a bug in Mahara causing your file
  to fail, even though it is valid.

  Please go back and try again, and if the problem persists, you may
  want to post to the Mahara Forums to ask for help. Be prepared to be
  asked for a copy of your file!

  Error captured in error_log

  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152] [WAR] 55 
(import/leap/lib.php:122) simplexml_load_file(): 
/var/lib/mahara1/elab.athabascau.ca.mahara/temp/import/darrentest3-1301522601/extract/mahara-export-leap-user3-1301520892.zip:1:
 parser error : Start tag expected, ', referer: 
http://portfolio-dev.elab.athabascau.ca/admin/users/add.php
  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152] Call stack (most 
recent first):, referer: 
http://portfolio-dev.elab.athabascau.ca/admin/users/add.php
  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152]   * 
log_message("simplexml_load_file(): /var/lib/mahara1/elab.athab...", 8, true, 
true, "/usr/share/mahara1/htdocs/import/leap/lib.php", 122) at 
/usr/share/mahara1/htdocs/lib/errors.php:444, referer: 
http://portfolio-dev.elab.athabascau.ca/admin/users/add.php
  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152]   * error(2, 
"simplexml_load_file(): /var/lib/mahara1/elab.athab...", 
"/usr/share/mahara1/htdocs/import/leap/lib.php", 122, array(size 2)) at 
Unknown:0, referer: http://portfolio-dev.elab.athabascau.ca/admin/users/add.php
  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152]   * 
simplexml_load_file("/var/lib/mahara1/elab.athabascau.ca.mahara/temp/im...", 
"SimpleXMLElement", 67584) at 
/usr/share/mahara1/htdocs/import/leap/lib.php:122, referer: 
http://portfolio-dev.elab.athabascau.ca/admin/users/add.php
  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152]   * 
PluginImportLeap->process() at 
/usr/share/mahara1/htdocs/admin/users/add.php:300, referer: 
http://portfolio-dev.elab.athabascau.ca/admin/users/add.php
  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152]   * 
adduser_submit(object(Pieform), array(size 13)) at Unknown:0, referer: 
http://portfolio-dev.elab.athabascau.ca/admin/users/add.php
  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152]   * 
call_user_func_array("adduser_submit", array(size 2)) at 
/usr/share/mahara1/htdocs/lib/pieforms/pieform.php:512, referer: 
http://portfolio-dev.elab.athabascau.ca/admin/users/add.php
  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152]   * 
Pieform->__construct(array(size 7)) at 
/usr/share/mahara1/htdocs/lib/pieforms/pieform.php:161, referer: 
http://portfolio-dev.elab.athabascau.ca/admin/users/add.php
  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152]   * 
Pieform::process(array(size 7)) at 
/usr/share/mahara1/htdocs/lib/pieforms/pieform.php:71, referer: 
http://portfolio-dev.elab.athabascau.ca/admin/users/add.php
  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152]   * 
pieform(array(size 7)) at /usr/share/mahara1/htdocs/admin/users/add.php:145, 
referer: http://portfolio-dev.elab.athabascau.ca/admin/users/add.php
  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152] , referer: 
http://portfolio-dev.elab.athabascau.ca/admin/users/add.php
  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152] [WAR] 55 
(import/leap/lib.php:122) simplexml_load_file(): PK\x03\x04\x14, referer: 
http://portfolio-dev.elab.athabascau.ca/admin/users/add.php
  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152] Call stack (most 
recent first):, referer: 
http://portfolio-dev.elab.athabascau.ca/admin/users/add.php
  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152]   * 
log_message("simplexml_load_file(): PK\x03\x04\x14", 8, true, true, 
"/usr/share/mahara1/htdocs/import/leap/lib.php", 122) at 
/usr/share/mahara1/htdocs/lib/errors.php:444, referer: 
http://portfolio-dev.elab.athabascau.ca/admin/users/add.php
  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152]   * error(2, 
"simplexml_load_file(): PK\x03\x04\x14", 
"/usr/share/mahara1/htdocs/import/leap/lib.php", 122, array(size 2)) at 
Unknown:0, referer: http://portfolio-dev.elab.athabascau.ca/admin/users/add.php
  [Wed Mar 30 16:03:21 2011] [err

[Mahara-contributors] [Bug 777031] Re: Textbox on master.dev is incredibly wide

2011-05-04 Thread Kristina Hoeppner
That was an easy non-bug to fix. I don't mind if you turn it back on,
Richard. Now we know. :-) Interesting then though that it only widens
the text box in FF and not the other browsers.

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

Title:
  Textbox on master.dev is incredibly wide

Status in Mahara ePortfolio:
  Invalid

Bug description:
  The textbox on master.dev is suddenly incredibly wide. It runs across
  the entire screen. I think this is new, but I can't say when that
  happened because I don't create text boxes there so much.

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


[Mahara-contributors] [Bug 746079] Re: leap2a import fails on PHP 5.3.2

2011-05-04 Thread François Marier
Darryl, do you see a good place where we could check for this and return
an error message?

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

Title:
  leap2a import fails on PHP 5.3.2

Status in Mahara ePortfolio:
  Incomplete

Bug description:
  Reported for Mahara 1.3.5 on PHP 5.3.2 environment

  When attempting to import a LEAP2A file, the following errors are
  reported.  This error is consistent with exports from the same system
  and exports from a separate Mahara 1.2.6 system, also on PHP 5.3.2.
  Export file is attached.

  Error reported in browser:

  Sorry - Importing the LEAP2A file failed.

  This could be because you did not select a valid LEAP2A file to
  upload. Alternatively, there may be a bug in Mahara causing your file
  to fail, even though it is valid.

  Please go back and try again, and if the problem persists, you may
  want to post to the Mahara Forums to ask for help. Be prepared to be
  asked for a copy of your file!

  Error captured in error_log

  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152] [WAR] 55 
(import/leap/lib.php:122) simplexml_load_file(): 
/var/lib/mahara1/elab.athabascau.ca.mahara/temp/import/darrentest3-1301522601/extract/mahara-export-leap-user3-1301520892.zip:1:
 parser error : Start tag expected, ', referer: 
http://portfolio-dev.elab.athabascau.ca/admin/users/add.php
  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152] Call stack (most 
recent first):, referer: 
http://portfolio-dev.elab.athabascau.ca/admin/users/add.php
  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152]   * 
log_message("simplexml_load_file(): /var/lib/mahara1/elab.athab...", 8, true, 
true, "/usr/share/mahara1/htdocs/import/leap/lib.php", 122) at 
/usr/share/mahara1/htdocs/lib/errors.php:444, referer: 
http://portfolio-dev.elab.athabascau.ca/admin/users/add.php
  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152]   * error(2, 
"simplexml_load_file(): /var/lib/mahara1/elab.athab...", 
"/usr/share/mahara1/htdocs/import/leap/lib.php", 122, array(size 2)) at 
Unknown:0, referer: http://portfolio-dev.elab.athabascau.ca/admin/users/add.php
  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152]   * 
simplexml_load_file("/var/lib/mahara1/elab.athabascau.ca.mahara/temp/im...", 
"SimpleXMLElement", 67584) at 
/usr/share/mahara1/htdocs/import/leap/lib.php:122, referer: 
http://portfolio-dev.elab.athabascau.ca/admin/users/add.php
  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152]   * 
PluginImportLeap->process() at 
/usr/share/mahara1/htdocs/admin/users/add.php:300, referer: 
http://portfolio-dev.elab.athabascau.ca/admin/users/add.php
  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152]   * 
adduser_submit(object(Pieform), array(size 13)) at Unknown:0, referer: 
http://portfolio-dev.elab.athabascau.ca/admin/users/add.php
  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152]   * 
call_user_func_array("adduser_submit", array(size 2)) at 
/usr/share/mahara1/htdocs/lib/pieforms/pieform.php:512, referer: 
http://portfolio-dev.elab.athabascau.ca/admin/users/add.php
  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152]   * 
Pieform->__construct(array(size 7)) at 
/usr/share/mahara1/htdocs/lib/pieforms/pieform.php:161, referer: 
http://portfolio-dev.elab.athabascau.ca/admin/users/add.php
  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152]   * 
Pieform::process(array(size 7)) at 
/usr/share/mahara1/htdocs/lib/pieforms/pieform.php:71, referer: 
http://portfolio-dev.elab.athabascau.ca/admin/users/add.php
  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152]   * 
pieform(array(size 7)) at /usr/share/mahara1/htdocs/admin/users/add.php:145, 
referer: http://portfolio-dev.elab.athabascau.ca/admin/users/add.php
  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152] , referer: 
http://portfolio-dev.elab.athabascau.ca/admin/users/add.php
  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152] [WAR] 55 
(import/leap/lib.php:122) simplexml_load_file(): PK\x03\x04\x14, referer: 
http://portfolio-dev.elab.athabascau.ca/admin/users/add.php
  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152] Call stack (most 
recent first):, referer: 
http://portfolio-dev.elab.athabascau.ca/admin/users/add.php
  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152]   * 
log_message("simplexml_load_file(): PK\x03\x04\x14", 8, true, true, 
"/usr/share/mahara1/htdocs/import/leap/lib.php", 122) at 
/usr/share/mahara1/htdocs/lib/errors.php:444, referer: 
http://portfolio-dev.elab.athabascau.ca/admin/users/add.php
  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152]   * error(2, 
"simplexml_load_file(): PK\x03\x04\x14", 
"/usr/share/mahara1/htdocs/import/leap/lib.php", 122, array(size 2)) at 
Unknown:0, referer: http://portfolio-dev.elab.athabascau.ca/admin/users/add.php
  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152]  

[Mahara-contributors] [Bug 777031] Re: Textbox on master.dev is incredibly wide

2011-05-04 Thread Richard Mansfield
Sorry, there's a config.php option on that site that widens the text
box, something I was testing for a workaround option for bug #530656.

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

Title:
  Textbox on master.dev is incredibly wide

Status in Mahara ePortfolio:
  Invalid

Bug description:
  The textbox on master.dev is suddenly incredibly wide. It runs across
  the entire screen. I think this is new, but I can't say when that
  happened because I don't create text boxes there so much.

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


[Mahara-contributors] [Bug 777031] Re: Textbox on master.dev is incredibly wide

2011-05-04 Thread Richard Mansfield
I've turned it off now.

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

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

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

Title:
  Textbox on master.dev is incredibly wide

Status in Mahara ePortfolio:
  Invalid

Bug description:
  The textbox on master.dev is suddenly incredibly wide. It runs across
  the entire screen. I think this is new, but I can't say when that
  happened because I don't create text boxes there so much.

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


[Mahara-contributors] [Bug 746079] Re: leap2a import fails on PHP 5.3.2

2011-05-04 Thread Darryl Hamilton
Looking at the error messages a bit more - it seems like the import
isn't unzipping the file first, perhaps unzip isn't installed, or Mahara
can't find it.

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

Title:
  leap2a import fails on PHP 5.3.2

Status in Mahara ePortfolio:
  Incomplete

Bug description:
  Reported for Mahara 1.3.5 on PHP 5.3.2 environment

  When attempting to import a LEAP2A file, the following errors are
  reported.  This error is consistent with exports from the same system
  and exports from a separate Mahara 1.2.6 system, also on PHP 5.3.2.
  Export file is attached.

  Error reported in browser:

  Sorry - Importing the LEAP2A file failed.

  This could be because you did not select a valid LEAP2A file to
  upload. Alternatively, there may be a bug in Mahara causing your file
  to fail, even though it is valid.

  Please go back and try again, and if the problem persists, you may
  want to post to the Mahara Forums to ask for help. Be prepared to be
  asked for a copy of your file!

  Error captured in error_log

  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152] [WAR] 55 
(import/leap/lib.php:122) simplexml_load_file(): 
/var/lib/mahara1/elab.athabascau.ca.mahara/temp/import/darrentest3-1301522601/extract/mahara-export-leap-user3-1301520892.zip:1:
 parser error : Start tag expected, ', referer: 
http://portfolio-dev.elab.athabascau.ca/admin/users/add.php
  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152] Call stack (most 
recent first):, referer: 
http://portfolio-dev.elab.athabascau.ca/admin/users/add.php
  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152]   * 
log_message("simplexml_load_file(): /var/lib/mahara1/elab.athab...", 8, true, 
true, "/usr/share/mahara1/htdocs/import/leap/lib.php", 122) at 
/usr/share/mahara1/htdocs/lib/errors.php:444, referer: 
http://portfolio-dev.elab.athabascau.ca/admin/users/add.php
  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152]   * error(2, 
"simplexml_load_file(): /var/lib/mahara1/elab.athab...", 
"/usr/share/mahara1/htdocs/import/leap/lib.php", 122, array(size 2)) at 
Unknown:0, referer: http://portfolio-dev.elab.athabascau.ca/admin/users/add.php
  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152]   * 
simplexml_load_file("/var/lib/mahara1/elab.athabascau.ca.mahara/temp/im...", 
"SimpleXMLElement", 67584) at 
/usr/share/mahara1/htdocs/import/leap/lib.php:122, referer: 
http://portfolio-dev.elab.athabascau.ca/admin/users/add.php
  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152]   * 
PluginImportLeap->process() at 
/usr/share/mahara1/htdocs/admin/users/add.php:300, referer: 
http://portfolio-dev.elab.athabascau.ca/admin/users/add.php
  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152]   * 
adduser_submit(object(Pieform), array(size 13)) at Unknown:0, referer: 
http://portfolio-dev.elab.athabascau.ca/admin/users/add.php
  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152]   * 
call_user_func_array("adduser_submit", array(size 2)) at 
/usr/share/mahara1/htdocs/lib/pieforms/pieform.php:512, referer: 
http://portfolio-dev.elab.athabascau.ca/admin/users/add.php
  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152]   * 
Pieform->__construct(array(size 7)) at 
/usr/share/mahara1/htdocs/lib/pieforms/pieform.php:161, referer: 
http://portfolio-dev.elab.athabascau.ca/admin/users/add.php
  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152]   * 
Pieform::process(array(size 7)) at 
/usr/share/mahara1/htdocs/lib/pieforms/pieform.php:71, referer: 
http://portfolio-dev.elab.athabascau.ca/admin/users/add.php
  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152]   * 
pieform(array(size 7)) at /usr/share/mahara1/htdocs/admin/users/add.php:145, 
referer: http://portfolio-dev.elab.athabascau.ca/admin/users/add.php
  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152] , referer: 
http://portfolio-dev.elab.athabascau.ca/admin/users/add.php
  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152] [WAR] 55 
(import/leap/lib.php:122) simplexml_load_file(): PK\x03\x04\x14, referer: 
http://portfolio-dev.elab.athabascau.ca/admin/users/add.php
  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152] Call stack (most 
recent first):, referer: 
http://portfolio-dev.elab.athabascau.ca/admin/users/add.php
  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152]   * 
log_message("simplexml_load_file(): PK\x03\x04\x14", 8, true, true, 
"/usr/share/mahara1/htdocs/import/leap/lib.php", 122) at 
/usr/share/mahara1/htdocs/lib/errors.php:444, referer: 
http://portfolio-dev.elab.athabascau.ca/admin/users/add.php
  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152]   * error(2, 
"simplexml_load_file(): PK\x03\x04\x14", 
"/usr/share/mahara1/htdocs/import/leap/lib.php", 122, array(size 2)) at 
Unknown:0, referer: http://portfolio-dev.elab.athabascau.ca/admin/users/add.

[Mahara-contributors] [Bug 777031] Re: Textbox on master.dev is incredibly wide

2011-05-04 Thread Kristina Hoeppner
Sorry, Francois, for not attaching a screenshot or at least mention the
browser version.

I only have the problem in Firefox 4. I just tested Chrome and Safari on
Mac OS 10.6 and there the textbox is fine.

** Attachment added: "wide_textbox.png"
   
https://bugs.launchpad.net/mahara/+bug/777031/+attachment/2113293/+files/wide_textbox.png

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

Title:
  Textbox on master.dev is incredibly wide

Status in Mahara ePortfolio:
  Triaged

Bug description:
  The textbox on master.dev is suddenly incredibly wide. It runs across
  the entire screen. I think this is new, but I can't say when that
  happened because I don't create text boxes there so much.

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


[Mahara-contributors] [Bug 548000] Re: Add "undo" icon to tinymce editor

2011-05-04 Thread Darryl Hamilton
The fix mentioned by Kristina above appears to have been put in place by
the TinyMCE devs.

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

** Changed in: mahara
 Assignee: (unassigned) => Darryl Hamilton (lordp)

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

Title:
  Add "undo" icon to tinymce editor

Status in Mahara ePortfolio:
  In Progress

Bug description:
  I just tried to add this. TinyMCE has such an icon, but in edit site
  pages, the adding of content to the editor when you change the
  dropdown counts as an action, and clicking undo then clears the
  editor. Ideally, it shouldn't count as an action.

  Oh, also 'redo' should be added I guess.

  This bug was imported from eduforge.org, see:
  
https://eduforge.org/tracker/index.php?func=detail&aid=3075&group_id=176&atid=739

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


[Mahara-contributors] [Bug 777031] Re: Textbox on master.dev is incredibly wide

2011-05-04 Thread François Marier
Hi Kristina,

Is that limited to a specific browser? I don't see that on Firefox...

Also, a screenshot might be helpful just to make sure we're looking at
the right screen.

Cheers,
Francois

** Changed in: mahara
   Status: New => Triaged

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

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

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

Title:
  Textbox on master.dev is incredibly wide

Status in Mahara ePortfolio:
  Triaged

Bug description:
  The textbox on master.dev is suddenly incredibly wide. It runs across
  the entire screen. I think this is new, but I can't say when that
  happened because I don't create text boxes there so much.

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


[Mahara-contributors] [Bug 777034] Re: Mixcloud object embed code is not accepted

2011-05-04 Thread François Marier
** Changed in: mahara
   Importance: Undecided => Wishlist

** Changed in: mahara
   Status: New => Triaged

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

Title:
  Mixcloud object embed code is not accepted

Status in Mahara ePortfolio:
  Triaged

Bug description:
  via http://twitter.com/captain_jen/statuses/65464212100612097

  I tested on demo (1.3) and master.dev with the following embed code from the 
site:
  ---
  http://www.mixcloud.com/media/swf/player/mixcloudLoader.swf?v=106";>http://www.mixcloud.com/api/1/cloudcast/moguai/punx-up-the-volume-episode-28.json&embed_uuid=3b9f1321-4fd3-4ecf-b934-d434de8ddd1f&embed_type=widget_standard";>http://www.mixcloud.com/media/swf/player/mixcloudLoader.swf?v=106"; 
type="application/x-shockwave-flash" allowscriptaccess="always" 
allowfullscreen="true" 
flashvars="feed=http://www.mixcloud.com/api/1/cloudcast/moguai/punx-up-the-volume-episode-28.json&embed_uuid=3b9f1321-4fd3-4ecf-b934-d434de8ddd1f&embed_type=widget_standard";
 width="300" height="300">http://www.mixcloud.com/moguai/punx-up-the-volume-episode-28/?utm_source=widget&utm_medium=web&utm_campaign=base_links&utm_term=cloudcast_link";
 target="_blank" style="color:#02a0c7; font-weight:bold;">Punx Up The Volume - 
Episode 28 by http://www.mixcloud.com/moguai/?utm_source=widget&utm_medium=web&utm_campaign=base_links&utm_term=profile_link";
 target="_blank" style="color:#02a0c7; font-weight:bold;">Moguai on http://www.mixcloud.com/?utm_source=widget&utm_medium=web&utm_campaign=base_links&utm_term=homepage_link";
 target="_blank" style="color:#02a0c7; font-weight:bold;"> Mixcloud
  ---

  The object is embedded. It does spin, but it does not load anything.

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


[Mahara-contributors] [Bug 776955] Re: /admin shows cronjob not running altho it is ok

2011-05-04 Thread François Marier
** Changed in: mahara
Milestone: None => 1.4.0

** Changed in: mahara
   Status: New => Triaged

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

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

Title:
  /admin shows cronjob not running altho it is ok

Status in Mahara ePortfolio:
  Triaged

Bug description:
  Hi,

  I installed mahara 1.4 (Mahara version 1.4.0alpha2dev (2011042000) 
  the cronjob is running, but the site shows:
  Cron: Cron is not running.
  See the installation guide for instructions on how to set it up.

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


[Mahara-contributors] [Bug 649626] Re: Group members list is not displayed correctly when multiple columns are used

2011-05-04 Thread Hugh Davenport
** Changed in: mahara
 Assignee: (unassigned) => Hugh Davenport (hugh-catalyst)

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

Title:
  Group members list is not displayed correctly when multiple columns
  are used

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  Users block does not scale to the column size.

  This is on master, FF 3.6

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


[Mahara-contributors] [Bug 656915] Re: Repeated editing of Textbox in views fails

2011-05-04 Thread Hugh Davenport
** Changed in: mahara
 Assignee: Hugh Davenport (hugh-catalyst) => (unassigned)

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

Title:
  Repeated editing of Textbox in views fails

Status in Mahara ePortfolio:
  Incomplete

Bug description:
  Mahara version 1.2.5 and 1.3.2, Linux Host, MySQL, FF & IE

  First I add a textbox to a view column, add some text/link/image to it, and 
save the changes.
  When I then press the edit button again I cannot press backspace immediately 
to remove the text/link/image.
  Only after pressing the space bar (or entering some text) I can edit the 
textbox again. 
  Looks like a bug in tinyMCE to me, but I'm not sure. 
  I just forward this because my users are complaining... I know that all HTML 
editors have some problems.

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


[Mahara-contributors] [Bug 707860] Re: List group members alphabetically

2011-05-04 Thread Hugh Davenport
Hi,

I have had a look at this, the default order is indeed by the join time
(with admins first), then by first, last. And you can set a config to
change that to the latest. (same order, without admins)

I have a patch i will submit that changes the order to last, first,
join. with the option to select latest (only shows on group homepage,
and is on by default).

patch is available for review at https://reviews.mahara.org/107

Cheers,

Hugh

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

Title:
  List group members alphabetically

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Currently, as Richard told me, group members are listed according to
  their group joining date on the membership page of a group with the
  admin leading, of course, as she was the first to create the group.

  I think it would be good to have an alphabetical listing of group
  members (admin can stay as the first if that is important) to make it
  easier to find group members esp. in larger groups. The listing should
  be according to their last name and then their first name.

  If it is important to know the order that members joined a group, we
  could have a setting above that allows for alphabetical and
  chronological listing.

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


[Mahara-contributors] [Bug 746079] Re: leap2a import fails on PHP 5.3.2

2011-05-04 Thread Darryl Hamilton
** Changed in: mahara
   Status: In Progress => Incomplete

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

Title:
  leap2a import fails on PHP 5.3.2

Status in Mahara ePortfolio:
  Incomplete

Bug description:
  Reported for Mahara 1.3.5 on PHP 5.3.2 environment

  When attempting to import a LEAP2A file, the following errors are
  reported.  This error is consistent with exports from the same system
  and exports from a separate Mahara 1.2.6 system, also on PHP 5.3.2.
  Export file is attached.

  Error reported in browser:

  Sorry - Importing the LEAP2A file failed.

  This could be because you did not select a valid LEAP2A file to
  upload. Alternatively, there may be a bug in Mahara causing your file
  to fail, even though it is valid.

  Please go back and try again, and if the problem persists, you may
  want to post to the Mahara Forums to ask for help. Be prepared to be
  asked for a copy of your file!

  Error captured in error_log

  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152] [WAR] 55 
(import/leap/lib.php:122) simplexml_load_file(): 
/var/lib/mahara1/elab.athabascau.ca.mahara/temp/import/darrentest3-1301522601/extract/mahara-export-leap-user3-1301520892.zip:1:
 parser error : Start tag expected, ', referer: 
http://portfolio-dev.elab.athabascau.ca/admin/users/add.php
  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152] Call stack (most 
recent first):, referer: 
http://portfolio-dev.elab.athabascau.ca/admin/users/add.php
  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152]   * 
log_message("simplexml_load_file(): /var/lib/mahara1/elab.athab...", 8, true, 
true, "/usr/share/mahara1/htdocs/import/leap/lib.php", 122) at 
/usr/share/mahara1/htdocs/lib/errors.php:444, referer: 
http://portfolio-dev.elab.athabascau.ca/admin/users/add.php
  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152]   * error(2, 
"simplexml_load_file(): /var/lib/mahara1/elab.athab...", 
"/usr/share/mahara1/htdocs/import/leap/lib.php", 122, array(size 2)) at 
Unknown:0, referer: http://portfolio-dev.elab.athabascau.ca/admin/users/add.php
  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152]   * 
simplexml_load_file("/var/lib/mahara1/elab.athabascau.ca.mahara/temp/im...", 
"SimpleXMLElement", 67584) at 
/usr/share/mahara1/htdocs/import/leap/lib.php:122, referer: 
http://portfolio-dev.elab.athabascau.ca/admin/users/add.php
  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152]   * 
PluginImportLeap->process() at 
/usr/share/mahara1/htdocs/admin/users/add.php:300, referer: 
http://portfolio-dev.elab.athabascau.ca/admin/users/add.php
  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152]   * 
adduser_submit(object(Pieform), array(size 13)) at Unknown:0, referer: 
http://portfolio-dev.elab.athabascau.ca/admin/users/add.php
  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152]   * 
call_user_func_array("adduser_submit", array(size 2)) at 
/usr/share/mahara1/htdocs/lib/pieforms/pieform.php:512, referer: 
http://portfolio-dev.elab.athabascau.ca/admin/users/add.php
  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152]   * 
Pieform->__construct(array(size 7)) at 
/usr/share/mahara1/htdocs/lib/pieforms/pieform.php:161, referer: 
http://portfolio-dev.elab.athabascau.ca/admin/users/add.php
  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152]   * 
Pieform::process(array(size 7)) at 
/usr/share/mahara1/htdocs/lib/pieforms/pieform.php:71, referer: 
http://portfolio-dev.elab.athabascau.ca/admin/users/add.php
  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152]   * 
pieform(array(size 7)) at /usr/share/mahara1/htdocs/admin/users/add.php:145, 
referer: http://portfolio-dev.elab.athabascau.ca/admin/users/add.php
  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152] , referer: 
http://portfolio-dev.elab.athabascau.ca/admin/users/add.php
  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152] [WAR] 55 
(import/leap/lib.php:122) simplexml_load_file(): PK\x03\x04\x14, referer: 
http://portfolio-dev.elab.athabascau.ca/admin/users/add.php
  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152] Call stack (most 
recent first):, referer: 
http://portfolio-dev.elab.athabascau.ca/admin/users/add.php
  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152]   * 
log_message("simplexml_load_file(): PK\x03\x04\x14", 8, true, true, 
"/usr/share/mahara1/htdocs/import/leap/lib.php", 122) at 
/usr/share/mahara1/htdocs/lib/errors.php:444, referer: 
http://portfolio-dev.elab.athabascau.ca/admin/users/add.php
  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152]   * error(2, 
"simplexml_load_file(): PK\x03\x04\x14", 
"/usr/share/mahara1/htdocs/import/leap/lib.php", 122, array(size 2)) at 
Unknown:0, referer: http://portfolio-dev.elab.athabascau.ca/admin/users/add.php
  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152]   * 
simplexml_load_file("/va

[Mahara-contributors] [Bug 750815] Re: Upgrade upstream versions of bundled software

2011-05-04 Thread Darryl Hamilton
** 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.
https://bugs.launchpad.net/bugs/750815

Title:
  Upgrade upstream versions of bundled software

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  Before 1.4 is released, we should go through the software we bundle
  and make sure it's up to date.

  This includes:
  - tinymce
  - jquery
  - jscalendar
  - MochiKit
  - adodb
  - dwoo
  - pear modules
  - phpmailer

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


[Mahara-contributors] [Bug 707860] Re: List group members alphabetically

2011-05-04 Thread Hugh Davenport
** Changed in: mahara
 Assignee: (unassigned) => Hugh Davenport (hugh-catalyst)

** 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.
https://bugs.launchpad.net/bugs/707860

Title:
  List group members alphabetically

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Currently, as Richard told me, group members are listed according to
  their group joining date on the membership page of a group with the
  admin leading, of course, as she was the first to create the group.

  I think it would be good to have an alphabetical listing of group
  members (admin can stay as the first if that is important) to make it
  easier to find group members esp. in larger groups. The listing should
  be according to their last name and then their first name.

  If it is important to know the order that members joined a group, we
  could have a setting above that allows for alphabetical and
  chronological listing.

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


[Mahara-contributors] [Bug 777034] [NEW] Mixcloud object embed code is not accepted

2011-05-04 Thread Kristina Hoeppner
Public bug reported:

via http://twitter.com/captain_jen/statuses/65464212100612097

I tested on demo (1.3) and master.dev with the following embed code from the 
site:
---
http://www.mixcloud.com/media/swf/player/mixcloudLoader.swf?v=106";>http://www.mixcloud.com/api/1/cloudcast/moguai/punx-up-the-volume-episode-28.json&embed_uuid=3b9f1321-4fd3-4ecf-b934-d434de8ddd1f&embed_type=widget_standard";>http://www.mixcloud.com/media/swf/player/mixcloudLoader.swf?v=106"; 
type="application/x-shockwave-flash" allowscriptaccess="always" 
allowfullscreen="true" 
flashvars="feed=http://www.mixcloud.com/api/1/cloudcast/moguai/punx-up-the-volume-episode-28.json&embed_uuid=3b9f1321-4fd3-4ecf-b934-d434de8ddd1f&embed_type=widget_standard";
 width="300" height="300">http://www.mixcloud.com/moguai/punx-up-the-volume-episode-28/?utm_source=widget&utm_medium=web&utm_campaign=base_links&utm_term=cloudcast_link";
 target="_blank" style="color:#02a0c7; font-weight:bold;">Punx Up The Volume - 
Episode 28 by http://www.mixcloud.com/moguai/?utm_source=widget&utm_medium=web&utm_campaign=base_links&utm_term=profile_link";
 target="_blank" style="color:#02a0c7; font-weight:bold;">Moguai on http://www.mixcloud.com/?utm_source=widget&utm_medium=web&utm_campaign=base_links&utm_term=homepage_link";
 target="_blank" style="color:#02a0c7; font-weight:bold;"> Mixcloud
---

The object is embedded. It does spin, but it does not load anything.

** Affects: mahara
 Importance: Undecided
 Status: New

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

Title:
  Mixcloud object embed code is not accepted

Status in Mahara ePortfolio:
  New

Bug description:
  via http://twitter.com/captain_jen/statuses/65464212100612097

  I tested on demo (1.3) and master.dev with the following embed code from the 
site:
  ---
  http://www.mixcloud.com/media/swf/player/mixcloudLoader.swf?v=106";>http://www.mixcloud.com/api/1/cloudcast/moguai/punx-up-the-volume-episode-28.json&embed_uuid=3b9f1321-4fd3-4ecf-b934-d434de8ddd1f&embed_type=widget_standard";>http://www.mixcloud.com/media/swf/player/mixcloudLoader.swf?v=106"; 
type="application/x-shockwave-flash" allowscriptaccess="always" 
allowfullscreen="true" 
flashvars="feed=http://www.mixcloud.com/api/1/cloudcast/moguai/punx-up-the-volume-episode-28.json&embed_uuid=3b9f1321-4fd3-4ecf-b934-d434de8ddd1f&embed_type=widget_standard";
 width="300" height="300">http://www.mixcloud.com/moguai/punx-up-the-volume-episode-28/?utm_source=widget&utm_medium=web&utm_campaign=base_links&utm_term=cloudcast_link";
 target="_blank" style="color:#02a0c7; font-weight:bold;">Punx Up The Volume - 
Episode 28 by http://www.mixcloud.com/moguai/?utm_source=widget&utm_medium=web&utm_campaign=base_links&utm_term=profile_link";
 target="_blank" style="color:#02a0c7; font-weight:bold;">Moguai on http://www.mixcloud.com/?utm_source=widget&utm_medium=web&utm_campaign=base_links&utm_term=homepage_link";
 target="_blank" style="color:#02a0c7; font-weight:bold;"> Mixcloud
  ---

  The object is embedded. It does spin, but it does not load anything.

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


[Mahara-contributors] [Bug 777031] [NEW] Textbox on master.dev is incredibly wide

2011-05-04 Thread Kristina Hoeppner
Public bug reported:

The textbox on master.dev is suddenly incredibly wide. It runs across
the entire screen. I think this is new, but I can't say when that
happened because I don't create text boxes there so much.

** Affects: mahara
 Importance: Undecided
 Status: New

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

Title:
  Textbox on master.dev is incredibly wide

Status in Mahara ePortfolio:
  New

Bug description:
  The textbox on master.dev is suddenly incredibly wide. It runs across
  the entire screen. I think this is new, but I can't say when that
  happened because I don't create text boxes there so much.

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


[Mahara-contributors] [Bug 646713] Re: Removal of httpswwwroot

2011-05-04 Thread Ruslan Kabalin
** 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.
https://bugs.launchpad.net/bugs/646713

Title:
  Removal of httpswwwroot

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  Originally reported in
  http://mahara.org/interaction/forum/topic.php?id=1746

  If wwwroot and httpswwwroot are both set and they're set differently, then 
users accessing mahara over https won't be able to retrieve various things - 
e.g. help snippets.
  If the user is coming over https, and httpswwwroot is set, we should be using 
that instead of the wwwroot.
  If they use the wwwroot, then browsers see this as XSS and block various 
things - e.g. help files.

  This is *only* a problem when visiting over https and the wwwroot is
  set to http. The only place I can see where we actively pass users
  from http to https is the account settings page. That said, users can
  visit the httpswwwroot instead of the wwwroot and will see this on any
  page that they visit (until they click a link that is...).

  I've marked this a security bug for the moment until someone else has had a 
look.
  I think we may need to have more of a review of this - the ajaxlogin also 
uses config.wwwroot regardless of the setting of httpswwwroot.

  Andrew

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


[Mahara-contributors] [Bug 776955] [NEW] /admin shows cronjob not running altho it is ok

2011-05-04 Thread Heinz Krettek
Public bug reported:

Hi,

I installed mahara 1.4 (Mahara version 1.4.0alpha2dev (2011042000) 
the cronjob is running, but the site shows:
Cron: Cron is not running.
See the installation guide for instructions on how to set it up.

** Affects: mahara
 Importance: Undecided
 Status: New

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

Title:
  /admin shows cronjob not running altho it is ok

Status in Mahara ePortfolio:
  New

Bug description:
  Hi,

  I installed mahara 1.4 (Mahara version 1.4.0alpha2dev (2011042000) 
  the cronjob is running, but the site shows:
  Cron: Cron is not running.
  See the installation guide for instructions on how to set it up.

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