[Mahara-contributors] [Bug 630535] Re: 1.3RC1 CRON job for recent activities not set by default

2010-09-06 Thread Richard Mansfield
Are you sure you meant blocktype_cron? The one that looks like this: plugin| callfunction | nextrun | minute | hour | day | month | dayofweek --+---+-++--+-+---+--- externalfeed | cleanup_feeds |

[Mahara-contributors] [Bug 630535] Re: 1.3RC1 CRON job for recent activities not set by default

2010-09-06 Thread Mike McKay
Yeah. That's the one. I set refresh_feeds to 5 minutes and then the Recent Activity and Topics I'm following blocks refreshed. Does this sound strange? Why is it set to 0? It makes sense to me? -- 1.3RC1 CRON job for recent activities not set by default https://bugs.launchpad.net/bugs/630535 You

[Mahara-contributors] [Bug 631278] Re: friend request issues (with two similar accounts)

2010-09-06 Thread Richard Mansfield
I had a look at the log -- it looks like the error occurred when trying to accept a friend request from a user you were already friends with. We should detect this case and maybe just reload the page, or do something less ugly than the site unavailable message. ** Changed in: mahara

[Mahara-contributors] [Bug 629209] Re: Improve error reporting when plugins are missing

2010-09-06 Thread Richard Mansfield
** Summary changed: - 1.3RC1 can't access Edit Profile or Admin Extensions + Improve error reporting when plugins are missing ** Changed in: mahara Status: New = Confirmed ** Changed in: mahara Importance: Undecided = Medium -- Improve error reporting when plugins are missing

[Mahara-contributors] [Bug 631277] Re: Registration URL does not work

2010-09-06 Thread Richard Mansfield
We get a lot of similar complaints from mahara.org but still haven't managed to find the cause - it's a very intermittent bug. ** Changed in: mahara Status: New = Triaged ** Changed in: mahara Importance: Undecided = High -- Registration URL does not work

[Mahara-contributors] [Bug 628533] Re: 1.3 - Forum posts not displayed as threaded - homepage

2010-09-06 Thread Richard Mansfield
** Changed in: mahara Status: New = Opinion ** Changed in: mahara Importance: Undecided = Low ** Changed in: mahara Milestone: None = 1.3.0 -- 1.3 - Forum posts not displayed as threaded - homepage https://bugs.launchpad.net/bugs/628533 You received this bug notification because

[Mahara-contributors] [Bug 631277] Re: Registration URL does not work

2010-09-06 Thread Ruslan Kabalin
** Changed in: mahara Assignee: (unassigned) = Ruslan Kabalin (ruslan-kabalin) -- Registration URL does not work https://bugs.launchpad.net/bugs/631277 You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Status in Mahara

[Mahara-contributors] [Bug 630535] Re: 1.3RC1 CRON job for recent activities not set by default

2010-09-06 Thread Andrew Robert Nicols
Hi Mike, The mahara cron jobs follow the same notion as the unix crontab. So those fields are the value of that unit to run at. That is to say that: 0 * * * * means that refresh_feeds should run at 0 minutes past every hour Changing the minute field to 5 would just make it run at 5 past each

[Mahara-contributors] [Bug 631278] Re: friend request issues (with two similar accounts)

