[Mahara-contributors] [Bug 1588613] [NEW] Mahara not respecting session lifetime setting from admin config page

2016-06-02 Thread Aaron Wells
Public bug reported: It seems that after the last round of session fixing bugs, Mahara no longer respects the session lifetime setting that the admin can set on the site configuration page. This setting is stored in the database config table as "session_timeout". It's then retrieved from the data

[Mahara-contributors] [Bug 1588613] Re: Mahara not respecting session lifetime setting from admin config page

2016-06-02 Thread Aaron Wells
This bug is probably more noticeable if you're using the memcache session handler rather than the default (filesystem) session handler. I think the memcache session handler uses session.gc_maxlifetime as the hard expiration date for sessions; whereas in the default filesystem session handler they m

[Mahara-contributors] [Bug 897863] Re: Add option to the feedback to prevent staff and admin feedback to be deleted

2016-06-02 Thread Kristina Hoeppner
An earlier idea was to use a small icon to identify staff / admin. If it's only color, we might have accessibility issues and there wouldn't be any indicator to why it's in a different color. I could imagine even just having "Staff" / "Administrator" underneath the profile picture instead of an ic

[Mahara-contributors] [Bug 1588608] A patch has been submitted for review

2016-06-02 Thread Mahara Bot
Patch for "master" branch: https://reviews.mahara.org/6547 -- 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 on #mahara-dev or mahara.org forum befor

[Mahara-contributors] [Bug 1588599] Re: PHP 7 unrecoverable errors in 16.04

2016-06-02 Thread Kristina Hoeppner
** Changed in: mahara/16.04 Status: New => Confirmed ** Changed in: mahara/15.10 Status: New => Confirmed ** Changed in: mahara/15.04 Status: New => Confirmed -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahar

[Mahara-contributors] [Bug 1588599] Re: PHP 7 unrecoverable errors in 16.04

2016-06-02 Thread Robert Lyon
** Changed in: mahara Milestone: None => 16.10.0 ** Also affects: mahara/15.04 Importance: Undecided Status: New ** Also affects: mahara/16.10 Importance: Undecided Status: New ** Also affects: mahara/15.10 Importance: Undecided Status: New ** Also affects: mah

[Mahara-contributors] [Bug 1588599] A patch has been submitted for review

2016-06-02 Thread Mahara Bot
Patch for "master" branch: https://reviews.mahara.org/6546 -- 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 on #mahara-dev or mahara.org forum befor

[Mahara-contributors] [Bug 1588608] Re: Improvements for Send friend request message field

2016-06-02 Thread Kristina Hoeppner
** Changed in: mahara Importance: Undecided => Wishlist ** Changed in: mahara Status: New => Confirmed ** Changed in: mahara Milestone: None => 16.10.0 ** Changed in: mahara Assignee: (unassigned) => Dmitrii Metelkin (dmitriim) -- You received this bug notification because y

[Mahara-contributors] [Bug 1588606] Re: Properly checking if group template is a site template

