[Mahara-contributors] [Bug 568140] Re: Prevent duplicate forum posts when double-clicking

2010-09-01 Thread Andrew Robert Nicols
Also unable to replicate this bug with Javascript turned on. -- Prevent duplicate forum posts when double-clicking https://bugs.launchpad.net/bugs/568140 You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Status in Mahara

[Mahara-contributors] [Bug 627966] [NEW] Allow public access to profile doesn't work for all users

2010-09-01 Thread Kristina Hoeppner
Public bug reported: On master.dev not all users can make their portfolio publicly accessible though I set the admin setting to Yes and see several people who can make their portfolio public, but most can't. Could it be admins and institution admins vs. regular users? Reported first at

[Mahara-contributors] [Bug 627983] [NEW] Mahara networking really needs an option to delete the keypair

2010-09-01 Thread Howard Miller
Public bug reported: If you change the URL of your Mahara site networking is broken. The workaround is to dig about in the database and delete the keys. This isn't very good. There should be an option (like Moodle). Also, I have personally had problems with the 'hosts' table getting screwed up

[Mahara-contributors] [Bug 627825] Re: Show group category on group dashboard

2010-09-01 Thread Ruslan Kabalin
Added category column to Admin Groups page and category information string on group info page. ** Changed in: mahara Status: New = Fix Committed -- Show group category on group dashboard https://bugs.launchpad.net/bugs/627825 You received this bug notification because you are a member of

[Mahara-contributors] [Bug 627825] Re: Show group category on group dashboard

2010-09-01 Thread Ruslan Kabalin
If category is not defined for the group, then, I guess, category info should not be shown on About page. -- Show group category on group dashboard https://bugs.launchpad.net/bugs/627825 You received this bug notification because you are a member of Mahara Contributors, which is subscribed to

[Mahara-contributors] [Bug 627966] Re: Allow public access to profile doesn't work for all users

2010-09-01 Thread Kristina Hoeppner
Oh chucks. My bad. I should not post late in the evening (or when listening to music). The title is correct, but not the bug description. I meant profile view publicly accessible. ** Description changed: On master.dev not all users can make their portfolio publicly accessible - though I set

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

2010-09-01 Thread Ruslan Kabalin
The solution could be setting GMT offset for server location in Site settings, as well as local GMT offset for individual user. Based on this all time stamps presented to user (as well as submitted by user) will be shifted in time according to zones difference so that only local time of the server

[Mahara-contributors] [Bug 627966] Re: Allow public access to profile doesn't work for all users

2010-09-01 Thread Andrew Robert Nicols
Looks like this could be a bug in view/index.php We only allow users to make their profile public if they have user course groups... this seems broken logic ** Changed in: mahara Assignee: (unassigned) = Andrew Robert Nicols (dobedobedoh) ** Changed in: mahara Importance: Undecided =

[Mahara-contributors] [Bug 627966] Re: Allow public access to profile doesn't work for all users

2010-09-01 Thread Andrew Robert Nicols
Yup - the logic is slightly wrong: We only run the check for allow public profiles if there are course user groups. It looks like this was added to an existing loop of the available views. Just looking into the most elegant fix. ** Changed in: mahara Status: Triaged = In Progress --

[Mahara-contributors] [Bug 627128] Re: Menu misalignment on hires monitors

2010-09-01 Thread Ruslan Kabalin
Did not manage to replicate this on master with 3200px wide monitor. -- Menu misalignment on hires monitors https://bugs.launchpad.net/bugs/627128 You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Status in Mahara ePortfolio: New

[Mahara-contributors] [Bug 627966] Re: Allow public access to profile doesn't work for all users

2010-09-01 Thread Andrew Robert Nicols
Fixed in 2ad8eaef69de3424a3ab2eb7588e4e7c12aabe49 To fix this bug, I've moved the loop through of the users views. Whereas before, the loop was only entered into if there were course groups, the loop is always hit now. While this is less efficient if the site has disabled public profile

[Mahara-contributors] [Bug 602197] Re: Quota doesn't work when I use two browsers