2010-09-06 Thread Kristina Hoeppner
The link had not detected that I actually needed to log in as a different user. If we say that this is not possible, then it is still a bit strange that I could deny the friend request, but still have Charlie show up as one of my friends afterward. -- friend request issues (with two similar

[Mahara-contributors] [Bug 631396] [NEW] lib/flowplayer*/ should be moved to js/ or to artefact/file/blocktype/internalmedia/

2010-09-06 Thread François Marier
Public bug reported: Admins should be able to put a deny on the entire /lib/ directory so nothing should be served from there. I should have put the flowplayer under /js/ or in the artefact subdirectory :( I suggest doing that for 1.3 but leaving it where it is for 1.2. ** Affects: mahara

[Mahara-contributors] [Bug 631278] Re: friend request issues (with two similar accounts)

2010-09-06 Thread Andrew Robert Nicols
** Changed in: mahara Assignee: (unassigned) = Andrew Robert Nicols (dobedobedoh) -- friend request issues (with two similar accounts) https://bugs.launchpad.net/bugs/631278 You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara.

[Mahara-contributors] [Bug 631278] Re: friend request issues (with two similar accounts)

2010-09-06 Thread Andrew Robert Nicols
Having real trouble actually replicating this bug - the link in the e-mail only takes you to the profile page, and since friendship has already been established, I don't see the 1 Pending friend request. Alpha - Chrome Bravo - Firefox Charlie - Not logged in Alpha Requests friendship with Bravo

[Mahara-contributors] [Bug 619074] Re: adding collection description shows site unavailabel

2010-09-06 Thread Mrunal Choksi
** Changed in: mahara Status: Fix Committed = Confirmed -- adding collection description shows site unavailabel https://bugs.launchpad.net/bugs/619074 You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Status in Mahara

[Mahara-contributors] [Bug 530656] Re: WYSIWYG Editor for Editing View Text Boxes is not available in Full Screen Mode

2010-09-06 Thread Andrew Robert Nicols
For reference, the bug in eduforge is now bug #547424 -- WYSIWYG Editor for Editing View Text Boxes is not available in Full Screen Mode https://bugs.launchpad.net/bugs/530656 You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara.

[Mahara-contributors] [Bug 530656] Re: WYSIWYG Editor for Editing View Text Boxes is not available in Full Screen Mode

2010-09-06 Thread Andrew Robert Nicols
We could use the alternative full screen option rather than opening tinymce in a new window. It's actually the default option for tinymce. It is (however) a little less intuitive - particularly with regards to getting out of fullscreen mode! -- WYSIWYG Editor for Editing View Text Boxes is not

[Mahara-contributors] [Bug 530656] Re: WYSIWYG Editor for Editing View Text Boxes is not available in Full Screen Mode

2010-09-06 Thread Andrew Robert Nicols
An alternative which would probably suit a majority of people is to use the autoresize plugin to make the box larger as content is added. Another alternative would be to write a new fullscreen plugin to open the editor in a semi-fullscreen mode (I'm thinking the gallery-like popups you see all

[Mahara-contributors] [Bug 631277] Re: Registration URL does not work

2010-09-06 Thread Ruslan Kabalin
Having looked into it with Andrew, I believe the problem happens if Content-Transfer-Encoding: quoted-printable is not treated by mail client correctly (or has been removed/replaced by MTA), so URL in email body contains non-decoded quoted-printable characters. Given that '=' (equal sign) after

[Mahara-contributors] [Bug 631277] Re: Registration URL does not work

2010-09-06 Thread Ruslan Kabalin
If Charlie confirms that URL is prefixed with 3D, the easiest solution of course could be using 8bit (default in phpmailer) encoding rather than 'quoted-printable', assuming that most of servers support 8BITMIME. Though, it may have some implications I am not aware of as I do not have a deep

[Mahara-contributors] [Bug 631277] Re: Registration URL does not work

2010-09-06 Thread Ruslan Kabalin
** Changed in: mahara Assignee: Ruslan Kabalin (ruslan-kabalin) = (unassigned) -- Registration URL does not work https://bugs.launchpad.net/bugs/631277 You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Status in Mahara

[Mahara-contributors] [Bug 631302] Re: Changing themes is not changing throwing errors

2010-09-06 Thread Kristina Hoeppner
Hi Andrew, We've just been using master.dev. Here's a short screencast: http://www.screencast.com/t/NDE5MDcwMjUt -- Changing themes is not changing throwing errors https://bugs.launchpad.net/bugs/631302 You received this bug notification because you are a member of Mahara Contributors, which

[Mahara-contributors] [Bug 631278] Re: friend request issues (with two similar accounts)

2010-09-06 Thread Kristina Hoeppner
I could not reproduce the error today when I created a new user and went through the steps I had detailed above. Bravo clicks on link in Charlie's e-mail (http://mahara.local/user/view.php?id=3) - For me this is still: Charlie clicks on link in Alpha's mail and get's taken to Alpha's profile page

[Mahara-contributors] [Bug 530656] Re: WYSIWYG Editor for Editing View Text Boxes is not available in Full Screen Mode

2010-09-06 Thread Craig Eves
Hi Andrew We have just had feedback from an mahara admin who sees this as a major problem - users are now copying and pasting from word or using google docs instead of the builtin editor. Increasing the size of the editor window is required to make the editor usable. The autoresize plugin

[Mahara-contributors] [Bug 631278] Re: friend request issues (with two similar accounts)

2010-09-06 Thread Richard Mansfield
I expect it's possible to force the user to log out and another to log in by adding a userid to the link. But probably not worth rushing to fix this for 1.3 - it's been present in every version of Mahara so far and only caused mild annoyance to the testers developers who log in with multiple

[Mahara-contributors] [Bug 631977] [NEW] missing helpfile category

2010-09-06 Thread Heinz Krettek
Public bug reported: I noticed a missing helpfile See attached screenshot ** Affects: mahara Importance: Undecided Status: New -- missing helpfile category https://bugs.launchpad.net/bugs/631977 You received this bug notification because you are a member of Mahara Contributors,

[Mahara-contributors] [Bug 631302] Re: Changing themes is not changing throwing errors

2010-09-06 Thread Richard Mansfield
Andrew, I took a look in the db and there was an integer in there for the theme, so I'm assuming that this was caused by commit 2edefc0f31. I pulled your latest changes and it's fixed. ** Changed in: mahara Status: Incomplete = Fix Committed ** Changed in: mahara Milestone: None =

[Mahara-contributors] [Bug 631302] Re: Changing themes is not changing throwing errors

2010-09-06 Thread Charlie Parker
Here is the email for the registration which wouldn't work! ** Attachment added: Mahara registration email https://bugs.launchpad.net/mahara/+bug/631302/+attachment/1551870/+files/You%20have%20registered%20at%20Mahara%3A%20Master%20Branch.eml -- Changing themes is not changing throwing

[Mahara-contributors] [Bug 631277] Re: Registration URL does not work

2010-09-06 Thread Charlie Parker
Here is the email for the registration which wouldn't work! ** Attachment added: Non working email https://bugs.launchpad.net/mahara/+bug/631277/+attachment/1551892/+files/You%20have%20registered%20at%20Mahara%3A%20Master%20Branch.eml -- Registration URL does not work

[Mahara-contributors] [Bug 631302] Re: Changing themes is not changing throwing errors

2010-09-06 Thread Charlie Parker
Hey crew ignore my last comment and attachment it is meant for bug #631277 -- Changing themes is not changing throwing errors https://bugs.launchpad.net/bugs/631302 You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Status in

[Mahara-contributors] [Bug 632062] [NEW] 1.3 - Minor theme issues

2010-09-06 Thread Richard Mansfield
Public bug reported: Some notification icons are missing from the raw theme: watchlist, objectionable content. Icons in the bottom view menu only appear for the default theme. Login-as button looks ugly for users with long usernames. Invite to group form on user/view has an envelope icon on the

[Mahara-contributors] [Bug 631278] Re: friend request issues (with two similar accounts)

2010-09-06 Thread Kristina Hoeppner
I agree. It's not an urgent matter. -- friend request issues (with two similar accounts) https://bugs.launchpad.net/bugs/631278 You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Status in Mahara ePortfolio: Triaged Bug

[Mahara-contributors] [Bug 632082] [NEW] Ultima theme's header image needs to be wider

2010-09-06 Thread Kristina Hoeppner
Public bug reported: on master.dev; the header image is not wide enough for the Ultima theme ** Affects: mahara Importance: Undecided Status: New -- Ultima theme's header image needs to be wider https://bugs.launchpad.net/bugs/632082 You received this bug notification because you

[Mahara-contributors] [Bug 632082] Re: Ultima theme's header image needs to be wider

2010-09-06 Thread Kristina Hoeppner
** Attachment added: ultima.png https://bugs.launchpad.net/bugs/632082/+attachment/1552201/+files/ultima.png -- Ultima theme's header image needs to be wider https://bugs.launchpad.net/bugs/632082 You received this bug notification because you are a member of Mahara Contributors, which is

[Mahara-contributors] [Bug 632097] Re: Sunset theme's padding and line in user info box needs adjusting

2010-09-06 Thread Kristina Hoeppner
** Attachment added: sunset.png https://bugs.launchpad.net/bugs/632097/+attachment/1552304/+files/sunset.png -- Sunset theme's padding and line in user info box needs adjusting https://bugs.launchpad.net/bugs/632097 You received this bug notification because you are a member of Mahara

[Mahara-contributors] [Bug 619284] Re: grouphomepage and dashboard views don't use themes, but can be set

2010-09-06 Thread Kristina Hoeppner
What is the reason for not allowing learners to choose a theme for their dashboard / group homepage? -- grouphomepage and dashboard views don't use themes, but can be set https://bugs.launchpad.net/bugs/619284 You received this bug notification because you are a member of Mahara Contributors,

[Mahara-contributors] [Bug 632134] [NEW] 1.3 Message for suspended user: date/time not human readable

2010-09-06 Thread Kathy Lowry
Public bug reported: Message for a user I suspended a short time ago reads: 'Your account has been suspended as of 1283830903.' A human-friendly timestamp would be preferable. ** Affects: mahara Importance: Undecided Status: New -- 1.3 Message for suspended user: date/time not

[Mahara-contributors] [Bug 632134] Re: 1.3 Message for suspended user: date/time not human readable

2010-09-06 Thread Kathy Lowry
** Attachment added: Mahara suspended user message.PNG https://bugs.launchpad.net/bugs/632134/+attachment/1552504/+files/Mahara%20suspended%20user%20message.PNG -- 1.3 Message for suspended user: date/time not human readable https://bugs.launchpad.net/bugs/632134 You received this bug

[Mahara-contributors] [Bug 630371] Re: Topics I'm Following - extra breaks in formatting

2010-09-06 Thread Richard Mansfield
** Changed in: mahara Assignee: (unassigned) = Richard Mansfield (richard-mansfield) -- Topics I'm Following - extra breaks in formatting https://bugs.launchpad.net/bugs/630371 You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara.

[Mahara-contributors] [Bug 632134] Re: 1.3 Message for suspended user: date/time not human readable

2010-09-06 Thread Richard Mansfield
** Changed in: mahara Status: New = Fix Committed ** Changed in: mahara Importance: Undecided = Low ** Changed in: mahara Assignee: (unassigned) = Richard Mansfield (richard-mansfield) ** Changed in: mahara Milestone: None = 1.3.0 -- 1.3 Message for suspended user:

[Mahara-contributors] [Bug 632097] Re: Sunset theme's padding and line in user info box needs adjusting

2010-09-06 Thread Richard Mansfield
Assigned to Rick F. ** Changed in: mahara Status: New = Triaged ** Changed in: mahara Importance: Undecided = Low -- Sunset theme's padding and line in user info box needs adjusting https://bugs.launchpad.net/bugs/632097 You received this bug notification because you are a member of

[Mahara-contributors] [Bug 632082] Re: Ultima theme's header image needs to be wider

2010-09-06 Thread Richard Mansfield
Assigned to Rick F. ** Changed in: mahara Status: New = Triaged ** Changed in: mahara Importance: Undecided = Low -- Ultima theme's header image needs to be wider https://bugs.launchpad.net/bugs/632082 You received this bug notification because you are a member of Mahara

[Mahara-contributors] [Bug 631977] Re: missing helpfile category

2010-09-06 Thread Richard Mansfield
** Changed in: mahara Status: New = Fix Committed ** Changed in: mahara Importance: Undecided = Low ** Changed in: mahara Assignee: (unassigned) = Richard Mansfield (richard-mansfield) ** Changed in: mahara Milestone: None = 1.3.0 -- missing helpfile category

[Mahara-contributors] [Bug 629576] Re: Suspend User grippie covers text in Chrome

2010-09-06 Thread Richard Mansfield
** Changed in: mahara Status: New = Triaged -- Suspend User grippie covers text in Chrome https://bugs.launchpad.net/bugs/629576 You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Status in Mahara ePortfolio: Triaged Bug

[Mahara-contributors] [Bug 619284] Re: grouphomepage and dashboard views don't use themes, but can be set

2010-09-06 Thread Richard Mansfield
I can't remember exactly. One reason is probably that it wasn't straightforward and I was lazy. But I think another reason is that the view is not the whole page for the dashboard group homepage; it's only used for part of the page. To fit in with the normal site navigation, those pages really