[Mahara-contributors] [Bug 918442] Re: Make 'Student ID' specific for the institution when mapped from an LDAP server

2012-01-26 Thread Iñaki Arenaza
Sorry Hugh and François, I run out of time before being able to send the patch to gerrit and have been busy at work since then. I've just pushed it to gerrit. Saludos. Iñaki. -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara.

[Mahara-contributors] [Bug 918442] [NEW] Make 'Student ID' specific for the institution when mapped from an LDAP server

2012-01-18 Thread Iñaki Arenaza
Public bug reported: When Bug #906996 added the ability to map Student ID and Display from a LDAP server, we completely forgot that the Student ID can be specific for the institution. In fact, if we don't store the Student ID in usr_institution we are not able to search for the user in the

[Mahara-contributors] [Bug 911683] [NEW] Dwoo_Plugin_theme_{path, url} don't work if plugin location specified

2012-01-04 Thread Iñaki Arenaza
Public bug reported: Commit 6cf859f817 changed the parameter list of functions theme_url() and theme_path() (in lib/web.php), but it seems Dwoo_Plugin_theme_path() and Dwoo_Plugin_theme_url() weren't modified to use the new parameter list. So they don't work when we specify the plugin

[Mahara-contributors] [Bug 906996] [NEW] Add support to map Student ID and Display Name from LDAP server.

2011-12-20 Thread Iñaki Arenaza
Public bug reported: Add support to map Student ID and Display Name from LDAP server. It retrives the values on account creation and on subsequen user logins (if update user details on login is enabled for the LDAP plugin). The patch-set sent to gerrit is for master only. Saludos. Iñaki. **

[Mahara-contributors] [Bug 886581] [NEW] Blog block pagination bug prevents images from being displayed

2011-11-05 Thread Iñaki Arenaza
Public bug reported: As the viewid is not added to the URL for the images, images are considered not published and we don't have permission to see them. In fact, if we right click on the image place holder and click on 'Display image' (or equivalent browser option), we are presented with a

[Mahara-contributors] [Bug 832374] Re: Manually added users or bulk imported users are not forced to change their password

2011-08-23 Thread Iñaki Arenaza
Patch just pushed to reviews.mahara.org Saludos. Iñaki. -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. https://bugs.launchpad.net/bugs/832374 Title: Manually added users or bulk imported users are not forced to change

[Mahara-contributors] [Bug 794490] Re: Cron is not running

2011-07-04 Thread Iñaki Arenaza
Hi François, yes it does solve it :) Saludos. Iñaki. -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. https://bugs.launchpad.net/bugs/794490 Title: Cron is not running Status in Mahara ePortfolio: Fix Released Status in

[Mahara-contributors] [Bug 685942] Re: Possible https to http downgrade

2011-07-03 Thread Iñaki Arenaza
Hi Ruslan, yup, it's been fixed for 1.4_STABLE and master, but not for 1.3_STABLE (see http://gitorious.org/mahara/mahara/blobs/1.3_STABLE/htdocs/init.php#line194 ). I thought 1.3_STABLE was still supported, am I right? Saludos. Iñaki. -- You received this bug notification because you are a

[Mahara-contributors] [Bug 685942] Re: Possible https to http downgrade

2011-07-01 Thread Iñaki Arenaza
** Changed in: mahara/1.3 Status: Fix Released = Incomplete -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. https://bugs.launchpad.net/bugs/685942 Title: Possible https to http downgrade Status in Mahara ePortfolio:

[Mahara-contributors] [Bug 685942] Re: Possible https to http downgrade

2011-07-01 Thread Iñaki Arenaza
I didn't notice the fix was incomplete before because I was also bitten by this Ubuntu cron bug: https://bugs.launchpad.net/ubuntu/+source/pam/+bug/790538 Now that cronjobs are run, I've noticed that my Mahara cronjob is run but nothing appears in the logs. I run the cronjob from the command line

[Mahara-contributors] [Bug 685942] Re: Possible https to http downgrade

2011-07-01 Thread Iñaki Arenaza
** Patch added: 0001-Cron-doesn-t-run-from-command-line-after-fixing-685.patch https://bugs.launchpad.net/mahara/+bug/685942/+attachment/2186652/+files/0001-Cron-doesn-t-run-from-command-line-after-fixing-685.patch -- You received this bug notification because you are a member of Mahara

[Mahara-contributors] [Bug 730373] Re: Mathematical notation in Mahara with MathJax

2011-06-19 Thread Iñaki Arenaza
It should be really simply now that MathJax project offers a hosted version of the library. In fact that's the way they recommend to integrate it now (see http://www.mathjax.org/docs/1.1/platforms/index.html). As I say in http://mahara.org/interaction/forum/topic.php?id=3759#post16560 we only

[Mahara-contributors] [Bug 796029] Re: New quota limit policy

2011-06-13 Thread Iñaki Arenaza
Hi Kristina, you could use some heuristics to help with the changes: e.g you only change the quota for those users/groups whose current quota equals the old institution quota. In case the current quota is not the same as the old quota, you could keep the higher of the current user quota and the

[Mahara-contributors] [Bug 611045] Re: LDAP configuration page password is stored in clear text

2011-06-12 Thread Iñaki Arenaza
Richard, you cannot store the pw hashed, because you need to send the plain text password to the LDAP server! If you hash it, there's no way you can get the original password back (unless you use a completely broken hashing function, in which case you gain nothing at all ;-) You can't encrypt it

[Mahara-contributors] [Bug 646713] Re: js config.wwwroot ignores httpswwwroot

2011-04-11 Thread Iñaki Arenaza
I have just read the last developer meeting minutes, and wanted to clarify that I'm fine with the removal :-) -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. https://bugs.launchpad.net/bugs/646713 Title: js config.wwwroot

[Mahara-contributors] [Bug 646713] Re: js config.wwwroot ignores httpswwwroot

2011-03-22 Thread Iñaki Arenaza
Then, so be it! -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. https://bugs.launchpad.net/bugs/646713 Title: js config.wwwroot ignores httpswwwroot Status in Mahara ePortfolio: Confirmed Bug description: Originally

[Mahara-contributors] [Bug 646713] Re: js config.wwwroot ignores httpswwwroot

2010-12-21 Thread Iñaki Arenaza
As Andrew points out, due to the way we deal with logins (at the same URL with a transitent content, instead of using a round trip to a different login URL like Moodle does), it's completely impossible to make the Ajax based login work with it (the Javascript security model forbids it, as it's

[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

[Mahara-contributors] [Bug 650678] Re: LDAP auth should check for invalid utf8 characters in names

2010-11-04 Thread Iñaki Arenaza
We should also set the default LDAP version to '3' in the configuration settings page. Some LDAP servers refuse v2 connections by default (e.g., OpenLDAP 2.x and later) and using v3 makes the server use utf8 both in the queries and the responses (unless the server is really broken). Setting the