[Mahara-contributors] [Bug 805310] [NEW] Fix typo bug in generic export class

2011-07-03 Thread Darryl Hamilton
Public bug reported:

The generic export class has a typo that may be causing some issues,
specifically if the export is passed artefacts of type ArtefactType.

** Affects: mahara
 Importance: Low
 Assignee: Darryl Hamilton (lordp)
 Status: In Progress


** Tags: bite-sized

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

Title:
  Fix typo bug in generic export class

Status in Mahara ePortfolio:
  In Progress

Bug description:
  The generic export class has a typo that may be causing some issues,
  specifically if the export is passed artefacts of type ArtefactType.

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

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


[Mahara-contributors] [Bug 805310] Re: Fix typo bug in generic export class

2011-07-03 Thread Darryl Hamilton
https://reviews.mahara.org/433

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

Title:
  Fix typo bug in generic export class

Status in Mahara ePortfolio:
  In Progress

Bug description:
  The generic export class has a typo that may be causing some issues,
  specifically if the export is passed artefacts of type ArtefactType.

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

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


[Mahara-contributors] [Bug 786739] Re: Add CPD to Mahara core

2011-06-30 Thread Darryl Hamilton
https://reviews.mahara.org/424

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

Title:
  Add CPD to Mahara core

Status in Mahara ePortfolio:
  Triaged

Bug description:
  I discovered James Kerrigan and Geoffrey Rowland's plugin called CPD.
  I really think this was missing in Mahara. In a portfolio people
  (stakeholders) are interested in recording actions for their
  Continuing Professional Development (CPD), Personal Development
  Planning (PDP), or their Further Training Activities. Personal
  Development Planning also became compulsory for some professions in
  Scotland and in other parts of EU.

  Therefore I suggest the code of this plugin being embedded into Mahara
  core development.

  http://mahara.org/interaction/forum/topic.php?id=3593
  https://github.com/geoffrowland/mahara-artefact_cpds

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

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


[Mahara-contributors] [Bug 803247] Re: Deleting a comment in a group view always deletes the first one

2011-06-29 Thread Darryl Hamilton
This change happened with Firefox 4, and is apparently in line with what
the HTML5 spec says. It's also how Opera and IE behave.

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

Title:
  Deleting a comment in a group view always deletes the first one

Status in Mahara ePortfolio:
  In Progress

Bug description:
  In the comment list ( comments on a view ) the earliest comment by the
  logged in user is always deleted instead of the chosen one, unless of
  course the one chosen is the earliest comment.

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

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


[Mahara-contributors] [Bug 803247] Re: Deleting a comment in a group view always deletes the first one

2011-06-28 Thread Darryl Hamilton
** 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/803247

Title:
  Deleting a comment in a group view always deletes the first one

Status in Mahara ePortfolio:
  Triaged

Bug description:
  This may be related to the comment edit / delete buttons. In the
  comment list ( comments on a view ) only the last comment made by the
  logged in user shows them the edit button, but all show the delete
  button. The earliest comment by the logged in user is always deleted
  instead of the chosen one, unless of course the one chosen is the
  earliest comment!

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

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


[Mahara-contributors] [Bug 803267] [NEW] Coding standards script doesn't cope with variable interpolation in heredocs

2011-06-28 Thread Darryl Hamilton
Public bug reported:

Consider the following code snippet

$js =  EOF
addLoadEvent(function () {
{$activities['pagination_js']}
});
EOF;

The coding standards script trips up on the line inside addLoadEvent(),
saying 'opening curly braces are do no need their own line.'

** Affects: mahara
 Importance: Medium
 Assignee: Brett Wilkins (brettwilkins)
 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/803267

Title:
  Coding standards script doesn't cope with variable interpolation in
  heredocs

Status in Mahara ePortfolio:
  New

Bug description:
  Consider the following code snippet

  $js =  EOF
  addLoadEvent(function () {
  {$activities['pagination_js']}
  });
  EOF;

  The coding standards script trips up on the line inside
  addLoadEvent(), saying 'opening curly braces are do no need their own
  line.'

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

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


[Mahara-contributors] [Bug 803247] Re: Deleting a comment in a group view always deletes the first one

2011-06-28 Thread Darryl Hamilton
Steps to reproduce -

1) Choose a page to place feedback on
2) Place 3 or 4 dummy comments with identifiable content so you can be sure the 
right one is deleted
3) Click on the delete icon on the far right for any but the first one

What should happen -
1) The comment you chose should be 'deleted' (ie content replaced with a 
deleted message)

What does happen -
1) The first comment in the list is deleted instead

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

Title:
  Deleting a comment in a group view always deletes the first one

Status in Mahara ePortfolio:
  In Progress

Bug description:
  This may be related to the comment edit / delete buttons. In the
  comment list ( comments on a view ) only the last comment made by the
  logged in user shows them the edit button, but all show the delete
  button. The earliest comment by the logged in user is always deleted
  instead of the chosen one, unless of course the one chosen is the
  earliest comment!

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

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


[Mahara-contributors] [Bug 802155] Re: Texteditor

2011-06-26 Thread Darryl Hamilton
Hi Sigi

Could you attach a screenshot of the tiny editor and let us know what
browser and version you are using?

Thanks
Darryl

** Tags added: wysiwyg

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

Title:
  Texteditor

Status in Mahara ePortfolio:
  New

Bug description:
  No idea why you guys have shrunk the text editor to a tiny window which you 
cannot even enlarge. I am having major trouble with this as any reasonable 
editing becomes a challenge. Will there be the possibility like in Moodle to 
switch to large window where you have all the features andreally get the 
WYSIWYG feeling ;-)
  Would be awesome.
  Sigi

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

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


[Mahara-contributors] [Bug 662775] Re: Admin approved self-user registration

2011-06-23 Thread Darryl Hamilton
** Changed in: mahara
   Status: Triaged = 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/662775

Title:
  Admin approved self-user registration

Status in Mahara ePortfolio:
  In Progress

Bug description:
  An option to approve/authorize a self-user registration by the
  administrator before the user can login properly (including message to
  new user wether she/he is approved or not) would save time for all
  Mahara installations which cannot be open to the public (or to nasty
  bots/spammers).

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

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


[Mahara-contributors] [Bug 794490] Re: Cron is not running

