[Mahara-contributors] [Bug 547565] Re: Cannot log in or modify user when auth_remote_user has duplicate username entries

2010-07-19 Thread Richard Mansfield
There is almost certainly something wrong with this stuff, but it
confuses me.  I *think* the authinstance column on the auth_remote_user
table is probably redundant, and that we should rely on the authinstance
column in the usr table at all times.

Whenever a user gets created, we try to store the parent authinstance in
the usr table *and* in auth_remote_usr if possible.  The only
complication is that a parent auth method can be added after the user
gets created for the first time, so you end up with some users who have
the parent method stored, and other users with the child method stored.
As far as I can tell, the user's authinstance never gets updated during
login in either table.  The only time it changes is by the admin
changing it deliberately on the admin 'edit account settings' page, and
when the user gets removed from an institution that owns their
authinstance.

I guess the use case for sometimes storing the parent and sometimes the
child is when some users might be able to log in to Mahara from multiple
moodles in the same institution (parent authinstance is stored) and
other users can only log in from one moodle (child auth stored).

Will do some more digging and confirm that we can ignore the
authinstance column of auth_remote_user.  If we can then obviously it'll
require rewriting a few queries.

-- 
Cannot log in or modify user when auth_remote_user has duplicate username 
entries
https://bugs.launchpad.net/bugs/547565
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:
If there are duplicate entries in auth_remote_user for the same username login 
(and modifying the user record) fails. The code clearly expects the username to 
be unique and errors ensue.

This bug was imported from eduforge.org, see:
https://eduforge.org/tracker/index.php?func=detailaid=2183group_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 607209] [NEW] Education history, employment history, awards, books, ... not working

2010-07-19 Thread Gregor Anželj
Public bug reported:

I installed Mahara 1.3.0 beta 1 (clean install). When I tried to add my
education in Education history section of My Resume (by clicking Add
button), nothing happened - even the form didn't showed up.

Same thing for Employment history, Books, Awards, Certification and
Professional memberships.

** Affects: mahara
 Importance: Undecided
 Status: New

-- 
Education history, employment history, awards, books, ... not working
https://bugs.launchpad.net/bugs/607209
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.

Status in Mahara ePortfolio: New

Bug description:
I installed Mahara 1.3.0 beta 1 (clean install). When I tried to add my 
education in Education history section of My Resume (by clicking Add button), 
nothing happened - even the form didn't showed up.

Same thing for Employment history, Books, Awards, Certification and 
Professional memberships.



___
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 607209] Re: Education history, employment history, awards, books, ... not working

2010-07-19 Thread Gregor Anželj
Environment:
- Mahara 1.3.0 beta 1
- XAMPPLite (apache, php, mysql) on windows
- mysql database
- tested using firefox webbrowser

-- 
Education history, employment history, awards, books, ... not working
https://bugs.launchpad.net/bugs/607209
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.

Status in Mahara ePortfolio: New

Bug description:
I installed Mahara 1.3.0 beta 1 (clean install). When I tried to add my 
education in Education history section of My Resume (by clicking Add button), 
nothing happened - even the form didn't showed up.

Same thing for Employment history, Books, Awards, Certification and 
Professional memberships.



___
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 547533] Re: ClamAV support undocumented, probably broken

2010-07-19 Thread Richard Mansfield
Andrew,
I've unassigned myself, this bug is all yours if you want to reopen it...

** Changed in: mahara
 Assignee: Richard Mansfield (richard-mansfield) = (unassigned)

** Changed in: mahara
Milestone: 1.3.0 = None

-- 
ClamAV support undocumented, probably broken
https://bugs.launchpad.net/bugs/547533
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.

Status in Mahara ePortfolio: Invalid

Bug description:
pablo from the forums is having troubles with ClamAV support:

1. ClamAV is flagging all files as viruses
2. The documentation in the eduforge docs section mentions things like the 
admin releasing files, which I'm not sure are even possible. The documentation 
in general is very poor, and doesn't describe a workflow that works.