2010-09-01 Thread Ruslan Kabalin
** Tags added: files quota -- Quota doesn't work when I use two browsers https://bugs.launchpad.net/bugs/602197 You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Status in Mahara ePortfolio: Triaged Bug description: Version:

[Mahara-contributors] [Bug 627820] Re: Edit and Delete buttons are reversed in Admin - Group Categories

2010-09-01 Thread Ruslan Kabalin
At some point I have swapped Edit/Delete order to reverse in admin/users/institutions.php (9bb25d2877) for the reason that they look aligned when Delete is not always there. It might also need to be amended then. -- Edit and Delete buttons are reversed in Admin - Group Categories

[Mahara-contributors] [Bug 628113] [NEW] Using javascript for Back link

2010-09-01 Thread Mitsuhiro Yoshida
Public bug reported: Now we are using $_SERVER['HTTP_REFERER'] to get a previous view page. But for example the following 2nd case, we can not go back to the Top Page. 1. Top Page Links and Resources Site view 001 Back Top Page 2. Top Page Links and Resources Site view 001 Public view by

[Mahara-contributors] [Bug 628095] Re: group edit shows blank screen

2010-09-01 Thread Andrew Robert Nicols
I've already fixed this for group/mygroups.php and others. This is because there are no groups categories defined. ** Changed in: mahara Assignee: (unassigned) = Andrew Robert Nicols (dobedobedoh) ** Changed in: mahara Importance: Undecided = High ** Changed in: mahara Milestone:

[Mahara-contributors] [Bug 628095] Re: group edit shows blank screen

2010-09-01 Thread Andrew Robert Nicols
I've pushed a fix for this to HEAD in edf73e618c8a46d24dc2a92134107096dc04a89e -- group edit shows blank screen https://bugs.launchpad.net/bugs/628095 You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Status in Mahara ePortfolio:

[Mahara-contributors] [Bug 628113] Re: Using javascript for Back link

2010-09-01 Thread Mitsuhiro Yoshida
Yes, you are right. But using 'javascript:history.back()' is the easiest way to avoid Back link loop. -- Using javascript for Back link https://bugs.launchpad.net/bugs/628113 You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara.

[Mahara-contributors] [Bug 628113] Re: Using javascript for Back link

2010-09-01 Thread Ruslan Kabalin
Basically the bug is that when you follow the link in the view that leads to another view, you get in the loop as back button always points to the previous view. Solution can be preserving $_SERVER['HTTP_REFERER'] in session when view is open the first time and setting backurl to the one stored in

[Mahara-contributors] [Bug 628113] Re: Using javascript for Back link

2010-09-01 Thread Andrew Robert Nicols
Ruslan and I have just had a go at replicating this one - it's not the easiest bug to replicate. This is the top-right back button. Although javascript is probably the easiest way of fixing this, it won't work for all users. That said we could perhaps using some javascript to change the link

[Mahara-contributors] [Bug 620175] Re: Display of the colon in employment history titles in resume and view

2010-09-01 Thread Andrew Robert Nicols
I've pushed a very simple fix for this which takes out the additional space. This will now be: title: employer which matches other locations it's in use. It may be worth considering other language formatting as we do for dates etc - though this may just be far too heavy-handed. ** Changed in:

[Mahara-contributors] [Bug 628152] [NEW] Add default user notifications settings

2010-09-01 Thread Andrew Robert Nicols
Public bug reported: Add an option (site or institution wide) for the default user notification method. This probably needs to be the default for new users until changed. See http://mahara.org/interaction/forum/topic.php?id=2201 ** Affects: mahara Importance: Wishlist Status: New

[Mahara-contributors] [Bug 628353] [NEW] Controlled group: Show with whom views are shared

2010-09-01 Thread Kristina Hoeppner
Public bug reported: reported by Tim Fedak at from http://mahara.org/interaction/forum/topic.php?id=2212#post9754 Within a Standard Controlled Group, (and also within Course Group) it would seem helpful if the Shared Views module would be more specific if the View was shared with Admin Only,

[Mahara-contributors] [Bug 628367] Re: Display all feedback provided

2010-09-01 Thread Richard Mansfield
** Changed in: mahara Status: New = Triaged -- Display all feedback provided https://bugs.launchpad.net/bugs/628367 You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Status in Mahara ePortfolio: Triaged Bug description:

[Mahara-contributors] [Bug 628152] Re: Add default user notifications settings

2010-09-01 Thread Richard Mansfield
** Changed in: mahara Status: New = Triaged -- Add default user notifications settings https://bugs.launchpad.net/bugs/628152 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 623107] Re: Blogs with many posts are slow

2010-09-01 Thread Richard Mansfield
** Changed in: mahara Status: New = Triaged ** Changed in: mahara Importance: Undecided = Medium -- Blogs with many posts are slow https://bugs.launchpad.net/bugs/623107 You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara.

[Mahara-contributors] [Bug 621153] Re: Add markdown as an alternative to WYSIWYG

2010-09-01 Thread Richard Mansfield
** Changed in: mahara Status: New = Triaged -- Add markdown as an alternative to WYSIWYG https://bugs.launchpad.net/bugs/621153 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 621150] Re: wishlist: view picker widget

2010-09-01 Thread Richard Mansfield
** Changed in: mahara Status: New = Triaged -- wishlist: view picker widget https://bugs.launchpad.net/bugs/621150 You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Status in Mahara ePortfolio: Triaged Bug description:

[Mahara-contributors] [Bug 613637] Re: Help button link on Edit Profile on demo.mahara

2010-09-01 Thread Richard Mansfield
** Changed in: mahara Status: New = Incomplete -- Help button link on Edit Profile on demo.mahara https://bugs.launchpad.net/bugs/613637 You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Status in Mahara ePortfolio:

[Mahara-contributors] [Bug 623671] Re: Embedded video not shown in blog editor

2010-09-01 Thread Richard Mansfield
** Changed in: mahara Status: New = Triaged ** Changed in: mahara Importance: Undecided = Low -- Embedded video not shown in blog editor https://bugs.launchpad.net/bugs/623671 You received this bug notification because you are a member of Mahara Contributors, which is subscribed to

[Mahara-contributors] [Bug 623648] Re: File upload from within a view doesn't always show finished uploading

2010-09-01 Thread Richard Mansfield
** Changed in: mahara Status: New = Triaged -- File upload from within a view doesn't always show finished uploading https://bugs.launchpad.net/bugs/623648 You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Status in Mahara

[Mahara-contributors] [Bug 624455] Re: Collections are missing Who can see...

2010-09-01 Thread Richard Mansfield
** Changed in: mahara Status: New = Triaged ** Changed in: mahara Importance: Undecided = Low -- Collections are missing Who can see... https://bugs.launchpad.net/bugs/624455 You received this bug notification because you are a member of Mahara Contributors, which is subscribed to

[Mahara-contributors] [Bug 623709] Re: Embedding avi files - changing player problem

2010-09-01 Thread Richard Mansfield
*** This bug is a duplicate of bug 548206 *** https://bugs.launchpad.net/bugs/548206 ** Changed in: mahara Status: New = Triaged ** This bug has been marked a duplicate of bug 548206 Internalmedia blocktype needs re-testing - several issues -- Embedding avi files - changing

[Mahara-contributors] [Bug 628437] Re: Adding members to a group results in error message

2010-09-01 Thread Richard Mansfield
** Changed in: mahara Status: New = Confirmed ** Changed in: mahara Importance: Undecided = High ** Changed in: mahara Assignee: (unassigned) = Richard Mansfield (richard-mansfield) ** Changed in: mahara Milestone: None = 1.3.0 -- Adding members to a group results in error

[Mahara-contributors] [Bug 623105] Re: FF 3.0 errors on master.dev

2010-09-01 Thread Richard Mansfield
** Changed in: mahara Status: Triaged = Incomplete -- FF 3.0 errors on master.dev https://bugs.launchpad.net/bugs/623105 You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Status in Mahara ePortfolio: Incomplete Bug

[Mahara-contributors] [Bug 628437] Re: Adding members to a group results in error message

2010-09-01 Thread Richard Mansfield
** Changed in: mahara Status: Confirmed = Fix Committed -- Adding members to a group results in error message https://bugs.launchpad.net/bugs/628437 You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Status in Mahara