2011-06-08 Thread Darryl Hamilton
Hi Michael

Can you please attach your config.php file? I'd like to see what config
options you are overriding.

Remove any sensitive information such as the database password first.

Thanks
Darryl

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

Title:
  Cron is not running

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  Mahara v1.4rc3
  Linux 2.6.26-2
  PHP 5.2.6
  Apache-Server 2.2.9
  postgresql-Server 8.4

  I was trying to setup the cronjob for mahara explained like in the
  wiki:
  https://wiki.mahara.org/index.php/System_Administrator%27s_Guide/Cron_Job.
  But it do not work.

  See the entry in the /etc/crontab:
   */5 * * * * www-data php -c /etc/php5/apache2/php.ini 
/data/srv/www/mahara/lib/cron.php  /var/log/mahara/cron.log 21

  and the output of log-file in /var/log/mahara/cron.log:
  A nonrecoverable error occured. This probably means you have encountered a 
bug in the system[WAR] 1f (lib/web.php:2291) redirect() should be called with 
either /[something] for local redirects or http[something] for absolute 
redirects
  Call stack (most recent first):
* redirect(ar/www/mahara/lib/cron.php) at /var/www/mahara/init.php:192
* require(/var/www/mahara/init.php) at /var/www/mahara/lib/cron.php:33

  A nonrecoverable error occured. This probably means you have
  encountered a bug in the system.

  Has anybody an idea?

  Thanx,
  michael wuttke

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

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


[Mahara-contributors] [Bug 548311] Re: Support for Time Zones of users in Mahara

2011-06-08 Thread Darryl Hamilton
I'm not sure if this is the right way to handle this, or if it will work
in Mahara, but in a Ruby on Rails site that uses time zones, all
date/time information is stored in the database in UTC.

Conversion to a user's timezone is done before it is displayed, and all
dates entered by a user are assumed to be in their time zone, and are
converted to UTC before storing in the database.

For anonymous/public access, perhaps a site default can be used?

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

Title:
  Support for Time Zones of users in Mahara

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  Did a quick search here and couldn't easily find an existing request for Time 
Zones support.
  Unlike this eduforge tracker when I created my account, where I was prompted 
to confirm my time zone, there seems to be no such Time Zone support within the 
Mahara system and therefore I have to mentally adjust time stamps against 
forum, blog, and other posts.
  Hope this request can find its way into your todo list soon.
  Cheers, Peter B.

  This bug was imported from eduforge.org, see:
  
https://eduforge.org/tracker/index.php?func=detailaid=3290group_id=176atid=742

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

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


[Mahara-contributors] [Bug 793840] Re: When editing content for a view, there is a missing translation string showing

2011-06-07 Thread Darryl Hamilton
Seems I managed to miss a database upgrade from mid May, reapplying that
has fixed the issue.

** Changed in: mahara
   Status: Triaged = Invalid

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

Title:
  When editing content for a view, there is a missing translation string
  showing

Status in Mahara ePortfolio:
  Invalid

Bug description:
  Edit a view and click on 'Edit Content'. In the second set of tabs,
  there is a missing language string '[[pluginname/artefact.feeds]]'.

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


[Mahara-contributors] [Bug 793815] [NEW] Generate sitemap for forum posts in public groups and publicly visible portfolio content

2011-06-06 Thread Darryl Hamilton
Public bug reported:

Mahara should have an option to generate sitemap content, using the
sitemaps.org protocol, for forum topics in public groups and portfolio
content that has been shared with the public.

** Affects: mahara
 Importance: Undecided
 Assignee: Darryl Hamilton (lordp)
 Status: In Progress


** Tags: feature sitemap

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

Title:
  Generate sitemap for forum posts in public groups and publicly visible
  portfolio content

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Mahara should have an option to generate sitemap content, using the
  sitemaps.org protocol, for forum topics in public groups and portfolio
  content that has been shared with the public.

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


[Mahara-contributors] [Bug 793815] Re: Generate sitemap for forum posts in public groups and publicly visible portfolio content

2011-06-06 Thread Darryl Hamilton
** Changed in: mahara
 Assignee: (unassigned) = Darryl Hamilton (lordp)

** Tags added: feature

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

Title:
  Generate sitemap for forum posts in public groups and publicly visible
  portfolio content

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Mahara should have an option to generate sitemap content, using the
  sitemaps.org protocol, for forum topics in public groups and portfolio
  content that has been shared with the public.

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


[Mahara-contributors] [Bug 791854] Re: TinyMCE: height growing misbehaviour in Chrome

2011-06-06 Thread Darryl Hamilton
Ahh, I don't think my comment on the TinyMCE bug tracker was very good -
I should have added that a repack was needed.

I've attached what I think will be the packed version as a patch.

** Patch added: tinymce_autoresize.patch
   
https://bugs.launchpad.net/mahara/+bug/791854/+attachment/2158041/+files/tinymce_autoresize.patch

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

Title:
  TinyMCE: height growing misbehaviour in Chrome

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  This is on gerrit/master and gerrit/1.4_STABLE so far. With TinyMCE
  update (b079064d) a new bug has been introduced. When user types in
  the text, the height of the iframe containing the editor is rapidly
  growing. Each keystroke (any key including backspace) results in
  iframe height increase by 50px.

  Steps to reproduce:
  * checkout gerrit/master
  * open any page containing TinyMCE editor
  * type in the text in the textbox.

  Chrome version in use: 11.0.696.71

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


[Mahara-contributors] [Bug 793840] [NEW] When editing content for a view, there is a missing translation string showing

2011-06-06 Thread Darryl Hamilton
Public bug reported:

Edit a view and click on 'Edit Content'. In the second set of tabs,
there is a missing language string '[[pluginname/artefact.feeds]]'.

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

Title:
  When editing content for a view, there is a missing translation string
  showing

Status in Mahara ePortfolio:
  New

Bug description:
  Edit a view and click on 'Edit Content'. In the second set of tabs,
  there is a missing language string '[[pluginname/artefact.feeds]]'.

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


[Mahara-contributors] [Bug 793840] Re: When editing content for a view, there is a missing translation string showing

2011-06-06 Thread Darryl Hamilton
** Attachment added: mahara-missing-translation-string-content.png
   
