[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

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

[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

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

[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

[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

[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

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

[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

[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

[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

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

[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

[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

[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

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

[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

[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

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

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

[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

[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

[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

[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

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

[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

[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

[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

[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

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

[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

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

[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

[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

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

[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

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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

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

[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

[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

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

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

[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

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

2011-04-27 Thread Darryl Hamilton
) = 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

[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

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

[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

[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

[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

[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

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

2011-04-19 Thread Darryl Hamilton
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

[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

[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

[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

[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

[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

[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