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

2017-12-10 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/8337
Committed: 
https://git.mahara.org/mahara/mahara/commit/3dd6320f49b0addf0adf7524c7fcda7041b2d40f
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:16.10_STABLE

commit 3dd6320f49b0addf0adf7524c7fcda7041b2d40f
Author: Robert Lyon 
Date:   Fri Dec 1 14:24:17 2017 +1300

Bug 1735585: Fixing update of atime on page view

Currently we have a mahara_log function that logs page visits
So I decided we also need a mahara_touch_record($table, $id) function
that updates the 'atime' for a record when called

behatnotneeded

Change-Id: I2f645c8357426112f9edcdd24f1b8b85513cb7cb
Signed-off-by: Robert Lyon 
(cherry picked from commit b335fdb79305dfe9a8f07eb04076e86d45da8ded)

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

Title:
  Problem with watchlist for a page

Status in Mahara:
  Fix Committed
Status in Mahara 16.10 series:
  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

Bug description:
  Currently when a person adds a page to their watchlist and then later
  they or someone else views (but not changes) the page a row is added
  to the watchlist queue this is because we fire off the 'saveartefact'
  event on page viewing

  We should only fire the saveartefact event if actually changing
  something

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1735585/+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 1735585] Re: Problem with watchlist for a page

2017-12-10 Thread Robert Lyon
** Changed in: mahara/16.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/1735585

Title:
  Problem with watchlist for a page

Status in Mahara:
  Fix Committed
Status in Mahara 16.10 series:
  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

Bug description:
  Currently when a person adds a page to their watchlist and then later
  they or someone else views (but not changes) the page a row is added
  to the watchlist queue this is because we fire off the 'saveartefact'
  event on page viewing

  We should only fire the saveartefact event if actually changing
  something

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1735585/+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 1722429] Re: log messages not disappearing after view

2017-12-10 Thread Launchpad Bug Tracker
[Expired for Mahara because there has been no activity for 60 days.]

** Changed in: mahara
   Status: Incomplete => Expired

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

Title:
  log messages not disappearing after view

Status in Mahara:
  Expired

Bug description:
  Currently on master, the log messages just stack up on my page,
  although apparently they are supposed to disappear after viewing? Hard
  refresh, make css and apache restart don't make any difference. The
  first time I remember seeing it was yesterday.

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

2017-12-10 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/8335
Committed: 
https://git.mahara.org/mahara/mahara/commit/c7e57c7408c9fb128b678c1e8b245f339d17b721
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:17.10_STABLE

commit c7e57c7408c9fb128b678c1e8b245f339d17b721
Author: Robert Lyon 
Date:   Fri Dec 1 14:24:17 2017 +1300

Bug 1735585: Fixing update of atime on page view

Currently we have a mahara_log function that logs page visits
So I decided we also need a mahara_touch_record($table, $id) function
that updates the 'atime' for a record when called

behatnotneeded

Change-Id: I2f645c8357426112f9edcdd24f1b8b85513cb7cb
Signed-off-by: Robert Lyon 
(cherry picked from commit b335fdb79305dfe9a8f07eb04076e86d45da8ded)

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

Title:
  Problem with watchlist for a page

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

Bug description:
  Currently when a person adds a page to their watchlist and then later
  they or someone else views (but not changes) the page a row is added
  to the watchlist queue this is because we fire off the 'saveartefact'
  event on page viewing

  We should only fire the saveartefact event if actually changing
  something

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1735585/+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 1735585] Re: Problem with watchlist for a page

2017-12-10 Thread Robert Lyon
** Changed in: mahara/17.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/1735585

Title:
  Problem with watchlist for a page

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

Bug description:
  Currently when a person adds a page to their watchlist and then later
  they or someone else views (but not changes) the page a row is added
  to the watchlist queue this is because we fire off the 'saveartefact'
  event on page viewing

  We should only fire the saveartefact event if actually changing
  something

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

2017-12-10 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/8336
Committed: 
https://git.mahara.org/mahara/mahara/commit/4974a91516d434072515d96de88e2e1acd008050
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:17.04_STABLE

commit 4974a91516d434072515d96de88e2e1acd008050
Author: Robert Lyon 
Date:   Fri Dec 1 14:24:17 2017 +1300

Bug 1735585: Fixing update of atime on page view

Currently we have a mahara_log function that logs page visits
So I decided we also need a mahara_touch_record($table, $id) function
that updates the 'atime' for a record when called

behatnotneeded

Change-Id: I2f645c8357426112f9edcdd24f1b8b85513cb7cb
Signed-off-by: Robert Lyon 
(cherry picked from commit b335fdb79305dfe9a8f07eb04076e86d45da8ded)

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

Title:
  Problem with watchlist for a page

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