https://bugs.launchpad.net/mahara/+bug/793840/+attachment/2158081/+files/mahara-missing-translation-string-content.png

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

Title:
  When editing content for a view, there is a missing translation string
  showing

Status in Mahara ePortfolio:
  New

Bug description:
  Edit a view and click on 'Edit Content'. In the second set of tabs,
  there is a missing language string '[[pluginname/artefact.feeds]]'.

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


[Mahara-contributors] [Bug 791854] Re: TinyMCE: height growing misbehaviour in Chrome

2011-06-02 Thread Darryl Hamilton
Still happens with Chrome 13.0.772.0, something to do with the
AutoResize plugin.

Reported here
http://tinymce.moxiecode.com/develop/bugtracker_view.php?id=4416

** Bug watch added: tinymce.moxiecode.com/develop/bugtracker_ #4416
   http://tinymce.moxiecode.com/develop/bugtracker_/view.php?id=4416

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

Title:
  TinyMCE: height growing misbehaviour in Chrome

Status in Mahara ePortfolio:
  New

Bug description:
  This is on gerrit/master and gerrit/1.4_STABLE so far. With TinyMCE
  update (b079064d) a new bug has been introduced. When user types in
  the text, the height of the iframe containing the editor is rapidly
  growing. Each keystroke (any key including backspace) results in
  iframe height increase by 50px.

  Steps to reproduce:
  * checkout gerrit/master
  * open any page containing TinyMCE editor
  * type in the text in the textbox.

  Chrome version in use: 11.0.696.71

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


[Mahara-contributors] [Bug 791854] Re: TinyMCE: height growing misbehaviour in Chrome

2011-06-02 Thread Darryl Hamilton
Disabling the plugin (lib/web.php:123) 'fixes' the problem.

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

Title:
  TinyMCE: height growing misbehaviour in Chrome

Status in Mahara ePortfolio:
  New

Bug description:
  This is on gerrit/master and gerrit/1.4_STABLE so far. With TinyMCE
  update (b079064d) a new bug has been introduced. When user types in
  the text, the height of the iframe containing the editor is rapidly
  growing. Each keystroke (any key including backspace) results in
  iframe height increase by 50px.

  Steps to reproduce:
  * checkout gerrit/master
  * open any page containing TinyMCE editor
  * type in the text in the textbox.

  Chrome version in use: 11.0.696.71

___
Mailing list: https://launchpad.net/~mahara-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-27 Thread Darryl Hamilton
** Tags added: htmlpurifier

-- 
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:
  ---
  divobject width=300 height=300param name=movie 
value=http://www.mixcloud.com/media/swf/player/mixcloudLoader.swf?v=106;/paramparam
 name=allowFullScreen value=true/paramparam name=allowscriptaccess 
value=always/paramparam name=flashVars 
value=feed=http://www.mixcloud.com/api/1/cloudcast/moguai/punx-up-the-volume-episode-28.jsonembed_uuid=3b9f1321-4fd3-4ecf-b934-d434de8ddd1fembed_type=widget_standard;/paramembed
 src=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.jsonembed_uuid=3b9f1321-4fd3-4ecf-b934-d434de8ddd1fembed_type=widget_standard;
 width=300 height=300/embed/objectdiv style=clear:both; 
height:3px;/divp style=display:block; font-size:12px; 
font-family:Helvetica, Arial, sans-serif; margin:0; padding: 3px 4px 3px 4px; 
color:#999;a 
href=http://www.mixcloud.com/moguai/punx-up-the-volume-episode-28/?utm_source=widgetamp;utm_medium=webamp;utm_campaign=base_linksamp;utm_term=cloudcast_link;
 target=_blank style=color:#02a0c7; font-weight:bold;Punx Up The Volume - 
Episode 28/a by a 
href=http://www.mixcloud.com/moguai/?utm_source=widgetamp;utm_medium=webamp;utm_campaign=base_linksamp;utm_term=profile_link;
 target=_blank style=color:#02a0c7; font-weight:bold;Moguai/a on a 
href=http://www.mixcloud.com/?utm_source=widgetamp;utm_medium=webamp;utm_campaign=base_linksamp;utm_term=homepage_link;
 target=_blank style=color:#02a0c7; font-weight:bold; Mixcloud/a/pdiv 
style=clear:both; height:3px;/div/div
  ---

  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 783804] Re: The install.xml file doesn't validate against its XSD

2011-05-23 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/783804

Title:
  The install.xml file doesn't validate against its XSD

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  Most of the errors are around a missing SEQUENCE attribute, with
  some missing NOTNULL attributes, and a handful of other errors.

  The SEQUENCE attribute should be changed to optional in the XSD,
  the others updated to reflect current database setting in the XML
  file.

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


[Mahara-contributors] [Bug 783804] Re: The install.xml file doesn't validate against its XSD

2011-05-17 Thread Darryl Hamilton
** 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/783804

Title:
  The install.xml file doesn't validate against its XSD

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Most of the errors are around a missing SEQUENCE attribute, with
  some missing NOTNULL attributes, and a handful of other errors.

  The SEQUENCE attribute should be changed to optional in the XSD,
  the others updated to reflect current database setting in the XML
  file.

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


[Mahara-contributors] [Bug 781988] Re: Broken image in raw theme

