[Mahara-contributors] [Bug 673434] Re: leap2a exports fail to import properly

2010-11-10 Thread Penny Leach
Will review and commit patch to 1.3 and master.

** Changed in: mahara
   Importance: Undecided = High

** Changed in: mahara
   Status: New = In Progress

** Changed in: mahara
Milestone: None = 1.3.4

** Changed in: mahara
 Assignee: (unassigned) = Penny Leach (mjollnir)

-- 
leap2a exports fail to import properly
https://bugs.launchpad.net/bugs/673434
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:
When the leap2a code in Mahara has been updated to LEAP2A 2010-07 
(http://www.leapspecs.org/2010-07/2A/) a bug was introduced that caused the 
exports to have a wrong namespace. This bug has been fixed in the meantime. But 
exports that have been created between the release of the update and the 
release of the bug fix will fail to import properly now. Views will end up as 
blogs and views that contain resumé blocks will not import at all.

This affects the following Mahara versions: 1.2.7testing, 1.3.3, master

A patch will be available soon.



___
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 673434] [NEW] leap2a exports fail to import properly

2010-11-10 Thread Adrian Schlegel
Public bug reported:

When the leap2a code in Mahara has been updated to LEAP2A 2010-07
(http://www.leapspecs.org/2010-07/2A/) a bug was introduced that caused
the exports to have a wrong namespace. This bug has been fixed in the
meantime. But exports that have been created between the release of the
update and the release of the bug fix will fail to import properly now.
Views will end up as blogs and views that contain resumé blocks will not
import at all.

This affects the following Mahara versions: 1.2.7testing, 1.3.3, master

A patch will be available soon.

** Affects: mahara
 Importance: Undecided
 Status: New

-- 
leap2a exports fail to import properly
https://bugs.launchpad.net/bugs/673434
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:
When the leap2a code in Mahara has been updated to LEAP2A 2010-07 
(http://www.leapspecs.org/2010-07/2A/) a bug was introduced that caused the 
exports to have a wrong namespace. This bug has been fixed in the meantime. But 
exports that have been created between the release of the update and the 
release of the bug fix will fail to import properly now. Views will end up as 
blogs and views that contain resumé blocks will not import at all.

This affects the following Mahara versions: 1.2.7testing, 1.3.3, master

A patch will be available soon.



___
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 673016] Re: Contradiction between Help and Exemple in LDAP authentification

2010-11-10 Thread Iñaki Arenaza
Hi Dominique-Alain

if you look closer, the example does use the semicolom (;) to separate
the contexts. The first context is

  ou=users,o=org

and the second context is

  ou=other,o=org

The comma (,) is the separator between parts __inside__ a context's
distinguished name. The semicolon (;) is the separator between different
context distinguished names.

Saludos.
Iñaki.

** Changed in: mahara
   Status: New = Invalid

-- 
Contradiction between Help and Exemple in LDAP authentification
https://bugs.launchpad.net/bugs/673016
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:
In the help file for the LDPA authentification

auth/LDAP/lang/help/forms/auth_config.contexts.html

You message says  :

 Separate different contexts with ';' 

but your example show use of coma ','

(e.g., 'ou=users,o=org;ou=other,o=org')

I suppose the example is correct and the text should be edited.

In all versions including 1.3.3



___
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 673434] Re: leap2a exports fail to import properly

2010-11-10 Thread Penny Leach
committed to 1.3 and master from
http://git.liip.ch/?p=elearning/mahara/mahara.git;a=commit;h=0a076529aa434d9f87763083a002a4cc8cfd870b

** Changed in: mahara
   Status: In Progress = Fix Committed

-- 
leap2a exports fail to import properly
https://bugs.launchpad.net/bugs/673434
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 the leap2a code in Mahara has been updated to LEAP2A 2010-07 
(http://www.leapspecs.org/2010-07/2A/) a bug was introduced that caused the 
exports to have a wrong namespace. This bug has been fixed in the meantime. But 
exports that have been created between the release of the update and the 
release of the bug fix will fail to import properly now. Views will end up as 
blogs and views that contain resumé blocks will not import at all.

This affects the following Mahara versions: 1.2.7testing, 1.3.3, master

A patch will be available soon.



___
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 671456] Re: Some time/date settings in langconfig.php are not compatible with Windows

2010-11-10 Thread Sean Brennan
** Changed in: mahara
   Status: New = Triaged

-- 
Some time/date settings in langconfig.php are not compatible with Windows
https://bugs.launchpad.net/bugs/671456
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:
According to the note for %e on 
http://uk3.php.net/manual/en/function.strftime.php windows doesn't support the 
%e format.
There's a cross-platform 'fix' for this which involves determining whether 
you're running windows and substr ing any %e to a %#d.

I've not confirmed how this occurs under Windows, but came across it in the 
docs whilst assisting some in #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 666546] Re: Objectionable content email should have link to profile of person reporting

2010-11-10 Thread Sean Brennan
** Changed in: mahara
 Assignee: (unassigned) = Sean Brennan (the-ioniser)

-- 
Objectionable content email should have link to profile of person reporting
https://bugs.launchpad.net/bugs/666546
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:
When an email is sent to an admin about objectionable content, there is no way 
of getting in touch with the person reporting the content because the email is 
from nore...@... and the name of the reporter is not linked to their profile. 
If I want to get in touch with the person reporting to verify if the content is 
really objectionable or not, it's a bit cumbersome as I first need to find the 
person in the system.

It would be great if the reply-to email address was the one of the person 
reporting the content and if the name was linked to their profile page.



___
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