Bug description:
  Currently when a person adds a page to their watchlist and then later
  they or someone else views (but not changes) the page a row is added
  to the watchlist queue this is because we fire off the 'saveartefact'
  event on page viewing

  We should only fire the saveartefact event if actually changing
  something

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1735585/+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 1735585] Re: Problem with watchlist for a page

2017-12-10 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/1735585

Title:
  Problem with watchlist for a page

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

Bug description:
  Currently when a person adds a page to their watchlist and then later
  they or someone else views (but not changes) the page a row is added
  to the watchlist queue this is because we fire off the 'saveartefact'
  event on page viewing

  We should only fire the saveartefact event if actually changing
  something

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1735585/+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 1737451] [NEW] Files to download block has files link to metadata page causing confusion

2017-12-10 Thread Robert Lyon
Public bug reported:

A row in the files to download block have both

Reasons to allow link to metadata page:
- Show user what metadata exists for this item, including license info

Reasons not to allow link to metadata page:
- Avoid confusion
- Stop one commenting on artefact outside normal context

** Affects: mahara
 Importance: Undecided
 Status: New

** 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/1737451

Title:
  Files to download block has files link to metadata page causing
  confusion

Status in Mahara:
  New

Bug description:
  A row in the files to download block have both

  Reasons to allow link to metadata page:
  - Show user what metadata exists for this item, including license info

  Reasons not to allow link to metadata page:
  - Avoid confusion
  - Stop one commenting on artefact outside normal context

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1737451/+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 1737447] A patch has been submitted for review

2017-12-10 Thread Mahara Bot
Patch for "master" branch: https://reviews.mahara.org/8338

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

Title:
  Page activity report: Show information by modified time rather than
  created time

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

Bug description:
  This report ​should ​contain information for all pages existing at the
  start of the time frame, plus any further pages created before the end
  of the time frame.

  Currently deals with only those pages created during the timeframe

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1737447/+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 1737447] [NEW] Page activity report: Show information by modified time rather than created time

2017-12-10 Thread Robert Lyon
Public bug reported:

This report ​should ​contain information for all pages existing at the
start of the time frame, plus any further pages created before the end
of the time frame.

Currently deals with only those pages created during the timeframe

** Affects: mahara
 Importance: High
 Assignee: Robert Lyon (robertl-9)
 Status: In Progress

** Affects: mahara/17.10
 Importance: High
 Status: In Progress

** Affects: mahara/18.04
 Importance: High
 Assignee: Robert Lyon (robertl-9)
 Status: In Progress

** Also affects: mahara/17.10
   Importance: Undecided
   Status: New

** Also affects: mahara/18.04
   Importance: High
 Assignee: Robert Lyon (robertl-9)
   Status: In Progress

** Changed in: mahara/17.10
   Importance: Undecided => High

** Changed in: mahara/17.10
Milestone: None => 17.10.1

** Changed in: mahara/17.10
   Status: New => 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/1737447

Title:
  Page activity report: Show information by modified time rather than
  created time

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

Bug description:
  This report ​should ​contain information for all pages existing at the
  start of the time frame, plus any further pages created before the end
  of the time frame.

  Currently deals with only those pages created during the timeframe

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1737447/+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 1736871] Re: Memcache and SimpleSAML settings cause error

2017-12-10 Thread Ghada El-Zoghbi
Please ignore this error. It turns out we had custom memcache (not
memcached) code which was clashing with core Mahara.

I reverted the customisations and applied the memcached enhancements
from this request:

* https://bugs.launchpad.net/mahara/+bug/785469


** Changed in: mahara
   Status: New => Invalid

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

Title:
  Memcache and SimpleSAML settings cause error

Status in Mahara:
  Invalid

Bug description:
  Mahara: 17.10.0
  DB: Postgres
  Browser: Chrome (but really doesn't matter)
  OS: Linux

  After the upgrade from 16.10 to 17.10, we are getting the following
  error:

  [WAR] bf (auth/saml/lib.php:671) Memcache::connect(): Server localhost
  (tcp 11211, udp 0) failed with: Cannot assign requested address (99)

  Call stack (most recent first):
  log_message("Memcache::connect(): Server localhost (tcp 11211, ...", 8, true, 
true, "/var/www/site/auth/saml/lib.php", 671) at 
/var/www/site/lib/errors.php:521
  error(8, "Memcache::connect(): Server localhost (tcp 11211, ...", 
"/var/www/site/auth/saml/lib.php", 671, array(size 3)) at Unknown:0
  Memcache->connect("localhost", 11211) at /var/www/site/auth/saml/lib.php:671
  PluginAuthSaml::is_memcache_configured() at 
/var/www/site/auth/saml/lib.php:637
  PluginAuthSaml::is_usable() at /var/www/site/auth/saml/lib.php:521
  PluginAuthSaml::get_config_options() at /var/www/site/lib/mahara.php:1789
  call_static_method("PluginAuthSaml", "get_config_options") at 
/var/www/site/admin/extensions/pluginconfig.php:52

  
  We have php memcache extension installed on the server.

  The Mahara auth SAML extension is hidden. But, it still insists on
  going through the config settings. Which, results in the above error.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1736871/+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 1682369] Re: Retracted text blocks in print preview overlap