2011-05-16 Thread Darryl Hamilton
I've attached the relevant file from an old(ish) version of 1.4 - it
seems to load fine in GIMP 2.6.11 and Chrome et al. Perhaps changeset
166 (lossless optimisation, https://reviews.mahara.org/166) did
something nasty to it?

** Attachment added: icon-subscribeforum.gif
   
https://bugs.launchpad.net/mahara/+bug/781988/+attachment/2130586/+files/icon-subscribeforum.gif

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

Title:
  Broken image in raw theme

Status in Mahara ePortfolio:
  Triaged

Bug description:
  This image is broken:

htdocs/interaction/forum/theme/raw/static/images/icon-
  subscribetopic.gif

  It does kind of open in GIMP, but it's huge and there's a tiny black
  dot in the top left corner. We should find out what it's supposed to
  be and turn it into a valid image.

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


[Mahara-contributors] [Bug 781988] Re: Broken image in raw theme

2011-05-16 Thread Darryl Hamilton
Well, that's embarrassing (it was late, I was tired, etc, etc)

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

Title:
  Broken image in raw theme

Status in Mahara ePortfolio:
  In Progress

Bug description:
  This image is broken:

htdocs/interaction/forum/theme/raw/static/images/icon-
  subscribetopic.gif

  It does kind of open in GIMP, but it's huge and there's a tiny black
  dot in the top left corner. We should find out what it's supposed to
  be and turn it into a valid image.

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


[Mahara-contributors] [Bug 783721] [NEW] The custom ViewACL element breaks if any items in the 'allowed' list are removed

2011-05-16 Thread Darryl Hamilton
Public bug reported:

This means that if the site admin blocks the ability to share views with
the public, the entire 'allowed' list disappears, rather than just the
public part.

What happens is json_encode() converts an array with non-contiguous keys
or those that aren't zero-based into an object, which then can't be
iterated over. The fix is to run array_merge() over the array before
json_encode() to effect a renumber.

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

Title:
  The custom ViewACL element breaks if any items in the 'allowed' list
  are removed

Status in Mahara ePortfolio:
  New

Bug description:
  This means that if the site admin blocks the ability to share views
  with the public, the entire 'allowed' list disappears, rather than
  just the public part.

  What happens is json_encode() converts an array with non-contiguous
  keys or those that aren't zero-based into an object, which then can't
  be iterated over. The fix is to run array_merge() over the array
  before json_encode() to effect a renumber.

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


[Mahara-contributors] [Bug 783721] Re: The custom ViewACL element breaks if any items in the 'allowed' list are removed

2011-05-16 Thread Darryl Hamilton
** Changed in: mahara
   Status: New = 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/783721

Title:
  The custom ViewACL element breaks if any items in the 'allowed' list
  are removed

Status in Mahara ePortfolio:
  In Progress

Bug description:
  This means that if the site admin blocks the ability to share views
  with the public, the entire 'allowed' list disappears, rather than
  just the public part.

  What happens is json_encode() converts an array with non-contiguous
  keys or those that aren't zero-based into an object, which then can't
  be iterated over. The fix is to run array_merge() over the array
  before json_encode() to effect a renumber.

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


[Mahara-contributors] [Bug 783804] [NEW] The install.xml file doesn't validate against its XSD

2011-05-16 Thread Darryl Hamilton
Public bug reported:

Most of the errors are around a missing SEQUENCE attribute, with some
missing NOTNULL attributes, and a handful of other errors.

The SEQUENCE attribute should be changed to optional in the XSD, the
others updated to reflect current database setting in the XML file.

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

Title:
  The install.xml file doesn't validate against its XSD

Status in Mahara ePortfolio:
  New

Bug description:
  Most of the errors are around a missing SEQUENCE attribute, with
  some missing NOTNULL attributes, and a handful of other errors.

  The SEQUENCE attribute should be changed to optional in the XSD,
  the others updated to reflect current database setting in the XML
  file.

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


[Mahara-contributors] [Bug 781589] Re: Views of a suspended users should not be accessible

2011-05-12 Thread Darryl Hamilton
** 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/781589

Title:
  Views of a suspended users should not be accessible

Status in Mahara ePortfolio:
  In Progress

Bug description:
  When we suspend a spammer, their profile view (and possibly other
  views) are still accessible.

  Suspending a user should disable access to all of that.

  (Some spammers put links on their wall.)

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


[Mahara-contributors] [Bug 759236] Re: Can't create blog and forum post on IE9

2011-05-10 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/759236

Title:
  Can't create blog and forum post on IE9

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  reported at http://twitter.com/TheOrganist/statuses/57704366584512512

  tested by me then on Windows 7 and IE9 with demo.mahara.org. I can
  also not edit a blog post. Provide title - enter description - Click
  save - Loading... appears but doesn't do anything.

  Groups get created fine.

  When I want to create a forum post and enter subject as well as body,
  and click on Post, the text in Body gets deleted and I get the
  message This field is required though I had entered text.

  These problems never happened in Firefox up to FF4.

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


[Mahara-contributors] [Bug 771597] Re: Leap2A Export has no dates

2011-05-10 Thread Darryl Hamilton
A partial fix has been committed for this problem - the export file will
have better date values, but an import with that export file will still
fail, unless the Leap2A XML file is edited beforehand.

The fix puts up a warning on the admin page if your installation is
affected. From the testing I've done, it appears to only affect a
Windows host.

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

Title:
  Leap2A Export has no dates

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  After installing 1.3.5 all exports have had missing dates. Tags such
  as updated and published come out like the following:

  updated:/updated
  published:/published

  I've attached an example export.

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


[Mahara-contributors] [Bug 736302] Re: Leap2A import ignores studentid internal artefact

2011-05-10 Thread Darryl Hamilton
** Changed in: mahara
   Status: Triaged = In Progress

** Changed in: mahara
 Assignee: Penny Leach (mjollnir) = 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/736302

Title:
  Leap2A import ignores studentid internal artefact

Status in Mahara ePortfolio:
  In Progress

Bug description:
  When importing a student's LEAP2A file in Mahara 1.2.6, the studentid
  internal artefact appears to be ignored, and no data is stored in the
  user's usr.studentid field in the database.

  We rely on the value stored in usr.studentid for some additional
  functionality in our installation, so this causes noticeable issues.

  Below is the relevant XML from the leap2a.xml file (with dummy student
  ID):

  leap:persondata
  mahara:artefactplugin=internal
  mahara:artefacttype=studentid
  leap:field=other

  leap:label=Student ID

  /leap:persondata

___
Mailing list: https://launchpad.net/~mahara-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-09 Thread Darryl Hamilton
I think HTMLPurifier is changing some of the needed attributes
(allowScriptAccess and/or allowNetworking) to 'safe' values, and this is
blocking the code from working.

-- 
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:
  ---
  divobject width=300 height=300param name=movie 
value=http://www.mixcloud.com/media/swf/player/mixcloudLoader.swf?v=106;/paramparam
 name=allowFullScreen value=true/paramparam name=allowscriptaccess 
value=always/paramparam name=flashVars 
value=feed=http://www.mixcloud.com/api/1/cloudcast/moguai/punx-up-the-volume-episode-28.jsonembed_uuid=3b9f1321-4fd3-4ecf-b934-d434de8ddd1fembed_type=widget_standard;/paramembed
 src=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.jsonembed_uuid=3b9f1321-4fd3-4ecf-b934-d434de8ddd1fembed_type=widget_standard;
 width=300 height=300/embed/objectdiv style=clear:both; 
height:3px;/divp style=display:block; font-size:12px; 
font-family:Helvetica, Arial, sans-serif; margin:0; padding: 3px 4px 3px 4px; 
color:#999;a 
href=http://www.mixcloud.com/moguai/punx-up-the-volume-episode-28/?utm_source=widgetamp;utm_medium=webamp;utm_campaign=base_linksamp;utm_term=cloudcast_link;
 target=_blank style=color:#02a0c7; font-weight:bold;Punx Up The Volume - 
Episode 28/a by a 
href=http://www.mixcloud.com/moguai/?utm_source=widgetamp;utm_medium=webamp;utm_campaign=base_linksamp;utm_term=profile_link;
 target=_blank style=color:#02a0c7; font-weight:bold;Moguai/a on a 
href=http://www.mixcloud.com/?utm_source=widgetamp;utm_medium=webamp;utm_campaign=base_linksamp;utm_term=homepage_link;
 target=_blank style=color:#02a0c7; font-weight:bold; Mixcloud/a/pdiv 
style=clear:both; height:3px;/div/div
  ---

  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 775221] Re: Users uploaded by CSV are not forced to change their password when the relevant option is set

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