2016-06-02 Thread Robert Lyon
To test: Make a new site and then try and edit the Administration -> Configure site -> Pages Group homepage template you should get an error [WAR] 80 (lib/errors.php:796) Failed to get a recordset: postgres8 error: [-2: ERROR: syntax error at or near "LIMIT" LINE 1: SELECT * FROM "group" WHERE

[Mahara-contributors] [Bug 1397110] A patch has been submitted for review

2016-06-02 Thread Mahara Bot
Patch for "master" branch: https://reviews.mahara.org/6545 -- 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 on #mahara-dev or mahara.org forum befor

[Mahara-contributors] [Bug 1588606] A patch has been submitted for review

2016-06-02 Thread Mahara Bot
Patch for "master" branch: https://reviews.mahara.org/6545 -- 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 on #mahara-dev or mahara.org forum befor

[Mahara-contributors] [Bug 1588606] [NEW] Properly checking if group template is a site template

2016-06-02 Thread Robert Lyon
Public bug reported: The $view->get('template') returns a string where as the constant View::SITE_TEMPLATE is an integer so we can't compare them via === We can use == as View::SITE_TEMPLATE = 2 ** Affects: mahara Importance: High Assignee: Robert Lyon (robertl-9) Status: In P

[Mahara-contributors] [Bug 1588608] [NEW] Improvements for Send friend request message field

2016-06-02 Thread Dmitrii Metelkin
Public bug reported: Issue: Find friends > Send friend request > in the “Message” field, it should not let a user to type more than 255 text characters. Solution: from the UI perspective it's better to allow a user to type more than 255 characters, but display the standard field error message wh

[Mahara-contributors] [Bug 1588599] [NEW] PHP 7 unrecoverable errors in 16.04

2016-06-02 Thread hermannkm
Public bug reported: I am porting my working instance of mahara 16.04 (debian, php 5.5) to a new server (ubuntu 16.04, php 7.04, using git for installation). Just by chance I stumble upon some crashes which seem to be related to using deprecated PHP functions. At this time I found (and easily repa

[Mahara-contributors] [Bug 1579628] Re: Modern theme: disappearing password label

2016-06-02 Thread Kristina Hoeppner
While the text is now readable in the patch, the outline of the password box is not yet. A very light outline is there once you clicked into the field, but none when it's not clicked yet. This still needs fixing in the patch. ** Attachment added: "modern.png" https://bugs.launchpad.net/mahara/

[Mahara-contributors] [Bug 897863] Re: Add option to the feedback to prevent staff and admin feedback to be deleted

2016-06-02 Thread Robert Lyon
If we are going to be adding the ability to stop staff feedback from being deleted by the page/artefact owner (or other admins) then we will need to differentiate the comments from normal ones somehow, possibly with a different colour/style to make it obvious to the user the reason why they don't h

[Mahara-contributors] [Bug 1587950] Re: Warning message not in a warning color

2016-06-02 Thread Kristina Hoeppner
Fantastic, Knut! All our developer documentation is available at https://wiki.mahara.org/index.php/Developer_Area Mahara itself now has a styleguide built-in /theme/styleguide.php but the notices aren't documented yet. :-( It should be the standard bootstrap class though and easy to swap the info

[Mahara-contributors] [Bug 884023] Re: Threaded replies to feedback on views

2016-06-02 Thread Kristina Hoeppner
** No longer affects: mahara/15.10 ** Changed in: mahara Status: Fix Committed => Fix Released -- 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 a

[Mahara-contributors] [Bug 1588091] A change has been merged

2016-06-02 Thread Mahara Bot
Reviewed: https://reviews.mahara.org/6543 Committed: https://git.mahara.org/mahara/mahara/commit/ecd5e9be313f503424abb93839dd65929638edd2 Submitter: Robert Lyon (robe...@catalyst.net.nz) Branch:15.10_STABLE commit ecd5e9be313f503424abb93839dd65929638edd2 Author: Evan Giles Date: Wed Jun 1

[Mahara-contributors] [Bug 1588091] Re: StudentID not displayed in content

2016-06-02 Thread Robert Lyon
** Changed in: mahara/16.10 Status: In Progress => Fix Committed ** Changed in: mahara/16.04 Status: In Progress => Fix Committed ** Changed in: mahara/15.10 Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Mahara Contri

[Mahara-contributors] [Bug 1588091] A change has been merged

2016-06-02 Thread Mahara Bot
Reviewed: https://reviews.mahara.org/6542 Committed: https://git.mahara.org/mahara/mahara/commit/7a0ed6ded5c4ef76ae49df215c3c08474ff12a81 Submitter: Robert Lyon (robe...@catalyst.net.nz) Branch:16.04_STABLE commit 7a0ed6ded5c4ef76ae49df215c3c08474ff12a81 Author: Evan Giles Date: Wed Jun 1

[Mahara-contributors] [Bug 1533377] Re: Remove Persona (browserid) auth plugin by Nov 2016, because Mozilla is ending Persona support

2016-06-02 Thread Aaron Wells
It looks like PassportJS is actually a general-purpose authentication middleware library, implemented in NodeJS. Much like Mahara's Auth plugin system, PassportJS lets you install plugins (called "strategies") to authentication with different sources that might be a specific site like Facebook, or

[Mahara-contributors] [Bug 1579628] Re: Modern theme: disappearing password label

2016-06-02 Thread Liam
** Changed in: mahara/16.10 Status: Confirmed => 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 on #mahara-dev or mahara.org fo

[Mahara-contributors] [Bug 1579628] A patch has been submitted for review

2016-06-02 Thread Mahara Bot
Patch for "master" branch: https://reviews.mahara.org/6544 -- 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 on #mahara-dev or mahara.org forum befor

[Mahara-contributors] [Bug 1588091] A patch has been submitted for review

2016-06-02 Thread Mahara Bot
Patch for "16.04_STABLE" branch: https://reviews.mahara.org/6542 -- 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 on #mahara-dev or mahara.org forum

[Mahara-contributors] [Bug 1588091] A patch has been submitted for review

2016-06-02 Thread Mahara Bot
Patch for "15.10_STABLE" branch: https://reviews.mahara.org/6543 -- 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 on #mahara-dev or mahara.org forum

[Mahara-contributors] [Bug 1588091] Re: StudentID not displayed in content

2016-06-02 Thread Robert Lyon
** Also affects: mahara/15.10 Importance: Undecided Status: New ** Also affects: mahara/16.10 Importance: Medium Assignee: Evan (evan-u) Status: In Progress ** Also affects: mahara/16.04 Importance: Undecided Status: New ** Changed in: mahara/16.04 Statu

[Mahara-contributors] [Bug 1588091] A change has been merged

2016-06-02 Thread Mahara Bot
Reviewed: https://reviews.mahara.org/6541 Committed: https://git.mahara.org/mahara/mahara/commit/d8285e3ec2e2c234b2c648805e6c47925b95e803 Submitter: Robert Lyon (robe...@catalyst.net.nz) Branch:master commit d8285e3ec2e2c234b2c648805e6c47925b95e803 Author: Evan Giles Date: Wed Jun 1 16:10

[Mahara-contributors] [Bug 1587950] Re: Warning message not in a warning color

2016-06-02 Thread Knut Jackowski
Hello Kristina, I will give it a shot. Cheers, Knut ** Changed in: mahara/16.10 Assignee: Liam (liam-sharpe) => Knut Jackowski (kjackowski) -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscri