[Mahara-contributors] [Bug 1166578] Re: auth/session.php incorrectly multiplies $cfg->session_timeout by 60

2013-04-08 Thread Aaron Wells
** Tags added: sessions -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contrib members https://bugs.launchpad.net/bugs/1166578 Title: auth/session.php incorrectly multipli

[Mahara-contributors] [Bug 785469] Re: Support for storing sessions in memcache/redis

2013-04-08 Thread Aaron Wells
Actually, yeah, a $cfg variable would probably be more appropriate for this than an admin screen. Especially since, if you change your session handler, your session is immediately killed and you're force-logged out. -- You received this bug notification because you are a member of Mahara Contribu

[Mahara-contributors] [Bug 785469] Re: Support for storing sessions in memcache/redis

2013-04-08 Thread Aaron Wells
Here's a partial implementation of memcache sessions by Darrin at Catalyst Australia. This is just the session.php code switched to use memcache instead of file; a full implementation will require an admin interface (or at least a $cfg variable) to let the user switch between them. ** Attachment a

[Mahara-contributors] [Bug 1166578] Re: auth/session.php incorrectly multiplies $cfg->session_timeout by 60

2013-04-08 Thread Aaron Wells
The tricky thing about this, is that in 2009 (commit 1868c657dc62fc9cd1), the default value for $cfg->session_timeout was increased from 1800 to 86400. So, users with older installations may have that low 1800 value, and their garbage collection lifetime will drop from 30 hours to 30 minutes. We'll

[Mahara-contributors] [Bug 1166578] [NEW] auth/session.php incorrectly multiplies $cfg->session_timeout by 60

2013-04-08 Thread Aaron Wells
Public bug reported: The user interface code to set the value of $cfg->session_timeout assumes that the user is entering a number of seconds. It defaults to 86400, which is the number of seconds in 24 hours. But, the code at the top of htdocs/auth/session.php multiplies this by 60 before entering

[Mahara-contributors] [Bug 1165301] Re: Posts should not have quotation marks

2013-04-08 Thread Kristina Hoeppner
Yes, that's it. OK. Let's leave it like that then until we may have a more elegant possibility. ** Changed in: mahara Status: New => Won't Fix -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subs

[Mahara-contributors] [Bug 891383] [NEW] Login form requires Javascript

2013-04-08 Thread Launchpad Bug Tracker
You have been subscribed to a public bug by Kristina Hoeppner (kris-hoeppner): The login form requires javascript to be enabled, yet this should be the case. With some small code hacking to remove the js form and disable js I can still login fine. The js wrapper to the login form is meant to chec