Title:
  Users uploaded by CSV are not forced to change their password when the
  relevant option is set

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  When uploading users via CSV file, the 'Force password change?'
  checkbox is ignored - ie users are not required to change their
  password on their next login attempt.

___
Mailing list: https://launchpad.net/~mahara-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-08 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/548000

Title:
  Add undo icon to tinymce editor

Status in Mahara ePortfolio:
  Fix Committed

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=detailaid=3075group_id=176atid=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 746079] Re: leap2a import fails on PHP 5.3.2

2011-05-05 Thread Darryl Hamilton
Hi Darren

The default path to unzip is /usr/bin/unzip - can you check that that is
correct, or if the config has changed to point somewhere else? Look for
something like $cfg-pathtounzip

Thanks
Darryl

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

[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 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]   * 

[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=detailaid=3075group_id=176atid=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 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.php
  [Wed Mar 30 

[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] [error] [client 

[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]   * 

[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 732531] Re: Displays wrong in IE 9

2011-05-03 Thread Darryl Hamilton
This may have already been fixed in 1.4 - the image is a screenshot from
a nearly current 1.4 checkout after login, and it looks good (certainly
better than 1.3).

** Attachment added: mahara_14_ie9.png
   
https://bugs.launchpad.net/mahara/+bug/732531/+attachment/2108330/+files/mahara_14_ie9.png

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

Title:
  Displays wrong in IE 9

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  When logging into mahara 1.3 via internet explorer ( the first couple
  of lines are displayed ' mahara is a fully featured', the headers
  and footer also display correctly.

  The help block and the rest of the main content pane doesn't display.

  
  Putting the browser into compatibility mode solves this but native support 
will be required

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


[Mahara-contributors] [Bug 732531] Re: Displays wrong in IE 9

2011-05-03 Thread Darryl Hamilton
The version I'm using is 9.0.8112.16421

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

Title:
  Displays wrong in IE 9

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  When logging into mahara 1.3 via internet explorer ( the first couple
  of lines are displayed ' mahara is a fully featured', the headers
  and footer also display correctly.

  The help block and the rest of the main content pane doesn't display.

  
  Putting the browser into compatibility mode solves this but native support 
will be required

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


[Mahara-contributors] [Bug 656679] Re: Update user info on login can prevent re-login

2011-05-03 Thread Darryl Hamilton
I haven't been able to replicate this against OpenLDAP (v3), so it may
be limited to ActiveDirectory.

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

Title:
  Update user info on login can prevent re-login

Status in Mahara ePortfolio:
  Triaged

Bug description:
  Using Active Directory LDAP for authentication. It seemed that having
  the 'Update user info on login' tickbox enabled caused Mahara to
  appear to go-offline to that user upon re-logins. I tried this with
  several users and it was repeatable. There was a similar sounding bug
  reported a while back I think - it may be the same.

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


[Mahara-contributors] [Bug 771597] Re: Leap2A Export has no dates

2011-05-03 Thread Darryl Hamilton
** Tags added: windows

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

Title:
  Leap2A Export has no dates

Status in Mahara ePortfolio:
  In Progress

Bug description:
  After installing 1.3.5 all exports have had missing dates. Tags such
  as updated and published come out like the following:

  updated:/updated
  published:/published

  I've attached an example export.

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


[Mahara-contributors] [Bug 753207] Re: Collection Export to HTML Broken Header Links

2011-05-01 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/753207

Title:
  Collection Export to HTML Broken Header Links

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  Upon exporting a collection of views to a Standalone HTML Website, the
  index page has links of the type:
  file:///C:/Scott/Export/View1/index.html and these work fine.

  However, once you're looking at a View you have the standard header
  with links to the other views in the collection. These, however, are
  missing the reference to index.html (e.g.
  file:///C:/Scott/Export/View2/) and so in IE open the file location in
  Windows Explorer.

  Tested in Mahara 1.3.3 and 1.3.5

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


[Mahara-contributors] [Bug 772976] [NEW] LEAP2A import artefact fixer uses the wrong namespace

2011-04-29 Thread Darryl Hamilton
Public bug reported:

In trying to fix bug #675730, I found that the
artefact_reference_quickcheck() and fix_artefact_reference() methods
were using the wrong namespace variable/value.

The effect of this is those functions were looking for
http://terms.leapspecs.org/; as part of the text, where they should be
looking for leap2 instead.

A patch to fix this will be coming soon.

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

Title:
  LEAP2A import artefact fixer uses the wrong namespace

Status in Mahara ePortfolio:
  New

Bug description:
  In trying to fix bug #675730, I found that the
  artefact_reference_quickcheck() and fix_artefact_reference() methods
  were using the wrong namespace variable/value.

  The effect of this is those functions were looking for
  http://terms.leapspecs.org/; as part of the text, where they should
  be looking for leap2 instead.

  A patch to fix this will be coming soon.

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


[Mahara-contributors] [Bug 759236] Re: Can't create blog and forum post on IE9

2011-04-29 Thread Darryl Hamilton
Ok, with the new version of TinyMCE in place, I can confirm that IE9 can
create blog and forum posts.

Are there any other part of the system that should be tested?

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

Title:
  Can't create blog and forum post on IE9

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  reported at http://twitter.com/TheOrganist/statuses/57704366584512512

  tested by me then on Windows 7 and IE9 with demo.mahara.org. I can
  also not edit a blog post. Provide title - enter description - Click
  save - Loading... appears but doesn't do anything.

  Groups get created fine.

  When I want to create a forum post and enter subject as well as body,
  and click on Post, the text in Body gets deleted and I get the
  message This field is required though I had entered text.

  These problems never happened in Firefox up to FF4.

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


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

2011-04-28 Thread Darryl Hamilton
** 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/750815

Title:
  Upgrade upstream versions of bundled software

Status in Mahara ePortfolio:
  In Progress

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 750815] Re: Upgrade upstream versions of bundled software

2011-04-28 Thread Darryl Hamilton
Already at most recent version - MochiKit, dwoo, adodb, jscalendar,
phpmailer

Available upgrades
tinymce - 3.3.8 - 3.4.2 (see change #59 in Gerrit)
PEAR - 1.9.0 - 1.9.2, plus updates to sub modules (see change #65 in Gerrit)

jquery - 1.3.2 - 1.5.2

-- 
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:
  In Progress

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 732531] Re: Displays wrong in IE 9

2011-04-28 Thread Darryl Hamilton
** Changed in: mahara
   Status: Triaged = Confirmed

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

Title:
  Displays wrong in IE 9

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  When logging into mahara 1.3 via internet explorer ( the first couple
  of lines are displayed ' mahara is a fully featured', the headers
  and footer also display correctly.

  The help block and the rest of the main content pane doesn't display.

  
  Putting the browser into compatibility mode solves this but native support 
will be required

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


[Mahara-contributors] [Bug 759236] Re: Can't create blog and forum post on IE9

2011-04-28 Thread Darryl Hamilton
Hmm, even on the current version of TinyMCE you can't tab into the
editor field, even with Chrome or Firefox, so I guess that's not a
specific IE9 bug.

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

Title:
  Can't create blog and forum post on IE9

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  reported at http://twitter.com/TheOrganist/statuses/57704366584512512

  tested by me then on Windows 7 and IE9 with demo.mahara.org. I can
  also not edit a blog post. Provide title - enter description - Click
  save - Loading... appears but doesn't do anything.

  Groups get created fine.

  When I want to create a forum post and enter subject as well as body,
  and click on Post, the text in Body gets deleted and I get the
  message This field is required though I had entered text.

  These problems never happened in Firefox up to FF4.

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


[Mahara-contributors] [Bug 753208] Re: Image Links in HTML Collection Export Link back to Mahara

2011-04-27 Thread Darryl Hamilton
** Changed in: mahara
   Status: Triaged = 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/753208

Title:
  Image Links in HTML Collection Export Link back to Mahara

Status in Mahara ePortfolio:
  In Progress

Bug description:
  When exporting a collection from Mahara 1.3.3 and 1.3.5 into a
  Standalone HTML File, the image files, both resized and full, are
  included. However, the images in the included html views are linked
  back to whatever Mahara instance they came from rather than the full
  sized version of the files included with the HTML Export.

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


[Mahara-contributors] [Bug 732531] Re: Displays wrong in IE 9

2011-04-27 Thread Darryl Hamilton
I've just tried this with http://demo.mahara.org and I do see the same
effect, so 1.3.5 is affected.

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

Title:
  Displays wrong in IE 9

Status in Mahara ePortfolio:
  Triaged

Bug description:
  When logging into mahara 1.3 via internet explorer ( the first couple
  of lines are displayed ' mahara is a fully featured', the headers
  and footer also display correctly.

  The help block and the rest of the main content pane doesn't display.

  
  Putting the browser into compatibility mode solves this but native support 
will be required

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


[Mahara-contributors] [Bug 759236] Re: Can't create blog and forum post on IE9

2011-04-27 Thread Darryl Hamilton
Upgrading tinymce may help with this. When I tried it (on
http://demo.mahara.org), I couldn't tab into the body editing area, and
clicking didn't work either.

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

Title:
  Can't create blog and forum post on IE9

Status in Mahara ePortfolio:
  Triaged

Bug description:
  reported at http://twitter.com/TheOrganist/statuses/57704366584512512

  tested by me then on Windows 7 and IE9 with demo.mahara.org. I can
  also not edit a blog post. Provide title - enter description - Click
  save - Loading... appears but doesn't do anything.

  Groups get created fine.

  When I want to create a forum post and enter subject as well as body,
  and click on Post, the text in Body gets deleted and I get the
  message This field is required though I had entered text.

  These problems never happened in Firefox up to FF4.

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


[Mahara-contributors] [Bug 759236] Re: Can't create blog and forum post on IE9

2011-04-27 Thread Darryl Hamilton
Yes, I tried typing, but the text only showed up when I could see the
cursor blinking.

It seems to me that pressing tab from the title text field actually sets
the focus on the normal text area behind the HTML editor instead.

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

Title:
  Can't create blog and forum post on IE9

Status in Mahara ePortfolio:
  Triaged

Bug description:
  reported at http://twitter.com/TheOrganist/statuses/57704366584512512

  tested by me then on Windows 7 and IE9 with demo.mahara.org. I can
  also not edit a blog post. Provide title - enter description - Click
  save - Loading... appears but doesn't do anything.

  Groups get created fine.

  When I want to create a forum post and enter subject as well as body,
  and click on Post, the text in Body gets deleted and I get the
  message This field is required though I had entered text.

  These problems never happened in Firefox up to FF4.

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


[Mahara-contributors] [Bug 623107] Re: Blogs with many posts are slow

2011-04-27 Thread Darryl Hamilton
Hi Kristina

I've done as Richard suggested and put the blog into a view, but I'm
still not seeing any obvious slow responses.

Can you ask Heinz if he can provide more information about this -
specifically the kind of content he's got in his blog entries, eg
embedded images or video, plain text, or something else. The version of
Mahara he's using and what database he's attaching it to would be very
useful as well.

Darryl

** Changed in: mahara
   Status: Triaged = Incomplete

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

Title:
  Blogs with many posts are slow

Status in Mahara ePortfolio:
  Incomplete

Bug description:
  Heinz reports in a DM: Hi, blogs with many postings are very slowly
  in mahara. I use one wth more than 100 posts

___
Mailing list: https://launchpad.net/~mahara-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-04-27 Thread Darryl Hamilton
** Changed in: mahara
   Status: Triaged = Confirmed

-- 
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 771597] Re: Leap2A Export has no dates

2011-04-27 Thread Darryl Hamilton
Hi Scott

Thanks for the backup - unfortunately I can't import it as the version
is unsupported. Is it from PostgreSQL 9.0?

If so, can you post an uncompressed one? (feel free to zip it
afterwards)

And yes, the Apache error log.

Thanks
Darryl

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

Title:
  Leap2A Export has no dates

Status in Mahara ePortfolio:
  Triaged

Bug description:
  After installing 1.3.5 all exports have had missing dates. Tags such
  as updated and published come out like the following:

  updated:/updated
  published:/published

  I've attached an example export.

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


[Mahara-contributors] [Bug 623107] Re: Blogs with many posts are slow

2011-04-27 Thread Darryl Hamilton
** 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/623107

Title:
  Blogs with many posts are slow

Status in Mahara ePortfolio:
  Incomplete

Bug description:
  Heinz reports in a DM: Hi, blogs with many postings are very slowly
  in mahara. I use one wth more than 100 posts

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


[Mahara-contributors] [Bug 745426] Re: Mahara should check for missing trailing / in wwwroot

2011-04-26 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/745426

Title:
  Mahara should check for missing trailing / in wwwroot

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  As part of the sanity checks, Mahara should throw an error message
  when you configure your site incorrectly by not having a trailing
  slash in the $cfg-wwwroot variable of config.php

  This would avoid problems like
  http://mahara.org/interaction/forum/topic.php?id=3238#post14130

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


[Mahara-contributors] [Bug 712427] Re: Hiding HomeInfo not working in Windows XP, FF 3.6.8

2011-04-26 Thread Darryl Hamilton
Hi Jürgen

Unfortunately I haven't been able to replicate the problem, with a
similar OS/Browser combination as you - I'm not sure what service pack
XP it is up to, but Firefox is at version 3.6.8.

Can you please try this on http://demo.mahara.org (which is currently
1.3.5), and double check that Javascript is enabled?

Thanks
Darryl

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

Title:
  Hiding HomeInfo not working in Windows XP, FF 3.6.8

Status in Mahara ePortfolio:
  Triaged

Bug description:
  I've installed Mahara 1.3.3 on a Linux Host, MySQL DB and the 'hide' button 
  on the grey home-info box on the home page (after login) does not seem to 
work in FF 3.6.8/3.6.9
  on a Windows XP Professional (SP2/SP3) client machine. The box simply doesn't 
disappear. No JavaScript error is thrown.

  Has anyone similar experiences?

  Cheers 
jzimmer

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


[Mahara-contributors] [Bug 623107] Re: Blogs with many posts are slow

2011-04-25 Thread Darryl Hamilton
I've set up a local copy with 148 blog entries and I can't replicate any
slow response with PostgreSQL or MySQL. Clicking through the pager is
fast, with no obvious CPU or disk IO that I can see.

I've attached the LEAP2A file I created to test with. The 'content' of
each blog is generated Lorem Ipsum text (5 paragraphs), with the
published/updated date incremented by one day.

** Attachment added: mahara-export-leap-user2-1303765208.zip
   
https://bugs.launchpad.net/mahara/+bug/623107/+attachment/2088837/+files/mahara-export-leap-user2-1303765208.zip

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

Title:
  Blogs with many posts are slow

Status in Mahara ePortfolio:
  Triaged

Bug description:
  Heinz reports in a DM: Hi, blogs with many postings are very slowly
  in mahara. I use one wth more than 100 posts

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


[Mahara-contributors] [Bug 744591] Re: Theme directory name and unrecoverable WSOD

2011-04-25 Thread Darryl Hamilton
** Changed in: mahara
 Assignee: (unassigned) = Darryl Hamilton (lordp)

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

Title:
  Theme directory name and unrecoverable WSOD

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Discovered in Mahara 1.3.4

  If you give your theme's directory a name that includes a period and
  set Mahara to use this theme, it will WSOD for all users
  unrecoverably.

  To reproduce:
  1) Create a new theme. Name the folder something akin to elab2.0
  2) Select the theme as your default site theme, then log out.
  3) WSOD

  This is the relevant error in error_log:

  [WAR] 01 (lib/web.php:641) Theme name is in invalid form: 'elab2.0',
  referer: http://portfolio-
  dev.elab.athabascau.ca/admin/site/options.php

  Only the site configuration was changed; institutions were set to use
  the site default.

  I attempted the following to work around this:
  1) Renamed the theme folder, hoping it would revert to the default theme.
  2) Re-set the default theme through a direct SQL query

  In both cases, the error persisted.

  Due to apache write permissions, I was unable to delete the contents
  of $datadir/dwoo, which is where I think the problem lies.

  Finally worked around this by editing lib/web.php and commenting out
  the dirname check.

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


[Mahara-contributors] [Bug 745426] Re: Mahara should check for missing trailing / in wwwroot

2011-04-20 Thread Darryl Hamilton
** Changed in: mahara
 Assignee: (unassigned) = Darryl Hamilton (lordp)

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

Title:
  Mahara should check for missing trailing / in wwwroot

Status in Mahara ePortfolio:
  In Progress

Bug description:
  As part of the sanity checks, Mahara should throw an error message
  when you configure your site incorrectly by not having a trailing
  slash in the $cfg-wwwroot variable of config.php

  This would avoid problems like
  http://mahara.org/interaction/forum/topic.php?id=3238#post14130

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


[Mahara-contributors] [Bug 605705] Re: More information when deleting a view

2011-04-20 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/605705

Title:
  More information when deleting a view

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  Hello,

  Do you really want to delete this View? It cannot be undone. – Some
  users may ask if their files and blog entries will also be lost when
  the view is deleted.

  Maybe a sentence should be added along the lines of All your files
  and blog entries that you linked in this view will still be available.
  However, if you have written text directly into text boxes, this will
  be gone.

  BUT if text boxes also get the artefact status then the second
  sentence becomes redundant.

  Maybe we can also provide a link to the portfolio export. That could
  be used as backup (they could always do an HTML export to freeze their
  portfolio in time). E.g. If you want to create a copy of your
  portfolio in the state it was in before deleting, you may want to
  [link]export[/link] it before you delete this view.

___
Mailing list: https://launchpad.net/~mahara-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-04-19 Thread Darryl Hamilton
Hi Darren

I've just tried importing the attached file into a clean Mahara 1.3.5
install on Ubuntu Lucid (this comes with php 5.3.2) and had no trouble
with it.

I've attached the import log file.

Is there anything about your install that you can think of that might
cause import problems?

Thanks
Darryl

** Attachment added: import.log
   
https://bugs.launchpad.net/mahara/+bug/746079/+attachment/2071154/+files/import.log

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

[Mahara-contributors] [Bug 735884] Re: unzipped files embedding problems

2011-04-18 Thread Darryl Hamilton
** Changed in: mahara
 Assignee: (unassigned) = Darryl Hamilton (lordp)

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

Title:
  unzipped files embedding problems

Status in Mahara ePortfolio:
  In Progress

Bug description:
  When a multimedia file eg mp3 file is zipped and uploaded to the Files
  area and then unzipped the file is not available when using the embed
  multimedia block.

  The file is Ok when used without zipping and unzipping.

  Tried in 1.3 and v1.4 with Firefox

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


[Mahara-contributors] [Bug 605705] Re: More information when deleting a view

2011-04-18 Thread Darryl Hamilton
I moved the text with the export link above the buttons, and changed the
content slightly. I've kept the note below the buttons - having all of
the text above the buttons feels too cluttered to me.

** Attachment added: mahara-delete-view-note-take2.png
   
https://bugs.launchpad.net/mahara/+bug/605705/+attachment/2063982/+files/mahara-delete-view-note-take2.png

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

Title:
  More information when deleting a view

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Hello,

  Do you really want to delete this View? It cannot be undone. – Some
  users may ask if their files and blog entries will also be lost when
  the view is deleted.

  Maybe a sentence should be added along the lines of All your files
  and blog entries that you linked in this view will still be available.
  However, if you have written text directly into text boxes, this will
  be gone.

  BUT if text boxes also get the artefact status then the second
  sentence becomes redundant.

  Maybe we can also provide a link to the portfolio export. That could
  be used as backup (they could always do an HTML export to freeze their
  portfolio in time). E.g. If you want to create a copy of your
  portfolio in the state it was in before deleting, you may want to
  [link]export[/link] it before you delete this view.

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


[Mahara-contributors] [Bug 711038] Re: Account suspension message displays HTML code

2011-04-17 Thread Darryl Hamilton
That message is printed out with a smarty filter called 'clean_html',
which I'm guessing is causing the  and  of html to be printed instead
of processed.

Two options that I can see right now - 
 1) take out the clean_html filter for that template
 2) remove the HTML from the suspended message