We should investigate this code and see if a) it still works, b) how we can 
improve it and c) we should document it!

This bug was imported from eduforge.org, see:
https://eduforge.org/tracker/index.php?func=detailaid=2986group_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 547565] Re: Cannot log in or modify user when auth_remote_user has duplicate username entries

2010-07-19 Thread Richard Mansfield
Another thing to fix here is that the institution column on the host
table is redundant. host is pointed at by a wwwroot in the
auth_instance_config table (sadly we would have to split up that table
to enforce this relationship with a fk constraint).  Because every
authinstance has an institution, we shouldn't have one on host.

-- 
Cannot log in or modify user when auth_remote_user has duplicate username 
entries
https://bugs.launchpad.net/bugs/547565
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:
If there are duplicate entries in auth_remote_user for the same username login 
(and modifying the user record) fails. The code clearly expects the username to 
be unique and errors ensue.

This bug was imported from eduforge.org, see:
https://eduforge.org/tracker/index.php?func=detailaid=2183group_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 607209] Re: Education history, employment history, awards, books, ... not working

2010-07-19 Thread François Marier
** Changed in: mahara
   Status: New = Triaged

** Changed in: mahara
 Assignee: (unassigned) = François Marier (fmarier)

** Changed in: mahara
   Importance: Undecided = High

** Changed in: mahara
Milestone: None = 1.3.0

-- 
Education history, employment history, awards, books, ... not working
https://bugs.launchpad.net/bugs/607209
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:
I installed Mahara 1.3.0 beta 1 (clean install). When I tried to add my 
education in Education history section of My Resume (by clicking Add button), 
nothing happened - even the form didn't showed up.

Same thing for Employment history, Books, Awards, Certification and 
Professional memberships.



___
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 526824] Re: Deletion of institution error

2010-07-19 Thread François Marier
** Changed in: mahara
   Status: In Progress = Fix Committed

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

Status in Mahara ePortfolio: Fix Committed

Bug description:
When deleting an institution the following message comes up and the institute 
id not deleted.

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

I removed all users from the institution before trying to delete.
v1.2.3? of mahara ,using Windows and 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 605696] Re: Use of colors in the themes

2010-07-19 Thread François Marier
** Changed in: mahara
   Status: New = Triaged

-- 
Use of colors in the themes
https://bugs.launchpad.net/bugs/605696
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:
Hi,

The colors in the themes should be revisited IMO. E.g.: 
1. The powered by Mahara logo is not always very legible.
2. The colors, e.g. for the Quota bar are sometimes very light and thus not so 
easy to see, especially if the amount of the color used is not very big.
3. The yellow pencil is not very rich in contrast.



___
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 607209] Re: Education history, employment history, awards, books, ... not working

2010-07-19 Thread François Marier
Hi Gregor,

I'm not able to reproduce this problem.

Do you see anything in the apache error log that would indicate an
error?

You can also display errors within Mahara if you want by putting this in
your config.php:

  $cfg-log_dbg_targets = LOG_TARGET_SCREEN | LOG_TARGET_ERRORLOG;
  $cfg-log_info_targets= LOG_TARGET_SCREEN | LOG_TARGET_ERRORLOG;
  $cfg-log_warn_targets= LOG_TARGET_SCREEN | LOG_TARGET_ERRORLOG;
  $cfg-log_environ_targets = LOG_TARGET_SCREEN | LOG_TARGET_ERRORLOG;

Cheers,
Francois

** Changed in: mahara
   Status: Triaged = Incomplete

-- 
Education history, employment history, awards, books, ... not working
https://bugs.launchpad.net/bugs/607209
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.

Status in Mahara ePortfolio: Incomplete

Bug description:
I installed Mahara 1.3.0 beta 1 (clean install). When I tried to add my 
education in Education history section of My Resume (by clicking Add button), 
nothing happened - even the form didn't showed up.

Same thing for Employment history, Books, Awards, Certification and 
Professional memberships.



___
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 605700] Re: Preview icon for View Copying

2010-07-19 Thread François Marier
** Changed in: mahara
   Importance: Wishlist = Low

