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

2013-08-28 Thread Aaron Wells
** Changed in: mahara Status: Confirmed = Fix Committed ** Changed in: mahara Assignee: (unassigned) = Aaron Wells (u-aaronw) -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription

[Mahara-contributors] [Bug 1191442] Re: Leap2A doesn't export collections under All data

2013-08-28 Thread Kristina Hoeppner
I still have the problems. Now I actually get a lot of warnings: 1. Right on the export page when the export is finished: = div class=backtrace[WAR] 20 (export/leap/lib.php:291) Undefined variable: widths/div div class=backtracestrongCall stack (most recent first):/strong

[Mahara-contributors] [Bug 1218092] Re: Search in blocks that have a search doesn't work

2013-08-28 Thread Robert Lyon
turns out I needed to fix this bug before bug #1218091 to work out where exactly things were going wrong :) I submitted a patch to fix both https://reviews.mahara.org/#/c/2446/ ** Changed in: mahara Status: Triaged = In Progress -- You received this bug notification because you are a

[Mahara-contributors] [Bug 1218091] Re: Pager in search in a block doesn't work

2013-08-28 Thread Robert Lyon
the problem was the search term was being truncated by 4 chars each time it was being passed back to pagination so you would have been searching thus: portfolios portfo po then for nothing this was a left over problem when the returned url used to end in nbsp; but later on ended in so too many

[Mahara-contributors] [Bug 1191442] Re: Leap2A doesn't export collections under All data

2013-08-28 Thread Robert Lyon
have added patchset to fix the trying to access non existing table and stop the other errors from appearing https://reviews.mahara.org/#/c/2451/ ** Changed in: mahara Status: Triaged = In Progress -- You received this bug notification because you are a member of Mahara Contributors,

[Mahara-contributors] [Bug 1160093] Re: Don't display a remote username on /admin/users/edit.php if no remote username exists

2013-08-28 Thread Aaron Wells
So, while researching some stuff relating to ldapsync, I gained a bit more insight into how the remote username parent authority work and work together: 1. The only auth plugins that use remote username are XMLRPC and SAML (optionally for SAML) 2. These are both services where you *don't* enter

Re: [Mahara-contributors] [Bug 1103942] Re: Allow uploading attachments to Resume composites

2013-08-28 Thread Gregor Anželj
Robert hi. I answered that question once in the comments. I would lso prefer the way that is used when editing resume composites, but I simply can not figure out how to do that, because those forms for adding resume composites (books, certifications, employment, etc.) are - as far as I can tell

[Mahara-contributors] [Bug 1160093] Re: Don't display a remote username on /admin/users/edit.php if no remote username exists

2013-08-28 Thread Aaron Wells
https://reviews.mahara.org/2452 ** Changed in: mahara Status: Fix Committed = In Progress -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors -- please ask

[Mahara-contributors] [Bug 1160093] Re: Don't display a remote username on /admin/users/edit.php if no remote username exists

2013-08-28 Thread Aaron Wells
Ah, it was sorta buggy, if you did this: 1. Set up two auth instances that can take an external username 2. Assign a user to one of them, and give them an external username in that auth. 3. Save. 4. Now, go to the user's account settings page, and switch them to the other external auth

[Mahara-contributors] [Bug 1160093] Re: Don't display a remote username on /admin/users/edit.php if no remote username exists

2013-08-28 Thread Aaron Wells
Even with my latest commits, there's still a bug case on the user edit screen: 1. Set up two auth instances that can take an external username 2. Navigate to the account settings page for a user and set their external username with one of these auth instances 3. Now, change their auth setting to

[Mahara-contributors] [Bug 1160093] Re: Don't display a remote username on /admin/users/edit.php if no remote username exists

2013-08-28 Thread Aaron Wells
Never mind... on further testing it actually does work, and does give me the expected result! :) It was actually already written to look up and store your external username in all the different auth instances, store them in JS, and swap them in and out as you switch auth instances. -- You