Neither is particularly attractive, but #2 is probably the better option
- ie it will break fewer things.

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

Title:
  Account suspension message displays HTML code

Status in Mahara ePortfolio:
  Triaged

Bug description:
  found on master.dev

  When a suspended user tries to access his account, the following
  message is shown:

  Your account has been suspended as of 2011-02-01 14:24:35. The reason
  for your suspension is:blockquoteSpam suspect. If you think that is
  not correct, please contact us./blockquote

  The blockquotes are not translated correctly because the HTML code is
  displayed.

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


[Mahara-contributors] [Bug 633273] Re: Changing username for external authentication does not change Mahara username

2011-04-14 Thread Darryl Hamilton
** 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/633273

Title:
  Changing username for external authentication does not change Mahara
  username

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  1.3.0cr,  PostgreSQL

  Our institution is using LDAP authentication for the Mahara
  application.  When faculty do not yet have a NetID, I had hoped to
  register them in with a temp ID, and use the internal authentication.
  Later, when they recieved a NetID, I would change their username to
  the new NetID and change authentication type to the LDAP.  When I try
  to do this, the username is saved in the Username for external
  authentication, but as Admin, I still see their old (temporary) ID
  next to their name.

  Is this a bug?  Or, does the initial ID remain in the Mahara database,
  regardless of the authentication username associated with the account?

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