** Changed in: mahara
Milestone: None = 1.3.0

** Changed in: mahara
   Status: New = Triaged

-- 
Preview icon for View Copying
https://bugs.launchpad.net/bugs/605700
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:
Hi,

It says in the text that you can preview a view by clicking on its name. 
However I think it would be good to provide an icon or a link Preview behind 
the name of the view so that it is clear because many people don't read 
instructions. ;-)



___
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 605734] Re: Information needed for learners on how to import LEAP2A portfolio file

2010-07-19 Thread François Marier
A proper fix for this would be to allow people to import their portfolio
without needing to talk to an admin.

** Changed in: mahara
   Status: New = Triaged

-- 
Information needed for learners on how to import LEAP2A portfolio file
https://bugs.launchpad.net/bugs/605734
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:
Learners need a bit of information on how to import a LEAP2A portfolio file. If 
there is an export, portfolio users should also get information on how to 
import their portfolio / which options for import are available and how to get 
in touch with admin to do it for them.



___
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 605725] Re: Make the tag field more prominent

2010-07-19 Thread François Marier
** Changed in: mahara
   Status: New = Triaged

-- 
Make the tag field more prominent
https://bugs.launchpad.net/bugs/605725
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:
When you upload a file, you must explicitly click on the Edit button to add 
description and tags. This may lead to the fact that people do not enter that 
information which leads to not having tags at all simply because people are not 
aware of this feature. I'd prefer to have the edit dialog box open up 
immediately once a file has been uploaded so that learners are pushed to 
entering tags (and description). ;-)



___
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 605704] Re: List external artefacts in View overview

2010-07-19 Thread François Marier
** Changed in: mahara
   Status: New = Triaged

-- 
List external artefacts in View overview
https://bugs.launchpad.net/bugs/605704
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:
Hello,

On My Views overview (and also on profile pages) only the artefacts are listed 
that were imported into the view, e.g. files or internal blog posts. Anything 
created directly in the view is not listed, e.g. text boxes or embedded 
external videos. However, these are not necessarily unimportant artefacts 
because students can also use them to write reflections (text box though not 
perfect for that) or to post their own videos (from YouTube etc.). Thus, these 
things should also appear in the artefact list as they are also artefacts.



___
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 605749] Re: Improvements for Edite Profile: other messaging services, change occupation and industry

2010-07-19 Thread François Marier
Yup, this needs a big cleanup.

** Changed in: mahara
   Status: New = Triaged

-- 
Improvements for Edite Profile: other messaging services, change occupation 
and industry
https://bugs.launchpad.net/bugs/605749
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:
Messaging tab: 
One or more fields Other that users can fill in would be helpful because 
students often use Facebook and chat there and adults may rather put in their 
Twitter / LinkedIn / identi.ca etc. ID instead of the ones provided.

General tab: 
Occupation and Industry do not make a lot of sense, especially when portfolios 
are used in schools for students. It would be good if the admin could change 
these labels for an institution.



___
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 605747] Re: Show profile icon files in My Files

2010-07-19 Thread François Marier
Sounds like a good idea.

This is related to the suggestion (in bug #605704) of making the
contents of certain blocks (e.g. the text block) artefacts.

** Changed in: mahara
   Status: New = Triaged

-- 
Show profile icon files in My Files
https://bugs.launchpad.net/bugs/605747
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:
Shouldn't the profile icon also sit in My Files (maybe in a predefined folder 
profile icons)? Somebody may want to use it somewhere else, e.g. a blog post.

(Mahara 1.3; master.dev)



___
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 605750] Re: SSO and non-locked fields doesn't go well together

2010-07-19 Thread François Marier
** Changed in: mahara
Milestone: None = 1.3.0

** Changed in: mahara
   Status: New = Triaged

** Changed in: mahara
   Importance: Undecided = Medium

-- 
SSO and non-locked fields doesn't go well together
https://bugs.launchpad.net/bugs/605750
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:
When Mahoodle is in existence, students cannot change their name and 
introduction. It would be good to disallow editing of the name fields (or any 
other field that is managed) by default so that they are not tempted to edit it 
anyway and then run into problems or wonder why the new info is changed back to 
the old one.

There is the possibility to lock fields and disallow editing. However, per 
default, a Mahoodle allows editing, but it always overwrites the data with the 
data it imports from Moodle the next time students log in. A number of users 
have complained about that (e.g. on Twitter) because they didn't know that 
Moodle's info would be inserted again as the fields in Mahara were editable. 

I had this issue also on the 1.3 master.dev that I installed on my computer. If 
I disallow the synchronization of data while setting up Mahoodle, SSO does not 
work. Therefore, I think it would be good to disallow editing of the managed 
fields all together for Mahoodle institutions.



___
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 605757] Re: Cursor doesn't show up in forum post text area

2010-07-19 Thread François Marier
I have the same problem in the forums and it's pretty annoying.

I wonder whether it's Mahara's fault or TinyMCE's...

** Changed in: mahara
   Status: New = Confirmed

** Changed in: mahara
   Importance: Undecided = Medium

** Changed in: mahara
Milestone: None = 1.3.0

-- 
Cursor doesn't show up in forum post text area
https://bugs.launchpad.net/bugs/605757
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.

Status in Mahara ePortfolio: Confirmed

Bug description:
Annoying: cursor does not show up in text field (I noticed it in replies to 
forum entries on mahara.org v. 1.2) when first clicked into it. It's OK when 
some text has been written. Cursor shows up then, but also not always (Mac, 
Firefox 3.6.5). The problem seems to occur only the first time I log on because 
the cursor was there immediately for subsequent forum entries. But then at 
other times I did not have any cursor at all for a long time.



___
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 605736] Re: Retrieving export files

2010-07-19 Thread François Marier
** Changed in: mahara
   Status: New = Triaged

** Changed in: mahara
   Importance: Undecided = Low

-- 
Retrieving export files
https://bugs.launchpad.net/bugs/605736
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:
Where are the portfolio export files stored? Apparently 
(https://bugs.launchpad.net/mahara/+bug/547782) they are stored somewhere.

Could they be retrieved if the export fails? I generated an export, but 
disconnected from the internet before the download was finished. Since then I 
have not been able to download an export again. When I try to generate another 
export (a couple of hours later, a day later), it usually does not do anything 
but just say Transferring After about a week, the progress bar in the 
export moved and I got the link to Continue. However, there was no file 
offered for download.

It would be good to have access to these files for a day or so before they are 
deleted or like Moodle does, put them in the home directory of the user. 
However, that takes away portfolio space.

(Mahara 1.24)



___
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 605755] Re: Site admin: Change query to search in user search

2010-07-19 Thread François Marier
** Changed in: mahara
   Importance: Wishlist = Medium

** Changed in: mahara
Milestone: None = 1.3.0

** Changed in: mahara
   Status: New = Confirmed

-- 
Site admin: Change query to search in user search
https://bugs.launchpad.net/bugs/605755
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.

Status in Mahara ePortfolio: Confirmed

Bug description:
In user search the term query shows up in the admin interface. I'd like to 
change it to search to be consistent with the rest of the site.



___
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 585310] Re: SecretURL prompting for a password

2010-07-19 Thread Alan McNatty
Fix pushed to http://gitorious.org/mahara/alanmcs-
mahara/commit/a5205c6bd0b1e2e9ec286fcb872aabfe63900de2

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

Status in Mahara ePortfolio: In Progress

Bug description:
If a View contains resumé information displayed in a box (Employment History, 
Education History, etc.), and is accessed exclusively via a SecretURL, then it 
asks for a password. Only the first time though, subsequent access doesn't ask 
for a password even if you don't enter one the first time.

Mahara 1.2.4
Ubuntu Linux 8.04
MySQL



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


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

2010-07-19 Thread Alan McNatty
** Changed in: mahara
 Assignee: (unassigned) = Alan McNatty (alanmc)

-- 
More information when deleting a view
https://bugs.launchpad.net/bugs/605705
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:
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 605700] Re: Preview icon for View Copying

2010-07-19 Thread Alan McNatty
** Changed in: mahara
 Assignee: (unassigned) = Alan McNatty (alanmc)

-- 
Preview icon for View Copying
https://bugs.launchpad.net/bugs/605700
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:
Hi,

It says in the text that you can preview a view by clicking on its name. 
However I think it would be good to provide an icon or a link Preview behind 
the name of the view so that it is clear because many people don't read 
instructions. ;-)



___
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 605755] Re: Site admin: Change query to search in user search

2010-07-19 Thread François Marier
** Changed in: mahara
   Status: Confirmed = Fix Committed

-- 
Site admin: Change query to search in user search
https://bugs.launchpad.net/bugs/605755
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.

Status in Mahara ePortfolio: Fix Committed

Bug description:
In user search the term query shows up in the admin interface. I'd like to 
change it to search to be consistent with the rest of the site.



___
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 585310] Re: SecretURL prompting for a password

2010-07-19 Thread Richard Mansfield
Looks good.  I'm sure that the point of Nigel's patch (the render resume
without javascript one) was to remove the use of composite.json.php
except when editing your own resume; it's no longer used in views.

This means that in addition to the clean up you made above, we can
remove the view parameter altogether (and anything that depends on it)
from that file, and just assume the owner is always the logged in user
($USER), and also get rid of the define('PUBLIC',1) stuff.

Should be more secure, so I'll do that once I've pushed it. Hopefully
I'm right about that and it won't break a bunch of stuff...

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

Status in Mahara ePortfolio: In Progress

Bug description:
If a View contains resumé information displayed in a box (Employment History, 
Education History, etc.), and is accessed exclusively via a SecretURL, then it 
asks for a password. Only the first time though, subsequent access doesn't ask 
for a password even if you don't enter one the first time.

Mahara 1.2.4
Ubuntu Linux 8.04
MySQL



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


[Mahara-contributors] [Bug 605268] Re: error when inviting users to a group from the find friends page

2010-07-19 Thread François Marier
Works on the latest version of master

** Changed in: mahara
   Status: Triaged = Invalid

** Changed in: mahara
 Assignee: (unassigned) = François Marier (fmarier)

** Changed in: mahara
Milestone: 1.3.0 = None

-- 
error when inviting users to a group from the find friends page
https://bugs.launchpad.net/bugs/605268
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.

Status in Mahara ePortfolio: Invalid

Bug description:
Charlie Parker has found this:

I thought I'll send you this screen shot and maybe you might be able to 
see what's going. I was on find friends screen logged in as 
charlieparker and then

I clicked on the  invite only members on one of the users  check box  
Apply changes that's when I got the error in the screen shot! Maybe it 
might be something little or maybe because that user is not a member ;-) .


Regards
Charlie



___
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 607565] [NEW] Adding a new email address is no longer working

2010-07-19 Thread François Marier
Public bug reported:

On current version of master, regardless of browser (Chromium or
Firefox) and database (Postgres or MySQL), going to your profile and
adding a new email address doesn't work.

** Affects: mahara
 Importance: High
 Assignee: François Marier (fmarier)
 Status: Confirmed

** Changed in: mahara
   Status: New = Confirmed

** Changed in: mahara
 Assignee: (unassigned) = François Marier (fmarier)

** Changed in: mahara
Milestone: None = 1.3.0

** Changed in: mahara
   Importance: Undecided = High

-- 
Adding a new email address is no longer working
https://bugs.launchpad.net/bugs/607565
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.

Status in Mahara ePortfolio: Confirmed

Bug description:
On current version of master, regardless of browser (Chromium or Firefox) and 
database (Postgres or MySQL), going to your profile and adding a new email 
address doesn't work.



___
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 607565] Re: Adding a new email address is no longer working

2010-07-19 Thread François Marier
Perhaps we should just roll this fix into Bug #547660

-- 
Adding a new email address is no longer working
https://bugs.launchpad.net/bugs/607565
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.