2017-12-10 Thread Robert Lyon
** Changed in: mahara/17.10
   Status: Incomplete => Invalid

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

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

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

Title:
  Retracted text blocks in print preview overlap

Status in Mahara:
  Incomplete
Status in Mahara 17.04 series:
  Expired
Status in Mahara 17.10 series:
  Invalid

Bug description:
  When printing a page with automatically retracted blocks the blocks
  overlap. They don't if the blocks are already opened when pressing the
  print button.

  I am using Chrome on a PC and working on
  https://master.dev.mahara.org/user/samtaylor/test-page-for-sam

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

2017-12-10 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/8322
Committed: 
https://git.mahara.org/mahara/mahara/commit/b335fdb79305dfe9a8f07eb04076e86d45da8ded
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:master

commit b335fdb79305dfe9a8f07eb04076e86d45da8ded
Author: Robert Lyon 
Date:   Fri Dec 1 14:24:17 2017 +1300

Bug 1735585: Fixing update of atime on page view

Currently we have a mahara_log function that logs page visits
So I decided we also need a mahara_touch_record($table, $id) function
that updates the 'atime' for a record when called

behatnotneeded

Change-Id: I2f645c8357426112f9edcdd24f1b8b85513cb7cb
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/1735585

Title:
  Problem with watchlist for a page

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

Bug description:
  Currently when a person adds a page to their watchlist and then later
  they or someone else views (but not changes) the page a row is added
  to the watchlist queue this is because we fire off the 'saveartefact'
  event on page viewing

  We should only fire the saveartefact event if actually changing
  something

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1735585/+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 1735585] Re: Problem with watchlist for a page

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

** Changed in: mahara/17.10
   Status: Confirmed => In Progress

** Changed in: mahara/17.04
   Status: Confirmed => Fix Committed

** Changed in: mahara/17.04
   Status: Fix Committed => In Progress

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

Title:
  Problem with watchlist for a page

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

Bug description:
  Currently when a person adds a page to their watchlist and then later
  they or someone else views (but not changes) the page a row is added
  to the watchlist queue this is because we fire off the 'saveartefact'
  event on page viewing

  We should only fire the saveartefact event if actually changing
  something

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1735585/+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 1735585] A patch has been submitted for review

2017-12-10 Thread Mahara Bot
Patch for "17.04_STABLE" branch: https://reviews.mahara.org/8336

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

Title:
  Problem with watchlist for a page

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

Bug description:
  Currently when a person adds a page to their watchlist and then later
  they or someone else views (but not changes) the page a row is added
  to the watchlist queue this is because we fire off the 'saveartefact'
  event on page viewing

  We should only fire the saveartefact event if actually changing
  something

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1735585/+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 1735585] A patch has been submitted for review

2017-12-10 Thread Mahara Bot
Patch for "17.10_STABLE" branch: https://reviews.mahara.org/8335

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

Title:
  Problem with watchlist for a page

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

Bug description:
  Currently when a person adds a page to their watchlist and then later
  they or someone else views (but not changes) the page a row is added
  to the watchlist queue this is because we fire off the 'saveartefact'
  event on page viewing

  We should only fire the saveartefact event if actually changing
  something

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1735585/+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 1735585] A patch has been submitted for review

2017-12-10 Thread Mahara Bot
Patch for "16.10_STABLE" branch: https://reviews.mahara.org/8337

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

Title:
  Problem with watchlist for a page

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

Bug description:
  Currently when a person adds a page to their watchlist and then later
  they or someone else views (but not changes) the page a row is added
  to the watchlist queue this is because we fire off the 'saveartefact'
  event on page viewing

  We should only fire the saveartefact event if actually changing
  something

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1735585/+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 732971] Re: Backup groups and group data

2017-12-10 Thread Kristina Hoeppner
All portfolios can be saved as PDF. That doesn't resolve downloading
forums and other group data, but I wanted to mention it as some progress
had been made.

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

Title:
  Backup groups and group data

Status in Mahara:
  Triaged

Bug description:
  Discussion at http://mahara.org/interaction/forum/topic.php?id=2987

  Currently, only individual portfolios can be backed up as HTML web
  site and as Leap2A file. However, views, files and discussions in
  groups can't be backed up. Views and files can be transferred into
  one's individual portfolio and backed up from there, but if you have
  many group views / files that can be quite cumbersome.

  It would be easier if groups could be backed up. Backup options could be:
  - entire group as HTML web site
  - (series of) individual pages as HTML and Leap2A so that they can be 
imported into one's own portfolio later
  - only forum discussions as HTML web site

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