[Mahara-contributors] [Bug 632199] Re: Institution now shown during self-registration process

2010-09-07 Thread Alex Büchner
Sorry, my mistake. Forgot to set authentication for one of the
institutions.

** Changed in: mahara
   Status: New = Invalid

-- 
Institution now shown during self-registration process
https://bugs.launchpad.net/bugs/632199
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:
I have 2 institutions (one is the standard 'no institution') and both allow 
self-registration. When I register for an account, the Instituion selection 
does not appear as before.

Mahara 1.3RC1 / Linux / 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


Re: [Mahara-contributors] [Question #124112]: HIghlight what is new on Watched List View?

2010-09-07 Thread Ruslan Kabalin
Question #124112 on Mahara changed:
https://answers.launchpad.net/mahara/+question/124112

Ruslan Kabalin posted a new comment:
It should not be too heavy, especially if the feature will only be
available for tutors and group admins. You just need another mapping
table view_viewed with user and view IDs relations, i.e. once a user has
seen a view, the corresponding record will be inserted. Then at the list
of submitted views generation, you join this view_viewed table and
mark corresponding views at the output as read. If, for instance the
view has been resubmitted or someone else left a comment, all or some
records related to the view will be removed from mapping table and
tutors will see the view as unread.

-- 
You received this question notification because you are a member of
Mahara Contributors, which is an answer contact for Mahara.

___
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 620151] Re: Richt-text ditor for employment / education history

2010-09-07 Thread dajan
I agree with this demand. I would like to add that, on my point of view,
every HTML container should have a wysiwyg editor

-- 
Richt-text ditor for employment / education history
https://bugs.launchpad.net/bugs/620151
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:
The position descriptions in employment history and the description in 
education history could use a rich-text editor to make bulleted lists, links 
etc. because you need that for your task descriptions in the CV and may want to 
break up the info on your degree etc. in education history.



___
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 632426] [NEW] Leap Import plugin fails on send_content_ready

2010-09-07 Thread eleanor.martin
Public bug reported:

I can't get the send_content_ready function to work, it's failing to get
the token or any properties from the class. I've tried with a custom
PluginImportCustom class and the PluginImportLeap class. Neither work.

I've tracked it down and it appears to be a problem with the get
function on the PluginImport class (in import/lib.php). The call to
property_exists is failing, even though if you remove the error handling
and just return the property it is returning the correct value. I think
this is because the properties are declared as private, when they should
be protected.

This is in Mahara version 1.2.5 (2009111015), using PHP version
5.3.2-1ubuntu4.2. It does look as though the behaviour of
property_exists has changed in PHP version 5.3, so this may be relevant.
I'm running on Ubuntu Lucid Lynx with a MySQL database. I'm trying to
call the send_content_ready call from a custom function within Moodle
1.9.9.

** Affects: mahara
 Importance: Undecided
 Status: New

-- 
Leap Import plugin fails on send_content_ready
https://bugs.launchpad.net/bugs/632426
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 can't get the send_content_ready function to work, it's failing to get the 
token or any properties from the class. I've tried with a custom 
PluginImportCustom class and the PluginImportLeap class. Neither work. 

I've tracked it down and it appears to be a problem with the get function on 
the PluginImport class (in import/lib.php). The call to property_exists is 
failing, even though if you remove the error handling and just return the 
property it is returning the correct value. I think this is because the 
properties are declared as private, when they should be protected. 

This is in Mahara version 1.2.5 (2009111015), using PHP version 
5.3.2-1ubuntu4.2. It does look as though the behaviour of property_exists has 
changed in PHP version 5.3, so this may be relevant. I'm running on Ubuntu 
Lucid Lynx with a MySQL database. I'm trying to call the send_content_ready 
call from a custom function within Moodle 1.9.9.



___
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 632062] Re: 1.3 - Minor theme issues

2010-09-07 Thread Richard Mansfield
Ruslan, I don't have a strong opinion about the button vs link thing, so
I changed it back to a button with just Login as in the text.  That's
what moodle uses, it's pretty ungrammatical but so is login as user,
and I think login as this user is getting too long again.

-- 
1.3 - Minor theme issues
https://bugs.launchpad.net/bugs/632062
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:
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 far left.



___
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 631277] Re: Registration URL does not work

2010-09-07 Thread Charlie Parker
Here we go Ruslan the email URL
:http://master.dev.mahara.org/register.php?key=s8cEBfiH9YPI7CXZ

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

Bug description:
I registered as a user on Mahara and got sent an email with a link. In then 
copied the link and pasted it in my browser, when I clicked enter I got this 
error: 
Sorry, there does not seem to be a registration with this key. Perhaps you 
waited longer than 24 hours to complete your registration? Otherwise, it might 
be our fault.

And that was under 10 seconds.



___
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 632082] Re: Ultima theme's header image needs to be wider

2010-09-07 Thread Richard Mansfield
** Changed in: mahara
   Status: Triaged = Fix Committed

** Changed in: mahara
Milestone: None = 1.3.0

-- 
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 subscribed to Mahara.

Status in Mahara ePortfolio: Fix Committed

Bug description:
on master.dev; the header image is not wide enough for the Ultima theme



___
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 632869] [NEW] Files, images and video tab is missing some elements when editing group content

2010-09-07 Thread Charlie Parker
Public bug reported:

Hey guys am trying to edit my group
http://master.dev.mahara.org/view/blocks.php?id=750 but when I clicked
on the Files, images and video tab,  I saw only the external Video icon
to drag. Is this the behaviour? Because I have seen other files in there
when I edited a non group content and layout!

This was on Linux with FF3, master dev mahara 1.3 I don't know the
database but from Catalyst

** Affects: mahara
 Importance: Undecided
 Status: New

-- 
Files, images and video tab is missing some elements when editing group content 
 
https://bugs.launchpad.net/bugs/632869
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:
Hey guys am trying to edit my group 
http://master.dev.mahara.org/view/blocks.php?id=750 but when I clicked on the 
Files, images and video tab,  I saw only the external Video icon to drag. Is 
this the behaviour? Because I have seen other files in there when I edited a 
non group content and layout!

This was on Linux with FF3, master dev mahara 1.3 I don't know the database but 
from Catalyst



___
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 632869] Re: Files, images and video tab is missing some elements when editing group content

2010-09-07 Thread Charlie Parker

** Attachment added: Group editting  fikles and vids view!
   
https://bugs.launchpad.net/bugs/632869/+attachment/1555849/+files/1%20video%20icon.png

-- 
Files, images and video tab is missing some elements when editing group content 
 
https://bugs.launchpad.net/bugs/632869
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:
Hey guys am trying to edit my group 
http://master.dev.mahara.org/view/blocks.php?id=750 but when I clicked on the 
Files, images and video tab,  I saw only the external Video icon to drag. Is 
this the behaviour? Because I have seen other files in there when I edited a 
non group content and layout!

This was on Linux with FF3, master dev mahara 1.3 I don't know the database but 
from Catalyst



___
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