[Mahara-contributors] [Bug 1719216] Re: Participation report doesn't show pages in a collection

2017-11-20 Thread Niranjan
URL: https://bugs.launchpad.net/mahara/+bug/1719216
Bug description: Participation report doesn't show pages in a collection.


Environment to be tested: Master
Browser to be tested: Any browser

Precondition:

1. Normal users ‘User one’,‘User two’ & ‘User three’ should exist.
2. Pages ‘Page 01’, ‘Page 02’ & ‘Page 03’ should exist and ‘User one ‘ is the 
owner of these pages. 
3. A collection exists with the title 'Collection one' and pages within the 
collection are 'Page 01' and 'Page 02'
4. A group ‘Group one’ should exist and pages ‘Group page01’ and ‘Group page02’ 
are the pages created within the group.
5. ‘User one’ and ‘User two’ are members of ‘Group one’ and ‘User three’ is not 
a member.
6. ‘Collection one’ and 'Page 03' shared with ‘Group one’.
7. Comments for ‘Page 01’, ‘Page 02’ & ‘Page 03’ should exist and should have 
each comment from ‘User one’, ‘User two’ & ‘User three’.
8. Comments for group pages should exist.


Steps to reproduce:

1. Log in as ‘User one’.
2. Navigate to Main menu > Groups.
3. Click the ‘Settings’ button on the group ‘Group one’.
4. Switch ‘Participation report ‘ to ‘Yes’.
5. Click the ‘Save group’ button.
6. Click the ‘Report’ tab.

Expected result: 
1. All the pages shared with the Group should be displayed.
2. The pages in the ‘Collection one’ and 'Page 03'should be displayed.
3. Members involved in the group and their comments should be displayed.
4. Non-members involved and their comments should be displayed.
5. Group pages should be displayed.
6. Members involved in the group and their comments should be displayed.

Note: Screen shot will be attached once the test case passes

-- 
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 before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1719216

Title:
  Participation report doesn't show pages in a collection

Status in Mahara:
  In Progress
Status in Mahara 18.04 series:
  In Progress

Bug description:
  seen in Mahara 17.04

  The group participation report is supposed to display pages shared
  with the group and created within a group. However, it only displays
  pages when they are not in a collection. As soon as they are in a
  collection, they are not displayed.

  The report should be altered to show "portfolios" shared or created
  within the group, i.e. individual pages when they are not in a
  collection and a collection (with the number of pages in parentheses)
  when there is a collection.

  For collections, the comment count should be across all pages that are
  in the collection.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1719216/+subscriptions

___
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 1733473] [NEW] Friend icon only partially shows persons name

2017-11-20 Thread shanen
Public bug reported:

On the friends block on a profile page, the circular egg shape shows part of 
the profile icon and only part of the persons name, making it hard to identify 
someone you are looking for.
Thanks!
17.10.0

** Affects: mahara
 Importance: Undecided
 Status: New

-- 
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 before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1733473

Title:
  Friend icon only partially shows persons name

Status in Mahara:
  New

Bug description:
  On the friends block on a profile page, the circular egg shape shows part of 
the profile icon and only part of the persons name, making it hard to identify 
someone you are looking for.
  Thanks!
  17.10.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1733473/+subscriptions

___
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 1733448] A patch has been submitted for review

2017-11-20 Thread Mahara Bot
Patch for "master" branch: https://reviews.mahara.org/8296

-- 
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 before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1733448

Title:
  behat page_number_interval_sharedwithme.feature is broken

Status in Mahara:
  In Progress

Bug description:
  this test is meant to check the paginator displays the correct links
  to other pages. It seems the paginator now displays more and in a
  different configuration than it used to. This test still passes
  because it checks for digits that happen to be present elsewhere on
  the page, it isn't however checking the functionality it was meant to.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1733448/+subscriptions

___
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 1705622] A change has been merged

2017-11-20 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/7893
Committed: 
https://git.mahara.org/mahara/mahara/commit/bc926b9e4269f2028515e712252aef10b1dec270
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:master

commit bc926b9e4269f2028515e712252aef10b1dec270
Author: Rebecca Blundell 
Date:   Fri Jul 21 17:02:25 2017 +1200

Bug 1705622 - adding a properties file for some css elements

Work so far:
added switch to deal with different possible steps that have css elements
added some more css examples
changed array of css locators to const
changed const array back to array and use json en/decode as workaround
to avoid globals
made properties get_property function take an optional page location
added an optional properties param to BehatNavigation i_expand_node_in_the
added all used css elements
replaced css elements with descriptions in tests
replaced xpath elements with descriptions in tests

To do:
make the whole thing more user-friendly
look at replacing scroll to steps too

Change-Id: I83d8a96fc14701821b2e1cb37feb0900e1674f66

-- 
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 before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1705622

Title:
  behat properties file to store css elements

Status in Mahara:
  Fix Committed

Bug description:
  Work on adding a properties file to make tests more readable.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1705622/+subscriptions

___
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 1705622] Re: behat properties file to store css elements

2017-11-20 Thread Robert Lyon
** Changed in: mahara
   Status: In Progress => Fix Committed

** Changed in: mahara
Milestone: None => 18.04.0

-- 
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 before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1705622

Title:
  behat properties file to store css elements

Status in Mahara:
  Fix Committed

Bug description:
  Work on adding a properties file to make tests more readable.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1705622/+subscriptions

___
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 1732328] A change has been merged

2017-11-20 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/8293
Committed: 
https://git.mahara.org/mahara/mahara/commit/2d4399cf5a1cbf3fed31c2f7005a9415667f86ca
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:17.10_STABLE

commit 2d4399cf5a1cbf3fed31c2f7005a9415667f86ca
Author: Robert Lyon 
Date:   Wed Nov 15 16:17:56 2017 +1300

Bug 1732328: Interaction forum post indexer for elasticsearch is too
short

It errors out when 'body' length is longer than 32766 chars

behatnotneeded

Change-Id: I34a96fb0bd23b409edc1766854ee797b7d3ba58e
Signed-off-by: Robert Lyon 
(cherry picked from commit 143c85c26bf7ca96967bcc682a831e74fe66f9eb)

-- 
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 before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1732328

Title:
  Interaction forum post indexer for elasticsearch is too short

Status in Mahara:
  Fix Committed
Status in Mahara 17.10 series:
  Fix Committed
Status in Mahara 18.04 series:
  Fix Committed

Bug description:
  It errors out when 'body' field length is longer than 32766 chars

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1732328/+subscriptions

___
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 1732328] Re: Interaction forum post indexer for elasticsearch is too short

2017-11-20 Thread Robert Lyon
** Changed in: mahara/17.10
   Status: In Progress => Fix Committed

-- 
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 before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1732328

Title:
  Interaction forum post indexer for elasticsearch is too short

Status in Mahara:
  Fix Committed
Status in Mahara 17.10 series:
  Fix Committed
Status in Mahara 18.04 series:
  Fix Committed

Bug description:
  It errors out when 'body' field length is longer than 32766 chars

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1732328/+subscriptions

___
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 1732848] Re: images not displayed in shared page in tagged journal entries element

2017-11-20 Thread Robert Lyon
** Changed in: mahara/17.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 forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1732848

Title:
  images not displayed in shared page in tagged journal entries element

Status in Mahara:
  In Progress
Status in Mahara 17.10 series:
  In Progress
Status in Mahara 18.04 series:
  In Progress

Bug description:
  A journal entry with an inline image or an attachment is displayed on a page 
with a 'tagged journal entries' element.
  The page is shared with others (group or individual) and the images (or 
attachments) are not displayed to the share-e.
  Linked images (from another url) are displayed correctly.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1732848/+subscriptions

___
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 1733454] A patch has been submitted for review

2017-11-20 Thread Mahara Bot
Patch for "master" branch: https://reviews.mahara.org/8295

-- 
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 before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1733454

Title:
  behat copy_note_content.feature needs fixing

Status in Mahara:
  In Progress

Bug description:
  This test has the wrong data (i.e. does not follow new default
  page/user names) and is in the wrong place (there shouldn't be a
  blocktype folder anymore).

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1733454/+subscriptions

___
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 1733448] Re: behat page_number_interval_sharedwithme.feature is broken

2017-11-20 Thread Rebecca Blundell
** Changed in: mahara
   Status: New => In Progress

** Changed in: mahara
 Assignee: (unassigned) => Rebecca Blundell (rjb-dev)

-- 
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 before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1733448

Title:
  behat page_number_interval_sharedwithme.feature is broken

Status in Mahara:
  In Progress

Bug description:
  this test is meant to check the paginator displays the correct links
  to other pages. It seems the paginator now displays more and in a
  different configuration than it used to. This test still passes
  because it checks for digits that happen to be present elsewhere on
  the page, it isn't however checking the functionality it was meant to.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1733448/+subscriptions

___
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 1732848] Re: images not displayed in shared page in tagged journal entries element

2017-11-20 Thread Robert Lyon
** Changed in: mahara/18.04
 Assignee: (unassigned) => Robert Lyon (robertl-9)

-- 
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 before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1732848

Title:
  images not displayed in shared page in tagged journal entries element

Status in Mahara:
  In Progress
Status in Mahara 17.10 series:
  Confirmed
Status in Mahara 18.04 series:
  In Progress

Bug description:
  A journal entry with an inline image or an attachment is displayed on a page 
with a 'tagged journal entries' element.
  The page is shared with others (group or individual) and the images (or 
attachments) are not displayed to the share-e.
  Linked images (from another url) are displayed correctly.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1732848/+subscriptions

___
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 1733454] [NEW] behat copy_note_content.feature needs fixing

2017-11-20 Thread Rebecca Blundell
Public bug reported:

This test has the wrong data (i.e. does not follow new default page/user
names) and is in the wrong place (there shouldn't be a blocktype folder
anymore).

** Affects: mahara
 Importance: Undecided
 Assignee: Rebecca Blundell (rjb-dev)
 Status: In Progress


** Tags: behat

** Changed in: mahara
 Assignee: (unassigned) => Rebecca Blundell (rjb-dev)

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

** Summary changed:

- behat copy_not_content.feature needs fixing
+ behat copy_note_content.feature needs fixing

-- 
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 before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1733454

Title:
  behat copy_note_content.feature needs fixing

Status in Mahara:
  In Progress

Bug description:
  This test has the wrong data (i.e. does not follow new default
  page/user names) and is in the wrong place (there shouldn't be a
  blocktype folder anymore).

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1733454/+subscriptions

___
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 1733448] [NEW] behat page_number_interval_sharedwithme.feature is broken

2017-11-20 Thread Rebecca Blundell
Public bug reported:

this test is meant to check the paginator displays the correct links to
other pages. It seems the paginator now displays more and in a different
configuration than it used to. This test still passes because it checks
for digits that happen to be present elsewhere on the page, it isn't
however checking the functionality it was meant to.

** Affects: mahara
 Importance: Undecided
 Status: New


** Tags: behat

-- 
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 before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1733448

Title:
  behat page_number_interval_sharedwithme.feature is broken

Status in Mahara:
  New

Bug description:
  this test is meant to check the paginator displays the correct links
  to other pages. It seems the paginator now displays more and in a
  different configuration than it used to. This test still passes
  because it checks for digits that happen to be present elsewhere on
  the page, it isn't however checking the functionality it was meant to.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1733448/+subscriptions

___
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 1732848] Re: images not displayed in shared page in tagged journal entries element

2017-11-20 Thread Robert Lyon
** Changed in: mahara/18.04
   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 forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1732848

Title:
  images not displayed in shared page in tagged journal entries element

Status in Mahara:
  In Progress
Status in Mahara 17.10 series:
  Confirmed
Status in Mahara 18.04 series:
  In Progress

Bug description:
  A journal entry with an inline image or an attachment is displayed on a page 
with a 'tagged journal entries' element.
  The page is shared with others (group or individual) and the images (or 
attachments) are not displayed to the share-e.
  Linked images (from another url) are displayed correctly.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1732848/+subscriptions

___
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 1732848] A patch has been submitted for review

2017-11-20 Thread Mahara Bot
Patch for "master" branch: https://reviews.mahara.org/8294

-- 
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 before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1732848

Title:
  images not displayed in shared page in tagged journal entries element

Status in Mahara:
  In Progress
Status in Mahara 17.10 series:
  Confirmed
Status in Mahara 18.04 series:
  In Progress

Bug description:
  A journal entry with an inline image or an attachment is displayed on a page 
with a 'tagged journal entries' element.
  The page is shared with others (group or individual) and the images (or 
attachments) are not displayed to the share-e.
  Linked images (from another url) are displayed correctly.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1732848/+subscriptions

___
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 1732328] A change has been merged

2017-11-20 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/8281
Committed: 
https://git.mahara.org/mahara/mahara/commit/143c85c26bf7ca96967bcc682a831e74fe66f9eb
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:master

commit 143c85c26bf7ca96967bcc682a831e74fe66f9eb
Author: Robert Lyon 
Date:   Wed Nov 15 16:17:56 2017 +1300

Bug 1732328: Interaction forum post indexer for elasticsearch is too
short

It errors out when 'body' length is longer than 32766 chars

behatnotneeded

Change-Id: I34a96fb0bd23b409edc1766854ee797b7d3ba58e
Signed-off-by: Robert Lyon 

-- 
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 before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1732328

Title:
  Interaction forum post indexer for elasticsearch is too short

Status in Mahara:
  Fix Committed
Status in Mahara 17.10 series:
  In Progress
Status in Mahara 18.04 series:
  Fix Committed

Bug description:
  It errors out when 'body' field length is longer than 32766 chars

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1732328/+subscriptions

___
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 1728815] Re: Upgrading from 15.10.2 to 17.10.0 causes unknown column 'i.logoxs' error

2017-11-20 Thread Robert Lyon
** Changed in: mahara/17.10
   Status: In Progress => Fix Committed

-- 
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 before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1728815

Title:
  Upgrading from 15.10.2 to 17.10.0 causes unknown column 'i.logoxs'
  error

Status in Mahara:
  Fix Committed
Status in Mahara 17.10 series:
  Fix Committed
Status in Mahara 18.04 series:
  Fix Committed

Bug description:
  Get the following error:
  [DBG] 39 (lib/db/upgrade.php:4229) Upgrade wall block and add wall 
notifications to default inbox block, referer: https://xyz.com
  [WAR] 39 (lib/errors.php:859) Failed to get a recordset: mysqli error: [1054: 
Unknown column 'i.logoxs' in 'field list'] in EXECUTE(", referer: 
https://xyz.com
  ...
  ...
* load_user_institutions("60") at 
/var/www/html/maharatest/auth/user.php:916, referer: https://xyz.com
* User->reset_institutions() at /var/www/html/maharatest/auth/user.php:119, 
referer: https://xyz.com
* User->find_by_id("60") at 
/var/www/html/maharatest/lib/embeddedimage.php:46, referer: https://xyz.com
* EmbeddedImage::prepare_embedded_images("Testmeeting f\xc3\xbcr Sonntag um 
20:00...", "wallpost", "51", null, "60") at 
/var/www/html/maharatest/blocktype/wall/db/upgrade.php:25, referer: 
https://xyz.com

  
  This is similar to the Bug 1717371 but in that case it was the root user 
trying to fetch institution info (so we could ignore that user) but in this 
case it is an actual user trying to fetch their institution info in the process 
of updating their wallposts to fix any embedded images.

  So we will need to make a more robust fix for this problem

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1728815/+subscriptions

___
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 1732328] Re: Interaction forum post indexer for elasticsearch is too short

2017-11-20 Thread Robert Lyon
** Changed in: mahara/18.04
   Status: In Progress => Fix Committed

** Changed in: mahara/17.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 forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1732328

Title:
  Interaction forum post indexer for elasticsearch is too short

Status in Mahara:
  Fix Committed
Status in Mahara 17.10 series:
  In Progress
Status in Mahara 18.04 series:
  Fix Committed

Bug description:
  It errors out when 'body' field length is longer than 32766 chars

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1732328/+subscriptions

___
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 1728815] A change has been merged

2017-11-20 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/8292
Committed: 
https://git.mahara.org/mahara/mahara/commit/db0b49d47cc5ea3b23134823920d008b20154656
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:17.10_STABLE

commit db0b49d47cc5ea3b23134823920d008b20154656
Author: Robert Lyon 
Date:   Tue Oct 31 20:40:09 2017 +1300

Bug 1728815: Not include the logoxs column in sql query until it exists

As it causes problems on upgrade

behatnotneeded

Change-Id: Id330f8c31c763dffce6f559557c9c78ac27ac58f
Signed-off-by: Robert Lyon 
(cherry picked from commit 35d46f1d00bb031871f51c951b21df7ef5a379d7)

-- 
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 before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1728815

Title:
  Upgrading from 15.10.2 to 17.10.0 causes unknown column 'i.logoxs'
  error

Status in Mahara:
  Fix Committed
Status in Mahara 17.10 series:
  Fix Committed
Status in Mahara 18.04 series:
  Fix Committed

Bug description:
  Get the following error:
  [DBG] 39 (lib/db/upgrade.php:4229) Upgrade wall block and add wall 
notifications to default inbox block, referer: https://xyz.com
  [WAR] 39 (lib/errors.php:859) Failed to get a recordset: mysqli error: [1054: 
Unknown column 'i.logoxs' in 'field list'] in EXECUTE(", referer: 
https://xyz.com
  ...
  ...
* load_user_institutions("60") at 
/var/www/html/maharatest/auth/user.php:916, referer: https://xyz.com
* User->reset_institutions() at /var/www/html/maharatest/auth/user.php:119, 
referer: https://xyz.com
* User->find_by_id("60") at 
/var/www/html/maharatest/lib/embeddedimage.php:46, referer: https://xyz.com
* EmbeddedImage::prepare_embedded_images("Testmeeting f\xc3\xbcr Sonntag um 
20:00...", "wallpost", "51", null, "60") at 
/var/www/html/maharatest/blocktype/wall/db/upgrade.php:25, referer: 
https://xyz.com

  
  This is similar to the Bug 1717371 but in that case it was the root user 
trying to fetch institution info (so we could ignore that user) but in this 
case it is an actual user trying to fetch their institution info in the process 
of updating their wallposts to fix any embedded images.

  So we will need to make a more robust fix for this problem

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1728815/+subscriptions

___
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 1685049] A change has been merged

2017-11-20 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/8132
Committed: 
https://git.mahara.org/mahara/mahara/commit/78c87713a4fafb06419843b7cac2e887e1ac0c82
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:master

commit 78c87713a4fafb06419843b7cac2e887e1ac0c82
Author: Ilya Tregubov 
Date:   Thu Apr 6 10:27:13 2017 +1000

Bug 1685049: Remote file system modification

behatnotneeded

Enables Mahara to save files to an external file system
- object storage (such as AWS's S3) -
which can reduce the cost of storage

Change-Id: I76822612f2922ba0ef2a0b7a4efb9cd2b96979a6

-- 
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 before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1685049

Title:
  Modifications to filesystem to allow object storage

Status in Mahara:
  Fix Committed

Bug description:
  To use object storage (like S3) several modifications are needed (like
  get_path should return either local path to file or remote if it is
  stored remotely).

  
  Use cases:

  Offloading large and old files to save money

  Disk can be expensive, so a simple use case is we simply want to move
  some of the largest and oldest files off local disk to somewhere
  cheaper. But we still want the convenience and performance of having
  the majority of files local, especially if you are hosting on-prem
  where the latency or bandwidth to the remote filesystem may not be
  great.

  Sharing files across maharas to save disk

  Clients can have multiple mahara instances, and there is much
  duplicated content across instances. By pointing multiple maharas at
  the same remote filesystem, and not allowing deletes, then large
  amounts of content can be de-duplicated.

  Sharing files across environments to save time

  We can have multiple environments for various types of testing, and
  often have ad hoc environments created on demand. Not only do we not
  want to have to store duplicated files, but we also want refreshing
  data to new environments to be as fast as possible.

  Using this plugin we can configure production to have full read write
  to the remote filesystem and store the vast bulk of content remotely.
  In this setup the latency and bandwidth isn't an issue as they are
  colocated. The local filedir on disk would only consist of small or
  fast churning files. A refresh of the production data back to a
  staging environment can be much quicker now as we skip the sitedir
  clone completely and stage is simple configured with readonly access
  to the production filesystem. Any files it creates would only be
  writen to it's local filesystem which can then be discarded when next
  refreshed.

  Currently it only works with AWS S3 storage. There is support for more
  object stores planed, in particular enabling Openstack deployments.

  To use a plugin you will need to create an Amazon S3 bucket for your
  mahara instance. You will also need Amazon SDK to make this plugin
  work.

  So currently following directory is being saved to S3 - 
/path_to_sitedata/artefact/file/originals
  There is a cron task that checks if there are new files that are not yet in 
S3 (depending on setting it only pushes files of certain age and size). Once 
files are duplicated, there is an option to delete local copy if we want to 
save space (cron task checks duplicated files, again only deletes those 
depending on setting, like large files etc). Certain operations only can deal 
only with local files - for example on content page - download content as zip 
archive. So when hitting download button, first all files will be pulled to 
local from S3.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1685049/+subscriptions

___
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 1732328] A patch has been submitted for review

2017-11-20 Thread Mahara Bot
Patch for "17.10_STABLE" branch: https://reviews.mahara.org/8293

-- 
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 before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1732328

Title:
  Interaction forum post indexer for elasticsearch is too short

Status in Mahara:
  Fix Committed
Status in Mahara 17.10 series:
  In Progress
Status in Mahara 18.04 series:
  Fix Committed

Bug description:
  It errors out when 'body' field length is longer than 32766 chars

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1732328/+subscriptions

___
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 1685049] Re: Modifications to filesystem to allow object storage

2017-11-20 Thread Robert Lyon
** Changed in: mahara
   Status: In Progress => Fix Committed

-- 
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 before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1685049

Title:
  Modifications to filesystem to allow object storage

Status in Mahara:
  Fix Committed

Bug description:
  To use object storage (like S3) several modifications are needed (like
  get_path should return either local path to file or remote if it is
  stored remotely).

  
  Use cases:

  Offloading large and old files to save money

  Disk can be expensive, so a simple use case is we simply want to move
  some of the largest and oldest files off local disk to somewhere
  cheaper. But we still want the convenience and performance of having
  the majority of files local, especially if you are hosting on-prem
  where the latency or bandwidth to the remote filesystem may not be
  great.

  Sharing files across maharas to save disk

  Clients can have multiple mahara instances, and there is much
  duplicated content across instances. By pointing multiple maharas at
  the same remote filesystem, and not allowing deletes, then large
  amounts of content can be de-duplicated.

  Sharing files across environments to save time

  We can have multiple environments for various types of testing, and
  often have ad hoc environments created on demand. Not only do we not
  want to have to store duplicated files, but we also want refreshing
  data to new environments to be as fast as possible.

  Using this plugin we can configure production to have full read write
  to the remote filesystem and store the vast bulk of content remotely.
  In this setup the latency and bandwidth isn't an issue as they are
  colocated. The local filedir on disk would only consist of small or
  fast churning files. A refresh of the production data back to a
  staging environment can be much quicker now as we skip the sitedir
  clone completely and stage is simple configured with readonly access
  to the production filesystem. Any files it creates would only be
  writen to it's local filesystem which can then be discarded when next
  refreshed.

  Currently it only works with AWS S3 storage. There is support for more
  object stores planed, in particular enabling Openstack deployments.

  To use a plugin you will need to create an Amazon S3 bucket for your
  mahara instance. You will also need Amazon SDK to make this plugin
  work.

  So currently following directory is being saved to S3 - 
/path_to_sitedata/artefact/file/originals
  There is a cron task that checks if there are new files that are not yet in 
S3 (depending on setting it only pushes files of certain age and size). Once 
files are duplicated, there is an option to delete local copy if we want to 
save space (cron task checks duplicated files, again only deletes those 
depending on setting, like large files etc). Certain operations only can deal 
only with local files - for example on content page - download content as zip 
archive. So when hitting download button, first all files will be pulled to 
local from S3.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1685049/+subscriptions

___
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 1733432] [NEW] external

2017-11-20 Thread Dmitrii Metelkin
Public bug reported:

This work is related to https://bugs.launchpad.net/mahara/+bug/1685049

At the moment we store all image locally and never push them to external
file system, because functions that modify images do not support remote
file handlers (e.g. resizing images).

Some work needs to be done to push images to external file systems as
well.

More specs to come...

** Affects: mahara
 Importance: Undecided
 Status: New

-- 
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 before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1733432

Title:
  external

Status in Mahara:
  New

Bug description:
  This work is related to https://bugs.launchpad.net/mahara/+bug/1685049

  At the moment we store all image locally and never push them to
  external file system, because functions that modify images do not
  support remote file handlers (e.g. resizing images).

  Some work needs to be done to push images to external file systems as
  well.

  More specs to come...

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1733432/+subscriptions

___
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 1724724] A change has been merged

2017-11-20 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/8164
Committed: 
https://git.mahara.org/mahara/mahara/commit/2c8ec61876a8547cfe6d06642fafd1f7e50ae6e4
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:master

commit 2c8ec61876a8547cfe6d06642fafd1f7e50ae6e4
Author: Dmitrii Metelkin 
Date:   Thu Oct 19 17:27:24 2017 +1100

Bug 1724724: clear caches on site upgrade

behatnotneeded

Change-Id: Ie2450031b608cdcf6072b1793023668ab2ed0727

-- 
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 before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1724724

Title:
  Clear cache inside the upgrade process

Status in Mahara:
  Fix Committed

Bug description:
  Mahara should clear cache every time we upgrade.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1724724/+subscriptions

___
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 1724724] Re: Clear cache inside the upgrade process

2017-11-20 Thread Robert Lyon
** Changed in: mahara
   Status: In Progress => Fix Committed

-- 
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 before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1724724

Title:
  Clear cache inside the upgrade process

Status in Mahara:
  Fix Committed

Bug description:
  Mahara should clear cache every time we upgrade.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1724724/+subscriptions

___
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 1728815] Re: Upgrading from 15.10.2 to 17.10.0 causes unknown column 'i.logoxs' error

2017-11-20 Thread Robert Lyon
** Changed in: mahara/18.04
   Status: In Progress => Fix Committed

-- 
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 before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1728815

Title:
  Upgrading from 15.10.2 to 17.10.0 causes unknown column 'i.logoxs'
  error

Status in Mahara:
  Fix Committed
Status in Mahara 17.10 series:
  In Progress
Status in Mahara 18.04 series:
  Fix Committed

Bug description:
  Get the following error:
  [DBG] 39 (lib/db/upgrade.php:4229) Upgrade wall block and add wall 
notifications to default inbox block, referer: https://xyz.com
  [WAR] 39 (lib/errors.php:859) Failed to get a recordset: mysqli error: [1054: 
Unknown column 'i.logoxs' in 'field list'] in EXECUTE(", referer: 
https://xyz.com
  ...
  ...
* load_user_institutions("60") at 
/var/www/html/maharatest/auth/user.php:916, referer: https://xyz.com
* User->reset_institutions() at /var/www/html/maharatest/auth/user.php:119, 
referer: https://xyz.com
* User->find_by_id("60") at 
/var/www/html/maharatest/lib/embeddedimage.php:46, referer: https://xyz.com
* EmbeddedImage::prepare_embedded_images("Testmeeting f\xc3\xbcr Sonntag um 
20:00...", "wallpost", "51", null, "60") at 
/var/www/html/maharatest/blocktype/wall/db/upgrade.php:25, referer: 
https://xyz.com

  
  This is similar to the Bug 1717371 but in that case it was the root user 
trying to fetch institution info (so we could ignore that user) but in this 
case it is an actual user trying to fetch their institution info in the process 
of updating their wallposts to fix any embedded images.

  So we will need to make a more robust fix for this problem

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1728815/+subscriptions

___
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 1728815] A change has been merged

2017-11-20 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/8248
Committed: 
https://git.mahara.org/mahara/mahara/commit/35d46f1d00bb031871f51c951b21df7ef5a379d7
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:master

commit 35d46f1d00bb031871f51c951b21df7ef5a379d7
Author: Robert Lyon 
Date:   Tue Oct 31 20:40:09 2017 +1300

Bug 1728815: Not include the logoxs column in sql query until it exists

As it causes problems on upgrade

behatnotneeded

Change-Id: Id330f8c31c763dffce6f559557c9c78ac27ac58f
Signed-off-by: Robert Lyon 

-- 
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 before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1728815

Title:
  Upgrading from 15.10.2 to 17.10.0 causes unknown column 'i.logoxs'
  error

Status in Mahara:
  Fix Committed
Status in Mahara 17.10 series:
  In Progress
Status in Mahara 18.04 series:
  Fix Committed

Bug description:
  Get the following error:
  [DBG] 39 (lib/db/upgrade.php:4229) Upgrade wall block and add wall 
notifications to default inbox block, referer: https://xyz.com
  [WAR] 39 (lib/errors.php:859) Failed to get a recordset: mysqli error: [1054: 
Unknown column 'i.logoxs' in 'field list'] in EXECUTE(", referer: 
https://xyz.com
  ...
  ...
* load_user_institutions("60") at 
/var/www/html/maharatest/auth/user.php:916, referer: https://xyz.com
* User->reset_institutions() at /var/www/html/maharatest/auth/user.php:119, 
referer: https://xyz.com
* User->find_by_id("60") at 
/var/www/html/maharatest/lib/embeddedimage.php:46, referer: https://xyz.com
* EmbeddedImage::prepare_embedded_images("Testmeeting f\xc3\xbcr Sonntag um 
20:00...", "wallpost", "51", null, "60") at 
/var/www/html/maharatest/blocktype/wall/db/upgrade.php:25, referer: 
https://xyz.com

  
  This is similar to the Bug 1717371 but in that case it was the root user 
trying to fetch institution info (so we could ignore that user) but in this 
case it is an actual user trying to fetch their institution info in the process 
of updating their wallposts to fix any embedded images.

  So we will need to make a more robust fix for this problem

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1728815/+subscriptions

___
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 1728815] A patch has been submitted for review

2017-11-20 Thread Mahara Bot
Patch for "17.10_STABLE" branch: https://reviews.mahara.org/8292

-- 
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 before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1728815

Title:
  Upgrading from 15.10.2 to 17.10.0 causes unknown column 'i.logoxs'
  error

Status in Mahara:
  Fix Committed
Status in Mahara 17.10 series:
  In Progress
Status in Mahara 18.04 series:
  Fix Committed

Bug description:
  Get the following error:
  [DBG] 39 (lib/db/upgrade.php:4229) Upgrade wall block and add wall 
notifications to default inbox block, referer: https://xyz.com
  [WAR] 39 (lib/errors.php:859) Failed to get a recordset: mysqli error: [1054: 
Unknown column 'i.logoxs' in 'field list'] in EXECUTE(", referer: 
https://xyz.com
  ...
  ...
* load_user_institutions("60") at 
/var/www/html/maharatest/auth/user.php:916, referer: https://xyz.com
* User->reset_institutions() at /var/www/html/maharatest/auth/user.php:119, 
referer: https://xyz.com
* User->find_by_id("60") at 
/var/www/html/maharatest/lib/embeddedimage.php:46, referer: https://xyz.com
* EmbeddedImage::prepare_embedded_images("Testmeeting f\xc3\xbcr Sonntag um 
20:00...", "wallpost", "51", null, "60") at 
/var/www/html/maharatest/blocktype/wall/db/upgrade.php:25, referer: 
https://xyz.com

  
  This is similar to the Bug 1717371 but in that case it was the root user 
trying to fetch institution info (so we could ignore that user) but in this 
case it is an actual user trying to fetch their institution info in the process 
of updating their wallposts to fix any embedded images.

  So we will need to make a more robust fix for this problem

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1728815/+subscriptions

___
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 785469] Re: Support for storing sessions in memcache/redis

2017-11-20 Thread Robert Lyon
** Changed in: mahara
   Status: Triaged => Fix Committed

** Changed in: mahara
Milestone: None => 18.04.0

-- 
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 before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/785469

Title:
  Support for storing sessions in memcache/redis

Status in Mahara:
  Fix Committed

Bug description:
  On a busy cluster, storing sessions on an NFS mount creates lot of
  contention on the locks.

  A better solution would be to store sessions in memcache or redis.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/785469/+subscriptions

___
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 785469] A change has been merged

2017-11-20 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/5378
Committed: 
https://git.mahara.org/mahara/mahara/commit/bbd333b7a68cc727041762f5362612220caeaa19
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:master

commit bbd333b7a68cc727041762f5362612220caeaa19
Author: Robert Lyon 
Date:   Fri Dec 23 11:36:07 2016 +1300

Bug 785469: Add support for memcached session save handler

Introduce new global setting:
$cfg->sessionhandler

behatnotneeded

Change-Id: I386c94c4d1ab06fbde110c705789f9dcfaaead67
Signed-off-by: Robert Lyon 

-- 
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 before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/785469

Title:
  Support for storing sessions in memcache/redis

Status in Mahara:
  Fix Committed

Bug description:
  On a busy cluster, storing sessions on an NFS mount creates lot of
  contention on the locks.

  A better solution would be to store sessions in memcache or redis.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/785469/+subscriptions

___
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 1731793] Re: Add Kosovo in list of countries

2017-11-20 Thread Robert Lyon
** Changed in: mahara
   Status: In Progress => Fix Committed

-- 
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 before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1731793

Title:
  Add Kosovo in list of countries

Status in Mahara:
  Fix Committed

Bug description:
  In Mahara, we use https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2 for
  our list of countries. We use the officially assigned code elements
  but not necessarily temporary or other elements.

  Kosovo is missing in the country list in Mahara and should be added as
  it is recognized in Europe.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1731793/+subscriptions

___
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 1530045] A change has been merged

2017-11-20 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/8195
Committed: 
https://git.mahara.org/mahara/mahara/commit/32498d039bd8758b76e45fa4bfef31362add9285
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:master

commit 32498d039bd8758b76e45fa4bfef31362add9285
Author: Robert Lyon 
Date:   Fri Oct 27 22:22:44 2017 +1300

Bug 1530045: Show users one is trying to befriend on 'My friends' page

behatnotneeded

Change-Id: I7963cd4e454722991683d69b76fb5d6487769bfc
Signed-off-by: Robert Lyon 

-- 
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 before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1530045

Title:
  Pending friends aren't shown on person's "My friends" page who sent
  the request

Status in Mahara:
  Fix Committed

Bug description:
  When you send a friend request to someone, you request shows up as
  "Pending" on their "My friends" page. However, you don't see them as
  pending on your "My friends" page.

  To test:

  1. Send friend request to Paula (make sure that she doesn't have 
auto-accepting of friend requests turned on, which is the default)
  2. Go to Groups -> My friends.
  3. Expected result: You can see Paula listed as "Pending". Actual result: 
