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

2018-03-14 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/8619
Committed: 
https://git.mahara.org/mahara/mahara/commit/bec31339af4e32f7044292d127253c2d2aa65f18
Submitter: Cecilia Vela Gurovic (cecili...@catalyst.net.nz)
Branch:17.10_STABLE

commit bec31339af4e32f7044292d127253c2d2aa65f18
Author: Cecilia Vela Gurovic 
Date:   Tue Mar 13 15:35:13 2018 +1300

Bug 1755329: Calculate folder size only in managing files pages

behatnotneeded

Change-Id: I3d992a543441ea00335e625fcd54b5d51ba0
(cherry picked from commit ec18759b1833e6c3593d99e96144659a32f9d0e8)

-- 
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/1755329

Title:
  Working out folder size slows down opening of image block config

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

Bug description:
  We added the fix for https://bugs.launchpad.net/mahara/+bug/1650980 so that 
we could know how much content a folder contained when viewing via Content -> 
Files
  This was useful in helping one delete files to sort out quota problems.

  
  But the problem is that bit of code is also used when displaying a 
filebrowser form in block config forms. And it slows down the opening/closing 
of the config.

  We don't need to know about the folder / file size here so we should
  avoid the slow db calls that work out the size when not on Content ->
  Files page

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1755329/+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 1755329] A change has been merged

2018-03-14 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/8620
Committed: 
https://git.mahara.org/mahara/mahara/commit/dff5f618fd489762c2e6bafa0de7bd88ad3b6529
Submitter: Cecilia Vela Gurovic (cecili...@catalyst.net.nz)
Branch:17.04_STABLE

commit dff5f618fd489762c2e6bafa0de7bd88ad3b6529
Author: Cecilia Vela Gurovic 
Date:   Tue Mar 13 15:35:13 2018 +1300

Bug 1755329: Calculate folder size only in managing files pages

behatnotneeded

Change-Id: I3d992a543441ea00335e625fcd54b5d51ba0
(cherry picked from commit ec18759b1833e6c3593d99e96144659a32f9d0e8)

-- 
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/1755329

Title:
  Working out folder size slows down opening of image block config

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

Bug description:
  We added the fix for https://bugs.launchpad.net/mahara/+bug/1650980 so that 
we could know how much content a folder contained when viewing via Content -> 
Files
  This was useful in helping one delete files to sort out quota problems.

  
  But the problem is that bit of code is also used when displaying a 
filebrowser form in block config forms. And it slows down the opening/closing 
of the config.

  We don't need to know about the folder / file size here so we should
  avoid the slow db calls that work out the size when not on Content ->
  Files page

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1755329/+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 1755329] A change has been merged

2018-03-13 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/8621
Committed: 
https://git.mahara.org/mahara/mahara/commit/18dd32f1c270cdd2630a34bb6e9e10c7d15d99da
Submitter: Cecilia Vela Gurovic (cecili...@catalyst.net.nz)
Branch:18.04_STABLE

commit 18dd32f1c270cdd2630a34bb6e9e10c7d15d99da
Author: Cecilia Vela Gurovic 
Date:   Tue Mar 13 15:35:13 2018 +1300

Bug 1755329: Calculate folder size only in managing files pages

behatnotneeded

Change-Id: I3d992a543441ea00335e625fcd54b5d51ba0
(cherry picked from commit ec18759b1833e6c3593d99e96144659a32f9d0e8)

-- 
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/1755329

Title:
  Working out folder size slows down opening of image block config

Status in Mahara:
  Fix Committed
Status in Mahara 17.04 series:
  Confirmed
Status in Mahara 17.10 series:
  Confirmed
Status in Mahara 18.04 series:
  Fix Committed
Status in Mahara 18.10 series:
  Fix Committed

Bug description:
  We added the fix for https://bugs.launchpad.net/mahara/+bug/1650980 so that 
we could know how much content a folder contained when viewing via Content -> 
Files
  This was useful in helping one delete files to sort out quota problems.

  
  But the problem is that bit of code is also used when displaying a 
filebrowser form in block config forms. And it slows down the opening/closing 
of the config.

  We don't need to know about the folder / file size here so we should
  avoid the slow db calls that work out the size when not on Content ->
  Files page

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1755329/+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 1755329] A change has been merged

2018-03-13 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/8617
Committed: 
https://git.mahara.org/mahara/mahara/commit/ec18759b1833e6c3593d99e96144659a32f9d0e8
Submitter: Cecilia Vela Gurovic (cecili...@catalyst.net.nz)
Branch:master

commit ec18759b1833e6c3593d99e96144659a32f9d0e8
Author: Cecilia Vela Gurovic 
Date:   Tue Mar 13 15:35:13 2018 +1300

Bug 1755329: Calculate folder size only in managing files pages

behatnotneeded

Change-Id: I3d992a543441ea00335e625fcd54b5d51ba0

-- 
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/1755329

Title:
  Working out folder size slows down opening of image block config

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

Bug description:
  We added the fix for https://bugs.launchpad.net/mahara/+bug/1650980 so that 
we could know how much content a folder contained when viewing via Content -> 
Files
  This was useful in helping one delete files to sort out quota problems.

  
  But the problem is that bit of code is also used when displaying a 
filebrowser form in block config forms. And it slows down the opening/closing 
of the config.

  We don't need to know about the folder / file size here so we should
  avoid the slow db calls that work out the size when not on Content ->
  Files page

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1755329/+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