[Mahara-contributors] [Bug 691366] Re: registration link broken in Outlook Express and Hotmail

2011-04-14 Thread Darryl Hamilton
Hi Omar

Can I get you to do a couple of things for me?

1) What version of PHP are you using?
2) Copy and paste the stream filters you have available

For #2, running this in a shell should do the trick
php -r 'var_dump(stream_get_filters());'

I'm specifically looking for 'convert.*' in the list.

Thanks
Darryl

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

Title:
  registration link broken in Outlook Express and Hotmail

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  When a new user registers and receives the confirmation email, the
  link may be broken when viewed with gmail or other mail clients.
  Hotmail works fine.

  We tried installing mahara on a different server and environment, and
  the problem persists.

  Please advice,

  Thanks in advance

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


[Mahara-contributors] [Bug 633273] Re: Changing username for external authentication does not change Mahara username

2011-04-14 Thread Darryl Hamilton
** 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/633273

Title:
  Changing username for external authentication does not change Mahara
  username

Status in Mahara ePortfolio:
  In Progress

Bug description:
  1.3.0cr,  PostgreSQL

  Our institution is using LDAP authentication for the Mahara
  application.  When faculty do not yet have a NetID, I had hoped to
  register them in with a temp ID, and use the internal authentication.
  Later, when they recieved a NetID, I would change their username to
  the new NetID and change authentication type to the LDAP.  When I try
  to do this, the username is saved in the Username for external
  authentication, but as Admin, I still see their old (temporary) ID
  next to their name.

  Is this a bug?  Or, does the initial ID remain in the Mahara database,
  regardless of the authentication username associated with the account?

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