Paula doesn't show up at all.

  We do keep the information that you requested friendship with Paula
  because when you search for her on "Find friends", you'll see that it
  states that you requested friendship.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1530045/+subscriptions

___
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 1530045] Re: Pending friends aren't shown on person's "My friends" page who sent the request

2017-11-20 Thread Robert Lyon
** Changed in: mahara
   Status: In Progress => Fix Committed

-- 
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 before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1530045

Title:
  Pending friends aren't shown on person's "My friends" page who sent
  the request

Status in Mahara:
  Fix Committed

Bug description:
  When you send a friend request to someone, you request shows up as
  "Pending" on their "My friends" page. However, you don't see them as
  pending on your "My friends" page.

  To test:

  1. Send friend request to Paula (make sure that she doesn't have 
auto-accepting of friend requests turned on, which is the default)
  2. Go to Groups -> My friends.
  3. Expected result: You can see Paula listed as "Pending". Actual result: 
Paula doesn't show up at all.

  We do keep the information that you requested friendship with Paula
  because when you search for her on "Find friends", you'll see that it
  states that you requested friendship.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1530045/+subscriptions

___
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 1731793] A change has been merged

2017-11-20 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/8272
Committed: 
https://git.mahara.org/mahara/mahara/commit/13d585b89adf692e8f00967a93fe5dbde1fa58b1
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:master

commit 13d585b89adf692e8f00967a93fe5dbde1fa58b1
Author: Kristina D.C. Hoeppner 
Date:   Mon Nov 13 09:58:32 2017 +1300

Bug 1731793: Add Kosovo into the list of countries

Kosovo is not yet in the official list of country
codes and hence was not in Mahara yet. We add the
temporary country code so it is included.

behatnotneeded

Change-Id: Ieffe8df23ae1da3217675045c7f7c844d0e77d2b

-- 
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 before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1731793

Title:
  Add Kosovo in list of countries

Status in Mahara:
  Fix Committed

Bug description:
  In Mahara, we use https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2 for
  our list of countries. We use the officially assigned code elements
  but not necessarily temporary or other elements.

  Kosovo is missing in the country list in Mahara and should be added as
  it is recognized in Europe.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1731793/+subscriptions

___
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 1513665] A change has been merged

2017-11-20 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/8263
Committed: 
https://git.mahara.org/mahara/mahara/commit/e65ca495e7fc5c7ebffd526ec85becb09e7e5629
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:master

commit e65ca495e7fc5c7ebffd526ec85becb09e7e5629
Author: Cecilia Vela Gurovic 
Date:   Tue Nov 7 16:15:26 2017 +1300

Bug 1513665: added clipboard lib for 'copy to clipboard' button

and removed ZeroClipboard

behatnotneeded

Change-Id: I1d9a9ceb22ec46ed797d5054b018b657deeaa7f1

-- 
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 before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1513665

Title:
  Get an HTML5 "click-to-copy" widget

Status in Mahara:
  Fix Committed

Bug description:
  In Bug 1314890, on the Secret URLs page we added the zeroclipboard
  library to allow users to click a clipboard icon and have the URL
  copied to their clipboard. Unfortunately, since then Flash has started
  dying in a bad way, and now this sort of Flash-based clipboard widget
  is on the way out, and can cause browsers to pop up warning messages
  and such.

  Now, there is no way to accomplish exactly this same functionality
  (copy to clipboard) without Flash currently. But, there are some
  useable alternatives. The one that seems to be poised to replace the
  click-to-copy pattern, is that you click and it automatically selects
  the full text, so that you then just have to hit "control-C" instead
  of first dragging to select it all.

  Jen recently added this little clipboard library to the styleguide.php
  script. It works pretty good, so we may as well adopt it for the
  Secret URL screen as well.

  http://zenorocha.github.io/clipboard.js/

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1513665/+subscriptions

___
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 1513665] Re: Get an HTML5 "click-to-copy" widget

2017-11-20 Thread Robert Lyon
** Changed in: mahara
   Status: In Progress => Fix Committed

-- 
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 before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1513665

Title:
  Get an HTML5 "click-to-copy" widget

Status in Mahara:
  Fix Committed

Bug description:
  In Bug 1314890, on the Secret URLs page we added the zeroclipboard
  library to allow users to click a clipboard icon and have the URL
  copied to their clipboard. Unfortunately, since then Flash has started
  dying in a bad way, and now this sort of Flash-based clipboard widget
  is on the way out, and can cause browsers to pop up warning messages
  and such.

  Now, there is no way to accomplish exactly this same functionality
  (copy to clipboard) without Flash currently. But, there are some
  useable alternatives. The one that seems to be poised to replace the
  click-to-copy pattern, is that you click and it automatically selects
  the full text, so that you then just have to hit "control-C" instead
  of first dragging to select it all.

  Jen recently added this little clipboard library to the styleguide.php
  script. It works pretty good, so we may as well adopt it for the
  Secret URL screen as well.

  http://zenorocha.github.io/clipboard.js/

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1513665/+subscriptions

___
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