Status in Mahara ePortfolio: Confirmed

Bug description:
On current version of master, regardless of browser (Chromium or Firefox) and 
database (Postgres or MySQL), going to your profile and adding a new email 
address doesn't work.



___
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 547660] Re: E-mail form element allows input of invalid e-mail addresses

2010-07-19 Thread François Marier
** Changed in: mahara
 Assignee: (unassigned) = François Marier (fmarier)

-- 
E-mail form element allows input of invalid e-mail addresses
https://bugs.launchpad.net/bugs/547660
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.

Status in Mahara ePortfolio: Confirmed

Bug description:
You can start writing an e-mail address, then hit escape or otherwise blur the 
element, and it'll have what you wrote in there. Then when you save your 
profile, that e-mail address gets written out as one of yours.

I think you can even change it to be your primary e-mail address, in which case 
e-mails are being sent to all sorts of random addresses, e.g. if I put 'bob' in 
and use that, the mail will be sent to b...@server-hosting-mahara.

Not sure what the best solution is...

This bug was imported from eduforge.org, see:
https://eduforge.org/tracker/index.php?func=detailaid=3198group_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 547565] Re: Cannot log in or modify user when auth_remote_user has duplicate username entries

2010-07-19 Thread Richard Mansfield
I'm adding a change to delete all remote user records (not just those
for the old authinstance) when the admin changes a user's authinstance.
I can't find any other way for a user to get duplicate remote user
records, so I'm closing this for now.  Because so much of this stuff to
do with institutions, authinstances  remote hosts is not enforced at
the db level, I'm going to leave the big cleanup for when I've got more
time.

** Changed in: mahara
   Status: Triaged = Fix Committed

-- 
Cannot log in or modify user when auth_remote_user has duplicate username 
entries
https://bugs.launchpad.net/bugs/547565
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.

Status in Mahara ePortfolio: Fix Committed

Bug description:
If there are duplicate entries in auth_remote_user for the same username login 
(and modifying the user record) fails. The code clearly expects the username to 
be unique and errors ensue.

This bug was imported from eduforge.org, see:
https://eduforge.org/tracker/index.php?func=detailaid=2183group_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 585310] Re: SecretURL prompting for a password

2010-07-19 Thread Richard Mansfield
** Changed in: mahara
   Status: In Progress = Fix Committed

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

Status in Mahara ePortfolio: Fix Committed

Bug description:
If a View contains resumé information displayed in a box (Employment History, 
Education History, etc.), and is accessed exclusively via a SecretURL, then it 
asks for a password. Only the first time though, subsequent access doesn't ask 
for a password even if you don't enter one the first time.

Mahara 1.2.4
Ubuntu Linux 8.04
MySQL



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


[Mahara-contributors] [Bug 605750] Re: SSO and non-locked fields doesn't go well together

2010-07-19 Thread Richard Mansfield
If I disallow the synchronization of data while setting up Mahoodle,
SSO does not work. 

That sounds like a different bug!


** Changed in: mahara
 Assignee: (unassigned) = Richard Mansfield (richard-mansfield)

-- 
SSO and non-locked fields doesn't go well together
https://bugs.launchpad.net/bugs/605750
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:
When Mahoodle is in existence, students cannot change their name and 
introduction. It would be good to disallow editing of the name fields (or any 
other field that is managed) by default so that they are not tempted to edit it 
anyway and then run into problems or wonder why the new info is changed back to 
the old one.

There is the possibility to lock fields and disallow editing. However, per 
default, a Mahoodle allows editing, but it always overwrites the data with the 
data it imports from Moodle the next time students log in. A number of users 
have complained about that (e.g. on Twitter) because they didn't know that 
Moodle's info would be inserted again as the fields in Mahara were editable. 

I had this issue also on the 1.3 master.dev that I installed on my computer. If 
I disallow the synchronization of data while setting up Mahoodle, SSO does not 
work. Therefore, I think it would be good to disallow editing of the managed 
fields all together for Mahoodle institutions.



___
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